From 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 Mon Sep 17 00:00:00 2001 From: AlexanderCurl Date: Sat, 18 Apr 2026 17:46:06 +0100 Subject: Replaced file structures for themes in the correct format --- .../quickshell/translations/README.md | 64 + .../quickshell/translations/WORKFLOW.md | 185 + .../quickshell/translations/en.json | 14342 ++++++++++++++++ .../translations/extract_settings_index.py | 522 + .../translations/extract_translations.py | 149 + .../quickshell/translations/poexports/de.json | 7175 ++++++++ .../quickshell/translations/poexports/es.json | 7175 ++++++++ .../quickshell/translations/poexports/fa.json | 7175 ++++++++ .../quickshell/translations/poexports/fr.json | 7175 ++++++++ .../quickshell/translations/poexports/he.json | 7175 ++++++++ .../quickshell/translations/poexports/hu.json | 7175 ++++++++ .../quickshell/translations/poexports/it.json | 7175 ++++++++ .../quickshell/translations/poexports/ja.json | 7175 ++++++++ .../quickshell/translations/poexports/nl.json | 7175 ++++++++ .../quickshell/translations/poexports/pl.json | 7175 ++++++++ .../quickshell/translations/poexports/pt.json | 7175 ++++++++ .../quickshell/translations/poexports/ru.json | 7175 ++++++++ .../quickshell/translations/poexports/sv.json | 7175 ++++++++ .../quickshell/translations/poexports/tr.json | 7175 ++++++++ .../quickshell/translations/poexports/zh_CN.json | 7175 ++++++++ .../quickshell/translations/poexports/zh_TW.json | 7175 ++++++++ .../quickshell/translations/replace_qstr.py | 48 + .../translations/settings_search_index.json | 7217 ++++++++ .../quickshell/translations/template.json | 16732 +++++++++++++++++++ 24 files changed, 154059 insertions(+) create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/README.md create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/WORKFLOW.md create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/en.json create mode 100755 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_settings_index.py create mode 100755 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_translations.py create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/de.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/es.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fa.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fr.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/he.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/hu.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/it.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ja.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/nl.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pl.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pt.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ru.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/sv.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/tr.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_CN.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_TW.json create mode 100755 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/replace_qstr.py create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/settings_search_index.json create mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/template.json (limited to 'raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations') diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/README.md b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/README.md new file mode 100644 index 0000000..19fc178 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/README.md @@ -0,0 +1,64 @@ +# DankMaterialShell Translations + +This directory contains translation files for DankMaterialShell extracted from all qsTr() calls in the QML codebase. + +## Files + +- **en.json** - Source language file with English strings and file references +- **template.json** - Empty template for creating new translations +- **extract_translations.py** - Script to regenerate translation files + +## POEditor Format + +The JSON files follow POEditor's import format: + +```json +[ + { + "term": "string to translate", + "context": "file:line", + "reference": "Modules/Settings/AboutTab.qml:45", + "comment": "" + } +] +``` + +### Field Descriptions + +- **term**: The source string in English (from qsTr() calls) +- **context**: Primary location where the string appears (file:line) +- **reference**: All locations where this string is used (comma-separated) +- **comment**: Additional notes for translators (currently empty) + +## How to Create a New Translation + +1. Copy `template.json` to your language code (e.g., `es.json` for Spanish) +2. Fill in the `translation` field for each entry: + ```json + { + "term": "Settings", + "translation": "Configuración", + "context": "Modals/Settings/SettingsModal.qml:147", + "reference": "Modals/Settings/SettingsModal.qml:147", + "comment": "" + } + ``` +3. Import to POEditor or use directly in your translation workflow + +## Regenerating Translation Files + +To update the translation files after code changes: + +```bash +cd /home/brandon/.config/quickshell/DankMaterialShellGit/translations +./extract_translations.py +``` + +This will scan all QML files and regenerate `en.json` and `template.json`. + +## Notes + +- Strings are deduplicated - if the same string appears in multiple locations, references are merged +- File paths are relative to the project root +- Line numbers are preserved for accurate context +- Empty strings and comments are reserved for translator notes diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/WORKFLOW.md b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/WORKFLOW.md new file mode 100644 index 0000000..1bd2da8 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/WORKFLOW.md @@ -0,0 +1,185 @@ +# Translation Workflow for DankMaterialShell + +## POEditor Integration Guide + +### Initial Setup + +1. **Create POEditor Project** + - Go to https://poeditor.com + - Create new project "DankMaterialShell" + - Add languages you want to support (es, fr, de, etc.) + +2. **Import Source Strings** + - Upload `en.json` as the source language + - POEditor will detect 336 translatable strings + - Format: Key-Value JSON + +### Translation Workflow + +#### Method 1: Using POEditor (Recommended) + +1. **Upload source file** + ```bash + # Upload en.json to POEditor + ``` + +2. **Translate in POEditor** + - Use POEditor's web interface + - Invite translators + - Track progress per language + +3. **Export translations** + ```bash + # Download from POEditor as JSON + # Save to translations/{language_code}.json + # Example: translations/es.json, translations/fr.json + ``` + +4. **Test translations** + ```bash + # Set your locale and restart shell + export LANG=es_ES.UTF-8 + qs -p . + ``` + +#### Method 2: Manual Translation + +1. **Copy template** + ```bash + cp translations/template.json translations/es.json + ``` + +2. **Fill in translations** + ```json + { + "term": "Settings", + "context": "Modals/Settings/SettingsModal.qml:147", + "reference": "Modals/Settings/SettingsModal.qml:147", + "comment": "", + "translation": "Configuración" + } + ``` + +3. **Upload to POEditor** (optional) + +### Updating Translations After Code Changes + +1. **Re-extract strings** + ```bash + cd translations + python3 extract_translations.py + ``` + +2. **Upload updated en.json to POEditor** + - POEditor will detect new/removed strings + - Preserves existing translations + +3. **Download updated translations** + +### Translation File Format + +POEditor-compatible JSON format: + +```json +[ + { + "term": "source string in English", + "context": "file:line where it appears", + "reference": "full/path/to/file.qml:123", + "comment": "optional context for translators", + "translation": "translated string" + } +] +``` + +### Supported Languages + +The shell will auto-detect your system locale. Supported format: +- `es.json` → Spanish (es_ES, es_MX, etc.) +- `fr.json` → French (fr_FR, fr_CA, etc.) +- `de.json` → German +- `zh.json` → Chinese +- `ja.json` → Japanese +- `pt.json` → Portuguese +- etc. + +### Testing Translations + +1. **Change system locale** + ```bash + export LANG=es_ES.UTF-8 + export LC_ALL=es_ES.UTF-8 + ``` + +2. **Restart shell** + ```bash + qs -p . + ``` + +3. **Verify translations appear correctly** + +### File Structure + +``` +translations/ +├── en.json # Source language (English) +├── template.json # Empty template for new languages +├── es.json # Spanish translation +├── fr.json # French translation +├── extract_translations.py # Auto-extraction script +├── README.md # Technical documentation +└── WORKFLOW.md # This file +``` + +### Translation Statistics + +- **Total strings:** 336 unique terms +- **Most translated components:** + - Settings UI: 202 strings (60%) + - Weather: 25 strings (7%) + - System monitors: Various + - Modals: 43 strings (13%) + +### POEditor API Integration (Advanced) + +For automated sync, use POEditor's API: + +```bash +# Export from POEditor +curl -X POST https://api.poeditor.com/v2/projects/export \ + -d api_token="YOUR_TOKEN" \ + -d id="PROJECT_ID" \ + -d language="es" \ + -d type="key_value_json" + +# Import to POEditor +curl -X POST https://api.poeditor.com/v2/projects/upload \ + -d api_token="YOUR_TOKEN" \ + -d id="PROJECT_ID" \ + -d updating="terms_translations" \ + -d language="es" \ + -F file=@"translations/es.json" +``` + +### Best Practices + +1. **Context matters:** Use the reference field to understand where strings appear +2. **Test before committing:** Always test translations in the actual UI +3. **Keep synchronized:** Re-extract after significant UI changes +4. **Preserve formatting:** Keep placeholders like `%1`, `{0}` intact +5. **Cultural adaptation:** Some strings may need cultural context, not just literal translation + +### Troubleshooting + +**Translations not loading?** +- Check file exists: `~/.config/DankMaterialShell/translations/{language_code}.json` +- Verify JSON syntax: `python3 -m json.tool translations/es.json` +- Check console for errors: `qs -v -p .` + +**Wrong language loading?** +- Check system locale: `echo $LANG` +- Verify file naming: Must match locale prefix (es_ES → es.json) + +**Missing strings?** +- Re-run extraction: `python3 extract_translations.py` +- Compare with en.json to find new strings diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/en.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/en.json new file mode 100644 index 0000000..2e8d7a5 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/en.json @@ -0,0 +1,14342 @@ +[ + { + "term": "%1 Animation Speed", + "context": "%1 Animation Speed", + "reference": "Modules/Settings/TypographyMotionTab.qml:300, Modules/Settings/TypographyMotionTab.qml:384", + "comment": "" + }, + { + "term": "%1 Sessions", + "context": "%1 Sessions", + "reference": "Modals/MuxModal.qml:297", + "comment": "" + }, + { + "term": "%1 active session", + "context": "%1 active session", + "reference": "Modals/MuxModal.qml:311", + "comment": "" + }, + { + "term": "%1 active sessions", + "context": "%1 active sessions", + "reference": "Modals/MuxModal.qml:312", + "comment": "" + }, + { + "term": "%1 adapter, none connected", + "context": "%1 adapter, none connected", + "reference": "Modules/Settings/NetworkTab.qml:344", + "comment": "" + }, + { + "term": "%1 adapters, none connected", + "context": "%1 adapters, none connected", + "reference": "Modules/Settings/NetworkTab.qml:345", + "comment": "" + }, + { + "term": "%1 character", + "context": "%1 character", + "reference": "Modules/Notepad/NotepadTextEditor.qml:850", + "comment": "" + }, + { + "term": "%1 characters", + "context": "%1 characters", + "reference": "Modules/Notepad/NotepadTextEditor.qml:851", + "comment": "" + }, + { + "term": "%1 connected", + "context": "%1 connected", + "reference": "Modules/Settings/NetworkTab.qml:346", + "comment": "" + }, + { + "term": "%1 custom animation duration", + "context": "%1 custom animation duration", + "reference": "Modules/Settings/TypographyMotionTab.qml:348, Modules/Settings/TypographyMotionTab.qml:432", + "comment": "" + }, + { + "term": "%1 disconnected", + "context": "%1 disconnected", + "reference": "Modules/Settings/DisplayConfigTab.qml:464", + "comment": "" + }, + { + "term": "%1 disconnected (hidden)", + "context": "%1 disconnected (hidden)", + "reference": "Modules/Settings/DisplayConfigTab.qml:465", + "comment": "" + }, + { + "term": "%1 display", + "context": "%1 display", + "reference": "Modules/Settings/DankBarTab.qml:315", + "comment": "" + }, + { + "term": "%1 displays", + "context": "%1 displays", + "reference": "Modules/Settings/DankBarTab.qml:316", + "comment": "" + }, + { + "term": "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.", + "context": "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.", + "reference": "Modules/Settings/KeybindsTab.qml:344", + "comment": "" + }, + { + "term": "%1 exists but is not included. Window rules won't apply.", + "context": "%1 exists but is not included. Window rules won't apply.", + "reference": "Modules/Settings/WindowRulesTab.qml:355", + "comment": "" + }, + { + "term": "%1 filtered", + "context": "%1 filtered", + "reference": "Modals/MuxModal.qml:314, Modals/MuxModal.qml:315", + "comment": "" + }, + { + "term": "%1 is now included in config", + "context": "%1 is now included in config", + "reference": "Services/KeybindsService.qml:265", + "comment": "" + }, + { + "term": "%1 issue found", + "context": "%1 issue found", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:232", + "comment": "greeter doctor page error count" + }, + { + "term": "%1 issues found", + "context": "%1 issues found", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:233", + "comment": "greeter doctor page error count" + }, + { + "term": "%1 notifications", + "context": "%1 notifications", + "reference": "Modules/Lock/LockScreenContent.qml:466", + "comment": "" + }, + { + "term": "%1 update", + "context": "%1 update", + "reference": "Modules/SystemUpdatePopout.qml:76", + "comment": "" + }, + { + "term": "%1 updates", + "context": "%1 updates", + "reference": "Modules/SystemUpdatePopout.qml:77", + "comment": "" + }, + { + "term": "%1 variants", + "context": "%1 variants", + "reference": "Modules/Settings/ThemeBrowser.qml:516, Modules/Settings/ThemeBrowser.qml:517", + "comment": "" + }, + { + "term": "%1 wallpaper • %2 / %3", + "context": "%1 wallpaper • %2 / %3", + "reference": "Modules/DankDash/WallpaperTab.qml:543", + "comment": "" + }, + { + "term": "%1 wallpapers • %2 / %3", + "context": "%1 wallpapers • %2 / %3", + "reference": "Modules/DankDash/WallpaperTab.qml:544", + "comment": "" + }, + { + "term": "%1 widgets", + "context": "%1 widgets", + "reference": "Modules/Settings/DankBarTab.qml:337", + "comment": "" + }, + { + "term": "%1 window", + "context": "%1 window", + "reference": "Modals/MuxModal.qml:482", + "comment": "" + }, + { + "term": "%1 windows", + "context": "%1 windows", + "reference": "Modals/MuxModal.qml:483", + "comment": "" + }, + { + "term": "%1m ago", + "context": "%1m ago", + "reference": "Services/NotificationService.qml:269", + "comment": "" + }, + { + "term": "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.", + "context": "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.", + "reference": "Modules/Settings/LockScreenTab.qml:251", + "comment": "lock screen U2F security key mode setting" + }, + { + "term": "(Default)", + "context": "(Default)", + "reference": "Modules/Settings/WallpaperTab.qml:859, Modules/Settings/WallpaperTab.qml:874, Modules/Settings/WallpaperTab.qml:881", + "comment": "default monitor label suffix" + }, + { + "term": "(Unnamed)", + "context": "(Unnamed)", + "reference": "Modules/Dock/DockContextMenu.qml:241, Modules/DankBar/Widgets/AppsDockContextMenu.qml:176", + "comment": "" + }, + { + "term": "+ %1 more", + "context": "+ %1 more", + "reference": "Modules/Lock/LockScreenContent.qml:546, Modules/Lock/LockScreenContent.qml:661", + "comment": "" + }, + { + "term": "/path/to/videos", + "context": "/path/to/videos", + "reference": "Modules/Settings/LockScreenTab.qml:315", + "comment": "" + }, + { + "term": "0 = square corners", + "context": "0 = square corners", + "reference": "Modules/Settings/ThemeColorsTab.qml:1635", + "comment": "" + }, + { + "term": "1 day", + "context": "1 day", + "reference": "Modules/Settings/NotificationsTab.qml:839, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:857, Modules/Settings/ClipboardTab.qml:103", + "comment": "notification history retention option" + }, + { + "term": "1 device connected", + "context": "1 device connected", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:37", + "comment": "KDE Connect status single device" + }, + { + "term": "1 event", + "context": "1 event", + "reference": "Modules/DankDash/Overview/CalendarOverviewCard.qml:178", + "comment": "" + }, + { + "term": "1 hour", + "context": "1 hour", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10", + "comment": "wallpaper interval" + }, + { + "term": "1 hour 30 minutes", + "context": "1 hour 30 minutes", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10", + "comment": "wallpaper interval" + }, + { + "term": "1 minute", + "context": "1 minute", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:65, Modules/Notifications/Center/NotificationSettings.qml:70", + "comment": "wallpaper interval" + }, + { + "term": "1 notification", + "context": "1 notification", + "reference": "Modules/Lock/LockScreenContent.qml:466", + "comment": "" + }, + { + "term": "1 second", + "context": "1 second", + "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:37, Modules/Notifications/Center/NotificationSettings.qml:42", + "comment": "" + }, + { + "term": "10 minutes", + "context": "10 minutes", + "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:77, Modules/Notifications/Center/NotificationSettings.qml:82", + "comment": "" + }, + { + "term": "10 seconds", + "context": "10 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:53, Modules/Notifications/Center/NotificationSettings.qml:58", + "comment": "wallpaper interval" + }, + { + "term": "10-bit Color", + "context": "10-bit Color", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111", + "comment": "" + }, + { + "term": "12 hours", + "context": "12 hours", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "14 days", + "context": "14 days", + "reference": "Modules/Settings/NotificationsTab.qml:845, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:863, Modules/Settings/ClipboardTab.qml:115", + "comment": "notification history retention option" + }, + { + "term": "15 minutes", + "context": "15 minutes", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10", + "comment": "wallpaper interval" + }, + { + "term": "15 seconds", + "context": "15 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:57, Modules/Notifications/Center/NotificationSettings.qml:62", + "comment": "wallpaper interval" + }, + { + "term": "180°", + "context": "180°", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1797, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1818", + "comment": "" + }, + { + "term": "2 hours", + "context": "2 hours", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10", + "comment": "wallpaper interval" + }, + { + "term": "2 minutes", + "context": "2 minutes", + "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:69, Modules/Notifications/Center/NotificationSettings.qml:74", + "comment": "" + }, + { + "term": "2 seconds", + "context": "2 seconds", + "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482", + "comment": "" + }, + { + "term": "20 minutes", + "context": "20 minutes", + "reference": "Modules/Settings/PowerSleepTab.qml:10", + "comment": "" + }, + { + "term": "20 seconds", + "context": "20 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129", + "comment": "wallpaper interval" + }, + { + "term": "24-Hour Format", + "context": "24-Hour Format", + "reference": "Modules/Settings/TimeWeatherTab.qml:53", + "comment": "" + }, + { + "term": "24-hour clock", + "context": "24-hour clock", + "reference": "Modules/Settings/GreeterTab.qml:601", + "comment": "" + }, + { + "term": "24-hour format", + "context": "24-hour format", + "reference": "Modules/Settings/WallpaperTab.qml:1134", + "comment": "" + }, + { + "term": "25 seconds", + "context": "25 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "250 ms", + "context": "250 ms", + "reference": "Modules/Settings/PowerSleepTab.qml:482", + "comment": "" + }, + { + "term": "270°", + "context": "270°", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1799, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1820", + "comment": "" + }, + { + "term": "3 days", + "context": "3 days", + "reference": "Modules/Settings/NotificationsTab.qml:841, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:859, Modules/Settings/ClipboardTab.qml:107", + "comment": "notification history retention option" + }, + { + "term": "3 hours", + "context": "3 hours", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10", + "comment": "wallpaper interval" + }, + { + "term": "3 minutes", + "context": "3 minutes", + "reference": "Modules/Settings/PowerSleepTab.qml:10", + "comment": "" + }, + { + "term": "3 seconds", + "context": "3 seconds", + "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:41, Modules/Notifications/Center/NotificationSettings.qml:46", + "comment": "" + }, + { + "term": "30 days", + "context": "30 days", + "reference": "Modules/Settings/NotificationsTab.qml:847, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:865, Modules/Settings/ClipboardTab.qml:119, Modules/Notifications/Center/HistoryNotificationList.qml:112", + "comment": "notification history filter | notification history retention option" + }, + { + "term": "30 minutes", + "context": "30 minutes", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:10", + "comment": "wallpaper interval" + }, + { + "term": "30 seconds", + "context": "30 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/NotificationsTab.qml:61, Modules/Notifications/Center/NotificationSettings.qml:66", + "comment": "wallpaper interval" + }, + { + "term": "35 seconds", + "context": "35 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "3rd party", + "context": "3rd party", + "reference": "Modules/Settings/PluginBrowser.qml:529", + "comment": "" + }, + { + "term": "4 hours", + "context": "4 hours", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "4 seconds", + "context": "4 seconds", + "reference": "Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:129", + "comment": "" + }, + { + "term": "40 seconds", + "context": "40 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "45 seconds", + "context": "45 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "5 minutes", + "context": "5 minutes", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/WallpaperTab.qml:1020, Modules/Settings/WallpaperTab.qml:1044, Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:73, Modules/Notifications/Center/NotificationSettings.qml:78", + "comment": "wallpaper interval" + }, + { + "term": "5 seconds", + "context": "5 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996, Modules/Settings/PowerSleepTab.qml:103, Modules/Settings/PowerSleepTab.qml:114, Modules/Settings/PowerSleepTab.qml:129, Modules/Settings/PowerSleepTab.qml:140, Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/NotificationsTab.qml:45, Modules/Settings/NotificationsTab.qml:160, Modules/Notifications/Center/NotificationSettings.qml:50, Modules/Notifications/Center/NotificationSettings.qml:89", + "comment": "wallpaper interval" + }, + { + "term": "50 seconds", + "context": "50 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "500 ms", + "context": "500 ms", + "reference": "Modules/Settings/PowerSleepTab.qml:482, Modules/Settings/PowerSleepTab.qml:492", + "comment": "" + }, + { + "term": "55 seconds", + "context": "55 seconds", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "6 hours", + "context": "6 hours", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "7 days", + "context": "7 days", + "reference": "Modules/Settings/NotificationsTab.qml:843, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:861, Modules/Settings/ClipboardTab.qml:111, Modules/Notifications/Center/HistoryNotificationList.qml:107", + "comment": "notification history filter | notification history retention option" + }, + { + "term": "750 ms", + "context": "750 ms", + "reference": "Modules/Settings/PowerSleepTab.qml:482", + "comment": "" + }, + { + "term": "8 hours", + "context": "8 hours", + "reference": "Modules/Settings/WallpaperTab.qml:996", + "comment": "wallpaper interval" + }, + { + "term": "8 seconds", + "context": "8 seconds", + "reference": "Modules/Settings/NotificationsTab.qml:49, Modules/Notifications/Center/NotificationSettings.qml:54", + "comment": "" + }, + { + "term": "90 days", + "context": "90 days", + "reference": "Modules/Settings/ClipboardTab.qml:123", + "comment": "" + }, + { + "term": "90°", + "context": "90°", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1795, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1816", + "comment": "" + }, + { + "term": "MIT License", + "context": "MIT License", + "reference": "Modules/Settings/AboutTab.qml:826", + "comment": "" + }, + { + "term": "A file with this name already exists. Do you want to overwrite it?", + "context": "A file with this name already exists. Do you want to overwrite it?", + "reference": "Modals/FileBrowser/FileBrowserOverwriteDialog.qml:61", + "comment": "" + }, + { + "term": "A modern desktop shell for Wayland compositors", + "context": "A modern desktop shell for Wayland compositors", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:55", + "comment": "greeter welcome page tagline" + }, + { + "term": "AC Power", + "context": "AC Power", + "reference": "Modules/Settings/PowerSleepTab.qml:59", + "comment": "" + }, + { + "term": "API", + "context": "API", + "reference": "Modules/Settings/AboutTab.qml:673", + "comment": "" + }, + { + "term": "Aborted", + "context": "Aborted", + "reference": "Services/CupsService.qml:769", + "comment": "" + }, + { + "term": "About", + "context": "About", + "reference": "Modals/Settings/SettingsSidebar.qml:322, Modules/Settings/AboutTab.qml:576", + "comment": "" + }, + { + "term": "Accent Color", + "context": "Accent Color", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:36", + "comment": "" + }, + { + "term": "Accept", + "context": "Accept", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:182, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:370", + "comment": "KDE Connect accept pairing button" + }, + { + "term": "Accept Jobs", + "context": "Accept Jobs", + "reference": "Modules/Settings/PrinterTab.qml:1306", + "comment": "" + }, + { + "term": "Accepting", + "context": "Accepting", + "reference": "Modules/Settings/PrinterTab.qml:1168", + "comment": "" + }, + { + "term": "Access clipboard history", + "context": "Access clipboard history", + "reference": "Modules/Settings/WidgetsTab.qml:102", + "comment": "" + }, + { + "term": "Access to notifications and do not disturb", + "context": "Access to notifications and do not disturb", + "reference": "Modules/Settings/WidgetsTab.qml:170", + "comment": "" + }, + { + "term": "Access to system controls and settings", + "context": "Access to system controls and settings", + "reference": "Modules/Settings/WidgetsTab.qml:163", + "comment": "" + }, + { + "term": "Action", + "context": "Action", + "reference": "Widgets/KeybindItem.qml:941, Widgets/KeybindItem.qml:1136, Modules/Settings/NotificationsTab.qml:586", + "comment": "" + }, + { + "term": "Action failed or terminal was closed.", + "context": "Action failed or terminal was closed.", + "reference": "Modules/Settings/GreeterTab.qml:385", + "comment": "" + }, + { + "term": "Actions", + "context": "Actions", + "reference": "Widgets/DankIconPicker.qml:51", + "comment": "" + }, + { + "term": "Activate", + "context": "Activate", + "reference": "Modules/Settings/GreeterTab.qml:122, Modules/Settings/GreeterTab.qml:170, Modules/ControlCenter/Details/NetworkDetail.qml:403", + "comment": "" + }, + { + "term": "Activate Greeter", + "context": "Activate Greeter", + "reference": "Modules/Settings/GreeterTab.qml:168", + "comment": "greeter action confirmation" + }, + { + "term": "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.", + "context": "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.", + "reference": "Modules/Settings/GreeterTab.qml:169", + "comment": "" + }, + { + "term": "Activation", + "context": "Activation", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:97", + "comment": "" + }, + { + "term": "Active", + "context": "Active", + "reference": "Modules/Settings/ThemeColorsTab.qml:1424, Modules/Settings/NetworkTab.qml:754, Modules/ControlCenter/Details/AudioInputDetail.qml:254, Modules/ControlCenter/Details/AudioOutputDetail.qml:263", + "comment": "" + }, + { + "term": "Active Color", + "context": "Active Color", + "reference": "Modules/Settings/WidgetsTabSection.qml:2742", + "comment": "" + }, + { + "term": "Active Lock Screen Monitor", + "context": "Active Lock Screen Monitor", + "reference": "Modules/Settings/LockScreenTab.qml:364", + "comment": "" + }, + { + "term": "Active tile background and icon color", + "context": "Active tile background and icon color", + "reference": "Modules/Settings/ThemeColorsTab.qml:1557", + "comment": "control center tile color setting description" + }, + { + "term": "Active: %1", + "context": "Active: %1", + "reference": "Widgets/VpnDetailContent.qml:57", + "comment": "" + }, + { + "term": "Active: %1 +%2", + "context": "Active: %1 +%2", + "reference": "Widgets/VpnDetailContent.qml:58", + "comment": "" + }, + { + "term": "Active: None", + "context": "Active: None", + "reference": "Widgets/VpnDetailContent.qml:54", + "comment": "" + }, + { + "term": "Adapters", + "context": "Adapters", + "reference": "Modules/Settings/NetworkTab.qml:368", + "comment": "" + }, + { + "term": "Adaptive Media Width", + "context": "Adaptive Media Width", + "reference": "Modules/Settings/MediaPlayerTab.qml:50", + "comment": "" + }, + { + "term": "Add", + "context": "Add", + "reference": "Widgets/KeybindItem.qml:1830, Modules/Plugins/ListSettingWithInput.qml:126, Modules/Settings/DesktopWidgetsTab.qml:152", + "comment": "" + }, + { + "term": "Add Bar", + "context": "Add Bar", + "reference": "Modules/Settings/DankBarTab.qml:228", + "comment": "" + }, + { + "term": "Add Desktop Widget", + "context": "Add Desktop Widget", + "reference": "Modules/Settings/DesktopWidgetBrowser.qml:105, Modules/Settings/DesktopWidgetBrowser.qml:221", + "comment": "" + }, + { + "term": "Add Printer", + "context": "Add Printer", + "reference": "Modules/Settings/PrinterTab.qml:267", + "comment": "" + }, + { + "term": "Add Title", + "context": "Add Title", + "reference": "Modals/WindowRuleModal.qml:507", + "comment": "" + }, + { + "term": "Add Widget", + "context": "Add Widget", + "reference": "Modules/Settings/WidgetsTabSection.qml:804, Modules/Settings/WidgetSelectionPopup.qml:93, Modules/Settings/DesktopWidgetsTab.qml:95, Modules/ControlCenter/Components/EditControls.qml:61, Modules/ControlCenter/Components/EditControls.qml:164", + "comment": "" + }, + { + "term": "Add Widget to %1 Section", + "context": "Add Widget to %1 Section", + "reference": "Modules/Settings/WidgetSelectionPopup.qml:205", + "comment": "" + }, + { + "term": "Add a border around the dock", + "context": "Add a border around the dock", + "reference": "Modules/Settings/DockTab.qml:591", + "comment": "" + }, + { + "term": "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.", + "context": "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.", + "reference": "Modules/Settings/LauncherTab.qml:316", + "comment": "" + }, + { + "term": "Add and configure widgets that appear on your desktop", + "context": "Add and configure widgets that appear on your desktop", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:84", + "comment": "" + }, + { + "term": "Add by Address", + "context": "Add by Address", + "reference": "Modules/Settings/PrinterTab.qml:390", + "comment": "Toggle button to manually add a printer by IP or hostname" + }, + { + "term": "Adjust the number of columns in grid view mode.", + "context": "Adjust the number of columns in grid view mode.", + "reference": "Modules/Settings/LauncherTab.qml:349", + "comment": "" + }, + { + "term": "Adjust volume per scroll indent", + "context": "Adjust volume per scroll indent", + "reference": "Modules/Settings/MediaPlayerTab.qml:89", + "comment": "" + }, + { + "term": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)", + "context": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)", + "reference": "Modules/Settings/ThemeColorsTab.qml:538", + "comment": "" + }, + { + "term": "Advanced", + "context": "Advanced", + "reference": "Modules/Settings/PowerSleepTab.qml:579, Modules/Settings/ClipboardTab.qml:445", + "comment": "" + }, + { + "term": "Afternoon", + "context": "Afternoon", + "reference": "Services/WeatherService.qml:260", + "comment": "" + }, + { + "term": "All", + "context": "All", + "reference": "Modals/ProcessListModal.qml:377, Services/AppSearchService.qml:698, Services/AppSearchService.qml:719, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:662, Modals/DankLauncherV2/LauncherContent.qml:348, Modals/DankLauncherV2/LauncherContent.qml:624, Modules/ProcessList/ProcessListPopout.qml:155, Modules/Settings/WidgetsTabSection.qml:2476, Modules/Settings/WidgetsTabSection.qml:2530, Modules/Settings/KeybindsTab.qml:410, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:94, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:109, Modules/Notifications/Center/HistoryNotificationList.qml:87", + "comment": "notification history filter" + }, + { + "term": "All Monitors", + "context": "All Monitors", + "reference": "Modules/Settings/LockScreenTab.qml:366, Modules/Settings/LockScreenTab.qml:376, Modules/Settings/LockScreenTab.qml:386, Modules/Settings/LockScreenTab.qml:390", + "comment": "" + }, + { + "term": "All checks passed", + "context": "All checks passed", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:230", + "comment": "greeter doctor page success" + }, + { + "term": "All day", + "context": "All day", + "reference": "Modules/DankDash/Overview/CalendarOverviewCard.qml:496", + "comment": "" + }, + { + "term": "All displays", + "context": "All displays", + "reference": "Modules/Plugins/PluginSettings.qml:255, Modules/Settings/DisplayWidgetsTab.qml:401, Modules/Settings/DankBarTab.qml:313, Modules/Settings/DankBarTab.qml:450, Modules/Settings/Widgets/SettingsDisplayPicker.qml:43", + "comment": "" + }, + { + "term": "Allow clicks to pass through the widget", + "context": "Allow clicks to pass through the widget", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:344", + "comment": "" + }, + { + "term": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", + "context": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", + "reference": "Modals/FileBrowser/KeyboardHints.qml:35", + "comment": "" + }, + { + "term": "Alternative (OR)", + "context": "Alternative (OR)", + "reference": "Modules/Settings/LockScreenTab.qml:253, Modules/Settings/LockScreenTab.qml:254", + "comment": "U2F mode option: key works as standalone unlock method" + }, + { + "term": "Always Active", + "context": "Always Active", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:106", + "comment": "" + }, + { + "term": "Always Show Percentage", + "context": "Always Show Percentage", + "reference": "Modules/Settings/OSDTab.qml:78", + "comment": "" + }, + { + "term": "Always hide the dock and reveal it when hovering near the dock area", + "context": "Always hide the dock and reveal it when hovering near the dock area", + "reference": "Modules/Settings/DockTab.qml:52", + "comment": "" + }, + { + "term": "Always on icons", + "context": "Always on icons", + "reference": "Modules/Settings/WidgetsTabSection.qml:1744", + "comment": "" + }, + { + "term": "Always show a minimum of 3 workspaces, even if fewer are available", + "context": "Always show a minimum of 3 workspaces, even if fewer are available", + "reference": "Modules/Settings/WorkspacesTab.qml:51", + "comment": "" + }, + { + "term": "Always show the dock when niri's overview is open", + "context": "Always show the dock when niri's overview is open", + "reference": "Modules/Settings/DockTab.qml:82", + "comment": "" + }, + { + "term": "Always show when there's only one connected display", + "context": "Always show when there's only one connected display", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:432", + "comment": "" + }, + { + "term": "Amount", + "context": "Amount", + "reference": "Widgets/KeybindItem.qml:985", + "comment": "" + }, + { + "term": "Analog", + "context": "Analog", + "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:33, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:42, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:14", + "comment": "" + }, + { + "term": "Analog, digital, or stacked clock display", + "context": "Analog, digital, or stacked clock display", + "reference": "Services/DesktopWidgetRegistry.qml:41", + "comment": "Desktop clock widget description" + }, + { + "term": "Analyzing configuration...", + "context": "Analyzing configuration...", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:165", + "comment": "greeter doctor page loading text" + }, + { + "term": "Animation Duration", + "context": "Animation Duration", + "reference": "Modules/Settings/TypographyMotionTab.qml:242", + "comment": "" + }, + { + "term": "Animation Speed", + "context": "Animation Speed", + "reference": "Modules/Settings/TypographyMotionTab.qml:197, Modules/Settings/NotificationsTab.qml:316", + "comment": "" + }, + { + "term": "Anonymous Identity", + "context": "Anonymous Identity", + "reference": "Modals/WifiPasswordModal.qml:186", + "comment": "" + }, + { + "term": "Anonymous Identity (optional)", + "context": "Anonymous Identity (optional)", + "reference": "Modals/WifiPasswordModal.qml:590", + "comment": "" + }, + { + "term": "App Customizations", + "context": "App Customizations", + "reference": "Modules/Settings/LauncherTab.qml:1029", + "comment": "" + }, + { + "term": "App ID Substitutions", + "context": "App ID Substitutions", + "reference": "Modules/Settings/RunningAppsTab.qml:25", + "comment": "" + }, + { + "term": "App ID regex (e.g. ^firefox$)", + "context": "App ID regex (e.g. ^firefox$)", + "reference": "Modals/WindowRuleModal.qml:474", + "comment": "" + }, + { + "term": "App Launcher", + "context": "App Launcher", + "reference": "Modules/Settings/WidgetsTab.qml:45", + "comment": "" + }, + { + "term": "App Names", + "context": "App Names", + "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:85, Modules/Settings/NotificationsTab.qml:729", + "comment": "lock screen notification mode option | notification rule match field option" + }, + { + "term": "App Theming", + "context": "App Theming", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:98", + "comment": "greeter feature card title" + }, + { + "term": "Appearance", + "context": "Appearance", + "reference": "Modules/Settings/LauncherTab.qml:361", + "comment": "launcher appearance settings" + }, + { + "term": "Application Dock", + "context": "Application Dock", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:31", + "comment": "" + }, + { + "term": "Applications", + "context": "Applications", + "reference": "Modals/DankLauncherV2/Controller.qml:153, Modules/Settings/ThemeColorsTab.qml:2229, Modules/Dock/DockLauncherButton.qml:25", + "comment": "" + }, + { + "term": "Apply Changes", + "context": "Apply Changes", + "reference": "Modules/Settings/DisplayConfigTab.qml:513", + "comment": "" + }, + { + "term": "Apply GTK Colors", + "context": "Apply GTK Colors", + "reference": "Modules/Settings/ThemeColorsTab.qml:2910", + "comment": "" + }, + { + "term": "Apply Qt Colors", + "context": "Apply Qt Colors", + "reference": "Modules/Settings/ThemeColorsTab.qml:2944", + "comment": "" + }, + { + "term": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.", + "context": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.", + "reference": "Modules/Settings/GammaControlTab.qml:77", + "comment": "" + }, + { + "term": "Applying authentication changes…", + "context": "Applying authentication changes…", + "reference": "Common/settings/Processes.qml:483", + "comment": "" + }, + { + "term": "Apps", + "context": "Apps", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:353", + "comment": "" + }, + { + "term": "Apps Dock", + "context": "Apps Dock", + "reference": "Modules/Settings/WidgetsTab.qml:73", + "comment": "" + }, + { + "term": "Apps Dock Settings", + "context": "Apps Dock Settings", + "reference": "Modules/Settings/WidgetsTabSection.qml:2426", + "comment": "" + }, + { + "term": "Apps Icon", + "context": "Apps Icon", + "reference": "Modules/Settings/DockTab.qml:266, Modules/Settings/LauncherTab.qml:59", + "comment": "" + }, + { + "term": "Apps are ordered by usage frequency, then last used, then alphabetically.", + "context": "Apps are ordered by usage frequency, then last used, then alphabetically.", + "reference": "Modules/Settings/LauncherTab.qml:1175", + "comment": "" + }, + { + "term": "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.", + "context": "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.", + "reference": "Modules/Settings/LauncherTab.qml:1052", + "comment": "" + }, + { + "term": "Apps with notification popups muted. Unmute or delete to remove.", + "context": "Apps with notification popups muted. Unmute or delete to remove.", + "reference": "Modules/Settings/NotificationsTab.qml:641", + "comment": "" + }, + { + "term": "Architecture", + "context": "Architecture", + "reference": "Modules/ProcessList/SystemView.qml:72", + "comment": "system info label" + }, + { + "term": "Are you sure you want to kill session \"%1\"?", + "context": "Are you sure you want to kill session \"%1\"?", + "reference": "Modals/MuxModal.qml:101", + "comment": "" + }, + { + "term": "Arrange displays and configure resolution, refresh rate, and VRR", + "context": "Arrange displays and configure resolution, refresh rate, and VRR", + "reference": "Modules/Settings/DisplayConfigTab.qml:373", + "comment": "" + }, + { + "term": "Attach", + "context": "Attach", + "reference": "Modals/MuxModal.qml:591", + "comment": "" + }, + { + "term": "Audio", + "context": "Audio", + "reference": "Modals/Settings/SettingsSidebar.qml:245, Modules/Settings/WidgetsTabSection.qml:1239, Modules/Settings/WidgetsTabSection.qml:1448", + "comment": "" + }, + { + "term": "Audio Codec", + "context": "Audio Codec", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:644", + "comment": "" + }, + { + "term": "Audio Codec Selection", + "context": "Audio Codec Selection", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:210", + "comment": "" + }, + { + "term": "Audio Devices", + "context": "Audio Devices", + "reference": "Modules/ControlCenter/Details/AudioOutputDetail.qml:37", + "comment": "" + }, + { + "term": "Audio Input", + "context": "Audio Input", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:127", + "comment": "" + }, + { + "term": "Audio Output", + "context": "Audio Output", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:119", + "comment": "" + }, + { + "term": "Audio Output Devices (", + "context": "Audio Output Devices (", + "reference": "Modules/DankDash/MediaDropdownOverlay.qml:249", + "comment": "" + }, + { + "term": "Audio Output Switch", + "context": "Audio Output Switch", + "reference": "Modules/Settings/OSDTab.qml:157", + "comment": "" + }, + { + "term": "Audio Visualizer", + "context": "Audio Visualizer", + "reference": "Modules/Settings/MediaPlayerTab.qml:43", + "comment": "" + }, + { + "term": "Audio system restarted", + "context": "Audio system restarted", + "reference": "Services/AudioService.qml:274", + "comment": "" + }, + { + "term": "Audio volume control", + "context": "Audio volume control", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:136", + "comment": "" + }, + { + "term": "Auth", + "context": "Auth", + "reference": "Widgets/VpnProfileDelegate.qml:57, Modules/Settings/NetworkTab.qml:1920", + "comment": "" + }, + { + "term": "Auth Type", + "context": "Auth Type", + "reference": "Widgets/VpnProfileDelegate.qml:75, Modules/Settings/NetworkTab.qml:1935", + "comment": "" + }, + { + "term": "Authenticate", + "context": "Authenticate", + "reference": "Modals/PolkitAuthModal.qml:381", + "comment": "" + }, + { + "term": "Authenticating...", + "context": "Authenticating...", + "reference": "Modules/Greetd/GreeterContent.qml:1018", + "comment": "" + }, + { + "term": "Authentication", + "context": "Authentication", + "reference": "Modals/PolkitAuthModal.qml:99", + "comment": "" + }, + { + "term": "Authentication Required", + "context": "Authentication Required", + "reference": "Modals/PolkitAuthModal.qml:227", + "comment": "" + }, + { + "term": "Authentication changes applied.", + "context": "Authentication changes applied.", + "reference": "Common/settings/Processes.qml:456", + "comment": "" + }, + { + "term": "Authentication changes apply automatically.", + "context": "Authentication changes apply automatically.", + "reference": "Modules/Settings/GreeterTab.qml:63, Modules/Settings/LockScreenTab.qml:18, Modules/Settings/LockScreenTab.qml:35", + "comment": "" + }, + { + "term": "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.", + "context": "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.", + "reference": "Modules/Settings/GreeterTab.qml:39", + "comment": "" + }, + { + "term": "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.", + "context": "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.", + "reference": "Common/settings/Processes.qml:286", + "comment": "" + }, + { + "term": "Authentication error - try again", + "context": "Authentication error - try again", + "reference": "Modules/Lock/LockScreenContent.qml:56, Modules/Greetd/GreeterContent.qml:233", + "comment": "" + }, + { + "term": "Authentication failed, please try again", + "context": "Authentication failed, please try again", + "reference": "Modals/PolkitAuthModal.qml:325", + "comment": "" + }, + { + "term": "Authorize", + "context": "Authorize", + "reference": "Modals/BluetoothPairingModal.qml:320, Modals/BluetoothPairingModal.qml:323", + "comment": "" + }, + { + "term": "Authorize pairing with ", + "context": "Authorize pairing with ", + "reference": "Modals/BluetoothPairingModal.qml:135", + "comment": "" + }, + { + "term": "Authorize service for ", + "context": "Authorize service for ", + "reference": "Modals/BluetoothPairingModal.qml:142", + "comment": "" + }, + { + "term": "Auto", + "context": "Auto", + "reference": "Modules/Settings/ThemeColorsTab.qml:289, Modules/Settings/ThemeColorsTab.qml:289, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:883, Modules/Settings/NetworkTab.qml:887, Modules/Settings/NetworkTab.qml:888, Modules/Settings/NetworkTab.qml:891, Modules/Settings/DisplayConfigTab.qml:150, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/ControlCenter/Details/NetworkDetail.qml:117, Modules/ControlCenter/Details/NetworkDetail.qml:118, Modules/ControlCenter/Details/NetworkDetail.qml:121, Modules/ControlCenter/Details/NetworkDetail.qml:124", + "comment": "theme category option" + }, + { + "term": "Auto (Bar-aware)", + "context": "Auto (Bar-aware)", + "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1732, Modules/Settings/ThemeColorsTab.qml:1745, Modules/Settings/DankBarTab.qml:1120, Modules/Settings/DankBarTab.qml:1124, Modules/Settings/DankBarTab.qml:1132", + "comment": "bar shadow direction source option | shadow direction option" + }, + { + "term": "Auto (Wide)", + "context": "Auto (Wide)", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:143, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:145, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:148, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:159", + "comment": "" + }, + { + "term": "Auto Location", + "context": "Auto Location", + "reference": "Modules/Settings/TimeWeatherTab.qml:458", + "comment": "" + }, + { + "term": "Auto Popup Gaps", + "context": "Auto Popup Gaps", + "reference": "Modules/Settings/DankBarTab.qml:902", + "comment": "" + }, + { + "term": "Auto-Clear After", + "context": "Auto-Clear After", + "reference": "Modules/Settings/ClipboardTab.qml:347", + "comment": "" + }, + { + "term": "Auto-Hide Timeout", + "context": "Auto-Hide Timeout", + "reference": "Modules/Settings/ThemeColorsTab.qml:2407", + "comment": "" + }, + { + "term": "Auto-close Niri overview when launching apps.", + "context": "Auto-close Niri overview when launching apps.", + "reference": "Modules/Settings/LauncherTab.qml:500", + "comment": "" + }, + { + "term": "Auto-delete notifications older than this", + "context": "Auto-delete notifications older than this", + "reference": "Modules/Settings/NotificationsTab.qml:833", + "comment": "notification history setting" + }, + { + "term": "Auto-hide", + "context": "Auto-hide", + "reference": "Modules/Settings/DankBarTab.qml:594", + "comment": "" + }, + { + "term": "Auto-hide Dock", + "context": "Auto-hide Dock", + "reference": "Modules/Settings/DockTab.qml:51", + "comment": "" + }, + { + "term": "Auto-saving...", + "context": "Auto-saving...", + "reference": "Modules/Notepad/NotepadTextEditor.qml:870", + "comment": "" + }, + { + "term": "Autoconnect", + "context": "Autoconnect", + "reference": "Widgets/VpnProfileDelegate.qml:271, Modules/Settings/NetworkTab.qml:1495, Modules/Settings/NetworkTab.qml:1978", + "comment": "" + }, + { + "term": "Autoconnect disabled", + "context": "Autoconnect disabled", + "reference": "Services/DMSNetworkService.qml:939", + "comment": "" + }, + { + "term": "Autoconnect enabled", + "context": "Autoconnect enabled", + "reference": "Services/DMSNetworkService.qml:939", + "comment": "" + }, + { + "term": "Autofill last remembered query when opened", + "context": "Autofill last remembered query when opened", + "reference": "Modules/Settings/LauncherTab.qml:883", + "comment": "" + }, + { + "term": "Automatic Color Mode", + "context": "Automatic Color Mode", + "reference": "Modules/Settings/ThemeColorsTab.qml:1044", + "comment": "" + }, + { + "term": "Automatic Control", + "context": "Automatic Control", + "reference": "Modules/Settings/ThemeColorsTab.qml:1055, Modules/Settings/GammaControlTab.qml:139", + "comment": "" + }, + { + "term": "Automatic Cycling", + "context": "Automatic Cycling", + "reference": "Modules/Settings/WallpaperTab.qml:907, Modules/Settings/LockScreenTab.qml:336", + "comment": "" + }, + { + "term": "Automatically cycle through wallpapers in the same folder", + "context": "Automatically cycle through wallpapers in the same folder", + "reference": "Modules/Settings/WallpaperTab.qml:908", + "comment": "" + }, + { + "term": "Automatically delete entries older than this", + "context": "Automatically delete entries older than this", + "reference": "Modules/Settings/ClipboardTab.qml:348", + "comment": "" + }, + { + "term": "Automatically detect location based on IP address", + "context": "Automatically detect location based on IP address", + "reference": "Modules/Settings/GammaControlTab.qml:346", + "comment": "" + }, + { + "term": "Automatically determine your location using your IP address", + "context": "Automatically determine your location using your IP address", + "reference": "Modules/Settings/TimeWeatherTab.qml:459", + "comment": "" + }, + { + "term": "Automatically lock after", + "context": "Automatically lock after", + "reference": "Modules/Settings/PowerSleepTab.qml:201", + "comment": "" + }, + { + "term": "Automatically lock the screen when DMS starts", + "context": "Automatically lock the screen when DMS starts", + "reference": "Modules/Settings/LockScreenTab.qml:211", + "comment": "" + }, + { + "term": "Automatically lock the screen when the system prepares to suspend", + "context": "Automatically lock the screen when the system prepares to suspend", + "reference": "Modules/Settings/PowerSleepTab.qml:93, Modules/Settings/LockScreenTab.qml:192", + "comment": "" + }, + { + "term": "Automation", + "context": "Automation", + "reference": "Modules/Settings/ThemeColorsTab.qml:1381", + "comment": "" + }, + { + "term": "Available", + "context": "Available", + "reference": "Modules/Settings/PrinterTab.qml:202, Modules/ControlCenter/Details/AudioInputDetail.qml:254, Modules/ControlCenter/Details/AudioOutputDetail.qml:263", + "comment": "" + }, + { + "term": "Available Layouts", + "context": "Available Layouts", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:207", + "comment": "" + }, + { + "term": "Available Networks", + "context": "Available Networks", + "reference": "Modules/Settings/NetworkTab.qml:1009", + "comment": "" + }, + { + "term": "Available Plugins", + "context": "Available Plugins", + "reference": "Modules/Settings/PluginsTab.qml:300", + "comment": "" + }, + { + "term": "Available Screens (%1)", + "context": "Available Screens (%1)", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:199", + "comment": "" + }, + { + "term": "Available in Detailed and Forecast view modes", + "context": "Available in Detailed and Forecast view modes", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:121", + "comment": "" + }, + { + "term": "Available.", + "context": "Available.", + "reference": "Modules/Settings/GreeterTab.qml:63", + "comment": "" + }, + { + "term": "BSSID", + "context": "BSSID", + "reference": "Modules/Settings/NetworkTab.qml:1443", + "comment": "" + }, + { + "term": "Back", + "context": "Back", + "reference": "Modals/Greeter/GreeterModal.qml:285, Modules/DankBar/Widgets/SystemTrayBar.qml:1729", + "comment": "greeter back button" + }, + { + "term": "Backend", + "context": "Backend", + "reference": "Modules/Settings/AboutTab.qml:632, Modules/Settings/NetworkTab.qml:170", + "comment": "" + }, + { + "term": "Background", + "context": "Background", + "reference": "Modules/Settings/GreeterTab.qml:650", + "comment": "" + }, + { + "term": "Background Blur", + "context": "Background Blur", + "reference": "Modules/Settings/ThemeColorsTab.qml:1831, Modules/Settings/ThemeColorsTab.qml:1839", + "comment": "" + }, + { + "term": "Background Opacity", + "context": "Background Opacity", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:63, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:39", + "comment": "" + }, + { + "term": "Background authentication sync failed. Trying terminal mode.", + "context": "Background authentication sync failed. Trying terminal mode.", + "reference": "Common/settings/Processes.qml:467", + "comment": "" + }, + { + "term": "Background image", + "context": "Background image", + "reference": "Modals/Greeter/GreeterCompletePage.qml:382", + "comment": "greeter wallpaper description" + }, + { + "term": "Backlight device", + "context": "Backlight device", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:331", + "comment": "" + }, + { + "term": "Balance power and performance", + "context": "Balance power and performance", + "reference": "Common/Theme.qml:1487", + "comment": "power profile description" + }, + { + "term": "Balanced", + "context": "Balanced", + "reference": "Common/Theme.qml:1474", + "comment": "power profile option" + }, + { + "term": "Balanced palette with focused accents (default).", + "context": "Balanced palette with focused accents (default).", + "reference": "Common/Theme.qml:468", + "comment": "" + }, + { + "term": "Bar Configurations", + "context": "Bar Configurations", + "reference": "Modules/Settings/DankBarTab.qml:212", + "comment": "" + }, + { + "term": "Bar Shadows", + "context": "Bar Shadows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1820", + "comment": "" + }, + { + "term": "Bar Transparency", + "context": "Bar Transparency", + "reference": "Modules/Settings/DankBarTab.qml:1006", + "comment": "" + }, + { + "term": "Base color for shadows (opacity is applied automatically)", + "context": "Base color for shadows (opacity is applied automatically)", + "reference": "Modules/Settings/ThemeColorsTab.qml:1689", + "comment": "" + }, + { + "term": "Base duration for animations (drag to use Custom)", + "context": "Base duration for animations (drag to use Custom)", + "reference": "Modules/Settings/NotificationsTab.qml:359", + "comment": "" + }, + { + "term": "Battery", + "context": "Battery", + "reference": "Modules/Settings/WidgetsTabSection.qml:1284, Modules/Settings/WidgetsTabSection.qml:1448, Modules/Settings/PowerSleepTab.qml:59, Modules/Settings/WidgetsTab.qml:176, Modules/ControlCenter/Models/WidgetModel.qml:161, Modules/ControlCenter/Widgets/BatteryPill.qml:17", + "comment": "" + }, + { + "term": "Battery %1", + "context": "Battery %1", + "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:396", + "comment": "" + }, + { + "term": "Battery Charge Limit", + "context": "Battery Charge Limit", + "reference": "Modules/Settings/PowerSleepTab.qml:587", + "comment": "" + }, + { + "term": "Battery and power management", + "context": "Battery and power management", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:162", + "comment": "" + }, + { + "term": "Battery level and power management", + "context": "Battery level and power management", + "reference": "Modules/Settings/WidgetsTab.qml:177", + "comment": "" + }, + { + "term": "Behavior", + "context": "Behavior", + "reference": "Modules/Settings/DockTab.qml:142, Modules/Settings/ClipboardTab.qml:417", + "comment": "" + }, + { + "term": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen", + "context": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen", + "reference": "Modules/Settings/LockScreenTab.qml:178", + "comment": "" + }, + { + "term": "Binds Include Missing", + "context": "Binds Include Missing", + "reference": "Modules/Settings/KeybindsTab.qml:328", + "comment": "" + }, + { + "term": "Binds include added", + "context": "Binds include added", + "reference": "Services/KeybindsService.qml:265", + "comment": "" + }, + { + "term": "Bit Depth", + "context": "Bit Depth", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1248", + "comment": "" + }, + { + "term": "Block Out", + "context": "Block Out", + "reference": "Modules/Settings/WindowRulesTab.qml:545", + "comment": "" + }, + { + "term": "Block Out From", + "context": "Block Out From", + "reference": "Modals/WindowRuleModal.qml:727", + "comment": "" + }, + { + "term": "Block notifications", + "context": "Block notifications", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:86", + "comment": "" + }, + { + "term": "Blocked", + "context": "Blocked", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:532", + "comment": "" + }, + { + "term": "Blue light filter", + "context": "Blue light filter", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:69", + "comment": "" + }, + { + "term": "Bluetooth", + "context": "Bluetooth", + "reference": "Modules/Settings/WidgetsTabSection.qml:1229, Modules/Settings/WidgetsTabSection.qml:1448, Modules/ControlCenter/Models/WidgetModel.qml:110, Modules/ControlCenter/Components/DragDropGrid.qml:313", + "comment": "bluetooth status" + }, + { + "term": "Bluetooth Settings", + "context": "Bluetooth Settings", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:96", + "comment": "" + }, + { + "term": "Bluetooth not available", + "context": "Bluetooth not available", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:115", + "comment": "" + }, + { + "term": "Blur Border Color", + "context": "Blur Border Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:130, Modules/Settings/ThemeColorsTab.qml:1850", + "comment": "" + }, + { + "term": "Blur Border Opacity", + "context": "Blur Border Opacity", + "reference": "Modules/Settings/ThemeColorsTab.qml:1888", + "comment": "" + }, + { + "term": "Blur Wallpaper Layer", + "context": "Blur Wallpaper Layer", + "reference": "Modules/Settings/WallpaperTab.qml:1272", + "comment": "" + }, + { + "term": "Blur on Overview", + "context": "Blur on Overview", + "reference": "Modules/Settings/WallpaperTab.qml:782", + "comment": "" + }, + { + "term": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.", + "context": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.", + "reference": "Modules/Settings/ThemeColorsTab.qml:1840", + "comment": "" + }, + { + "term": "Blur wallpaper when niri overview is open", + "context": "Blur wallpaper when niri overview is open", + "reference": "Modules/Settings/WallpaperTab.qml:783", + "comment": "" + }, + { + "term": "Body", + "context": "Body", + "reference": "Modules/Settings/NotificationsTab.qml:97", + "comment": "notification rule match field option" + }, + { + "term": "Border", + "context": "Border", + "reference": "Modules/Settings/DockTab.qml:584, Modules/Settings/DockTab.qml:590, Modules/Settings/LauncherTab.qml:432, Modules/Settings/DankBarTab.qml:1384", + "comment": "launcher border option" + }, + { + "term": "Border Color", + "context": "Border Color", + "reference": "Modules/Settings/DockTab.qml:597, Modules/Settings/WorkspacesTab.qml:368", + "comment": "" + }, + { + "term": "Border Opacity", + "context": "Border Opacity", + "reference": "Modules/Settings/DockTab.qml:634", + "comment": "" + }, + { + "term": "Border Size", + "context": "Border Size", + "reference": "Modules/Settings/ThemeColorsTab.qml:1990, Modules/Settings/ThemeColorsTab.qml:2093, Modules/Settings/ThemeColorsTab.qml:2196", + "comment": "" + }, + { + "term": "Border Thickness", + "context": "Border Thickness", + "reference": "Modules/Settings/DockTab.qml:645", + "comment": "" + }, + { + "term": "Border color around blurred surfaces", + "context": "Border color around blurred surfaces", + "reference": "Modules/Settings/ThemeColorsTab.qml:1851", + "comment": "" + }, + { + "term": "Border with BG", + "context": "Border with BG", + "reference": "Modals/WindowRuleModal.qml:713", + "comment": "" + }, + { + "term": "Bottom", + "context": "Bottom", + "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1738, Modules/Settings/ThemeColorsTab.qml:1751, Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:286, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1161, Modules/Settings/DankBarTab.qml:1175", + "comment": "shadow direction option" + }, + { + "term": "Bottom Center", + "context": "Bottom Center", + "reference": "Modules/Settings/OSDTab.qml:45, Modules/Settings/OSDTab.qml:51, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:66, Modules/Settings/NotificationsTab.qml:227, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:244", + "comment": "screen position option" + }, + { + "term": "Bottom Left", + "context": "Bottom Left", + "reference": "Modules/Settings/OSDTab.qml:43, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:64, Modules/Settings/NotificationsTab.qml:221, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:250, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144", + "comment": "screen position option" + }, + { + "term": "Bottom Right", + "context": "Bottom Right", + "reference": "Modules/Settings/OSDTab.qml:41, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:62, Modules/Settings/NotificationsTab.qml:225, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:247, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144", + "comment": "screen position option" + }, + { + "term": "Bottom Section", + "context": "Bottom Section", + "reference": "Modules/Settings/WidgetsTab.qml:1087", + "comment": "" + }, + { + "term": "Bottom dock for pinned and running applications", + "context": "Bottom dock for pinned and running applications", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:32", + "comment": "" + }, + { + "term": "Brightness", + "context": "Brightness", + "reference": "Modules/Settings/WidgetsTabSection.qml:1269, Modules/Settings/WidgetsTabSection.qml:1448, Modules/Settings/DockTab.qml:484, Modules/Settings/LauncherTab.qml:276, Modules/Settings/OSDTab.qml:117", + "comment": "" + }, + { + "term": "Brightness Slider", + "context": "Brightness Slider", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:143", + "comment": "" + }, + { + "term": "Brightness Value", + "context": "Brightness Value", + "reference": "Modules/Settings/WidgetsTabSection.qml:1274, Modules/Settings/WidgetsTabSection.qml:1448", + "comment": "" + }, + { + "term": "Brightness control not available", + "context": "Brightness control not available", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:147, Modules/ControlCenter/Models/WidgetModel.qml:148", + "comment": "" + }, + { + "term": "Browse", + "context": "Browse", + "reference": "Modals/DankLauncherV2/Controller.qml:160, Modals/DankLauncherV2/Controller.qml:1235, Modules/Settings/ThemeColorsTab.qml:289, Modules/Settings/GreeterTab.qml:683, Modules/Settings/PluginsTab.qml:209, Modules/Settings/LockScreenTab.qml:327", + "comment": "theme category option" + }, + { + "term": "Browse Files", + "context": "Browse Files", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:151, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:322", + "comment": "KDE Connect browse tooltip" + }, + { + "term": "Browse Plugins", + "context": "Browse Plugins", + "reference": "Modules/Settings/PluginBrowser.qml:147, Modules/Settings/PluginBrowser.qml:257, Modules/Settings/DesktopWidgetsTab.qml:101", + "comment": "plugin browser header | plugin browser window title" + }, + { + "term": "Browse Themes", + "context": "Browse Themes", + "reference": "Modules/Settings/ThemeColorsTab.qml:790, Modules/Settings/ThemeBrowser.qml:146, Modules/Settings/ThemeBrowser.qml:243", + "comment": "browse themes button | theme browser header | theme browser window title" + }, + { + "term": "Browse or search plugins", + "context": "Browse or search plugins", + "reference": "Modals/DankLauncherV2/ResultsList.qml:488", + "comment": "" + }, + { + "term": "Button Color", + "context": "Button Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:1588", + "comment": "" + }, + { + "term": "CPU", + "context": "CPU", + "reference": "Modules/ProcessList/SystemView.qml:76, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:86", + "comment": "" + }, + { + "term": "CPU Graph", + "context": "CPU Graph", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:97", + "comment": "" + }, + { + "term": "CPU Temperature", + "context": "CPU Temperature", + "reference": "Modules/Settings/WidgetsTab.qml:132, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:108", + "comment": "" + }, + { + "term": "CPU Usage", + "context": "CPU Usage", + "reference": "Modules/Settings/WidgetsTab.qml:108", + "comment": "" + }, + { + "term": "CPU temperature display", + "context": "CPU temperature display", + "reference": "Modules/Settings/WidgetsTab.qml:133", + "comment": "" + }, + { + "term": "CPU usage indicator", + "context": "CPU usage indicator", + "reference": "Modules/Settings/WidgetsTab.qml:109", + "comment": "" + }, + { + "term": "CPU, memory, network, and disk monitoring", + "context": "CPU, memory, network, and disk monitoring", + "reference": "Services/DesktopWidgetRegistry.qml:56", + "comment": "System monitor widget description" + }, + { + "term": "CUPS Insecure Filter Warning", + "context": "CUPS Insecure Filter Warning", + "reference": "Services/CupsService.qml:825", + "comment": "" + }, + { + "term": "CUPS Missing Filter Warning", + "context": "CUPS Missing Filter Warning", + "reference": "Services/CupsService.qml:824", + "comment": "" + }, + { + "term": "CUPS Print Server", + "context": "CUPS Print Server", + "reference": "Modules/Settings/PrinterTab.qml:163", + "comment": "" + }, + { + "term": "CUPS not available", + "context": "CUPS not available", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:202", + "comment": "" + }, + { + "term": "Camera", + "context": "Camera", + "reference": "Modules/Settings/WidgetsTabSection.qml:1825", + "comment": "" + }, + { + "term": "Cancel", + "context": "Cancel", + "reference": "Modals/WindowRuleModal.qml:1130, Modals/WorkspaceRenameModal.qml:161, Modals/BluetoothPairingModal.qml:272, Modals/PolkitAuthModal.qml:354, Modals/WifiPasswordModal.qml:691, Widgets/KeybindItem.qml:1814, Modals/DankLauncherV2/LauncherContent.qml:1033, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83, Modules/Settings/PluginBrowser.qml:122, Modules/Settings/PluginBrowser.qml:832, Modules/Settings/GreeterTab.qml:180, Modules/Settings/ThemeBrowser.qml:121, Modules/Settings/DisplayConfigTab.qml:256, Modules/Settings/DisplayConfigTab.qml:301, Modules/Settings/AudioTab.qml:726", + "comment": "" + }, + { + "term": "Cancel all jobs for \"%1\"?", + "context": "Cancel all jobs for \"%1\"?", + "reference": "Modules/Settings/PrinterTab.qml:1385", + "comment": "" + }, + { + "term": "Canceled", + "context": "Canceled", + "reference": "Services/CupsService.qml:767", + "comment": "" + }, + { + "term": "Cannot pair", + "context": "Cannot pair", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:557", + "comment": "" + }, + { + "term": "Capabilities", + "context": "Capabilities", + "reference": "Modules/Settings/AboutTab.qml:732", + "comment": "" + }, + { + "term": "Capacity", + "context": "Capacity", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:177, Modules/DankBar/Popouts/BatteryPopout.qml:333, Modules/DankBar/Popouts/BatteryPopout.qml:491", + "comment": "" + }, + { + "term": "Caps Lock", + "context": "Caps Lock", + "reference": "Modules/Settings/OSDTab.qml:141", + "comment": "" + }, + { + "term": "Caps Lock Indicator", + "context": "Caps Lock Indicator", + "reference": "Modules/Settings/WidgetsTab.qml:197", + "comment": "" + }, + { + "term": "Caps Lock is on", + "context": "Caps Lock is on", + "reference": "Modules/Lock/LockScreenContent.qml:1117", + "comment": "" + }, + { + "term": "Center Section", + "context": "Center Section", + "reference": "Modules/Settings/WidgetsTab.qml:1020", + "comment": "" + }, + { + "term": "Center Single Column", + "context": "Center Single Column", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:354", + "comment": "" + }, + { + "term": "Center Tiling", + "context": "Center Tiling", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:47", + "comment": "" + }, + { + "term": "Certificate Password", + "context": "Certificate Password", + "reference": "Modals/WifiPasswordModal.qml:177", + "comment": "" + }, + { + "term": "Change Song", + "context": "Change Song", + "reference": "Modules/Settings/MediaPlayerTab.qml:58", + "comment": "media scroll wheel option" + }, + { + "term": "Change Volume", + "context": "Change Volume", + "reference": "Modules/Settings/MediaPlayerTab.qml:58", + "comment": "media scroll wheel option" + }, + { + "term": "Change bar appearance", + "context": "Change bar appearance", + "reference": "Modules/Settings/ThemeColorsTab.qml:1507", + "comment": "" + }, + { + "term": "Change the locale used by the DMS interface.", + "context": "Change the locale used by the DMS interface.", + "reference": "Modules/Settings/LocaleTab.qml:57", + "comment": "" + }, + { + "term": "Change the locale used for date and time formatting, independent of the interface language.", + "context": "Change the locale used for date and time formatting, independent of the interface language.", + "reference": "Modules/Settings/LocaleTab.qml:76", + "comment": "" + }, + { + "term": "Channel", + "context": "Channel", + "reference": "Modules/Settings/NetworkTab.qml:1428", + "comment": "" + }, + { + "term": "Charging", + "context": "Charging", + "reference": "Services/BatteryService.qml:136, Services/BatteryService.qml:165, Modules/ControlCenter/Widgets/BatteryPill.qml:25", + "comment": "battery status" + }, + { + "term": "Check for system updates", + "context": "Check for system updates", + "reference": "Modules/Settings/WidgetsTab.qml:247", + "comment": "" + }, + { + "term": "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.", + "context": "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.", + "reference": "Modules/Settings/GreeterTab.qml:451", + "comment": "" + }, + { + "term": "Checking for updates...", + "context": "Checking for updates...", + "reference": "Modules/SystemUpdatePopout.qml:147", + "comment": "" + }, + { + "term": "Checking whether sudo authentication is needed…", + "context": "Checking whether sudo authentication is needed…", + "reference": "Modules/Settings/GreeterTab.qml:193", + "comment": "" + }, + { + "term": "Checking...", + "context": "Checking...", + "reference": "Modules/SystemUpdatePopout.qml:70", + "comment": "" + }, + { + "term": "Checking…", + "context": "Checking…", + "reference": "Modules/Settings/GreeterTab.qml:473", + "comment": "greeter status loading" + }, + { + "term": "Choose Color", + "context": "Choose Color", + "reference": "Modals/DankColorPickerModal.qml:20, Modules/Settings/Widgets/SettingsColorPicker.qml:13", + "comment": "" + }, + { + "term": "Choose Dark Mode Color", + "context": "Choose Dark Mode Color", + "reference": "Modules/Settings/WallpaperTab.qml:706", + "comment": "dark mode wallpaper color picker title" + }, + { + "term": "Choose Dock Launcher Logo Color", + "context": "Choose Dock Launcher Logo Color", + "reference": "Modules/Settings/DockTab.qml:450", + "comment": "" + }, + { + "term": "Choose Launcher Logo Color", + "context": "Choose Launcher Logo Color", + "reference": "Modules/Settings/LauncherTab.qml:242", + "comment": "" + }, + { + "term": "Choose Light Mode Color", + "context": "Choose Light Mode Color", + "reference": "Modules/Settings/WallpaperTab.qml:516", + "comment": "light mode wallpaper color picker title" + }, + { + "term": "Choose Wallpaper Color", + "context": "Choose Wallpaper Color", + "reference": "Modules/Settings/WallpaperTab.qml:180", + "comment": "wallpaper color picker title" + }, + { + "term": "Choose a color", + "context": "Choose a color", + "reference": "Modules/ControlCenter/Widgets/ColorPickerPill.qml:14", + "comment": "" + }, + { + "term": "Choose colors from palette", + "context": "Choose colors from palette", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:180", + "comment": "" + }, + { + "term": "Choose how the weather widget is displayed", + "context": "Choose how the weather widget is displayed", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:12", + "comment": "" + }, + { + "term": "Choose how this bar resolves shadow direction", + "context": "Choose how this bar resolves shadow direction", + "reference": "Modules/Settings/DankBarTab.qml:1118", + "comment": "" + }, + { + "term": "Choose icon", + "context": "Choose icon", + "reference": "Widgets/DankIconPicker.qml:100", + "comment": "" + }, + { + "term": "Choose the background color for widgets", + "context": "Choose the background color for widgets", + "reference": "Modules/Settings/ThemeColorsTab.qml:1522", + "comment": "" + }, + { + "term": "Choose the border accent color", + "context": "Choose the border accent color", + "reference": "Modules/Settings/DockTab.qml:598", + "comment": "" + }, + { + "term": "Choose the logo displayed on the launcher button in DankBar", + "context": "Choose the logo displayed on the launcher button in DankBar", + "reference": "Modules/Settings/LauncherTab.qml:41", + "comment": "" + }, + { + "term": "Choose where notification popups appear on screen", + "context": "Choose where notification popups appear on screen", + "reference": "Modules/Settings/NotificationsTab.qml:213", + "comment": "" + }, + { + "term": "Choose where on-screen displays appear on screen", + "context": "Choose where on-screen displays appear on screen", + "reference": "Modules/Settings/OSDTab.qml:31", + "comment": "" + }, + { + "term": "Choose which displays show this widget", + "context": "Choose which displays show this widget", + "reference": "Modules/Plugins/PluginSettings.qml:246", + "comment": "" + }, + { + "term": "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.", + "context": "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.", + "reference": "Modules/Settings/LockScreenTab.qml:353", + "comment": "" + }, + { + "term": "Chroma Style", + "context": "Chroma Style", + "reference": "dms-plugins/DankNotepadModule/DankNotepadModuleSettings.qml:74", + "comment": "" + }, + { + "term": "Cipher", + "context": "Cipher", + "reference": "Widgets/VpnProfileDelegate.qml:51, Modules/Settings/NetworkTab.qml:1915", + "comment": "" + }, + { + "term": "Circle", + "context": "Circle", + "reference": "Modules/Settings/DockTab.qml:177", + "comment": "dock indicator style option" + }, + { + "term": "Class regex (e.g. ^firefox$)", + "context": "Class regex (e.g. ^firefox$)", + "reference": "Modals/WindowRuleModal.qml:474", + "comment": "" + }, + { + "term": "Clear", + "context": "Clear", + "reference": "Modules/Settings/PrinterTab.qml:1386, Modules/Notifications/Center/NotificationHeader.qml:117", + "comment": "" + }, + { + "term": "Clear All", + "context": "Clear All", + "reference": "Modals/Clipboard/ClipboardHeader.qml:76, Modals/Clipboard/ClipboardHistoryPopout.qml:148, Modals/Clipboard/ClipboardHistoryModal.qml:146, Modules/Settings/PrinterTab.qml:1370, Modules/DankBar/Widgets/ClipboardButton.qml:254", + "comment": "" + }, + { + "term": "Clear All Jobs", + "context": "Clear All Jobs", + "reference": "Modules/Settings/PrinterTab.qml:1384", + "comment": "" + }, + { + "term": "Clear History?", + "context": "Clear History?", + "reference": "Modals/Clipboard/ClipboardContent.qml:38, Modules/DankBar/DankBarContent.qml:639", + "comment": "" + }, + { + "term": "Clear Sky", + "context": "Clear Sky", + "reference": "Services/WeatherService.qml:122, Services/WeatherService.qml:123", + "comment": "" + }, + { + "term": "Clear all history when server starts", + "context": "Clear all history when server starts", + "reference": "Modules/Settings/ClipboardTab.qml:426", + "comment": "" + }, + { + "term": "Clear at Startup", + "context": "Clear at Startup", + "reference": "Modules/Settings/ClipboardTab.qml:425", + "comment": "" + }, + { + "term": "Click 'Setup' to create %1 and add include to config.", + "context": "Click 'Setup' to create %1 and add include to config.", + "reference": "Modules/Settings/KeybindsTab.qml:342", + "comment": "" + }, + { + "term": "Click 'Setup' to create %1 and add include to your compositor config.", + "context": "Click 'Setup' to create %1 and add include to your compositor config.", + "reference": "Modules/Settings/WindowRulesTab.qml:355", + "comment": "" + }, + { + "term": "Click 'Setup' to create cursor config and add include to your compositor config.", + "context": "Click 'Setup' to create cursor config and add include to your compositor config.", + "reference": "Modules/Settings/ThemeColorsTab.qml:2306", + "comment": "" + }, + { + "term": "Click 'Setup' to create the outputs config and add include to your compositor config.", + "context": "Click 'Setup' to create the outputs config and add include to your compositor config.", + "reference": "Modules/Settings/DisplayConfig/IncludeWarningBox.qml:63", + "comment": "" + }, + { + "term": "Click Import to add a .ovpn or .conf", + "context": "Click Import to add a .ovpn or .conf", + "reference": "Widgets/VpnDetailContent.qml:184, Modules/Settings/NetworkTab.qml:1678", + "comment": "" + }, + { + "term": "Click Refresh to check status.", + "context": "Click Refresh to check status.", + "reference": "Modules/Settings/GreeterTab.qml:473", + "comment": "greeter status placeholder" + }, + { + "term": "Click Through", + "context": "Click Through", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:343, Modules/Settings/DankBarTab.qml:679", + "comment": "" + }, + { + "term": "Click any shortcut to edit. Changes save to %1", + "context": "Click any shortcut to edit. Changes save to %1", + "reference": "Modules/Settings/KeybindsTab.qml:242", + "comment": "" + }, + { + "term": "Click to capture", + "context": "Click to capture", + "reference": "Widgets/KeybindItem.qml:662", + "comment": "" + }, + { + "term": "Click to select a custom theme JSON file", + "context": "Click to select a custom theme JSON file", + "reference": "Modules/Settings/ThemeColorsTab.qml:583", + "comment": "custom theme file hint" + }, + { + "term": "Clip", + "context": "Clip", + "reference": "Modules/Settings/WindowRulesTab.qml:549", + "comment": "" + }, + { + "term": "Clip to Geometry", + "context": "Clip to Geometry", + "reference": "Modals/WindowRuleModal.qml:705", + "comment": "" + }, + { + "term": "Clipboard", + "context": "Clipboard", + "reference": "Modals/Settings/SettingsSidebar.qml:257", + "comment": "" + }, + { + "term": "Clipboard History", + "context": "Clipboard History", + "reference": "Modals/Clipboard/ClipboardHeader.qml:34", + "comment": "" + }, + { + "term": "Clipboard Manager", + "context": "Clipboard Manager", + "reference": "Modules/Settings/WidgetsTab.qml:101", + "comment": "" + }, + { + "term": "Clipboard sent", + "context": "Clipboard sent", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:117, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:300", + "comment": "KDE Connect clipboard action | Phone Connect clipboard action" + }, + { + "term": "Clipboard works but nothing saved to disk", + "context": "Clipboard works but nothing saved to disk", + "reference": "Modules/Settings/ClipboardTab.qml:456", + "comment": "" + }, + { + "term": "Clock", + "context": "Clock", + "reference": "Modules/Settings/WidgetsTab.qml:80", + "comment": "" + }, + { + "term": "Clock Style", + "context": "Clock Style", + "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:28, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:11", + "comment": "" + }, + { + "term": "Close", + "context": "Close", + "reference": "Modules/SystemUpdatePopout.qml:307, Modals/NetworkWiredInfoModal.qml:129, Modals/MuxModal.qml:594, Modals/NetworkInfoModal.qml:129, Modules/DankBar/Widgets/RunningApps.qml:882", + "comment": "" + }, + { + "term": "Close All Windows", + "context": "Close All Windows", + "reference": "Modules/Dock/DockContextMenu.qml:546, Modules/DankBar/Widgets/AppsDockContextMenu.qml:445", + "comment": "" + }, + { + "term": "Close Overview on Launch", + "context": "Close Overview on Launch", + "reference": "Modules/Settings/LauncherTab.qml:499", + "comment": "" + }, + { + "term": "Close Window", + "context": "Close Window", + "reference": "dms-plugins/DankHyprlandWindows/DankHyprlandWindows.qml:141, Modules/Dock/DockContextMenu.qml:546, Modules/DankBar/Widgets/AppsDockContextMenu.qml:447", + "comment": "" + }, + { + "term": "Color", + "context": "Color", + "reference": "Modules/Settings/LauncherTab.qml:459, Modules/Settings/DankBarTab.qml:1193, Modules/Settings/DankBarTab.qml:1267, Modules/Settings/DankBarTab.qml:1392, Modules/Settings/DankBarTab.qml:1482, Modules/Settings/Widgets/SettingsColorPicker.qml:29", + "comment": "border color" + }, + { + "term": "Color Gamut", + "context": "Color Gamut", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:138", + "comment": "" + }, + { + "term": "Color Management", + "context": "Color Management", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1250", + "comment": "" + }, + { + "term": "Color Mode", + "context": "Color Mode", + "reference": "Modules/Settings/ThemeColorsTab.qml:1477", + "comment": "" + }, + { + "term": "Color Override", + "context": "Color Override", + "reference": "Modules/Settings/DockTab.qml:367, Modules/Settings/LauncherTab.qml:159", + "comment": "" + }, + { + "term": "Color Picker", + "context": "Color Picker", + "reference": "Services/AppSearchService.qml:201, Modules/Settings/WidgetsTab.qml:239, Modules/ControlCenter/Models/WidgetModel.qml:179, Modules/ControlCenter/Widgets/ColorPickerPill.qml:13", + "comment": "" + }, + { + "term": "Color Temperature", + "context": "Color Temperature", + "reference": "Modules/Settings/GammaControlTab.qml:105", + "comment": "" + }, + { + "term": "Color displayed on monitors without the lock screen", + "context": "Color displayed on monitors without the lock screen", + "reference": "Modules/Settings/LockScreenTab.qml:421", + "comment": "" + }, + { + "term": "Color for primary action buttons", + "context": "Color for primary action buttons", + "reference": "Modules/Settings/ThemeColorsTab.qml:1589", + "comment": "" + }, + { + "term": "Color temperature for day time", + "context": "Color temperature for day time", + "reference": "Modules/Settings/GammaControlTab.qml:125", + "comment": "" + }, + { + "term": "Color temperature for night mode", + "context": "Color temperature for night mode", + "reference": "Modules/Settings/GammaControlTab.qml:106", + "comment": "" + }, + { + "term": "Color theme for syntax highlighting.", + "context": "Color theme for syntax highlighting.", + "reference": "dms-plugins/DankNotepadModule/DankNotepadModuleSettings.qml:77", + "comment": "" + }, + { + "term": "Color theme for syntax highlighting. %1 themes available.", + "context": "Color theme for syntax highlighting. %1 themes available.", + "reference": "dms-plugins/DankNotepadModule/DankNotepadModuleSettings.qml:76", + "comment": "" + }, + { + "term": "Color theme from DMS registry", + "context": "Color theme from DMS registry", + "reference": "Modules/Settings/ThemeColorsTab.qml:246", + "comment": "registry theme description" + }, + { + "term": "Colorful", + "context": "Colorful", + "reference": "Modules/Settings/ThemeColorsTab.qml:1508", + "comment": "widget style option" + }, + { + "term": "Colorful mix of bright contrasting accents.", + "context": "Colorful mix of bright contrasting accents.", + "reference": "Common/Theme.qml:488", + "comment": "" + }, + { + "term": "Colorize Active", + "context": "Colorize Active", + "reference": "Modules/Settings/WidgetsTabSection.qml:2702", + "comment": "" + }, + { + "term": "Colors from wallpaper", + "context": "Colors from wallpaper", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:91", + "comment": "greeter feature card description" + }, + { + "term": "Column", + "context": "Column", + "reference": "Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:766", + "comment": "" + }, + { + "term": "Column Display", + "context": "Column Display", + "reference": "Modals/WindowRuleModal.qml:749", + "comment": "" + }, + { + "term": "Column Width", + "context": "Column Width", + "reference": "Modals/WindowRuleModal.qml:619", + "comment": "" + }, + { + "term": "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).", + "context": "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).", + "reference": "Modules/Settings/MuxTab.qml:96", + "comment": "" + }, + { + "term": "Command", + "context": "Command", + "reference": "Widgets/KeybindItem.qml:1466, Modules/Settings/DesktopWidgetInstanceCard.qml:386", + "comment": "" + }, + { + "term": "Commands", + "context": "Commands", + "reference": "Modals/DankLauncherV2/Controller.qml:174", + "comment": "" + }, + { + "term": "Communication", + "context": "Communication", + "reference": "Widgets/DankIconPicker.qml:35", + "comment": "" + }, + { + "term": "Community themes", + "context": "Community themes", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:107", + "comment": "greeter feature card description" + }, + { + "term": "Compact", + "context": "Compact", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:15, Modules/Settings/NotificationsTab.qml:270", + "comment": "" + }, + { + "term": "Compact Mode", + "context": "Compact Mode", + "reference": "Modules/Settings/WidgetsTabSection.qml:596, Modules/Settings/WidgetsTabSection.qml:2203", + "comment": "" + }, + { + "term": "Completed", + "context": "Completed", + "reference": "Services/CupsService.qml:771", + "comment": "" + }, + { + "term": "Compositor", + "context": "Compositor", + "reference": "Modules/Settings/DockTab.qml:280, Modules/Settings/LauncherTab.qml:73", + "comment": "" + }, + { + "term": "Compositor Settings", + "context": "Compositor Settings", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:38, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:38", + "comment": "" + }, + { + "term": "Compositor not supported", + "context": "Compositor not supported", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:185", + "comment": "" + }, + { + "term": "Config Format", + "context": "Config Format", + "reference": "Modules/Settings/DisplayConfigTab.qml:413, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1212", + "comment": "" + }, + { + "term": "Config action: %1", + "context": "Config action: %1", + "reference": "Widgets/KeybindItem.qml:511", + "comment": "" + }, + { + "term": "Config validation failed", + "context": "Config validation failed", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1295, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1303", + "comment": "" + }, + { + "term": "Configuration", + "context": "Configuration", + "reference": "Modals/Settings/SettingsSidebar.qml:212", + "comment": "" + }, + { + "term": "Configuration activated", + "context": "Configuration activated", + "reference": "Services/DMSNetworkService.qml:388", + "comment": "" + }, + { + "term": "Configuration will be preserved when this display reconnects", + "context": "Configuration will be preserved when this display reconnects", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:136", + "comment": "" + }, + { + "term": "Configure", + "context": "Configure", + "reference": "Modals/Greeter/GreeterCompletePage.qml:356", + "comment": "greeter settings section header" + }, + { + "term": "Configure Keybinds", + "context": "Configure Keybinds", + "reference": "Modals/Greeter/GreeterCompletePage.qml:297", + "comment": "greeter configure keybinds link" + }, + { + "term": "Configure a new printer", + "context": "Configure a new printer", + "reference": "Modules/Settings/PrinterTab.qml:276", + "comment": "" + }, + { + "term": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.", + "context": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.", + "reference": "Modules/Settings/WorkspacesTab.qml:423", + "comment": "" + }, + { + "term": "Configure match criteria and actions", + "context": "Configure match criteria and actions", + "reference": "Modals/WindowRuleModal.qml:414", + "comment": "" + }, + { + "term": "Configure which displays show \"%1\"", + "context": "Configure which displays show \"%1\"", + "reference": "Modules/Settings/DankBarTab.qml:432", + "comment": "" + }, + { + "term": "Configure which displays show shell components", + "context": "Configure which displays show shell components", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:176", + "comment": "" + }, + { + "term": "Confirm", + "context": "Confirm", + "reference": "Modals/BluetoothPairingModal.qml:318", + "comment": "" + }, + { + "term": "Confirm Delete", + "context": "Confirm Delete", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:152", + "comment": "" + }, + { + "term": "Confirm Display Changes", + "context": "Confirm Display Changes", + "reference": "Modals/DisplayConfirmationModal.qml:80", + "comment": "" + }, + { + "term": "Confirm passkey for ", + "context": "Confirm passkey for ", + "reference": "Modals/BluetoothPairingModal.qml:131", + "comment": "" + }, + { + "term": "Conflicts with: %1", + "context": "Conflicts with: %1", + "reference": "Widgets/KeybindItem.qml:820", + "comment": "" + }, + { + "term": "Connect", + "context": "Connect", + "reference": "Modals/WifiPasswordModal.qml:733, Modules/ControlCenter/Details/BluetoothDetail.qml:616, Modules/ControlCenter/Details/NetworkDetail.qml:782", + "comment": "" + }, + { + "term": "Connect to Hidden Network", + "context": "Connect to Hidden Network", + "reference": "Modals/WifiPasswordModal.qml:336", + "comment": "" + }, + { + "term": "Connect to VPN", + "context": "Connect to VPN", + "reference": "Modals/WifiPasswordModal.qml:334", + "comment": "" + }, + { + "term": "Connect to Wi-Fi", + "context": "Connect to Wi-Fi", + "reference": "Modals/WifiPasswordModal.qml:337", + "comment": "" + }, + { + "term": "Connected", + "context": "Connected", + "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkTab.qml:448, Modules/Settings/NetworkTab.qml:1201, Modules/Settings/NetworkTab.qml:1558, Modules/ControlCenter/Details/BluetoothDetail.qml:301, Modules/ControlCenter/Details/BluetoothDetail.qml:302, Modules/ControlCenter/Details/NetworkDetail.qml:609, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:337, Modules/ControlCenter/Components/DragDropGrid.qml:340, Modules/ControlCenter/Components/DragDropGrid.qml:342, Modules/ControlCenter/Components/DragDropGrid.qml:345", + "comment": "network status" + }, + { + "term": "Connected Device", + "context": "Connected Device", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:367", + "comment": "bluetooth status" + }, + { + "term": "Connected Displays", + "context": "Connected Displays", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:167", + "comment": "" + }, + { + "term": "Connecting to Device", + "context": "Connecting to Device", + "reference": "Services/CupsService.qml:816", + "comment": "" + }, + { + "term": "Connecting to clipboard service…", + "context": "Connecting to clipboard service…", + "reference": "Modals/Clipboard/ClipboardContent.qml:125, Modals/Clipboard/ClipboardContent.qml:184", + "comment": "" + }, + { + "term": "Connecting...", + "context": "Connecting...", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:297", + "comment": "" + }, + { + "term": "Connection failed", + "context": "Connection failed", + "reference": "Modules/Settings/PrinterTab.qml:639", + "comment": "Status message when test connection to printer fails" + }, + { + "term": "Contains", + "context": "Contains", + "reference": "Modules/Settings/NotificationsTab.qml:104", + "comment": "notification rule match type option" + }, + { + "term": "Content", + "context": "Content", + "reference": "Common/Theme.qml:475", + "comment": "matugen color scheme option" + }, + { + "term": "Content copied", + "context": "Content copied", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:262, dms-plugins/DankGifSearch/DankGifSearch.qml:209", + "comment": "" + }, + { + "term": "Contrast", + "context": "Contrast", + "reference": "Modules/Settings/DockTab.qml:496, Modules/Settings/LauncherTab.qml:288", + "comment": "" + }, + { + "term": "Control Center", + "context": "Control Center", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:149, Modules/Settings/WidgetsTab.qml:162", + "comment": "greeter feature card title" + }, + { + "term": "Control Center Tile Color", + "context": "Control Center Tile Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:1556", + "comment": "" + }, + { + "term": "Control animation duration for notification popups and history", + "context": "Control animation duration for notification popups and history", + "reference": "Modules/Settings/NotificationsTab.qml:324", + "comment": "" + }, + { + "term": "Control currently playing media", + "context": "Control currently playing media", + "reference": "Modules/Settings/WidgetsTab.qml:95", + "comment": "" + }, + { + "term": "Control what notification information is shown on the lock screen", + "context": "Control what notification information is shown on the lock screen", + "reference": "Modules/Settings/LockScreenTab.qml:147, Modules/Settings/NotificationsTab.qml:728", + "comment": "lock screen notification privacy setting" + }, + { + "term": "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.", + "context": "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.", + "reference": "Modules/Settings/LauncherTab.qml:675", + "comment": "" + }, + { + "term": "Control workspaces and columns by scrolling on the bar", + "context": "Control workspaces and columns by scrolling on the bar", + "reference": "Modules/Settings/DankBarTab.qml:720", + "comment": "" + }, + { + "term": "Controls opacity of all popouts, modals, and their content layers", + "context": "Controls opacity of all popouts, modals, and their content layers", + "reference": "Modules/Settings/ThemeColorsTab.qml:1621", + "comment": "" + }, + { + "term": "Controls shadow cast direction for elevation layers", + "context": "Controls shadow cast direction for elevation layers", + "reference": "Modules/Settings/ThemeColorsTab.qml:1727", + "comment": "" + }, + { + "term": "Controls the base blur radius and offset of shadows", + "context": "Controls the base blur radius and offset of shadows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1659", + "comment": "" + }, + { + "term": "Controls the transparency of the shadow", + "context": "Controls the transparency of the shadow", + "reference": "Modules/Settings/ThemeColorsTab.qml:1674", + "comment": "" + }, + { + "term": "Convenience options for the login screen. Sync to apply.", + "context": "Convenience options for the login screen. Sync to apply.", + "reference": "Modules/Settings/GreeterTab.qml:724", + "comment": "" + }, + { + "term": "Cooldown", + "context": "Cooldown", + "reference": "Widgets/KeybindItem.qml:1659", + "comment": "" + }, + { + "term": "Copied GIF", + "context": "Copied GIF", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:283, dms-plugins/DankGifSearch/DankGifSearch.qml:230", + "comment": "" + }, + { + "term": "Copied MP4", + "context": "Copied MP4", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:293, dms-plugins/DankGifSearch/DankGifSearch.qml:240", + "comment": "" + }, + { + "term": "Copied WebP", + "context": "Copied WebP", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:273, dms-plugins/DankGifSearch/DankGifSearch.qml:220", + "comment": "" + }, + { + "term": "Copied to clipboard", + "context": "Copied to clipboard", + "reference": "Services/ClipboardService.qml:108, dms-plugins/DankStickerSearch/DankStickerSearch.qml:230, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:154, dms-plugins/DankGifSearch/DankGifSearch.qml:175, Modals/Settings/SettingsModal.qml:315, Modals/Settings/SettingsModal.qml:332, Modules/Notepad/NotepadTextEditor.qml:259, Modules/Settings/DesktopWidgetInstanceCard.qml:426", + "comment": "" + }, + { + "term": "Copied!", + "context": "Copied!", + "reference": "Modules/Toast.qml:16", + "comment": "" + }, + { + "term": "Copy", + "context": "Copy", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170", + "comment": "" + }, + { + "term": "Copy Content", + "context": "Copy Content", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:259, dms-plugins/DankGifSearch/DankGifSearch.qml:206", + "comment": "" + }, + { + "term": "Copy Full Command", + "context": "Copy Full Command", + "reference": "Modules/ProcessList/ProcessContextMenu.qml:33", + "comment": "" + }, + { + "term": "Copy HTML", + "context": "Copy HTML", + "reference": "Modules/Notepad/NotepadTextEditor.qml:712", + "comment": "" + }, + { + "term": "Copy Name", + "context": "Copy Name", + "reference": "Modules/ProcessList/ProcessContextMenu.qml:27", + "comment": "" + }, + { + "term": "Copy PID", + "context": "Copy PID", + "reference": "Modules/ProcessList/ProcessContextMenu.qml:21", + "comment": "" + }, + { + "term": "Copy Text", + "context": "Copy Text", + "reference": "Modules/Notepad/NotepadTextEditor.qml:690", + "comment": "" + }, + { + "term": "Copy path", + "context": "Copy path", + "reference": "Modals/DankLauncherV2/Controller.qml:1114", + "comment": "" + }, + { + "term": "Corner Radius", + "context": "Corner Radius", + "reference": "Modals/WindowRuleModal.qml:795, Modules/Settings/ThemeColorsTab.qml:1634", + "comment": "" + }, + { + "term": "Corner Radius Override", + "context": "Corner Radius Override", + "reference": "Modules/Settings/DankBarTab.qml:1344", + "comment": "" + }, + { + "term": "Corners & Background", + "context": "Corners & Background", + "reference": "Modules/Settings/DankBarTab.qml:1282", + "comment": "" + }, + { + "term": "Count Only", + "context": "Count Only", + "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:729", + "comment": "lock screen notification mode option" + }, + { + "term": "Cover Open", + "context": "Cover Open", + "reference": "Services/CupsService.qml:805", + "comment": "" + }, + { + "term": "Create", + "context": "Create", + "reference": "Modals/WindowRuleModal.qml:1154, Modules/Settings/DisplayConfigTab.qml:246", + "comment": "" + }, + { + "term": "Create Dir", + "context": "Create Dir", + "reference": "Modules/Settings/PluginsTab.qml:231", + "comment": "" + }, + { + "term": "Create Printer", + "context": "Create Printer", + "reference": "Modules/Settings/PrinterTab.qml:820", + "comment": "" + }, + { + "term": "Create Window Rule", + "context": "Create Window Rule", + "reference": "Modals/WindowRuleModal.qml:24", + "comment": "" + }, + { + "term": "Create a new %1 session (n)", + "context": "Create a new %1 session (n)", + "reference": "Modals/MuxModal.qml:388", + "comment": "" + }, + { + "term": "Create rule for:", + "context": "Create rule for:", + "reference": "Modules/Settings/WindowRulesTab.qml:280", + "comment": "" + }, + { + "term": "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.", + "context": "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.", + "reference": "Modules/Settings/NotificationsTab.qml:438", + "comment": "" + }, + { + "term": "Creating...", + "context": "Creating...", + "reference": "Modules/Settings/PrinterTab.qml:820", + "comment": "" + }, + { + "term": "Critical Priority", + "context": "Critical Priority", + "reference": "Modules/Settings/NotificationsTab.qml:154, Modules/Settings/NotificationsTab.qml:785, Modules/Settings/NotificationsTab.qml:892, Modules/Notifications/Center/NotificationSettings.qml:211, Modules/Notifications/Center/NotificationSettings.qml:432", + "comment": "notification rule urgency option" + }, + { + "term": "Current", + "context": "Current", + "reference": "Modules/Notifications/Center/NotificationHeader.qml:151", + "comment": "notification center tab" + }, + { + "term": "Current Items", + "context": "Current Items", + "reference": "Modules/Plugins/ListSettingWithInput.qml:162", + "comment": "" + }, + { + "term": "Current Locale", + "context": "Current Locale", + "reference": "Modules/Settings/LocaleTab.qml:56", + "comment": "" + }, + { + "term": "Current Monitor", + "context": "Current Monitor", + "reference": "Modules/Settings/WidgetsTabSection.qml:2359", + "comment": "Running apps filter: only show apps from the same monitor" + }, + { + "term": "Current Period", + "context": "Current Period", + "reference": "Modules/Settings/GammaControlTab.qml:532", + "comment": "" + }, + { + "term": "Current Status", + "context": "Current Status", + "reference": "Modules/Settings/GammaControlTab.qml:458", + "comment": "" + }, + { + "term": "Current Temp", + "context": "Current Temp", + "reference": "Modules/Settings/GammaControlTab.qml:497", + "comment": "" + }, + { + "term": "Current Theme: %1", + "context": "Current Theme: %1", + "reference": "Modules/Settings/ThemeColorsTab.qml:230, Modules/Settings/ThemeColorsTab.qml:232, Modules/Settings/ThemeColorsTab.qml:233", + "comment": "current theme label" + }, + { + "term": "Current Weather", + "context": "Current Weather", + "reference": "Modules/Settings/TimeWeatherTab.qml:633", + "comment": "" + }, + { + "term": "Current Workspace", + "context": "Current Workspace", + "reference": "Modules/Settings/WidgetsTabSection.qml:2307", + "comment": "Running apps filter: only show apps from the active workspace" + }, + { + "term": "Current time and date display", + "context": "Current time and date display", + "reference": "Modules/Settings/WidgetsTab.qml:81", + "comment": "" + }, + { + "term": "Current weather conditions and temperature", + "context": "Current weather conditions and temperature", + "reference": "Modules/Settings/WidgetsTab.qml:88", + "comment": "" + }, + { + "term": "Current: %1", + "context": "Current: %1", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:224", + "comment": "" + }, + { + "term": "Cursor Config Not Configured", + "context": "Cursor Config Not Configured", + "reference": "Modules/Settings/ThemeColorsTab.qml:2299", + "comment": "" + }, + { + "term": "Cursor Include Missing", + "context": "Cursor Include Missing", + "reference": "Modules/Settings/ThemeColorsTab.qml:2299", + "comment": "" + }, + { + "term": "Cursor Size", + "context": "Cursor Size", + "reference": "Modules/Settings/ThemeColorsTab.qml:2347", + "comment": "" + }, + { + "term": "Cursor Theme", + "context": "Cursor Theme", + "reference": "Modules/Settings/ThemeColorsTab.qml:2257, Modules/Settings/ThemeColorsTab.qml:2331", + "comment": "" + }, + { + "term": "Custom", + "context": "Custom", + "reference": "Widgets/KeybindItem.qml:1403, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:289, Modules/Settings/ThemeColorsTab.qml:289, Modules/Settings/ThemeColorsTab.qml:1690, Modules/Settings/ThemeColorsTab.qml:1700, Modules/Settings/ThemeColorsTab.qml:1711, Modules/Settings/ThemeColorsTab.qml:1853, Modules/Settings/ThemeColorsTab.qml:1863, Modules/Settings/ThemeColorsTab.qml:1875, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/DockTab.qml:282, Modules/Settings/DockTab.qml:389, Modules/Settings/LauncherTab.qml:75, Modules/Settings/LauncherTab.qml:181, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92", + "comment": "blur border color | shadow color option | theme category option" + }, + { + "term": "Custom Color", + "context": "Custom Color", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:56", + "comment": "" + }, + { + "term": "Custom Duration", + "context": "Custom Duration", + "reference": "Modules/Settings/TypographyMotionTab.qml:347, Modules/Settings/TypographyMotionTab.qml:431", + "comment": "" + }, + { + "term": "Custom Hibernate Command", + "context": "Custom Hibernate Command", + "reference": "Modules/Settings/PowerSleepTab.qml:529", + "comment": "" + }, + { + "term": "Custom Location", + "context": "Custom Location", + "reference": "Modules/Settings/TimeWeatherTab.qml:487", + "comment": "" + }, + { + "term": "Custom Lock Command", + "context": "Custom Lock Command", + "reference": "Modules/Settings/PowerSleepTab.qml:514", + "comment": "" + }, + { + "term": "Custom Logout Command", + "context": "Custom Logout Command", + "reference": "Modules/Settings/PowerSleepTab.qml:519", + "comment": "" + }, + { + "term": "Custom Name", + "context": "Custom Name", + "reference": "Modules/Settings/AudioTab.qml:616", + "comment": "Audio device rename dialog field label" + }, + { + "term": "Custom Power Actions", + "context": "Custom Power Actions", + "reference": "Modules/Settings/PowerSleepTab.qml:507", + "comment": "" + }, + { + "term": "Custom Power Off Command", + "context": "Custom Power Off Command", + "reference": "Modules/Settings/PowerSleepTab.qml:539", + "comment": "" + }, + { + "term": "Custom Reboot Command", + "context": "Custom Reboot Command", + "reference": "Modules/Settings/PowerSleepTab.qml:534", + "comment": "" + }, + { + "term": "Custom Shadow Color", + "context": "Custom Shadow Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:1771", + "comment": "" + }, + { + "term": "Custom Shadow Override", + "context": "Custom Shadow Override", + "reference": "Modules/Settings/DankBarTab.qml:1072", + "comment": "" + }, + { + "term": "Custom Suspend Command", + "context": "Custom Suspend Command", + "reference": "Modules/Settings/PowerSleepTab.qml:524", + "comment": "" + }, + { + "term": "Custom Transparency", + "context": "Custom Transparency", + "reference": "Modules/Notepad/NotepadSettings.qml:324", + "comment": "" + }, + { + "term": "Custom power profile", + "context": "Custom power profile", + "reference": "Common/Theme.qml:1491", + "comment": "power profile description" + }, + { + "term": "Custom theme loaded from JSON file", + "context": "Custom theme loaded from JSON file", + "reference": "Modules/Settings/ThemeColorsTab.qml:248", + "comment": "custom theme description" + }, + { + "term": "Custom...", + "context": "Custom...", + "reference": "Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:183, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:270, Modules/Settings/DisplayConfig/OutputCard.qml:182, Modules/Settings/DisplayConfig/OutputCard.qml:188, Modules/Settings/DisplayConfig/OutputCard.qml:190, Modules/Settings/DisplayConfig/OutputCard.qml:196", + "comment": "date format option" + }, + { + "term": "Custom: ", + "context": "Custom: ", + "reference": "Modules/Settings/GreeterTab.qml:641, Modules/Settings/TimeWeatherTab.qml:170, Modules/Settings/TimeWeatherTab.qml:257", + "comment": "" + }, + { + "term": "Customizable empty space", + "context": "Customizable empty space", + "reference": "Modules/Settings/WidgetsTab.qml:205", + "comment": "" + }, + { + "term": "Customize which actions appear in the power menu", + "context": "Customize which actions appear in the power menu", + "reference": "Modules/Settings/PowerSleepTab.qml:357", + "comment": "" + }, + { + "term": "DDC/CI monitor", + "context": "DDC/CI monitor", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:333", + "comment": "" + }, + { + "term": "DEMO MODE - Click anywhere to exit", + "context": "DEMO MODE - Click anywhere to exit", + "reference": "Modules/Lock/LockScreenContent.qml:1135", + "comment": "" + }, + { + "term": "DMS Plugin Manager Unavailable", + "context": "DMS Plugin Manager Unavailable", + "reference": "Modules/Settings/PluginsTab.qml:115", + "comment": "" + }, + { + "term": "DMS Shortcuts", + "context": "DMS Shortcuts", + "reference": "Modals/Greeter/GreeterCompletePage.qml:136", + "comment": "greeter keybinds section header" + }, + { + "term": "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.", + "context": "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.", + "reference": "Modules/Settings/GreeterTab.qml:757", + "comment": "" + }, + { + "term": "DMS out of date", + "context": "DMS out of date", + "reference": "Services/DMSService.qml:320", + "comment": "" + }, + { + "term": "DMS service is not connected. Clipboard settings are unavailable.", + "context": "DMS service is not connected. Clipboard settings are unavailable.", + "reference": "Modules/Settings/ClipboardTab.qml:267", + "comment": "" + }, + { + "term": "DMS shell actions (launcher, clipboard, etc.)", + "context": "DMS shell actions (launcher, clipboard, etc.)", + "reference": "Widgets/KeybindItem.qml:854", + "comment": "" + }, + { + "term": "DMS_SOCKET not available", + "context": "DMS_SOCKET not available", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:219", + "comment": "" + }, + { + "term": "DWL service not available", + "context": "DWL service not available", + "reference": "Modules/Settings/WidgetsTab.qml:41", + "comment": "" + }, + { + "term": "Daily", + "context": "Daily", + "reference": "Modules/DankDash/WeatherTab.qml:860", + "comment": "" + }, + { + "term": "Daily at:", + "context": "Daily at:", + "reference": "Modules/Settings/WallpaperTab.qml:1061", + "comment": "" + }, + { + "term": "Dank", + "context": "Dank", + "reference": "Modules/Settings/DockTab.qml:266, Modules/Settings/LauncherTab.qml:59", + "comment": "" + }, + { + "term": "Dank Bar", + "context": "Dank Bar", + "reference": "Modals/Settings/SettingsSidebar.qml:109", + "comment": "" + }, + { + "term": "DankBar", + "context": "DankBar", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:114, Modals/Greeter/GreeterCompletePage.qml:405", + "comment": "greeter feature card title | greeter settings link" + }, + { + "term": "DankMaterialShell is ready to use", + "context": "DankMaterialShell is ready to use", + "reference": "Modals/Greeter/GreeterCompletePage.qml:112", + "comment": "greeter completion page subtitle" + }, + { + "term": "DankShell & System Icons (requires restart)", + "context": "DankShell & System Icons (requires restart)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2455", + "comment": "" + }, + { + "term": "Dark Mode", + "context": "Dark Mode", + "reference": "Modules/Settings/ThemeColorsTab.qml:1415, Modules/Settings/WallpaperTab.qml:582, Modules/ControlCenter/Models/WidgetModel.qml:77, Modules/ControlCenter/Components/DragDropGrid.qml:620", + "comment": "" + }, + { + "term": "Dark mode base", + "context": "Dark mode base", + "reference": "Modules/Settings/ThemeColorsTab.qml:2686", + "comment": "" + }, + { + "term": "Dark mode harmony", + "context": "Dark mode harmony", + "reference": "Modules/Settings/ThemeColorsTab.qml:2720", + "comment": "" + }, + { + "term": "Darken Modal Background", + "context": "Darken Modal Background", + "reference": "Modules/Settings/ThemeColorsTab.qml:2219", + "comment": "" + }, + { + "term": "Date Format", + "context": "Date Format", + "reference": "Modules/Settings/TimeWeatherTab.qml:84", + "comment": "" + }, + { + "term": "Date format", + "context": "Date format", + "reference": "Modules/Settings/GreeterTab.qml:635", + "comment": "" + }, + { + "term": "Date format on greeter", + "context": "Date format on greeter", + "reference": "Modules/Settings/GreeterTab.qml:625", + "comment": "" + }, + { + "term": "Dawn (Astronomical Twilight)", + "context": "Dawn (Astronomical Twilight)", + "reference": "Services/WeatherService.qml:230", + "comment": "" + }, + { + "term": "Dawn (Civil Twilight)", + "context": "Dawn (Civil Twilight)", + "reference": "Services/WeatherService.qml:240", + "comment": "" + }, + { + "term": "Dawn (Nautical Twilight)", + "context": "Dawn (Nautical Twilight)", + "reference": "Services/WeatherService.qml:235", + "comment": "" + }, + { + "term": "Day Date", + "context": "Day Date", + "reference": "Modules/Settings/GreeterTab.qml:398, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:138, Modules/Settings/TimeWeatherTab.qml:175, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:225, Modules/Settings/TimeWeatherTab.qml:262", + "comment": "date format option" + }, + { + "term": "Day Month Date", + "context": "Day Month Date", + "reference": "Modules/Settings/GreeterTab.qml:402, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:142, Modules/Settings/TimeWeatherTab.qml:176, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:229, Modules/Settings/TimeWeatherTab.qml:263", + "comment": "date format option" + }, + { + "term": "Day Temperature", + "context": "Day Temperature", + "reference": "Modules/Settings/GammaControlTab.qml:124", + "comment": "" + }, + { + "term": "Daytime", + "context": "Daytime", + "reference": "Modules/Settings/GammaControlTab.qml:524", + "comment": "" + }, + { + "term": "Deck", + "context": "Deck", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:49", + "comment": "" + }, + { + "term": "Default", + "context": "Default", + "reference": "Modules/Settings/ThemeColorsTab.qml:1508, Modules/Settings/DockTab.qml:389, Modules/Settings/LauncherTab.qml:181, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142", + "comment": "notification rule action option | notification rule urgency option | widget style option" + }, + { + "term": "Default (Black)", + "context": "Default (Black)", + "reference": "Modules/Settings/ThemeColorsTab.qml:1690, Modules/Settings/ThemeColorsTab.qml:1702, Modules/Settings/DankBarTab.qml:1211", + "comment": "shadow color option" + }, + { + "term": "Default Width (%)", + "context": "Default Width (%)", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:254", + "comment": "" + }, + { + "term": "Default selected action", + "context": "Default selected action", + "reference": "Modules/Settings/PowerSleepTab.qml:377", + "comment": "" + }, + { + "term": "Defaults", + "context": "Defaults", + "reference": "Modules/ControlCenter/Components/EditControls.qml:198", + "comment": "" + }, + { + "term": "Define rules for window behavior. Saves to %1", + "context": "Define rules for window behavior. Saves to %1", + "reference": "Modules/Settings/WindowRulesTab.qml:255", + "comment": "" + }, + { + "term": "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close", + "context": "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close", + "reference": "Modules/Notifications/Center/NotificationKeyboardHints.qml:35", + "comment": "" + }, + { + "term": "Delete", + "context": "Delete", + "reference": "Widgets/VpnDetailContent.qml:221, Modules/Settings/DesktopWidgetInstanceCard.qml:152, Modules/Settings/PrinterTab.qml:1094, Modules/Settings/PrinterTab.qml:1680, Modules/Settings/NetworkTab.qml:1825, Modules/Settings/DisplayConfigTab.qml:291", + "comment": "" + }, + { + "term": "Delete \"%1\"?", + "context": "Delete \"%1\"?", + "reference": "Widgets/VpnDetailContent.qml:220, Modules/Settings/PrinterTab.qml:1093, Modules/Settings/NetworkTab.qml:1824", + "comment": "" + }, + { + "term": "Delete Class", + "context": "Delete Class", + "reference": "Modules/Settings/PrinterTab.qml:1678", + "comment": "" + }, + { + "term": "Delete Printer", + "context": "Delete Printer", + "reference": "Modules/Settings/PrinterTab.qml:1092", + "comment": "" + }, + { + "term": "Delete Saved Item?", + "context": "Delete Saved Item?", + "reference": "Services/ClipboardService.qml:167", + "comment": "" + }, + { + "term": "Delete VPN", + "context": "Delete VPN", + "reference": "Widgets/VpnDetailContent.qml:219, Modules/Settings/NetworkTab.qml:1823", + "comment": "" + }, + { + "term": "Delete class \"%1\"?", + "context": "Delete class \"%1\"?", + "reference": "Modules/Settings/PrinterTab.qml:1679", + "comment": "" + }, + { + "term": "Delete profile \"%1\"?", + "context": "Delete profile \"%1\"?", + "reference": "Modules/Settings/DisplayConfigTab.qml:278", + "comment": "" + }, + { + "term": "Dependencies & documentation", + "context": "Dependencies & documentation", + "reference": "Modules/Settings/GreeterTab.qml:753", + "comment": "" + }, + { + "term": "Derives colors that closely match the underlying image.", + "context": "Derives colors that closely match the underlying image.", + "reference": "Common/Theme.qml:476", + "comment": "" + }, + { + "term": "Description", + "context": "Description", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:923, Modules/Settings/PrinterTab.qml:796", + "comment": "" + }, + { + "term": "Desktop", + "context": "Desktop", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:271", + "comment": "" + }, + { + "term": "Desktop Clock", + "context": "Desktop Clock", + "reference": "Services/DesktopWidgetRegistry.qml:39", + "comment": "Desktop clock widget name" + }, + { + "term": "Desktop Entry", + "context": "Desktop Entry", + "reference": "Modules/Settings/NotificationsTab.qml:89", + "comment": "notification rule match field option" + }, + { + "term": "Desktop Widget", + "context": "Desktop Widget", + "reference": "Modules/Settings/PluginListItem.qml:161", + "comment": "" + }, + { + "term": "Desktop Widgets", + "context": "Desktop Widgets", + "reference": "Modals/Settings/SettingsSidebar.qml:171, Modules/Settings/DesktopWidgetsTab.qml:75", + "comment": "" + }, + { + "term": "Desktop background images", + "context": "Desktop background images", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:44", + "comment": "" + }, + { + "term": "Detailed", + "context": "Detailed", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:23", + "comment": "" + }, + { + "term": "Details for \"%1\"", + "context": "Details for \"%1\"", + "reference": "Modals/NetworkWiredInfoModal.qml:69, Modals/NetworkInfoModal.qml:69", + "comment": "" + }, + { + "term": "Development", + "context": "Development", + "reference": "Services/AppSearchService.qml:639, Services/AppSearchService.qml:640, Services/AppSearchService.qml:641, Widgets/DankIconPicker.qml:31", + "comment": "" + }, + { + "term": "Device", + "context": "Device", + "reference": "Widgets/KeybindItem.qml:1032, Modules/Settings/PrinterTab.qml:423", + "comment": "" + }, + { + "term": "Device connections", + "context": "Device connections", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:111", + "comment": "" + }, + { + "term": "Device names updated", + "context": "Device names updated", + "reference": "Services/AudioService.qml:274", + "comment": "" + }, + { + "term": "Device paired", + "context": "Device paired", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:164, Modules/ControlCenter/Details/BluetoothDetail.qml:54", + "comment": "Phone Connect pairing action" + }, + { + "term": "Device unpaired", + "context": "Device unpaired", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:179, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:359", + "comment": "KDE Connect unpair action | Phone Connect unpair action" + }, + { + "term": "Digital", + "context": "Digital", + "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:37, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:18", + "comment": "" + }, + { + "term": "Direction Source", + "context": "Direction Source", + "reference": "Modules/Settings/DankBarTab.qml:1117", + "comment": "bar shadow direction source" + }, + { + "term": "Disable Autoconnect", + "context": "Disable Autoconnect", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:836", + "comment": "" + }, + { + "term": "Disable Built-in Wallpapers", + "context": "Disable Built-in Wallpapers", + "reference": "Modules/Settings/WallpaperTab.qml:1250", + "comment": "wallpaper settings disable toggle" + }, + { + "term": "Disable History Persistence", + "context": "Disable History Persistence", + "reference": "Modules/Settings/ClipboardTab.qml:455", + "comment": "" + }, + { + "term": "Disable Output", + "context": "Disable Output", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:76, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:63", + "comment": "" + }, + { + "term": "Disabled", + "context": "Disabled", + "reference": "Modules/Settings/ThemeColorsTab.qml:1389, Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NetworkTab.qml:823, Modules/Settings/DankBarTab.qml:357, Modules/Settings/NotificationsTab.qml:729, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1226, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1232, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1234, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1260, Modules/ControlCenter/Components/DragDropGrid.qml:317", + "comment": "bluetooth status | lock screen notification mode option" + }, + { + "term": "Disabling WiFi...", + "context": "Disabling WiFi...", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:192, Modules/ControlCenter/Components/DragDropGrid.qml:293", + "comment": "network status" + }, + { + "term": "Disc", + "context": "Disc", + "reference": "Modules/Settings/WallpaperTab.qml:1167", + "comment": "wallpaper transition option" + }, + { + "term": "Discard", + "context": "Discard", + "reference": "Modules/Settings/DisplayConfigTab.qml:519", + "comment": "" + }, + { + "term": "Discharging", + "context": "Discharging", + "reference": "Services/BatteryService.qml:138, Services/BatteryService.qml:165", + "comment": "battery status" + }, + { + "term": "Disconnect", + "context": "Disconnect", + "reference": "Widgets/VpnDetailContent.qml:124, Modules/Settings/NetworkTab.qml:1629, Modules/ControlCenter/Details/BluetoothDetail.qml:616, Modules/ControlCenter/Details/NetworkDetail.qml:427, Modules/ControlCenter/Details/NetworkDetail.qml:782", + "comment": "" + }, + { + "term": "Disconnected", + "context": "Disconnected", + "reference": "Modules/Settings/NetworkTab.qml:215, Modules/Settings/NetworkTab.qml:450, Modules/Settings/NetworkTab.qml:1555, Modules/Settings/DisplayConfig/OutputCard.qml:74, Modules/Settings/DisplayConfig/MonitorRect.qml:93, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18", + "comment": "" + }, + { + "term": "Disconnected from WiFi", + "context": "Disconnected from WiFi", + "reference": "Services/DMSNetworkService.qml:480", + "comment": "" + }, + { + "term": "Discover Devices", + "context": "Discover Devices", + "reference": "Modules/Settings/PrinterTab.qml:352", + "comment": "Toggle button to scan for printers via mDNS/Avahi" + }, + { + "term": "Disk", + "context": "Disk", + "reference": "Modules/ProcessList/PerformanceView.qml:128, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:248", + "comment": "" + }, + { + "term": "Disk I/O", + "context": "Disk I/O", + "reference": "Modules/ProcessList/DisksView.qml:58", + "comment": "disk io header in system monitor" + }, + { + "term": "Disk Usage", + "context": "Disk Usage", + "reference": "Modules/Settings/WidgetsTab.qml:124, Modules/ControlCenter/Models/WidgetModel.qml:169, Modules/ControlCenter/Widgets/DiskUsagePill.qml:35", + "comment": "" + }, + { + "term": "Disk Usage Display", + "context": "Disk Usage Display", + "reference": "Modules/Settings/WidgetsTabSection.qml:1088", + "comment": "" + }, + { + "term": "Disks", + "context": "Disks", + "reference": "Modals/ProcessListModal.qml:315", + "comment": "" + }, + { + "term": "Dismiss", + "context": "Dismiss", + "reference": "Modules/Notifications/Popup/NotificationPopup.qml:35, Modules/Notifications/Popup/NotificationPopup.qml:1143, Modules/Notifications/Center/NotificationCard.qml:762, Modules/Notifications/Center/NotificationCard.qml:899, Modules/Notifications/Center/NotificationCard.qml:1044", + "comment": "" + }, + { + "term": "Display", + "context": "Display", + "reference": "Modules/Settings/WindowRulesTab.qml:546", + "comment": "" + }, + { + "term": "Display Assignment", + "context": "Display Assignment", + "reference": "Modules/Settings/DankBarTab.qml:426", + "comment": "" + }, + { + "term": "Display Control", + "context": "Display Control", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:141", + "comment": "greeter feature card title" + }, + { + "term": "Display Name Format", + "context": "Display Name Format", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:217", + "comment": "" + }, + { + "term": "Display Profiles", + "context": "Display Profiles", + "reference": "Modules/Settings/DisplayConfigTab.qml:124", + "comment": "" + }, + { + "term": "Display Settings", + "context": "Display Settings", + "reference": "Modules/Plugins/PluginSettings.qml:239", + "comment": "" + }, + { + "term": "Display a dock with pinned and running applications", + "context": "Display a dock with pinned and running applications", + "reference": "Modules/Settings/DockTab.qml:43", + "comment": "" + }, + { + "term": "Display all priorities over fullscreen apps", + "context": "Display all priorities over fullscreen apps", + "reference": "Modules/Settings/NotificationsTab.qml:262, Modules/Notifications/Center/NotificationSettings.qml:265", + "comment": "" + }, + { + "term": "Display and switch DWL layouts", + "context": "Display and switch DWL layouts", + "reference": "Modules/Settings/WidgetsTab.qml:38", + "comment": "" + }, + { + "term": "Display application icons in workspace indicators", + "context": "Display application icons in workspace indicators", + "reference": "Modules/Settings/WorkspacesTab.qml:60", + "comment": "" + }, + { + "term": "Display brightness control", + "context": "Display brightness control", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:144", + "comment": "" + }, + { + "term": "Display configuration is not available. WLR output management protocol not supported.", + "context": "Display configuration is not available. WLR output management protocol not supported.", + "reference": "Modules/Settings/DisplayConfig/NoBackendMessage.qml:50", + "comment": "" + }, + { + "term": "Display currently focused application title", + "context": "Display currently focused application title", + "reference": "Modules/Settings/WidgetsTab.qml:60", + "comment": "" + }, + { + "term": "Display hourly weather predictions", + "context": "Display hourly weather predictions", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:136", + "comment": "" + }, + { + "term": "Display only workspaces that contain windows", + "context": "Display only workspaces that contain windows", + "reference": "Modules/Settings/WorkspacesTab.qml:152", + "comment": "" + }, + { + "term": "Display power menu actions in a grid instead of a list", + "context": "Display power menu actions in a grid instead of a list", + "reference": "Modules/Settings/PowerSleepTab.qml:368", + "comment": "" + }, + { + "term": "Display seconds in the clock", + "context": "Display seconds in the clock", + "reference": "Modules/Settings/TimeWeatherTab.qml:64", + "comment": "" + }, + { + "term": "Display the power system menu", + "context": "Display the power system menu", + "reference": "Modules/Settings/WidgetsTab.qml:254", + "comment": "" + }, + { + "term": "Display volume and brightness percentage values in OSD popups", + "context": "Display volume and brightness percentage values in OSD popups", + "reference": "Modules/Settings/OSDTab.qml:79", + "comment": "" + }, + { + "term": "Displays", + "context": "Displays", + "reference": "Modals/Greeter/GreeterCompletePage.qml:373, Modals/Settings/SettingsSidebar.qml:206, Modules/Settings/Widgets/SettingsDisplayPicker.qml:36", + "comment": "greeter settings link" + }, + { + "term": "Displays count when overflow is active", + "context": "Displays count when overflow is active", + "reference": "Modules/Settings/DockTab.qml:217", + "comment": "" + }, + { + "term": "Displays the active keyboard layout and allows switching", + "context": "Displays the active keyboard layout and allows switching", + "reference": "Modules/Settings/WidgetsTab.qml:227", + "comment": "" + }, + { + "term": "Distribution", + "context": "Distribution", + "reference": "Modules/ProcessList/SystemView.qml:64", + "comment": "system info label" + }, + { + "term": "Diverse palette spanning the full spectrum.", + "context": "Diverse palette spanning the full spectrum.", + "reference": "Common/Theme.qml:500", + "comment": "" + }, + { + "term": "Do Not Disturb", + "context": "Do Not Disturb", + "reference": "Modules/Settings/NotificationsTab.qml:386, Modules/ControlCenter/Models/WidgetModel.qml:85, Modules/ControlCenter/Components/DragDropGrid.qml:622, Modules/Notifications/Center/NotificationHeader.qml:63, Modules/Notifications/Center/NotificationSettings.qml:151", + "comment": "" + }, + { + "term": "Dock", + "context": "Dock", + "reference": "Modals/Greeter/GreeterCompletePage.qml:422, Modals/Settings/SettingsSidebar.qml:185", + "comment": "greeter settings link" + }, + { + "term": "Dock & Launcher", + "context": "Dock & Launcher", + "reference": "Modals/Settings/SettingsSidebar.qml:179, Modals/Settings/SettingsSidebar.qml:575", + "comment": "" + }, + { + "term": "Dock Transparency", + "context": "Dock Transparency", + "reference": "Modules/Settings/DockTab.qml:571", + "comment": "" + }, + { + "term": "Dock Visibility", + "context": "Dock Visibility", + "reference": "Modules/Settings/DockTab.qml:36", + "comment": "" + }, + { + "term": "Docs", + "context": "Docs", + "reference": "Modals/Greeter/GreeterCompletePage.qml:468, Modules/Settings/AboutTab.qml:274, Modules/Settings/AboutTab.qml:282", + "comment": "greeter documentation link" + }, + { + "term": "Documents", + "context": "Documents", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:246", + "comment": "" + }, + { + "term": "Domain (optional)", + "context": "Domain (optional)", + "reference": "Modals/WifiPasswordModal.qml:621", + "comment": "" + }, + { + "term": "Don't Change", + "context": "Don't Change", + "reference": "Modules/Settings/PowerSleepTab.qml:154", + "comment": "" + }, + { + "term": "Don't Save", + "context": "Don't Save", + "reference": "Modules/Notepad/Notepad.qml:440", + "comment": "" + }, + { + "term": "Door Open", + "context": "Door Open", + "reference": "Services/CupsService.qml:806", + "comment": "" + }, + { + "term": "Downloads", + "context": "Downloads", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:251", + "comment": "" + }, + { + "term": "Drag to Reorder", + "context": "Drag to Reorder", + "reference": "Modules/Settings/WorkspacesTab.qml:171", + "comment": "" + }, + { + "term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", + "context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", + "reference": "Modules/Settings/WidgetsTab.qml:930", + "comment": "" + }, + { + "term": "Drag workspace indicators to reorder them", + "context": "Drag workspace indicators to reorder them", + "reference": "Modules/Settings/WorkspacesTab.qml:172", + "comment": "" + }, + { + "term": "Driver", + "context": "Driver", + "reference": "Modules/Settings/PrinterTab.qml:691, Modules/Settings/NetworkTab.qml:597", + "comment": "" + }, + { + "term": "Drizzle", + "context": "Drizzle", + "reference": "Services/WeatherService.qml:128, Services/WeatherService.qml:129, Services/WeatherService.qml:130", + "comment": "" + }, + { + "term": "Duplicate", + "context": "Duplicate", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:115", + "comment": "" + }, + { + "term": "Duplicate Wallpaper with Blur", + "context": "Duplicate Wallpaper with Blur", + "reference": "Modules/Settings/WallpaperTab.qml:1280", + "comment": "" + }, + { + "term": "Duration", + "context": "Duration", + "reference": "Modules/Settings/NotificationsTab.qml:358", + "comment": "" + }, + { + "term": "Dusk (Astronomical Twilight)", + "context": "Dusk (Astronomical Twilight)", + "reference": "Services/WeatherService.qml:285", + "comment": "" + }, + { + "term": "Dusk (Civil Twighlight)", + "context": "Dusk (Civil Twighlight)", + "reference": "Services/WeatherService.qml:275", + "comment": "" + }, + { + "term": "Dusk (Nautical Twilight)", + "context": "Dusk (Nautical Twilight)", + "reference": "Services/WeatherService.qml:280", + "comment": "" + }, + { + "term": "Dynamic", + "context": "Dynamic", + "reference": "Modules/Settings/ThemeColorsTab.qml:230", + "comment": "dynamic theme name" + }, + { + "term": "Dynamic Properties", + "context": "Dynamic Properties", + "reference": "Modals/WindowRuleModal.qml:670", + "comment": "" + }, + { + "term": "Dynamic Theming", + "context": "Dynamic Theming", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:90", + "comment": "greeter feature card title" + }, + { + "term": "Dynamic colors from wallpaper", + "context": "Dynamic colors from wallpaper", + "reference": "Modules/Settings/ThemeColorsTab.qml:488", + "comment": "dynamic colors description" + }, + { + "term": "Dynamic colors, presets", + "context": "Dynamic colors, presets", + "reference": "Modals/Greeter/GreeterCompletePage.qml:390", + "comment": "greeter theme description" + }, + { + "term": "Edge Spacing", + "context": "Edge Spacing", + "reference": "Modules/Settings/DankBarTab.qml:809", + "comment": "" + }, + { + "term": "Edit App", + "context": "Edit App", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:118, Modals/DankLauncherV2/LauncherContent.qml:846", + "comment": "" + }, + { + "term": "Edit Window Rule", + "context": "Edit Window Rule", + "reference": "Modals/WindowRuleModal.qml:24, Modals/WindowRuleModal.qml:405", + "comment": "" + }, + { + "term": "Education", + "context": "Education", + "reference": "Services/AppSearchService.qml:642", + "comment": "" + }, + { + "term": "Empty", + "context": "Empty", + "reference": "Services/BatteryService.qml:140, Modules/Notepad/NotepadTextEditor.qml:848", + "comment": "battery status" + }, + { + "term": "Enable 10-bit color depth for wider color gamut and HDR support", + "context": "Enable 10-bit color depth for wider color gamut and HDR support", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:112", + "comment": "" + }, + { + "term": "Enable Autoconnect", + "context": "Enable Autoconnect", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:836", + "comment": "" + }, + { + "term": "Enable Bar", + "context": "Enable Bar", + "reference": "Modules/Settings/DankBarTab.qml:411", + "comment": "" + }, + { + "term": "Enable Do Not Disturb", + "context": "Enable Do Not Disturb", + "reference": "Modules/Settings/NotificationsTab.qml:392", + "comment": "" + }, + { + "term": "Enable History", + "context": "Enable History", + "reference": "Modules/Settings/NotificationsTab.qml:809", + "comment": "notification history toggle label" + }, + { + "term": "Enable Overview Overlay", + "context": "Enable Overview Overlay", + "reference": "Modules/Settings/LauncherTab.qml:508", + "comment": "" + }, + { + "term": "Enable Ripple Effects", + "context": "Enable Ripple Effects", + "reference": "Modules/Settings/TypographyMotionTab.qml:476", + "comment": "" + }, + { + "term": "Enable System Sounds", + "context": "Enable System Sounds", + "reference": "Modules/Settings/SoundsTab.qml:36", + "comment": "" + }, + { + "term": "Enable Video Screensaver", + "context": "Enable Video Screensaver", + "reference": "Modules/Settings/LockScreenTab.qml:282", + "comment": "" + }, + { + "term": "Enable Weather", + "context": "Enable Weather", + "reference": "Modules/Settings/TimeWeatherTab.qml:400", + "comment": "" + }, + { + "term": "Enable WiFi", + "context": "Enable WiFi", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:244", + "comment": "" + }, + { + "term": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.", + "context": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.", + "reference": "Modules/Settings/DankBarTab.qml:1064", + "comment": "" + }, + { + "term": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.", + "context": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.", + "reference": "Modules/Settings/WallpaperTab.qml:1281", + "comment": "" + }, + { + "term": "Enable fingerprint at login", + "context": "Enable fingerprint at login", + "reference": "Modules/Settings/GreeterTab.qml:538", + "comment": "" + }, + { + "term": "Enable fingerprint authentication", + "context": "Enable fingerprint authentication", + "reference": "Modules/Settings/LockScreenTab.qml:228", + "comment": "" + }, + { + "term": "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.", + "context": "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.", + "reference": "Modules/Settings/GreeterTab.qml:528", + "comment": "" + }, + { + "term": "Enable loginctl lock integration", + "context": "Enable loginctl lock integration", + "reference": "Modules/Settings/LockScreenTab.qml:177", + "comment": "" + }, + { + "term": "Enable security key at login", + "context": "Enable security key at login", + "reference": "Modules/Settings/GreeterTab.qml:549", + "comment": "" + }, + { + "term": "Enable security key authentication", + "context": "Enable security key authentication", + "reference": "Modules/Settings/LockScreenTab.qml:239", + "comment": "Enable FIDO2/U2F hardware security key for lock screen" + }, + { + "term": "Enabled", + "context": "Enabled", + "reference": "Modules/Settings/ThemeColorsTab.qml:1389, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1226, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1234, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1260, Modules/ControlCenter/Components/DragDropGrid.qml:318", + "comment": "bluetooth status" + }, + { + "term": "Enabled, but fingerprint availability could not be confirmed.", + "context": "Enabled, but fingerprint availability could not be confirmed.", + "reference": "Modules/Settings/GreeterTab.qml:49, Modules/Settings/LockScreenTab.qml:28", + "comment": "" + }, + { + "term": "Enabled, but no fingerprint reader was detected.", + "context": "Enabled, but no fingerprint reader was detected.", + "reference": "Modules/Settings/GreeterTab.qml:45, Modules/Settings/LockScreenTab.qml:24", + "comment": "" + }, + { + "term": "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.", + "context": "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.", + "reference": "Modules/Settings/LockScreenTab.qml:21", + "comment": "" + }, + { + "term": "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.", + "context": "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.", + "reference": "Modules/Settings/GreeterTab.qml:42", + "comment": "" + }, + { + "term": "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.", + "context": "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.", + "reference": "Modules/Settings/LockScreenTab.qml:38", + "comment": "" + }, + { + "term": "Enabled, but no registered security key was found yet. Register a key and run Sync.", + "context": "Enabled, but no registered security key was found yet. Register a key and run Sync.", + "reference": "Modules/Settings/GreeterTab.qml:66", + "comment": "" + }, + { + "term": "Enabled, but security-key availability could not be confirmed.", + "context": "Enabled, but security-key availability could not be confirmed.", + "reference": "Modules/Settings/GreeterTab.qml:71, Modules/Settings/LockScreenTab.qml:43", + "comment": "" + }, + { + "term": "Enabled. PAM already provides fingerprint auth.", + "context": "Enabled. PAM already provides fingerprint auth.", + "reference": "Modules/Settings/GreeterTab.qml:27", + "comment": "" + }, + { + "term": "Enabled. PAM already provides security-key auth.", + "context": "Enabled. PAM already provides security-key auth.", + "reference": "Modules/Settings/GreeterTab.qml:58", + "comment": "" + }, + { + "term": "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.", + "context": "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.", + "reference": "Modules/Settings/GreeterTab.qml:29", + "comment": "" + }, + { + "term": "Enabling WiFi...", + "context": "Enabling WiFi...", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:192, Modules/ControlCenter/Components/DragDropGrid.qml:293", + "comment": "network status" + }, + { + "term": "End", + "context": "End", + "reference": "Modules/Settings/ThemeColorsTab.qml:1204, Modules/Settings/GammaControlTab.qml:295", + "comment": "" + }, + { + "term": "Enlarge on Hover", + "context": "Enlarge on Hover", + "reference": "Modules/Settings/WidgetsTabSection.qml:2801", + "comment": "" + }, + { + "term": "Enlargement %", + "context": "Enlargement %", + "reference": "Modules/Settings/WidgetsTabSection.qml:2840", + "comment": "" + }, + { + "term": "Enter 6-digit passkey", + "context": "Enter 6-digit passkey", + "reference": "Modals/BluetoothPairingModal.qml:211", + "comment": "" + }, + { + "term": "Enter PIN", + "context": "Enter PIN", + "reference": "Modals/BluetoothPairingModal.qml:176", + "comment": "" + }, + { + "term": "Enter PIN for ", + "context": "Enter PIN for ", + "reference": "Modals/BluetoothPairingModal.qml:137, Modals/WifiPasswordModal.qml:351", + "comment": "" + }, + { + "term": "Enter URL or text to share", + "context": "Enter URL or text to share", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:73", + "comment": "KDE Connect share input placeholder" + }, + { + "term": "Enter a new name for session \"%1\"", + "context": "Enter a new name for session \"%1\"", + "reference": "Modals/MuxModal.qml:90", + "comment": "" + }, + { + "term": "Enter a new name for this workspace", + "context": "Enter a new name for this workspace", + "reference": "Modals/WorkspaceRenameModal.qml:86", + "comment": "" + }, + { + "term": "Enter command or script path", + "context": "Enter command or script path", + "reference": "Modules/Settings/MuxTab.qml:78", + "comment": "" + }, + { + "term": "Enter credentials for ", + "context": "Enter credentials for ", + "reference": "Modals/WifiPasswordModal.qml:353, Modals/WifiPasswordModal.qml:358", + "comment": "" + }, + { + "term": "Enter custom lock screen format (e.g., dddd, MMMM d)", + "context": "Enter custom lock screen format (e.g., dddd, MMMM d)", + "reference": "Modules/Settings/TimeWeatherTab.qml:284", + "comment": "" + }, + { + "term": "Enter custom top bar format (e.g., ddd MMM d)", + "context": "Enter custom top bar format (e.g., ddd MMM d)", + "reference": "Modules/Settings/TimeWeatherTab.qml:197", + "comment": "" + }, + { + "term": "Enter device name...", + "context": "Enter device name...", + "reference": "Modules/Settings/AudioTab.qml:627", + "comment": "Audio device rename dialog placeholder" + }, + { + "term": "Enter filename...", + "context": "Enter filename...", + "reference": "Modals/FileBrowser/FileBrowserSaveRow.qml:24", + "comment": "" + }, + { + "term": "Enter launch prefix (e.g., 'uwsm-app')", + "context": "Enter launch prefix (e.g., 'uwsm-app')", + "reference": "Modules/Settings/LauncherTab.qml:325", + "comment": "" + }, + { + "term": "Enter network name and password", + "context": "Enter network name and password", + "reference": "Modals/WifiPasswordModal.qml:357", + "comment": "" + }, + { + "term": "Enter passkey for ", + "context": "Enter passkey for ", + "reference": "Modals/BluetoothPairingModal.qml:139", + "comment": "" + }, + { + "term": "Enter password for ", + "context": "Enter password for ", + "reference": "Modals/WifiPasswordModal.qml:355, Modals/WifiPasswordModal.qml:358", + "comment": "" + }, + { + "term": "Enter this passkey on ", + "context": "Enter this passkey on ", + "reference": "Modals/BluetoothPairingModal.qml:133", + "comment": "" + }, + { + "term": "Enter to Paste", + "context": "Enter to Paste", + "reference": "Modules/Settings/ClipboardTab.qml:435", + "comment": "" + }, + { + "term": "Enterprise", + "context": "Enterprise", + "reference": "Modules/Settings/NetworkTab.qml:1448", + "comment": "" + }, + { + "term": "Entry pinned", + "context": "Entry pinned", + "reference": "Services/ClipboardService.qml:202", + "comment": "" + }, + { + "term": "Entry unpinned", + "context": "Entry unpinned", + "reference": "Services/ClipboardService.qml:216", + "comment": "" + }, + { + "term": "Environment Variables", + "context": "Environment Variables", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:943", + "comment": "" + }, + { + "term": "Error", + "context": "Error", + "reference": "Modules/SystemUpdatePopout.qml:72, Services/CupsService.qml:834", + "comment": "" + }, + { + "term": "Errors", + "context": "Errors", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:248", + "comment": "greeter doctor page status card" + }, + { + "term": "Ethernet", + "context": "Ethernet", + "reference": "Modules/Settings/NetworkTab.qml:211, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:328, Modules/ControlCenter/Details/NetworkDetail.qml:136, Modules/ControlCenter/Components/DragDropGrid.qml:297, Modules/ControlCenter/Components/DragDropGrid.qml:300", + "comment": "network status" + }, + { + "term": "Exact", + "context": "Exact", + "reference": "Modules/Settings/NotificationsTab.qml:108", + "comment": "notification rule match type option" + }, + { + "term": "Exclusive Zone Offset", + "context": "Exclusive Zone Offset", + "reference": "Modules/Settings/DockTab.qml:546, Modules/Settings/DankBarTab.qml:830", + "comment": "" + }, + { + "term": "Experimental Feature", + "context": "Experimental Feature", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:200", + "comment": "" + }, + { + "term": "Explore", + "context": "Explore", + "reference": "Modals/Greeter/GreeterCompletePage.qml:453", + "comment": "greeter explore section header" + }, + { + "term": "Exponential", + "context": "Exponential", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:445", + "comment": "" + }, + { + "term": "Expressive", + "context": "Expressive", + "reference": "Common/Theme.qml:479", + "comment": "matugen color scheme option" + }, + { + "term": "Extend battery life", + "context": "Extend battery life", + "reference": "Common/Theme.qml:1485", + "comment": "power profile description" + }, + { + "term": "Extensible architecture", + "context": "Extensible architecture", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:123", + "comment": "greeter feature card description" + }, + { + "term": "External Wallpaper Management", + "context": "External Wallpaper Management", + "reference": "Modules/Settings/WallpaperTab.qml:1242", + "comment": "wallpaper settings external management" + }, + { + "term": "Extra Arguments", + "context": "Extra Arguments", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:969", + "comment": "" + }, + { + "term": "F1/I: Toggle • F10: Help", + "context": "F1/I: Toggle • F10: Help", + "reference": "Modals/FileBrowser/FileInfo.qml:200", + "comment": "" + }, + { + "term": "Fade", + "context": "Fade", + "reference": "Modules/Settings/WallpaperTab.qml:1163", + "comment": "wallpaper transition option" + }, + { + "term": "Fade to lock screen", + "context": "Fade to lock screen", + "reference": "Modules/Settings/PowerSleepTab.qml:74", + "comment": "" + }, + { + "term": "Fade to monitor off", + "context": "Fade to monitor off", + "reference": "Modules/Settings/PowerSleepTab.qml:83", + "comment": "" + }, + { + "term": "Failed to accept pairing", + "context": "Failed to accept pairing", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:161", + "comment": "Phone Connect error" + }, + { + "term": "Failed to activate configuration", + "context": "Failed to activate configuration", + "reference": "Services/DMSNetworkService.qml:384", + "comment": "" + }, + { + "term": "Failed to activate profile - file not found", + "context": "Failed to activate profile - file not found", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:273", + "comment": "" + }, + { + "term": "Failed to add binds include", + "context": "Failed to add binds include", + "reference": "Services/KeybindsService.qml:251", + "comment": "" + }, + { + "term": "Failed to add printer to class", + "context": "Failed to add printer to class", + "reference": "Services/CupsService.qml:710", + "comment": "" + }, + { + "term": "Failed to browse device", + "context": "Failed to browse device", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:143", + "comment": "Phone Connect error" + }, + { + "term": "Failed to cancel all jobs", + "context": "Failed to cancel all jobs", + "reference": "Services/CupsService.qml:439", + "comment": "" + }, + { + "term": "Failed to cancel selected job", + "context": "Failed to cancel selected job", + "reference": "Services/CupsService.qml:423", + "comment": "" + }, + { + "term": "Failed to check for updates:\n%1", + "context": "Failed to check for updates:\n%1", + "reference": "Modules/SystemUpdatePopout.qml:141", + "comment": "" + }, + { + "term": "Failed to check pin limit", + "context": "Failed to check pin limit", + "reference": "Services/ClipboardService.qml:185", + "comment": "" + }, + { + "term": "Failed to connect VPN", + "context": "Failed to connect VPN", + "reference": "Services/DMSNetworkService.qml:830", + "comment": "" + }, + { + "term": "Failed to connect to %1", + "context": "Failed to connect to %1", + "reference": "Services/DMSNetworkService.qml:355", + "comment": "" + }, + { + "term": "Failed to copy entry", + "context": "Failed to copy entry", + "reference": "Services/ClipboardService.qml:105, Services/ClipboardService.qml:125", + "comment": "" + }, + { + "term": "Failed to create printer", + "context": "Failed to create printer", + "reference": "Services/CupsService.qml:520", + "comment": "" + }, + { + "term": "Failed to create profiles directory", + "context": "Failed to create profiles directory", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:193", + "comment": "" + }, + { + "term": "Failed to delete VPN", + "context": "Failed to delete VPN", + "reference": "Services/VPNService.qml:157", + "comment": "" + }, + { + "term": "Failed to delete class", + "context": "Failed to delete class", + "reference": "Services/CupsService.qml:743", + "comment": "" + }, + { + "term": "Failed to delete printer", + "context": "Failed to delete printer", + "reference": "Services/CupsService.qml:537", + "comment": "" + }, + { + "term": "Failed to disable job acceptance", + "context": "Failed to disable job acceptance", + "reference": "Services/CupsService.qml:573", + "comment": "" + }, + { + "term": "Failed to disable night mode", + "context": "Failed to disable night mode", + "reference": "Services/DisplayService.qml:484", + "comment": "" + }, + { + "term": "Failed to disconnect VPN", + "context": "Failed to disconnect VPN", + "reference": "Services/DMSNetworkService.qml:854", + "comment": "" + }, + { + "term": "Failed to disconnect VPNs", + "context": "Failed to disconnect VPNs", + "reference": "Services/DMSNetworkService.qml:872", + "comment": "" + }, + { + "term": "Failed to disconnect WiFi", + "context": "Failed to disconnect WiFi", + "reference": "Services/DMSNetworkService.qml:478", + "comment": "" + }, + { + "term": "Failed to enable IP location", + "context": "Failed to enable IP location", + "reference": "Services/DisplayService.qml:624", + "comment": "" + }, + { + "term": "Failed to enable WiFi", + "context": "Failed to enable WiFi", + "reference": "Services/DMSNetworkService.qml:581", + "comment": "" + }, + { + "term": "Failed to enable job acceptance", + "context": "Failed to enable job acceptance", + "reference": "Services/CupsService.qml:557", + "comment": "" + }, + { + "term": "Failed to enable night mode", + "context": "Failed to enable night mode", + "reference": "Services/DisplayService.qml:456", + "comment": "" + }, + { + "term": "Failed to hold job", + "context": "Failed to hold job", + "reference": "Services/CupsService.qml:693", + "comment": "" + }, + { + "term": "Failed to import VPN", + "context": "Failed to import VPN", + "reference": "Services/VPNService.qml:84, Services/VPNService.qml:98", + "comment": "" + }, + { + "term": "Failed to launch SMS app", + "context": "Failed to launch SMS app", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:133", + "comment": "Phone Connect error" + }, + { + "term": "Failed to load VPN config", + "context": "Failed to load VPN config", + "reference": "Services/VPNService.qml:114", + "comment": "" + }, + { + "term": "Failed to load clipboard configuration.", + "context": "Failed to load clipboard configuration.", + "reference": "Modules/Settings/ClipboardTab.qml:267", + "comment": "" + }, + { + "term": "Failed to move job", + "context": "Failed to move job", + "reference": "Services/CupsService.qml:658", + "comment": "" + }, + { + "term": "Failed to parse plugin_settings.json", + "context": "Failed to parse plugin_settings.json", + "reference": "Common/SettingsData.qml:1380", + "comment": "" + }, + { + "term": "Failed to parse session.json", + "context": "Failed to parse session.json", + "reference": "Common/SessionData.qml:208, Common/SessionData.qml:287", + "comment": "" + }, + { + "term": "Failed to parse settings.json", + "context": "Failed to parse settings.json", + "reference": "Common/SettingsData.qml:1283, Common/SettingsData.qml:2783", + "comment": "" + }, + { + "term": "Failed to pause printer", + "context": "Failed to pause printer", + "reference": "Services/CupsService.qml:390", + "comment": "" + }, + { + "term": "Failed to pin entry", + "context": "Failed to pin entry", + "reference": "Services/ClipboardService.qml:199", + "comment": "" + }, + { + "term": "Failed to print test page", + "context": "Failed to print test page", + "reference": "Services/CupsService.qml:640", + "comment": "" + }, + { + "term": "Failed to reject pairing", + "context": "Failed to reject pairing", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:170", + "comment": "Phone Connect error" + }, + { + "term": "Failed to remove device", + "context": "Failed to remove device", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:725", + "comment": "" + }, + { + "term": "Failed to remove keybind", + "context": "Failed to remove keybind", + "reference": "Services/KeybindsService.qml:228", + "comment": "" + }, + { + "term": "Failed to remove printer from class", + "context": "Failed to remove printer from class", + "reference": "Services/CupsService.qml:727", + "comment": "" + }, + { + "term": "Failed to restart audio system", + "context": "Failed to restart audio system", + "reference": "Services/AudioService.qml:278", + "comment": "" + }, + { + "term": "Failed to restart job", + "context": "Failed to restart job", + "reference": "Services/CupsService.qml:674", + "comment": "" + }, + { + "term": "Failed to resume printer", + "context": "Failed to resume printer", + "reference": "Services/CupsService.qml:406", + "comment": "" + }, + { + "term": "Failed to ring device", + "context": "Failed to ring device", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:96", + "comment": "Phone Connect error" + }, + { + "term": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", + "context": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", + "reference": "Modules/Settings/GreeterTab.qml:274", + "comment": "greeter status error" + }, + { + "term": "Failed to save audio config", + "context": "Failed to save audio config", + "reference": "Services/AudioService.qml:163", + "comment": "" + }, + { + "term": "Failed to save clipboard setting", + "context": "Failed to save clipboard setting", + "reference": "Modules/Settings/ClipboardTab.qml:210", + "comment": "" + }, + { + "term": "Failed to save keybind", + "context": "Failed to save keybind", + "reference": "Services/KeybindsService.qml:202", + "comment": "" + }, + { + "term": "Failed to save profile file", + "context": "Failed to save profile file", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:199", + "comment": "" + }, + { + "term": "Failed to send clipboard", + "context": "Failed to send clipboard", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:114", + "comment": "Phone Connect error" + }, + { + "term": "Failed to send file", + "context": "Failed to send file", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:361, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:421", + "comment": "Phone Connect error" + }, + { + "term": "Failed to send ping", + "context": "Failed to send ping", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:105", + "comment": "Phone Connect error" + }, + { + "term": "Failed to set brightness", + "context": "Failed to set brightness", + "reference": "Services/DisplayService.qml:322", + "comment": "" + }, + { + "term": "Failed to set night mode location", + "context": "Failed to set night mode location", + "reference": "Services/DisplayService.qml:644", + "comment": "" + }, + { + "term": "Failed to set night mode schedule", + "context": "Failed to set night mode schedule", + "reference": "Services/DisplayService.qml:586", + "comment": "" + }, + { + "term": "Failed to set night mode temperature", + "context": "Failed to set night mode temperature", + "reference": "Services/DisplayService.qml:525, Services/DisplayService.qml:576, Services/DisplayService.qml:614", + "comment": "" + }, + { + "term": "Failed to set power profile", + "context": "Failed to set power profile", + "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:30", + "comment": "" + }, + { + "term": "Failed to set profile image", + "context": "Failed to set profile image", + "reference": "Services/PortalService.qml:145", + "comment": "" + }, + { + "term": "Failed to set profile image: %1", + "context": "Failed to set profile image: %1", + "reference": "Services/PortalService.qml:154", + "comment": "" + }, + { + "term": "Failed to share", + "context": "Failed to share", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:341, dms-plugins/DankKDEConnect/DankKDEConnect.qml:349, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:407", + "comment": "Phone Connect error" + }, + { + "term": "Failed to start connection to %1", + "context": "Failed to start connection to %1", + "reference": "Services/DMSNetworkService.qml:465", + "comment": "" + }, + { + "term": "Failed to unpin entry", + "context": "Failed to unpin entry", + "reference": "Services/ClipboardService.qml:213", + "comment": "" + }, + { + "term": "Failed to update VPN", + "context": "Failed to update VPN", + "reference": "Services/VPNService.qml:140", + "comment": "" + }, + { + "term": "Failed to update autoconnect", + "context": "Failed to update autoconnect", + "reference": "Services/DMSNetworkService.qml:937", + "comment": "" + }, + { + "term": "Failed to update description", + "context": "Failed to update description", + "reference": "Services/CupsService.qml:624", + "comment": "" + }, + { + "term": "Failed to update location", + "context": "Failed to update location", + "reference": "Services/CupsService.qml:607", + "comment": "" + }, + { + "term": "Failed to update sharing", + "context": "Failed to update sharing", + "reference": "Services/CupsService.qml:590", + "comment": "" + }, + { + "term": "Failed to write temp file for validation", + "context": "Failed to write temp file for validation", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1294", + "comment": "" + }, + { + "term": "Features", + "context": "Features", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:75", + "comment": "greeter welcome page section header" + }, + { + "term": "Feels", + "context": "Feels", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:401", + "comment": "" + }, + { + "term": "Feels Like", + "context": "Feels Like", + "reference": "Modules/Settings/TimeWeatherTab.qml:889", + "comment": "" + }, + { + "term": "Feels Like %1°", + "context": "Feels Like %1°", + "reference": "Modules/DankDash/WeatherTab.qml:309, Modules/Settings/TimeWeatherTab.qml:776", + "comment": "weather feels like temperature" + }, + { + "term": "Fidelity", + "context": "Fidelity", + "reference": "Common/Theme.qml:483", + "comment": "matugen color scheme option" + }, + { + "term": "Field", + "context": "Field", + "reference": "Modules/Settings/NotificationsTab.qml:545", + "comment": "" + }, + { + "term": "File", + "context": "File", + "reference": "Services/CupsService.qml:137, Modals/DankLauncherV2/ResultItem.qml:185", + "comment": "" + }, + { + "term": "File Already Exists", + "context": "File Already Exists", + "reference": "Modals/FileBrowser/FileBrowserOverwriteDialog.qml:53", + "comment": "" + }, + { + "term": "File Information", + "context": "File Information", + "reference": "Modals/FileBrowser/FileInfo.qml:137", + "comment": "" + }, + { + "term": "File received from", + "context": "File received from", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:79", + "comment": "Phone Connect file share notification" + }, + { + "term": "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch", + "context": "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch", + "reference": "Modals/DankLauncherV2/ResultsList.qml:473", + "comment": "" + }, + { + "term": "Files", + "context": "Files", + "reference": "Modals/DankLauncherV2/Controller.qml:167, Modals/DankLauncherV2/Controller.qml:1028, Modals/DankLauncherV2/Controller.qml:1049, Modals/DankLauncherV2/LauncherContent.qml:358, Modals/DankLauncherV2/LauncherContent.qml:629, Modules/Settings/LauncherTab.qml:642", + "comment": "" + }, + { + "term": "Filesystem usage monitoring", + "context": "Filesystem usage monitoring", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:170", + "comment": "" + }, + { + "term": "Fill", + "context": "Fill", + "reference": "Modules/Settings/GreeterTab.qml:698, Modules/Settings/WallpaperTab.qml:312", + "comment": "wallpaper fill mode" + }, + { + "term": "Find in Text", + "context": "Find in Text", + "reference": "Modules/Notepad/NotepadSettings.qml:185", + "comment": "" + }, + { + "term": "Find in note...", + "context": "Find in note...", + "reference": "Modules/Notepad/NotepadTextEditor.qml:381", + "comment": "" + }, + { + "term": "Fingerprint availability could not be confirmed.", + "context": "Fingerprint availability could not be confirmed.", + "reference": "Modules/Settings/GreeterTab.qml:49, Modules/Settings/LockScreenTab.qml:28", + "comment": "" + }, + { + "term": "Fingerprint error", + "context": "Fingerprint error", + "reference": "Modules/Lock/LockScreenContent.qml:63", + "comment": "" + }, + { + "term": "Fingerprint error: %1", + "context": "Fingerprint error: %1", + "reference": "Modules/Lock/LockScreenContent.qml:63", + "comment": "" + }, + { + "term": "Fingerprint not recognized (%1/%2). Please try again or use password.", + "context": "Fingerprint not recognized (%1/%2). Please try again or use password.", + "reference": "Modules/Lock/LockScreenContent.qml:68", + "comment": "" + }, + { + "term": "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.", + "context": "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.", + "reference": "Modules/Settings/LockScreenTab.qml:22", + "comment": "" + }, + { + "term": "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.", + "context": "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.", + "reference": "Modules/Settings/GreeterTab.qml:43", + "comment": "" + }, + { + "term": "Finish", + "context": "Finish", + "reference": "Modals/Greeter/GreeterModal.qml:304", + "comment": "greeter finish button" + }, + { + "term": "First Day of Week", + "context": "First Day of Week", + "reference": "Modules/Settings/TimeWeatherTab.qml:102", + "comment": "" + }, + { + "term": "First Time Setup", + "context": "First Time Setup", + "reference": "Modules/Settings/KeybindsTab.qml:326, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:48", + "comment": "" + }, + { + "term": "Fit", + "context": "Fit", + "reference": "Modules/Settings/WallpaperTab.qml:312", + "comment": "wallpaper fill mode" + }, + { + "term": "Fix Now", + "context": "Fix Now", + "reference": "Modules/Settings/ThemeColorsTab.qml:2317, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:371, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:84", + "comment": "" + }, + { + "term": "Fixing...", + "context": "Fixing...", + "reference": "Modules/Settings/ThemeColorsTab.qml:2317, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:368, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:81", + "comment": "" + }, + { + "term": "Flags", + "context": "Flags", + "reference": "Widgets/KeybindItem.qml:1552", + "comment": "" + }, + { + "term": "Flipped", + "context": "Flipped", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1801, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1822", + "comment": "" + }, + { + "term": "Flipped 180°", + "context": "Flipped 180°", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1805, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1826", + "comment": "" + }, + { + "term": "Flipped 270°", + "context": "Flipped 270°", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1807, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1828", + "comment": "" + }, + { + "term": "Flipped 90°", + "context": "Flipped 90°", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1803, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1824", + "comment": "" + }, + { + "term": "Float", + "context": "Float", + "reference": "Modals/WindowRuleModal.qml:527, Modules/Settings/WindowRulesTab.qml:535", + "comment": "" + }, + { + "term": "Focus", + "context": "Focus", + "reference": "Modals/WindowRuleModal.qml:544, Modules/Settings/WindowRulesTab.qml:539", + "comment": "" + }, + { + "term": "Focus at Startup", + "context": "Focus at Startup", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:70, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1236", + "comment": "" + }, + { + "term": "Focused Border", + "context": "Focused Border", + "reference": "Modules/Settings/WorkspacesTab.qml:354", + "comment": "" + }, + { + "term": "Focused Color", + "context": "Focused Color", + "reference": "Modules/Settings/WorkspacesTab.qml:196", + "comment": "" + }, + { + "term": "Focused Monitor Only", + "context": "Focused Monitor Only", + "reference": "Modules/Settings/NotificationsTab.qml:297", + "comment": "" + }, + { + "term": "Focused Window", + "context": "Focused Window", + "reference": "Modules/Settings/WidgetsTab.qml:59", + "comment": "" + }, + { + "term": "Focused monitor only", + "context": "Focused monitor only", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:422", + "comment": "" + }, + { + "term": "Fog", + "context": "Fog", + "reference": "Services/WeatherService.qml:126, Services/WeatherService.qml:127", + "comment": "" + }, + { + "term": "Folder", + "context": "Folder", + "reference": "Modals/DankLauncherV2/ResultItem.qml:185", + "comment": "" + }, + { + "term": "Folders", + "context": "Folders", + "reference": "Modals/DankLauncherV2/Controller.qml:1039, Modals/DankLauncherV2/Controller.qml:1049, Modals/DankLauncherV2/LauncherContent.qml:634, Modules/Settings/LauncherTab.qml:653", + "comment": "" + }, + { + "term": "Follow DMS background color", + "context": "Follow DMS background color", + "reference": "Modules/Settings/ThemeColorsTab.qml:2754", + "comment": "" + }, + { + "term": "Follow Monitor Focus", + "context": "Follow Monitor Focus", + "reference": "Modules/Settings/WorkspacesTab.qml:141", + "comment": "" + }, + { + "term": "Follow focus", + "context": "Follow focus", + "reference": "Widgets/KeybindItem.qml:1311", + "comment": "" + }, + { + "term": "Font", + "context": "Font", + "reference": "Modules/Settings/GreeterTab.qml:565", + "comment": "" + }, + { + "term": "Font Family", + "context": "Font Family", + "reference": "Modules/Notepad/NotepadSettings.qml:211", + "comment": "" + }, + { + "term": "Font Scale", + "context": "Font Scale", + "reference": "Modules/Settings/TypographyMotionTab.qml:183, Modules/Settings/DankBarTab.qml:951", + "comment": "" + }, + { + "term": "Font Size", + "context": "Font Size", + "reference": "Modules/Notepad/NotepadSettings.qml:245", + "comment": "" + }, + { + "term": "Font Weight", + "context": "Font Weight", + "reference": "Modules/Settings/TypographyMotionTab.qml:114", + "comment": "" + }, + { + "term": "Font used on the login screen", + "context": "Font used on the login screen", + "reference": "Modules/Settings/GreeterTab.qml:576", + "comment": "" + }, + { + "term": "Force HDR", + "context": "Force HDR", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1256", + "comment": "" + }, + { + "term": "Force Kill (SIGKILL)", + "context": "Force Kill (SIGKILL)", + "reference": "Modules/ProcessList/ProcessContextMenu.qml:49", + "comment": "" + }, + { + "term": "Force Wide Color", + "context": "Force Wide Color", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1258", + "comment": "" + }, + { + "term": "Force terminal applications to always use dark color schemes", + "context": "Force terminal applications to always use dark color schemes", + "reference": "Modules/Settings/ThemeColorsTab.qml:2248", + "comment": "" + }, + { + "term": "Forecast", + "context": "Forecast", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:27", + "comment": "" + }, + { + "term": "Forecast Days", + "context": "Forecast Days", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:127", + "comment": "" + }, + { + "term": "Forecast Not Available", + "context": "Forecast Not Available", + "reference": "Modules/DankDash/WeatherForecastCard.qml:115", + "comment": "" + }, + { + "term": "Forever", + "context": "Forever", + "reference": "Modules/Settings/NotificationsTab.qml:837, Modules/Settings/NotificationsTab.qml:852, Modules/Settings/NotificationsTab.qml:855", + "comment": "notification history retention option" + }, + { + "term": "Forget", + "context": "Forget", + "reference": "Modules/Settings/NetworkTab.qml:1313", + "comment": "" + }, + { + "term": "Forget \"%1\"?", + "context": "Forget \"%1\"?", + "reference": "Modules/Settings/NetworkTab.qml:1312", + "comment": "" + }, + { + "term": "Forget Device", + "context": "Forget Device", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:697", + "comment": "" + }, + { + "term": "Forget Network", + "context": "Forget Network", + "reference": "Modules/Settings/NetworkTab.qml:1311, Modules/ControlCenter/Details/NetworkDetail.qml:859", + "comment": "" + }, + { + "term": "Forgot network %1", + "context": "Forgot network %1", + "reference": "Services/DMSNetworkService.qml:538", + "comment": "" + }, + { + "term": "Format Legend", + "context": "Format Legend", + "reference": "Modules/Settings/TimeWeatherTab.qml:313", + "comment": "" + }, + { + "term": "Found %1 package to update:", + "context": "Found %1 package to update:", + "reference": "Modules/SystemUpdatePopout.qml:153", + "comment": "" + }, + { + "term": "Found %1 packages to update:", + "context": "Found %1 packages to update:", + "reference": "Modules/SystemUpdatePopout.qml:154", + "comment": "" + }, + { + "term": "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.", + "context": "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.", + "reference": "Modules/Settings/LauncherTab.qml:424", + "comment": "" + }, + { + "term": "Freezing Drizzle", + "context": "Freezing Drizzle", + "reference": "Services/WeatherService.qml:131, Services/WeatherService.qml:132", + "comment": "" + }, + { + "term": "Frequency", + "context": "Frequency", + "reference": "Modules/Settings/NetworkTab.qml:1423", + "comment": "" + }, + { + "term": "Fruit Salad", + "context": "Fruit Salad", + "reference": "Common/Theme.qml:487", + "comment": "matugen color scheme option" + }, + { + "term": "Full Command:", + "context": "Full Command:", + "reference": "Modules/ProcessList/ProcessesView.qml:681", + "comment": "process detail label" + }, + { + "term": "Full Content", + "context": "Full Content", + "reference": "Modules/Settings/LockScreenTab.qml:148, Modules/Settings/NotificationsTab.qml:729", + "comment": "lock screen notification mode option" + }, + { + "term": "Full Day & Month", + "context": "Full Day & Month", + "reference": "Modules/Settings/GreeterTab.qml:426, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:166, Modules/Settings/TimeWeatherTab.qml:182, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:253, Modules/Settings/TimeWeatherTab.qml:269", + "comment": "date format option" + }, + { + "term": "Full with Year", + "context": "Full with Year", + "reference": "Modules/Settings/GreeterTab.qml:418, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:158, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:245, Modules/Settings/TimeWeatherTab.qml:267", + "comment": "date format option" + }, + { + "term": "Fullscreen", + "context": "Fullscreen", + "reference": "Modals/WindowRuleModal.qml:535, Modules/Settings/WindowRulesTab.qml:538", + "comment": "" + }, + { + "term": "Fullscreen Only", + "context": "Fullscreen Only", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:280, Modules/Settings/DisplayConfig/OutputCard.qml:284, Modules/Settings/DisplayConfig/OutputCard.qml:293", + "comment": "" + }, + { + "term": "Fully Charged", + "context": "Fully Charged", + "reference": "Services/BatteryService.qml:142", + "comment": "battery status" + }, + { + "term": "Fun", + "context": "Fun", + "reference": "Widgets/DankIconPicker.qml:59", + "comment": "" + }, + { + "term": "G: grid • Z/X: size", + "context": "G: grid • Z/X: size", + "reference": "Modules/Plugins/DesktopPluginWrapper.qml:746", + "comment": "Widget grid keyboard hints" + }, + { + "term": "GPU", + "context": "GPU", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:138", + "comment": "" + }, + { + "term": "GPU Monitoring", + "context": "GPU Monitoring", + "reference": "Modules/ProcessList/SystemView.qml:117", + "comment": "gpu section header in system monitor" + }, + { + "term": "GPU Temperature", + "context": "GPU Temperature", + "reference": "Modules/Settings/WidgetsTab.qml:140, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:116", + "comment": "" + }, + { + "term": "GPU temperature display", + "context": "GPU temperature display", + "reference": "Modules/Settings/WidgetsTab.qml:141", + "comment": "" + }, + { + "term": "GTK, Qt, IDEs, more", + "context": "GTK, Qt, IDEs, more", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:99", + "comment": "greeter feature card description" + }, + { + "term": "Games", + "context": "Games", + "reference": "Services/AppSearchService.qml:643", + "comment": "" + }, + { + "term": "Gamma Control", + "context": "Gamma Control", + "reference": "Modals/Settings/SettingsSidebar.qml:218, Modules/Settings/GammaControlTab.qml:64", + "comment": "" + }, + { + "term": "Gamma control not available. Requires DMS API v6+.", + "context": "Gamma control not available. Requires DMS API v6+.", + "reference": "Modules/Settings/GammaControlTab.qml:77", + "comment": "" + }, + { + "term": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.", + "context": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.", + "reference": "Modules/Settings/ThemeColorsTab.qml:2962", + "comment": "" + }, + { + "term": "Generic", + "context": "Generic", + "reference": "Modules/Settings/ThemeColorsTab.qml:289, Modules/Settings/ThemeColorsTab.qml:289", + "comment": "theme category option" + }, + { + "term": "Get Started", + "context": "Get Started", + "reference": "Modals/Greeter/GreeterModal.qml:295", + "comment": "greeter first page button" + }, + { + "term": "GitHub", + "context": "GitHub", + "reference": "Modules/Settings/AboutTab.qml:306", + "comment": "" + }, + { + "term": "Globally scale all animation durations", + "context": "Globally scale all animation durations", + "reference": "Modules/Settings/TypographyMotionTab.qml:243", + "comment": "" + }, + { + "term": "Golden Hour", + "context": "Golden Hour", + "reference": "Services/WeatherService.qml:250, Services/WeatherService.qml:265", + "comment": "" + }, + { + "term": "Good", + "context": "Good", + "reference": "Modules/Settings/TimeWeatherTab.qml:1134", + "comment": "" + }, + { + "term": "Goth Corner Radius", + "context": "Goth Corner Radius", + "reference": "Modules/Settings/DankBarTab.qml:1361", + "comment": "" + }, + { + "term": "Goth Corners", + "context": "Goth Corners", + "reference": "Modules/Settings/DankBarTab.qml:1336", + "comment": "" + }, + { + "term": "Gradually fade the screen before locking with a configurable grace period", + "context": "Gradually fade the screen before locking with a configurable grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:75", + "comment": "" + }, + { + "term": "Gradually fade the screen before turning off monitors with a configurable grace period", + "context": "Gradually fade the screen before turning off monitors with a configurable grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:84", + "comment": "" + }, + { + "term": "Graph Time Range", + "context": "Graph Time Range", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:48", + "comment": "" + }, + { + "term": "Graphics", + "context": "Graphics", + "reference": "Services/AppSearchService.qml:644, Services/AppSearchService.qml:645", + "comment": "" + }, + { + "term": "Greeter", + "context": "Greeter", + "reference": "Modals/Settings/SettingsSidebar.qml:298", + "comment": "" + }, + { + "term": "Greeter Appearance", + "context": "Greeter Appearance", + "reference": "Modules/Settings/GreeterTab.qml:561", + "comment": "" + }, + { + "term": "Greeter Behavior", + "context": "Greeter Behavior", + "reference": "Modules/Settings/GreeterTab.qml:720", + "comment": "" + }, + { + "term": "Greeter Status", + "context": "Greeter Status", + "reference": "Modules/Settings/GreeterTab.qml:447", + "comment": "" + }, + { + "term": "Greeter activated. greetd is now enabled.", + "context": "Greeter activated. greetd is now enabled.", + "reference": "Modules/Settings/GreeterTab.qml:381", + "comment": "" + }, + { + "term": "Greeter font", + "context": "Greeter font", + "reference": "Modules/Settings/GreeterTab.qml:575", + "comment": "" + }, + { + "term": "Greeter only — does not affect main clock", + "context": "Greeter only — does not affect main clock", + "reference": "Modules/Settings/GreeterTab.qml:602", + "comment": "" + }, + { + "term": "Greeter only — format for the date on the login screen", + "context": "Greeter only — format for the date on the login screen", + "reference": "Modules/Settings/GreeterTab.qml:636", + "comment": "" + }, + { + "term": "Grid", + "context": "Grid", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:355, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:364, Modules/DankBar/Popouts/DWLLayoutPopout.qml:48", + "comment": "" + }, + { + "term": "Grid Columns", + "context": "Grid Columns", + "reference": "Modules/Settings/LauncherTab.qml:348", + "comment": "" + }, + { + "term": "Grid: OFF", + "context": "Grid: OFF", + "reference": "Modules/Plugins/DesktopPluginWrapper.qml:716", + "comment": "Widget grid snap status" + }, + { + "term": "Grid: ON", + "context": "Grid: ON", + "reference": "Modules/Plugins/DesktopPluginWrapper.qml:716", + "comment": "Widget grid snap status" + }, + { + "term": "Group", + "context": "Group", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:240", + "comment": "" + }, + { + "term": "Group Workspace Apps", + "context": "Group Workspace Apps", + "reference": "Modules/Settings/WorkspacesTab.qml:121", + "comment": "" + }, + { + "term": "Group by App", + "context": "Group by App", + "reference": "Modules/Settings/WidgetsTabSection.qml:2255, Modules/Settings/DockTab.qml:157", + "comment": "" + }, + { + "term": "Group multiple windows of the same app together with a window count indicator", + "context": "Group multiple windows of the same app together with a window count indicator", + "reference": "Modules/Settings/DockTab.qml:158", + "comment": "" + }, + { + "term": "Group removed", + "context": "Group removed", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:237", + "comment": "" + }, + { + "term": "Group repeated application icons in unfocused workspaces", + "context": "Group repeated application icons in unfocused workspaces", + "reference": "Modules/Settings/WorkspacesTab.qml:122", + "comment": "" + }, + { + "term": "Groups", + "context": "Groups", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:112", + "comment": "" + }, + { + "term": "HDR (EDID)", + "context": "HDR (EDID)", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:145, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:155, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:166", + "comment": "" + }, + { + "term": "HDR Tone Mapping", + "context": "HDR Tone Mapping", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:229", + "comment": "" + }, + { + "term": "HDR mode is experimental. Verify your monitor supports HDR before enabling.", + "context": "HDR mode is experimental. Verify your monitor supports HDR before enabling.", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:208", + "comment": "" + }, + { + "term": "HSV", + "context": "HSV", + "reference": "Modals/DankColorPickerModal.qml:692", + "comment": "" + }, + { + "term": "HTML copied to clipboard", + "context": "HTML copied to clipboard", + "reference": "Modules/Notepad/NotepadTextEditor.qml:284", + "comment": "" + }, + { + "term": "Health", + "context": "Health", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:141, Modules/DankBar/Popouts/BatteryPopout.qml:298, Modules/DankBar/Popouts/BatteryPopout.qml:454", + "comment": "" + }, + { + "term": "Heavy Rain", + "context": "Heavy Rain", + "reference": "Services/WeatherService.qml:135, Services/WeatherService.qml:137, Services/WeatherService.qml:144", + "comment": "" + }, + { + "term": "Heavy Snow", + "context": "Heavy Snow", + "reference": "Services/WeatherService.qml:140", + "comment": "" + }, + { + "term": "Heavy Snow Showers", + "context": "Heavy Snow Showers", + "reference": "Services/WeatherService.qml:146", + "comment": "" + }, + { + "term": "Height", + "context": "Height", + "reference": "Modules/Settings/WindowRulesTab.qml:543", + "comment": "" + }, + { + "term": "Held", + "context": "Held", + "reference": "Services/CupsService.qml:761", + "comment": "" + }, + { + "term": "Help", + "context": "Help", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:614", + "comment": "" + }, + { + "term": "Hex", + "context": "Hex", + "reference": "Modals/DankColorPickerModal.qml:567", + "comment": "" + }, + { + "term": "Hibernate", + "context": "Hibernate", + "reference": "Modals/PowerMenuModal.qml:210, Modules/Lock/LockPowerMenu.qml:128, Modules/Settings/PowerSleepTab.qml:311, Modules/Settings/PowerSleepTab.qml:378", + "comment": "" + }, + { + "term": "Hidden", + "context": "Hidden", + "reference": "Modules/Settings/NetworkTab.qml:1228", + "comment": "" + }, + { + "term": "Hidden (%1)", + "context": "Hidden (%1)", + "reference": "Modules/Settings/AudioTab.qml:265, Modules/Settings/AudioTab.qml:409", + "comment": "count of hidden audio devices" + }, + { + "term": "Hidden Apps", + "context": "Hidden Apps", + "reference": "Modules/Settings/LauncherTab.qml:911", + "comment": "" + }, + { + "term": "Hidden Network", + "context": "Hidden Network", + "reference": "Modals/WifiPasswordModal.qml:252", + "comment": "" + }, + { + "term": "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.", + "context": "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.", + "reference": "Modules/Settings/LauncherTab.qml:941", + "comment": "" + }, + { + "term": "Hide", + "context": "Hide", + "reference": "Modules/Settings/DisplayConfigTab.qml:473", + "comment": "" + }, + { + "term": "Hide 3rd Party", + "context": "Hide 3rd Party", + "reference": "Modules/Settings/PluginBrowser.qml:273", + "comment": "" + }, + { + "term": "Hide App", + "context": "Hide App", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:112", + "comment": "" + }, + { + "term": "Hide Delay", + "context": "Hide Delay", + "reference": "Modules/Settings/DankBarTab.qml:620", + "comment": "" + }, + { + "term": "Hide Indicators", + "context": "Hide Indicators", + "reference": "Modules/Settings/WidgetsTabSection.qml:2649", + "comment": "" + }, + { + "term": "Hide Updater Widget", + "context": "Hide Updater Widget", + "reference": "Modules/Settings/SystemUpdaterTab.qml:29", + "comment": "When updater widget is used, then hide it if no update found" + }, + { + "term": "Hide When Typing", + "context": "Hide When Typing", + "reference": "Modules/Settings/ThemeColorsTab.qml:2361", + "comment": "" + }, + { + "term": "Hide When Windows Open", + "context": "Hide When Windows Open", + "reference": "Modules/Settings/DankBarTab.qml:643", + "comment": "" + }, + { + "term": "Hide cursor after inactivity (0 = disabled)", + "context": "Hide cursor after inactivity (0 = disabled)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2408", + "comment": "" + }, + { + "term": "Hide cursor when pressing keyboard keys", + "context": "Hide cursor when pressing keyboard keys", + "reference": "Modules/Settings/ThemeColorsTab.qml:2362", + "comment": "" + }, + { + "term": "Hide cursor when using touch input", + "context": "Hide cursor when using touch input", + "reference": "Modules/Settings/ThemeColorsTab.qml:2391", + "comment": "" + }, + { + "term": "Hide device", + "context": "Hide device", + "reference": "Modules/Settings/Widgets/DeviceAliasRow.qml:142", + "comment": "" + }, + { + "term": "Hide notification content until expanded", + "context": "Hide notification content until expanded", + "reference": "Modules/Notifications/Center/NotificationSettings.qml:316", + "comment": "" + }, + { + "term": "Hide notification content until expanded; popups show collapsed by default", + "context": "Hide notification content until expanded; popups show collapsed by default", + "reference": "Modules/Settings/NotificationsTab.qml:289", + "comment": "" + }, + { + "term": "Hide on Touch", + "context": "Hide on Touch", + "reference": "Modules/Settings/ThemeColorsTab.qml:2390", + "comment": "" + }, + { + "term": "High-fidelity palette that preserves source hues.", + "context": "High-fidelity palette that preserves source hues.", + "reference": "Common/Theme.qml:484", + "comment": "" + }, + { + "term": "Highlight Active Workspace App", + "context": "Highlight Active Workspace App", + "reference": "Modules/Settings/WorkspacesTab.qml:131", + "comment": "" + }, + { + "term": "Highlight the currently focused app inside workspace indicators", + "context": "Highlight the currently focused app inside workspace indicators", + "reference": "Modules/Settings/WorkspacesTab.qml:132", + "comment": "" + }, + { + "term": "History", + "context": "History", + "reference": "Modals/Clipboard/ClipboardHeader.qml:60, Modules/Notifications/Center/NotificationHeader.qml:151", + "comment": "notification center tab" + }, + { + "term": "History Retention", + "context": "History Retention", + "reference": "Modules/Settings/NotificationsTab.qml:832", + "comment": "notification history retention settings label" + }, + { + "term": "History Settings", + "context": "History Settings", + "reference": "Modules/Settings/NotificationsTab.qml:803, Modules/Settings/ClipboardTab.qml:278, Modules/Notifications/Center/NotificationSettings.qml:340", + "comment": "" + }, + { + "term": "History cleared. %1 pinned entries kept.", + "context": "History cleared. %1 pinned entries kept.", + "reference": "Services/ClipboardService.qml:232", + "comment": "" + }, + { + "term": "Hold Duration", + "context": "Hold Duration", + "reference": "Modules/Settings/PowerSleepTab.qml:485", + "comment": "" + }, + { + "term": "Hold longer to confirm", + "context": "Hold longer to confirm", + "reference": "Modals/PowerMenuModal.qml:792, Modules/Lock/LockPowerMenu.qml:800", + "comment": "" + }, + { + "term": "Hold to Confirm Power Actions", + "context": "Hold to Confirm Power Actions", + "reference": "Modules/Settings/PowerSleepTab.qml:472", + "comment": "" + }, + { + "term": "Hold to confirm (%1 ms)", + "context": "Hold to confirm (%1 ms)", + "reference": "Modals/PowerMenuModal.qml:795, Modals/PowerMenuModal.qml:799, Modules/Lock/LockPowerMenu.qml:803, Modules/Lock/LockPowerMenu.qml:807", + "comment": "" + }, + { + "term": "Hold to confirm (%1s)", + "context": "Hold to confirm (%1s)", + "reference": "Modals/PowerMenuModal.qml:796, Modals/PowerMenuModal.qml:800, Modules/Lock/LockPowerMenu.qml:804, Modules/Lock/LockPowerMenu.qml:808", + "comment": "" + }, + { + "term": "Home", + "context": "Home", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:241", + "comment": "" + }, + { + "term": "Host", + "context": "Host", + "reference": "Modules/Settings/PrinterTab.qml:501", + "comment": "Label for printer IP address or hostname input field" + }, + { + "term": "Hostname", + "context": "Hostname", + "reference": "Modules/ProcessList/SystemView.qml:60", + "comment": "system info label" + }, + { + "term": "Hot Corners", + "context": "Hot Corners", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1238", + "comment": "" + }, + { + "term": "Hotkey overlay title (optional)", + "context": "Hotkey overlay title (optional)", + "reference": "Widgets/KeybindItem.qml:1538", + "comment": "" + }, + { + "term": "Hour", + "context": "Hour", + "reference": "Modules/Settings/ThemeColorsTab.qml:1142, Modules/Settings/GammaControlTab.qml:232", + "comment": "" + }, + { + "term": "Hourly", + "context": "Hourly", + "reference": "Modules/DankDash/WeatherTab.qml:860", + "comment": "" + }, + { + "term": "Hourly Forecast Count", + "context": "Hourly Forecast Count", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:142", + "comment": "" + }, + { + "term": "How often to change wallpaper", + "context": "How often to change wallpaper", + "reference": "Modules/Settings/WallpaperTab.qml:1010", + "comment": "" + }, + { + "term": "How the background image is scaled", + "context": "How the background image is scaled", + "reference": "Modules/Settings/GreeterTab.qml:693", + "comment": "" + }, + { + "term": "Humidity", + "context": "Humidity", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:413, Modules/DankDash/WeatherTab.qml:84, Modules/DankDash/WeatherForecastCard.qml:80, Modules/Settings/TimeWeatherTab.qml:933", + "comment": "" + }, + { + "term": "Hyprland Discord Server", + "context": "Hyprland Discord Server", + "reference": "Modules/Settings/AboutTab.qml:98", + "comment": "" + }, + { + "term": "Hyprland Layout Overrides", + "context": "Hyprland Layout Overrides", + "reference": "Modules/Settings/ThemeColorsTab.qml:2005", + "comment": "" + }, + { + "term": "Hyprland Options", + "context": "Hyprland Options", + "reference": "Modals/WindowRuleModal.qml:928", + "comment": "" + }, + { + "term": "Hyprland Website", + "context": "Hyprland Website", + "reference": "Modules/Settings/AboutTab.qml:71", + "comment": "" + }, + { + "term": "I Understand", + "context": "I Understand", + "reference": "Modules/Settings/PluginBrowser.qml:838", + "comment": "" + }, + { + "term": "IP", + "context": "IP", + "reference": "Modules/Settings/NetworkTab.qml:582", + "comment": "" + }, + { + "term": "IP Address:", + "context": "IP Address:", + "reference": "Modules/Settings/NetworkTab.qml:945", + "comment": "" + }, + { + "term": "IP address or hostname", + "context": "IP address or hostname", + "reference": "Modules/Settings/PrinterTab.qml:511", + "comment": "Placeholder text for manual printer address input" + }, + { + "term": "ISO Date", + "context": "ISO Date", + "reference": "Modules/Settings/GreeterTab.qml:422, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:162, Modules/Settings/TimeWeatherTab.qml:181, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:249, Modules/Settings/TimeWeatherTab.qml:268", + "comment": "date format option" + }, + { + "term": "Icon", + "context": "Icon", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:903, Modules/Settings/DockTab.qml:247", + "comment": "" + }, + { + "term": "Icon Scale", + "context": "Icon Scale", + "reference": "Modules/Settings/DankBarTab.qml:976", + "comment": "" + }, + { + "term": "Icon Size", + "context": "Icon Size", + "reference": "Modules/Settings/DockTab.qml:518, Modules/Settings/WorkspacesTab.qml:109", + "comment": "" + }, + { + "term": "Icon Size %", + "context": "Icon Size %", + "reference": "Modules/Settings/WidgetsTabSection.qml:2891", + "comment": "" + }, + { + "term": "Icon Theme", + "context": "Icon Theme", + "reference": "Modules/Settings/ThemeColorsTab.qml:2446, Modules/Settings/ThemeColorsTab.qml:2454", + "comment": "" + }, + { + "term": "Idle", + "context": "Idle", + "reference": "Services/CupsService.qml:778", + "comment": "" + }, + { + "term": "Idle Inhibitor", + "context": "Idle Inhibitor", + "reference": "Modules/Settings/WidgetsTab.qml:190, Modules/Settings/OSDTab.qml:125", + "comment": "" + }, + { + "term": "Idle Settings", + "context": "Idle Settings", + "reference": "Modules/Settings/PowerSleepTab.qml:34", + "comment": "" + }, + { + "term": "Idle monitoring not supported - requires newer Quickshell version", + "context": "Idle monitoring not supported - requires newer Quickshell version", + "reference": "Modules/Settings/PowerSleepTab.qml:342", + "comment": "" + }, + { + "term": "If the field is hidden, it will appear as soon as a key is pressed.", + "context": "If the field is hidden, it will appear as soon as a key is pressed.", + "reference": "Modules/Settings/LockScreenTab.qml:130", + "comment": "" + }, + { + "term": "Ignore Completely", + "context": "Ignore Completely", + "reference": "Modules/Settings/NotificationsTab.qml:127", + "comment": "notification rule action option" + }, + { + "term": "Image", + "context": "Image", + "reference": "Modals/Clipboard/ClipboardEntry.qml:116", + "comment": "" + }, + { + "term": "Image copied to clipboard", + "context": "Image copied to clipboard", + "reference": "Services/ClipboardService.qml:108", + "comment": "" + }, + { + "term": "Import", + "context": "Import", + "reference": "Widgets/VpnDetailContent.qml:87, Modules/Settings/NetworkTab.qml:1592", + "comment": "" + }, + { + "term": "Import VPN", + "context": "Import VPN", + "reference": "Widgets/VpnDetailContent.qml:26, Modules/Settings/NetworkTab.qml:76", + "comment": "" + }, + { + "term": "Inactive Monitor Color", + "context": "Inactive Monitor Color", + "reference": "Modules/Settings/LockScreenTab.qml:415, Modules/Settings/LockScreenTab.qml:446", + "comment": "" + }, + { + "term": "Include Files in All Tab", + "context": "Include Files in All Tab", + "reference": "Modules/Settings/LauncherTab.qml:891", + "comment": "" + }, + { + "term": "Include Folders in All Tab", + "context": "Include Folders in All Tab", + "reference": "Modules/Settings/LauncherTab.qml:900", + "comment": "" + }, + { + "term": "Include Transitions", + "context": "Include Transitions", + "reference": "Modules/Settings/WallpaperTab.qml:1201", + "comment": "" + }, + { + "term": "Include desktop actions (shortcuts) in search results.", + "context": "Include desktop actions (shortcuts) in search results.", + "reference": "Modules/Settings/LauncherTab.qml:874", + "comment": "" + }, + { + "term": "Incompatible Plugins Loaded", + "context": "Incompatible Plugins Loaded", + "reference": "Modules/Settings/PluginsTab.qml:168", + "comment": "" + }, + { + "term": "Incorrect password", + "context": "Incorrect password", + "reference": "Modals/WifiPasswordModal.qml:369, Modules/Greetd/GreeterContent.qml:245", + "comment": "" + }, + { + "term": "Incorrect password - attempt %1 of %2 (lockout may follow)", + "context": "Incorrect password - attempt %1 of %2 (lockout may follow)", + "reference": "Modules/Greetd/GreeterContent.qml:241", + "comment": "" + }, + { + "term": "Incorrect password - next failures may trigger account lockout", + "context": "Incorrect password - next failures may trigger account lockout", + "reference": "Modules/Greetd/GreeterContent.qml:243", + "comment": "" + }, + { + "term": "Incorrect password - try again", + "context": "Incorrect password - try again", + "reference": "Modules/Lock/LockScreenContent.qml:60", + "comment": "" + }, + { + "term": "Indicator Style", + "context": "Indicator Style", + "reference": "Modules/Settings/DockTab.qml:176", + "comment": "" + }, + { + "term": "Individual Batteries", + "context": "Individual Batteries", + "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:358", + "comment": "" + }, + { + "term": "Individual bar configuration", + "context": "Individual bar configuration", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:19", + "comment": "" + }, + { + "term": "Info", + "context": "Info", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:270", + "comment": "greeter doctor page status card" + }, + { + "term": "Inherit", + "context": "Inherit", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:87, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:92, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:101, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:225, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:262, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:312", + "comment": "" + }, + { + "term": "Inherit Global (Default)", + "context": "Inherit Global (Default)", + "reference": "Modules/Settings/DankBarTab.qml:1120, Modules/Settings/DankBarTab.qml:1128", + "comment": "bar shadow direction source option" + }, + { + "term": "Inhibitable", + "context": "Inhibitable", + "reference": "Widgets/KeybindItem.qml:1773", + "comment": "" + }, + { + "term": "Input Devices", + "context": "Input Devices", + "reference": "Modules/Settings/AudioTab.qml:319, Modules/ControlCenter/Details/AudioInputDetail.qml:37", + "comment": "" + }, + { + "term": "Input Volume Slider", + "context": "Input Volume Slider", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:153", + "comment": "" + }, + { + "term": "Insert your security key...", + "context": "Insert your security key...", + "reference": "Modules/Lock/LockScreenContent.qml:50", + "comment": "" + }, + { + "term": "Install", + "context": "Install", + "reference": "Modules/Settings/PluginBrowser.qml:121, Modules/Settings/PluginBrowser.qml:634, Modules/Settings/GreeterTab.qml:120, Modules/Settings/GreeterTab.qml:166, Modules/Settings/ThemeBrowser.qml:120, Modules/Settings/ThemeBrowser.qml:648", + "comment": "install action button" + }, + { + "term": "Install Greeter", + "context": "Install Greeter", + "reference": "Modules/Settings/GreeterTab.qml:164", + "comment": "greeter action confirmation" + }, + { + "term": "Install Plugin", + "context": "Install Plugin", + "reference": "Modules/Settings/PluginBrowser.qml:119", + "comment": "plugin installation dialog title" + }, + { + "term": "Install Theme", + "context": "Install Theme", + "reference": "Modules/Settings/ThemeBrowser.qml:118", + "comment": "theme installation dialog title" + }, + { + "term": "Install color themes from the DMS theme registry", + "context": "Install color themes from the DMS theme registry", + "reference": "Modules/Settings/ThemeBrowser.qml:290", + "comment": "theme browser description" + }, + { + "term": "Install complete. Greeter has been installed.", + "context": "Install complete. Greeter has been installed.", + "reference": "Modules/Settings/GreeterTab.qml:379", + "comment": "" + }, + { + "term": "Install failed: %1", + "context": "Install failed: %1", + "reference": "Modules/Settings/PluginBrowser.qml:85, Modules/Settings/ThemeBrowser.qml:68", + "comment": "installation error" + }, + { + "term": "Install matugen package for dynamic theming", + "context": "Install matugen package for dynamic theming", + "reference": "Modules/Settings/ThemeColorsTab.qml:485", + "comment": "matugen installation hint" + }, + { + "term": "Install plugin '%1' from the DMS registry?", + "context": "Install plugin '%1' from the DMS registry?", + "reference": "Modules/Settings/PluginBrowser.qml:120", + "comment": "plugin installation confirmation" + }, + { + "term": "Install plugins from the DMS plugin registry", + "context": "Install plugins from the DMS plugin registry", + "reference": "Modules/Settings/PluginBrowser.qml:321", + "comment": "plugin browser description" + }, + { + "term": "Install the DMS greeter? A terminal will open for sudo authentication.", + "context": "Install the DMS greeter? A terminal will open for sudo authentication.", + "reference": "Modules/Settings/GreeterTab.qml:165", + "comment": "" + }, + { + "term": "Install theme '%1' from the DMS registry?", + "context": "Install theme '%1' from the DMS registry?", + "reference": "Modules/Settings/ThemeBrowser.qml:119", + "comment": "theme installation confirmation" + }, + { + "term": "Installation and PAM setup: see the ", + "context": "Installation and PAM setup: see the ", + "reference": "Modules/Settings/GreeterTab.qml:765", + "comment": "" + }, + { + "term": "Installed", + "context": "Installed", + "reference": "Modules/Settings/PluginBrowser.qml:630, Modules/Settings/ThemeBrowser.qml:651", + "comment": "installed status" + }, + { + "term": "Installed: %1", + "context": "Installed: %1", + "reference": "Modules/Settings/PluginBrowser.qml:88, Modules/Settings/ThemeBrowser.qml:71", + "comment": "installation success" + }, + { + "term": "Installing: %1", + "context": "Installing: %1", + "reference": "Modules/Settings/PluginBrowser.qml:82, Modules/Settings/ThemeBrowser.qml:65", + "comment": "installation progress" + }, + { + "term": "Intelligent Auto-hide", + "context": "Intelligent Auto-hide", + "reference": "Modules/Settings/DockTab.qml:66", + "comment": "" + }, + { + "term": "Intensity", + "context": "Intensity", + "reference": "Modules/Settings/DankBarTab.qml:1091", + "comment": "shadow intensity slider" + }, + { + "term": "Interface:", + "context": "Interface:", + "reference": "Modules/Settings/NetworkTab.qml:925", + "comment": "" + }, + { + "term": "Interlock Open", + "context": "Interlock Open", + "reference": "Services/CupsService.qml:807", + "comment": "" + }, + { + "term": "Internet", + "context": "Internet", + "reference": "Services/AppSearchService.qml:646, Services/AppSearchService.qml:647, Services/AppSearchService.qml:648", + "comment": "" + }, + { + "term": "Interval", + "context": "Interval", + "reference": "Modules/Settings/WallpaperTab.qml:956, Modules/Settings/WallpaperTab.qml:1009", + "comment": "wallpaper cycling mode tab" + }, + { + "term": "Invalid configuration", + "context": "Invalid configuration", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1302", + "comment": "" + }, + { + "term": "Invert on mode change", + "context": "Invert on mode change", + "reference": "Modules/Settings/LauncherTab.qml:300", + "comment": "" + }, + { + "term": "Iris Bloom", + "context": "Iris Bloom", + "reference": "Modules/Settings/WallpaperTab.qml:1171", + "comment": "wallpaper transition option" + }, + { + "term": "Isolate Displays", + "context": "Isolate Displays", + "reference": "Modules/Settings/DockTab.qml:148", + "comment": "" + }, + { + "term": "Jobs", + "context": "Jobs", + "reference": "Modules/Settings/PrinterTab.qml:1339, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:181", + "comment": "" + }, + { + "term": "Jobs: ", + "context": "Jobs: ", + "reference": "Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:19", + "comment": "" + }, + { + "term": "Keep Awake", + "context": "Keep Awake", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:93, Modules/ControlCenter/Components/DragDropGrid.qml:624", + "comment": "" + }, + { + "term": "Keep Changes", + "context": "Keep Changes", + "reference": "Modals/DisplayConfirmationModal.qml:168", + "comment": "" + }, + { + "term": "Keeping Awake", + "context": "Keeping Awake", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:624", + "comment": "" + }, + { + "term": "Kernel", + "context": "Kernel", + "reference": "Modules/ProcessList/SystemView.qml:68", + "comment": "system info label" + }, + { + "term": "Key", + "context": "Key", + "reference": "Widgets/KeybindItem.qml:621", + "comment": "" + }, + { + "term": "Keybind Sources", + "context": "Keybind Sources", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:144", + "comment": "" + }, + { + "term": "Keybinds", + "context": "Keybinds", + "reference": "Modals/Greeter/GreeterCompletePage.qml:413", + "comment": "greeter settings link" + }, + { + "term": "Keybinds Search Settings", + "context": "Keybinds Search Settings", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:70", + "comment": "" + }, + { + "term": "Keybinds shown alongside regular search results", + "context": "Keybinds shown alongside regular search results", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:107", + "comment": "" + }, + { + "term": "Keyboard Layout Name", + "context": "Keyboard Layout Name", + "reference": "Modules/Settings/WidgetsTab.qml:226", + "comment": "" + }, + { + "term": "Keyboard Shortcuts", + "context": "Keyboard Shortcuts", + "reference": "Modals/Settings/SettingsSidebar.qml:199, Modals/Settings/SettingsSidebar.qml:563, Modals/Clipboard/ClipboardHeader.qml:68, Modules/Settings/KeybindsTab.qml:232", + "comment": "" + }, + { + "term": "Keys", + "context": "Keys", + "reference": "Widgets/KeybindItem.qml:534", + "comment": "" + }, + { + "term": "Kill", + "context": "Kill", + "reference": "Modals/MuxModal.qml:102, Modals/MuxModal.qml:593", + "comment": "" + }, + { + "term": "Kill Process", + "context": "Kill Process", + "reference": "Modules/ProcessList/ProcessContextMenu.qml:42", + "comment": "" + }, + { + "term": "Kill Session", + "context": "Kill Session", + "reference": "Modals/MuxModal.qml:100", + "comment": "" + }, + { + "term": "Ko-fi", + "context": "Ko-fi", + "reference": "Modules/Settings/AboutTab.qml:322, Modules/Settings/AboutTab.qml:330", + "comment": "" + }, + { + "term": "LED device", + "context": "LED device", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:335", + "comment": "" + }, + { + "term": "LabWC IRC Channel", + "context": "LabWC IRC Channel", + "reference": "Modules/Settings/AboutTab.qml:108", + "comment": "" + }, + { + "term": "LabWC Website", + "context": "LabWC Website", + "reference": "Modules/Settings/AboutTab.qml:81", + "comment": "" + }, + { + "term": "Large", + "context": "Large", + "reference": "Modules/Settings/WidgetsTabSection.qml:2063", + "comment": "" + }, + { + "term": "Largest", + "context": "Largest", + "reference": "Modules/Settings/WidgetsTabSection.qml:2068", + "comment": "" + }, + { + "term": "Last hour", + "context": "Last hour", + "reference": "Modules/Notifications/Center/HistoryNotificationList.qml:92", + "comment": "notification history filter" + }, + { + "term": "Last launched %1", + "context": "Last launched %1", + "reference": "Modules/Settings/LauncherTab.qml:1268", + "comment": "" + }, + { + "term": "Last launched %1 day ago", + "context": "Last launched %1 day ago", + "reference": "Modules/Settings/LauncherTab.qml:1267", + "comment": "" + }, + { + "term": "Last launched %1 days ago", + "context": "Last launched %1 days ago", + "reference": "Modules/Settings/LauncherTab.qml:1267", + "comment": "" + }, + { + "term": "Last launched %1 hour ago", + "context": "Last launched %1 hour ago", + "reference": "Modules/Settings/LauncherTab.qml:1265", + "comment": "" + }, + { + "term": "Last launched %1 hours ago", + "context": "Last launched %1 hours ago", + "reference": "Modules/Settings/LauncherTab.qml:1265", + "comment": "" + }, + { + "term": "Last launched %1 minute ago", + "context": "Last launched %1 minute ago", + "reference": "Modules/Settings/LauncherTab.qml:1263", + "comment": "" + }, + { + "term": "Last launched %1 minutes ago", + "context": "Last launched %1 minutes ago", + "reference": "Modules/Settings/LauncherTab.qml:1263", + "comment": "" + }, + { + "term": "Last launched just now", + "context": "Last launched just now", + "reference": "Modules/Settings/LauncherTab.qml:1261", + "comment": "" + }, + { + "term": "Latitude", + "context": "Latitude", + "reference": "Modules/Settings/ThemeColorsTab.qml:1287, Modules/Settings/GammaControlTab.qml:379, Modules/Settings/TimeWeatherTab.qml:502", + "comment": "" + }, + { + "term": "Launch", + "context": "Launch", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:154, Modals/DankLauncherV2/Controller.qml:1102, Modals/DankLauncherV2/Controller.qml:1505", + "comment": "" + }, + { + "term": "Launch Prefix", + "context": "Launch Prefix", + "reference": "Modules/Settings/LauncherTab.qml:311", + "comment": "" + }, + { + "term": "Launch on dGPU", + "context": "Launch on dGPU", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:146, Modals/DankLauncherV2/ActionPanel.qml:61, Modules/Dock/DockContextMenu.qml:491, Modules/DankBar/Widgets/AppsDockContextMenu.qml:401", + "comment": "" + }, + { + "term": "Launch on dGPU by default", + "context": "Launch on dGPU by default", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:987", + "comment": "" + }, + { + "term": "Launcher", + "context": "Launcher", + "reference": "Modals/Settings/SettingsSidebar.qml:191", + "comment": "" + }, + { + "term": "Launcher Button", + "context": "Launcher Button", + "reference": "Modules/Settings/DockTab.qml:226", + "comment": "" + }, + { + "term": "Launcher Button Logo", + "context": "Launcher Button Logo", + "reference": "Modules/Settings/LauncherTab.qml:36", + "comment": "" + }, + { + "term": "Layout", + "context": "Layout", + "reference": "Modules/Settings/WidgetsTab.qml:37, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1240, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/DankBar/Popouts/DWLLayoutPopout.qml:167", + "comment": "" + }, + { + "term": "Layout Overrides", + "context": "Layout Overrides", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:193", + "comment": "" + }, + { + "term": "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.", + "context": "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.", + "reference": "Modules/Settings/GreeterTab.qml:708", + "comment": "" + }, + { + "term": "Left", + "context": "Left", + "reference": "Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:288, Modules/Settings/DankBarTab.qml:542, Modules/DankBar/Popouts/BatteryPopout.qml:520", + "comment": "" + }, + { + "term": "Left Center", + "context": "Left Center", + "reference": "Modules/Settings/OSDTab.qml:47, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:68", + "comment": "screen position option" + }, + { + "term": "Left Section", + "context": "Left Section", + "reference": "Modules/Settings/WidgetsTab.qml:953", + "comment": "" + }, + { + "term": "Light Direction", + "context": "Light Direction", + "reference": "Modules/Settings/ThemeColorsTab.qml:1726", + "comment": "" + }, + { + "term": "Light Mode", + "context": "Light Mode", + "reference": "Modules/Settings/ThemeColorsTab.qml:1415, Modules/Settings/ThemeColorsTab.qml:1485, Modules/Settings/WallpaperTab.qml:392", + "comment": "" + }, + { + "term": "Light Rain", + "context": "Light Rain", + "reference": "Services/WeatherService.qml:133, Services/WeatherService.qml:136, Services/WeatherService.qml:142", + "comment": "" + }, + { + "term": "Light Snow", + "context": "Light Snow", + "reference": "Services/WeatherService.qml:138", + "comment": "" + }, + { + "term": "Light Snow Showers", + "context": "Light Snow Showers", + "reference": "Services/WeatherService.qml:145", + "comment": "" + }, + { + "term": "Light mode base", + "context": "Light mode base", + "reference": "Modules/Settings/ThemeColorsTab.qml:2703", + "comment": "" + }, + { + "term": "Light mode harmony", + "context": "Light mode harmony", + "reference": "Modules/Settings/ThemeColorsTab.qml:2737", + "comment": "" + }, + { + "term": "Line", + "context": "Line", + "reference": "Modules/Settings/DockTab.qml:177", + "comment": "dock indicator style option" + }, + { + "term": "Line: %1", + "context": "Line: %1", + "reference": "Modules/Notepad/NotepadTextEditor.qml:859", + "comment": "" + }, + { + "term": "Linear", + "context": "Linear", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:445", + "comment": "" + }, + { + "term": "Lines: %1", + "context": "Lines: %1", + "reference": "Modules/Notepad/NotepadTextEditor.qml:860", + "comment": "" + }, + { + "term": "List", + "context": "List", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:357, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:367", + "comment": "" + }, + { + "term": "Lively palette with saturated accents.", + "context": "Lively palette with saturated accents.", + "reference": "Common/Theme.qml:472", + "comment": "" + }, + { + "term": "Load Average", + "context": "Load Average", + "reference": "Modules/ProcessList/SystemView.qml:84", + "comment": "system info label" + }, + { + "term": "Loading codecs...", + "context": "Loading codecs...", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:224", + "comment": "" + }, + { + "term": "Loading keybinds...", + "context": "Loading keybinds...", + "reference": "Modules/Settings/KeybindsTab.qml:582", + "comment": "" + }, + { + "term": "Loading trending...", + "context": "Loading trending...", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:153, dms-plugins/DankGifSearch/DankGifSearch.qml:96", + "comment": "" + }, + { + "term": "Loading...", + "context": "Loading...", + "reference": "Widgets/VpnProfileDelegate.qml:220, Modules/Settings/PluginBrowser.qml:389, Modules/Settings/PrinterTab.qml:707, Modules/Settings/ThemeBrowser.qml:357, Modules/Settings/NetworkTab.qml:681, Modules/Settings/NetworkTab.qml:1398, Modules/Settings/NetworkTab.qml:1884, Modules/DankDash/Overview/WeatherOverviewCard.qml:31", + "comment": "loading indicator" + }, + { + "term": "Local", + "context": "Local", + "reference": "Services/CupsService.qml:131", + "comment": "" + }, + { + "term": "Locale", + "context": "Locale", + "reference": "Modals/Settings/SettingsSidebar.qml:251", + "comment": "" + }, + { + "term": "Locale Settings", + "context": "Locale Settings", + "reference": "Modules/Settings/LocaleTab.qml:48", + "comment": "" + }, + { + "term": "Location", + "context": "Location", + "reference": "Modules/Settings/ThemeColorsTab.qml:1098, Modules/Settings/GammaControlTab.qml:188, Modules/Settings/PrinterTab.qml:775, Modules/Settings/PrinterTab.qml:1164", + "comment": "theme auto mode tab" + }, + { + "term": "Location Search", + "context": "Location Search", + "reference": "Modules/Settings/TimeWeatherTab.qml:602", + "comment": "" + }, + { + "term": "Lock", + "context": "Lock", + "reference": "Modals/PowerMenuModal.qml:198, Modules/Settings/PowerSleepTab.qml:378", + "comment": "" + }, + { + "term": "Lock Screen", + "context": "Lock Screen", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:158, Modals/Settings/SettingsSidebar.qml:292, Modules/Settings/NotificationsTab.qml:721", + "comment": "greeter feature card title | lock screen notifications settings card" + }, + { + "term": "Lock Screen Display", + "context": "Lock Screen Display", + "reference": "Modules/Settings/LockScreenTab.qml:348", + "comment": "" + }, + { + "term": "Lock Screen Format", + "context": "Lock Screen Format", + "reference": "Modules/Settings/TimeWeatherTab.qml:216", + "comment": "" + }, + { + "term": "Lock Screen behaviour", + "context": "Lock Screen behaviour", + "reference": "Modules/Settings/LockScreenTab.qml:162", + "comment": "" + }, + { + "term": "Lock Screen layout", + "context": "Lock Screen layout", + "reference": "Modules/Settings/LockScreenTab.qml:83", + "comment": "" + }, + { + "term": "Lock at startup", + "context": "Lock at startup", + "reference": "Modules/Settings/LockScreenTab.qml:210", + "comment": "" + }, + { + "term": "Lock before suspend", + "context": "Lock before suspend", + "reference": "Modules/Settings/PowerSleepTab.qml:92, Modules/Settings/LockScreenTab.qml:191", + "comment": "" + }, + { + "term": "Lock fade grace period", + "context": "Lock fade grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:106", + "comment": "" + }, + { + "term": "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.", + "context": "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.", + "reference": "Modules/Settings/LockScreenTab.qml:217", + "comment": "" + }, + { + "term": "Locked", + "context": "Locked", + "reference": "Widgets/KeybindItem.qml:1601", + "comment": "" + }, + { + "term": "Log Out", + "context": "Log Out", + "reference": "Modals/PowerMenuModal.qml:186, Modules/Lock/LockPowerMenu.qml:110, Modules/Settings/PowerSleepTab.qml:378, Modules/Settings/PowerSleepTab.qml:384", + "comment": "" + }, + { + "term": "Logging in...", + "context": "Logging in...", + "reference": "Modules/Greetd/GreeterContent.qml:1015", + "comment": "" + }, + { + "term": "Login", + "context": "Login", + "reference": "Modules/Settings/SoundsTab.qml:98", + "comment": "" + }, + { + "term": "Login Authentication", + "context": "Login Authentication", + "reference": "Modules/Settings/GreeterTab.qml:524", + "comment": "" + }, + { + "term": "Long", + "context": "Long", + "reference": "Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/NotificationsTab.qml:337", + "comment": "" + }, + { + "term": "Long Text", + "context": "Long Text", + "reference": "Modals/Clipboard/ClipboardEntry.qml:118", + "comment": "" + }, + { + "term": "Long press", + "context": "Long press", + "reference": "Widgets/KeybindItem.qml:1645", + "comment": "" + }, + { + "term": "Longitude", + "context": "Longitude", + "reference": "Modules/Settings/ThemeColorsTab.qml:1310, Modules/Settings/GammaControlTab.qml:402, Modules/Settings/TimeWeatherTab.qml:551", + "comment": "" + }, + { + "term": "Low Priority", + "context": "Low Priority", + "reference": "Modules/Settings/NotificationsTab.qml:146, Modules/Settings/NotificationsTab.qml:751, Modules/Settings/NotificationsTab.qml:874, Modules/Notifications/Center/NotificationSettings.qml:181, Modules/Notifications/Center/NotificationSettings.qml:364", + "comment": "notification rule urgency option" + }, + { + "term": "MAC", + "context": "MAC", + "reference": "Modules/Settings/NetworkTab.qml:592", + "comment": "" + }, + { + "term": "MTU", + "context": "MTU", + "reference": "Widgets/VpnProfileDelegate.qml:69, Modules/Settings/NetworkTab.qml:1930", + "comment": "" + }, + { + "term": "Make sure KDE Connect or Valent is running on your other devices", + "context": "Make sure KDE Connect or Valent is running on your other devices", + "reference": "dms-plugins/DankKDEConnect/components/EmptyState.qml:18", + "comment": "Phone Connect hint message" + }, + { + "term": "Manage and configure plugins for extending DMS functionality", + "context": "Manage and configure plugins for extending DMS functionality", + "reference": "Modules/Settings/PluginsTab.qml:80", + "comment": "" + }, + { + "term": "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.", + "context": "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.", + "reference": "Modules/Settings/DankBarTab.qml:220", + "comment": "" + }, + { + "term": "Management", + "context": "Management", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:87", + "comment": "" + }, + { + "term": "MangoWC Layout Overrides", + "context": "MangoWC Layout Overrides", + "reference": "Modules/Settings/ThemeColorsTab.qml:2108", + "comment": "" + }, + { + "term": "Manual", + "context": "Manual", + "reference": "Modules/Settings/DankBarTab.qml:1120, Modules/Settings/DankBarTab.qml:1126, Modules/Settings/DankBarTab.qml:1136", + "comment": "bar shadow direction source option" + }, + { + "term": "Manual Coordinates", + "context": "Manual Coordinates", + "reference": "Modules/Settings/ThemeColorsTab.qml:1272, Modules/Settings/GammaControlTab.qml:367", + "comment": "" + }, + { + "term": "Manual Direction", + "context": "Manual Direction", + "reference": "Modules/Settings/DankBarTab.qml:1150", + "comment": "bar manual shadow direction" + }, + { + "term": "Manual Gap Size", + "context": "Manual Gap Size", + "reference": "Modules/Settings/DankBarTab.qml:927", + "comment": "" + }, + { + "term": "Manual Show/Hide", + "context": "Manual Show/Hide", + "reference": "Modules/Settings/DankBarTab.qml:661", + "comment": "" + }, + { + "term": "Map window class names to icon names for proper icon display", + "context": "Map window class names to icon names for proper icon display", + "reference": "Modules/Settings/RunningAppsTab.qml:54", + "comment": "" + }, + { + "term": "Margin", + "context": "Margin", + "reference": "Modules/Settings/DockTab.qml:555", + "comment": "" + }, + { + "term": "Marker Supply Empty", + "context": "Marker Supply Empty", + "reference": "Services/CupsService.qml:792", + "comment": "" + }, + { + "term": "Marker Supply Low", + "context": "Marker Supply Low", + "reference": "Services/CupsService.qml:791", + "comment": "" + }, + { + "term": "Marker Waste Almost Full", + "context": "Marker Waste Almost Full", + "reference": "Services/CupsService.qml:793", + "comment": "" + }, + { + "term": "Marker Waste Full", + "context": "Marker Waste Full", + "reference": "Services/CupsService.qml:794", + "comment": "" + }, + { + "term": "Match Criteria", + "context": "Match Criteria", + "reference": "Modals/WindowRuleModal.qml:464", + "comment": "" + }, + { + "term": "Matches profile: %1", + "context": "Matches profile: %1", + "reference": "Modules/Settings/DisplayConfigTab.qml:323", + "comment": "" + }, + { + "term": "Material Colors", + "context": "Material Colors", + "reference": "Modals/DankColorPickerModal.qml:417", + "comment": "" + }, + { + "term": "Material Design inspired color themes", + "context": "Material Design inspired color themes", + "reference": "Modules/Settings/ThemeColorsTab.qml:249", + "comment": "generic theme description" + }, + { + "term": "Material colors generated from wallpaper", + "context": "Material colors generated from wallpaper", + "reference": "Modules/Settings/ThemeColorsTab.qml:244", + "comment": "dynamic theme description" + }, + { + "term": "Material inspired shadows and elevation on modals, popouts, and dialogs", + "context": "Material inspired shadows and elevation on modals, popouts, and dialogs", + "reference": "Modules/Settings/ThemeColorsTab.qml:1649", + "comment": "" + }, + { + "term": "Matugen Contrast", + "context": "Matugen Contrast", + "reference": "Modules/Settings/ThemeColorsTab.qml:537", + "comment": "" + }, + { + "term": "Matugen Missing", + "context": "Matugen Missing", + "reference": "Modules/Settings/ThemeColorsTab.qml:468", + "comment": "matugen not found status" + }, + { + "term": "Matugen Palette", + "context": "Matugen Palette", + "reference": "Modules/Settings/ThemeColorsTab.qml:504", + "comment": "" + }, + { + "term": "Matugen Target Monitor", + "context": "Matugen Target Monitor", + "reference": "Modules/Settings/WallpaperTab.qml:854", + "comment": "" + }, + { + "term": "Matugen Templates", + "context": "Matugen Templates", + "reference": "Modules/Settings/ThemeColorsTab.qml:2473", + "comment": "" + }, + { + "term": "Max Edges", + "context": "Max Edges", + "reference": "Modules/Settings/WindowRulesTab.qml:537", + "comment": "" + }, + { + "term": "Max H", + "context": "Max H", + "reference": "Modals/WindowRuleModal.qml:904, Modules/Settings/WindowRulesTab.qml:554", + "comment": "" + }, + { + "term": "Max Pinned Apps", + "context": "Max Pinned Apps", + "reference": "Modules/Settings/WidgetsTabSection.qml:2450", + "comment": "" + }, + { + "term": "Max Pinned Apps (0 = Unlimited)", + "context": "Max Pinned Apps (0 = Unlimited)", + "reference": "Modules/Settings/DockTab.qml:192", + "comment": "" + }, + { + "term": "Max Running Apps", + "context": "Max Running Apps", + "reference": "Modules/Settings/WidgetsTabSection.qml:2504", + "comment": "" + }, + { + "term": "Max Running Apps (0 = Unlimited)", + "context": "Max Running Apps (0 = Unlimited)", + "reference": "Modules/Settings/DockTab.qml:204", + "comment": "" + }, + { + "term": "Max Volume", + "context": "Max Volume", + "reference": "Modules/Settings/AudioTab.qml:187", + "comment": "Audio settings: maximum volume limit per device" + }, + { + "term": "Max W", + "context": "Max W", + "reference": "Modals/WindowRuleModal.qml:850, Modules/Settings/WindowRulesTab.qml:552", + "comment": "" + }, + { + "term": "Max apps to show", + "context": "Max apps to show", + "reference": "Modules/Settings/WorkspacesTab.qml:79", + "comment": "" + }, + { + "term": "Max to Edges", + "context": "Max to Edges", + "reference": "Modals/WindowRuleModal.qml:539", + "comment": "" + }, + { + "term": "Maximize", + "context": "Maximize", + "reference": "Modals/WindowRuleModal.qml:531, Modules/Settings/WindowRulesTab.qml:536", + "comment": "" + }, + { + "term": "Maximize Detection", + "context": "Maximize Detection", + "reference": "Modules/Settings/DankBarTab.qml:708", + "comment": "" + }, + { + "term": "Maximize Widget Icons", + "context": "Maximize Widget Icons", + "reference": "Modules/Settings/DankBarTab.qml:1305", + "comment": "" + }, + { + "term": "Maximize Widget Text", + "context": "Maximize Widget Text", + "reference": "Modules/Settings/DankBarTab.qml:1313", + "comment": "" + }, + { + "term": "Maximum Entry Size", + "context": "Maximum Entry Size", + "reference": "Modules/Settings/ClipboardTab.qml:317", + "comment": "" + }, + { + "term": "Maximum History", + "context": "Maximum History", + "reference": "Modules/Settings/NotificationsTab.qml:818, Modules/Settings/ClipboardTab.qml:287", + "comment": "" + }, + { + "term": "Maximum Pinned Entries", + "context": "Maximum Pinned Entries", + "reference": "Modules/Settings/ClipboardTab.qml:377", + "comment": "" + }, + { + "term": "Maximum fingerprint attempts reached. Please use password.", + "context": "Maximum fingerprint attempts reached. Please use password.", + "reference": "Modules/Lock/LockScreenContent.qml:66", + "comment": "" + }, + { + "term": "Maximum number of clipboard entries to keep", + "context": "Maximum number of clipboard entries to keep", + "reference": "Modules/Settings/ClipboardTab.qml:288", + "comment": "" + }, + { + "term": "Maximum number of entries that can be saved", + "context": "Maximum number of entries that can be saved", + "reference": "Modules/Settings/ClipboardTab.qml:378", + "comment": "" + }, + { + "term": "Maximum number of notifications to keep", + "context": "Maximum number of notifications to keep", + "reference": "Modules/Settings/NotificationsTab.qml:819", + "comment": "notification history limit" + }, + { + "term": "Maximum pinned entries reached", + "context": "Maximum pinned entries reached", + "reference": "Services/ClipboardService.qml:191", + "comment": "" + }, + { + "term": "Maximum size per clipboard entry", + "context": "Maximum size per clipboard entry", + "reference": "Modules/Settings/ClipboardTab.qml:318", + "comment": "" + }, + { + "term": "Media", + "context": "Media", + "reference": "Services/AppSearchService.qml:636, Services/AppSearchService.qml:637, Services/AppSearchService.qml:638, Widgets/DankIconPicker.qml:39, Widgets/KeybindItem.qml:1095, Widgets/KeybindItem.qml:1104, Widgets/KeybindItem.qml:1110, Modules/DankDash/DankDashPopout.qml:275", + "comment": "" + }, + { + "term": "Media Controls", + "context": "Media Controls", + "reference": "Modules/Settings/WidgetsTab.qml:94", + "comment": "" + }, + { + "term": "Media Empty", + "context": "Media Empty", + "reference": "Services/CupsService.qml:799", + "comment": "" + }, + { + "term": "Media Jam", + "context": "Media Jam", + "reference": "Services/CupsService.qml:801", + "comment": "" + }, + { + "term": "Media Low", + "context": "Media Low", + "reference": "Services/CupsService.qml:798", + "comment": "" + }, + { + "term": "Media Needed", + "context": "Media Needed", + "reference": "Services/CupsService.qml:800", + "comment": "" + }, + { + "term": "Media Playback", + "context": "Media Playback", + "reference": "Modules/Settings/OSDTab.qml:109", + "comment": "" + }, + { + "term": "Media Player", + "context": "Media Player", + "reference": "Modals/Settings/SettingsSidebar.qml:140", + "comment": "" + }, + { + "term": "Media Player Settings", + "context": "Media Player Settings", + "reference": "Modules/Settings/MediaPlayerTab.qml:25", + "comment": "" + }, + { + "term": "Media Players", + "context": "Media Players", + "reference": "Modules/DankDash/MediaPlayerTab.qml:662", + "comment": "" + }, + { + "term": "Media Players (", + "context": "Media Players (", + "reference": "Modules/DankDash/MediaDropdownOverlay.qml:403", + "comment": "" + }, + { + "term": "Media Volume", + "context": "Media Volume", + "reference": "Modules/Settings/OSDTab.qml:101", + "comment": "" + }, + { + "term": "Medium", + "context": "Medium", + "reference": "Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/WidgetsTabSection.qml:2058, Modules/Settings/NotificationsTab.qml:337", + "comment": "" + }, + { + "term": "Memory", + "context": "Memory", + "reference": "Modules/ProcessList/ProcessListPopout.qml:319, Modules/ProcessList/ProcessesView.qml:268, Modules/ProcessList/PerformanceView.qml:91, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:210", + "comment": "" + }, + { + "term": "Memory Graph", + "context": "Memory Graph", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:221", + "comment": "" + }, + { + "term": "Memory Usage", + "context": "Memory Usage", + "reference": "Modules/Settings/WidgetsTab.qml:116", + "comment": "" + }, + { + "term": "Memory usage indicator", + "context": "Memory usage indicator", + "reference": "Modules/Settings/WidgetsTab.qml:117", + "comment": "" + }, + { + "term": "Merge indexed file results into the All tab (requires dsearch).", + "context": "Merge indexed file results into the All tab (requires dsearch).", + "reference": "Modules/Settings/LauncherTab.qml:892", + "comment": "" + }, + { + "term": "Merge indexed folder results into the All tab (requires dsearch).", + "context": "Merge indexed folder results into the All tab (requires dsearch).", + "reference": "Modules/Settings/LauncherTab.qml:901", + "comment": "" + }, + { + "term": "Message", + "context": "Message", + "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:73", + "comment": "KDE Connect SMS message input placeholder" + }, + { + "term": "Message Content", + "context": "Message Content", + "reference": "Modules/Notifications/Popup/NotificationPopup.qml:670", + "comment": "notification privacy mode placeholder" + }, + { + "term": "Microphone", + "context": "Microphone", + "reference": "Modules/Settings/WidgetsTabSection.qml:1254, Modules/Settings/WidgetsTabSection.qml:1448, Modules/Settings/WidgetsTabSection.qml:1773", + "comment": "" + }, + { + "term": "Microphone Mute", + "context": "Microphone Mute", + "reference": "Modules/Settings/OSDTab.qml:133", + "comment": "" + }, + { + "term": "Microphone Volume", + "context": "Microphone Volume", + "reference": "Modules/Settings/WidgetsTabSection.qml:1259, Modules/Settings/WidgetsTabSection.qml:1448", + "comment": "" + }, + { + "term": "Microphone settings", + "context": "Microphone settings", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:128", + "comment": "" + }, + { + "term": "Microphone volume control", + "context": "Microphone volume control", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:154", + "comment": "" + }, + { + "term": "Middle Section", + "context": "Middle Section", + "reference": "Modules/Settings/WidgetsTab.qml:1020", + "comment": "" + }, + { + "term": "Min H", + "context": "Min H", + "reference": "Modals/WindowRuleModal.qml:877, Modules/Settings/WindowRulesTab.qml:553", + "comment": "" + }, + { + "term": "Min W", + "context": "Min W", + "reference": "Modals/WindowRuleModal.qml:823, Modules/Settings/WindowRulesTab.qml:551", + "comment": "" + }, + { + "term": "Minimal palette built around a single hue.", + "context": "Minimal palette built around a single hue.", + "reference": "Common/Theme.qml:492", + "comment": "" + }, + { + "term": "Minute", + "context": "Minute", + "reference": "Modules/Settings/ThemeColorsTab.qml:1150, Modules/Settings/GammaControlTab.qml:240", + "comment": "" + }, + { + "term": "Mirror Display", + "context": "Mirror Display", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:83", + "comment": "" + }, + { + "term": "Missing Environment Variables", + "context": "Missing Environment Variables", + "reference": "Modules/Settings/ThemeColorsTab.qml:2464", + "comment": "qt theme env error title" + }, + { + "term": "Modal Background", + "context": "Modal Background", + "reference": "Modules/Settings/ThemeColorsTab.qml:2211", + "comment": "" + }, + { + "term": "Modal Shadows", + "context": "Modal Shadows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1798", + "comment": "" + }, + { + "term": "Modals", + "context": "Modals", + "reference": "Modules/Settings/TypographyMotionTab.qml:384, Modules/Settings/TypographyMotionTab.qml:432", + "comment": "" + }, + { + "term": "Mode", + "context": "Mode", + "reference": "Modules/Settings/NetworkTab.qml:1438, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1220", + "comment": "" + }, + { + "term": "Mode:", + "context": "Mode:", + "reference": "Modules/Settings/WallpaperTab.qml:940", + "comment": "" + }, + { + "term": "Model", + "context": "Model", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/PrinterTab.qml:1159, Modules/Settings/DisplayConfigTab.qml:422, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1211", + "comment": "" + }, + { + "term": "Modified", + "context": "Modified", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:702, Modals/DankLauncherV2/LauncherContent.qml:709, Modals/DankLauncherV2/LauncherContent.qml:715, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1238, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1240", + "comment": "" + }, + { + "term": "Modular widget bar", + "context": "Modular widget bar", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:115", + "comment": "greeter feature card description" + }, + { + "term": "Monitor", + "context": "Monitor", + "reference": "Modals/WindowRuleModal.qml:1049, Modules/Settings/WindowRulesTab.qml:567", + "comment": "" + }, + { + "term": "Monitor Configuration", + "context": "Monitor Configuration", + "reference": "Modules/Settings/DisplayConfigTab.qml:364, Modules/Settings/DisplayConfig/NoBackendMessage.qml:41", + "comment": "" + }, + { + "term": "Monitor fade grace period", + "context": "Monitor fade grace period", + "reference": "Modules/Settings/PowerSleepTab.qml:132", + "comment": "" + }, + { + "term": "Monitor whose wallpaper drives dynamic theming colors", + "context": "Monitor whose wallpaper drives dynamic theming colors", + "reference": "Modules/Settings/WallpaperTab.qml:855", + "comment": "" + }, + { + "term": "Monochrome", + "context": "Monochrome", + "reference": "Common/Theme.qml:491", + "comment": "matugen color scheme option" + }, + { + "term": "Monocle", + "context": "Monocle", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:50", + "comment": "" + }, + { + "term": "Monospace Font", + "context": "Monospace Font", + "reference": "Modules/Settings/TypographyMotionTab.qml:88", + "comment": "" + }, + { + "term": "Month Date", + "context": "Month Date", + "reference": "Modules/Settings/GreeterTab.qml:406, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:146, Modules/Settings/TimeWeatherTab.qml:177, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:233, Modules/Settings/TimeWeatherTab.qml:264", + "comment": "date format option" + }, + { + "term": "Morning", + "context": "Morning", + "reference": "Services/WeatherService.qml:255", + "comment": "" + }, + { + "term": "Mount Points", + "context": "Mount Points", + "reference": "Modules/ProcessList/DisksView.qml:131", + "comment": "mount points header in system monitor" + }, + { + "term": "Mouse pointer appearance", + "context": "Mouse pointer appearance", + "reference": "Modules/Settings/ThemeColorsTab.qml:2332", + "comment": "" + }, + { + "term": "Mouse pointer size in pixels", + "context": "Mouse pointer size in pixels", + "reference": "Modules/Settings/ThemeColorsTab.qml:2348", + "comment": "" + }, + { + "term": "Move", + "context": "Move", + "reference": "Modals/WindowRuleModal.qml:1016, Modules/Settings/WindowRulesTab.qml:566", + "comment": "" + }, + { + "term": "Move Widget", + "context": "Move Widget", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:645", + "comment": "" + }, + { + "term": "Moving to Paused", + "context": "Moving to Paused", + "reference": "Services/CupsService.qml:830", + "comment": "" + }, + { + "term": "Multi-Monitor", + "context": "Multi-Monitor", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:130", + "comment": "greeter feature card title" + }, + { + "term": "Multiplexer", + "context": "Multiplexer", + "reference": "Modules/Settings/MuxTab.qml:31", + "comment": "" + }, + { + "term": "Multiplexer Type", + "context": "Multiplexer Type", + "reference": "Modules/Settings/MuxTab.qml:38", + "comment": "" + }, + { + "term": "Multiplexers", + "context": "Multiplexers", + "reference": "Modals/Settings/SettingsSidebar.qml:271", + "comment": "" + }, + { + "term": "Music", + "context": "Music", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:261", + "comment": "" + }, + { + "term": "Mute Popups", + "context": "Mute Popups", + "reference": "Modules/Settings/NotificationsTab.qml:123", + "comment": "notification rule action option" + }, + { + "term": "Mute popups for %1", + "context": "Mute popups for %1", + "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1114, Modules/Notifications/Center/NotificationCard.qml:1016", + "comment": "" + }, + { + "term": "Muted", + "context": "Muted", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:375, Modules/ControlCenter/Components/DragDropGrid.qml:386", + "comment": "audio status" + }, + { + "term": "Muted Apps", + "context": "Muted Apps", + "reference": "Modules/Settings/NotificationsTab.qml:632", + "comment": "" + }, + { + "term": "Muted palette with subdued, calming tones.", + "context": "Muted palette with subdued, calming tones.", + "reference": "Common/Theme.qml:496", + "comment": "" + }, + { + "term": "NM not supported", + "context": "NM not supported", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:221", + "comment": "" + }, + { + "term": "Name", + "context": "Name", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:700, Modals/DankLauncherV2/LauncherContent.qml:709, Modals/DankLauncherV2/LauncherContent.qml:714, Modals/DankLauncherV2/LauncherContent.qml:883, Modules/ProcessList/ProcessesView.qml:249, Modules/Settings/DisplayWidgetsTab.qml:225, Modules/Settings/DesktopWidgetInstanceCard.qml:203, Modules/Settings/PrinterTab.qml:754, Modules/Settings/DisplayConfigTab.qml:422, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1211, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144", + "comment": "" + }, + { + "term": "Named Workspace Icons", + "context": "Named Workspace Icons", + "reference": "Modules/Settings/WorkspacesTab.qml:417", + "comment": "" + }, + { + "term": "Navigate", + "context": "Navigate", + "reference": "Modals/MuxModal.qml:590", + "comment": "" + }, + { + "term": "Navigation", + "context": "Navigation", + "reference": "Widgets/DankIconPicker.qml:47", + "comment": "" + }, + { + "term": "Network", + "context": "Network", + "reference": "Services/CupsService.qml:134, Modals/Settings/SettingsSidebar.qml:232, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:1209, Modules/Settings/WidgetsTabSection.qml:1448, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:88, Modules/ControlCenter/Models/WidgetModel.qml:101", + "comment": "" + }, + { + "term": "Network Graph", + "context": "Network Graph", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:240", + "comment": "" + }, + { + "term": "Network Info", + "context": "Network Info", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:450, Modules/ControlCenter/Details/NetworkDetail.qml:812", + "comment": "" + }, + { + "term": "Network Information", + "context": "Network Information", + "reference": "Modals/NetworkWiredInfoModal.qml:62, Modals/NetworkInfoModal.qml:62", + "comment": "" + }, + { + "term": "Network Name (SSID)", + "context": "Network Name (SSID)", + "reference": "Modals/WifiPasswordModal.qml:420", + "comment": "" + }, + { + "term": "Network Speed Monitor", + "context": "Network Speed Monitor", + "reference": "Modules/Settings/WidgetsTab.qml:218", + "comment": "" + }, + { + "term": "Network Status", + "context": "Network Status", + "reference": "Modules/Settings/NetworkTab.qml:139", + "comment": "" + }, + { + "term": "Network download and upload speed display", + "context": "Network download and upload speed display", + "reference": "Modules/Settings/WidgetsTab.qml:219", + "comment": "" + }, + { + "term": "Neutral", + "context": "Neutral", + "reference": "Common/Theme.qml:495", + "comment": "matugen color scheme option" + }, + { + "term": "Never", + "context": "Never", + "reference": "Modules/Settings/PowerSleepTab.qml:10, Modules/Settings/NotificationsTab.qml:33, Modules/Settings/NotificationsTab.qml:166, Modules/Settings/ClipboardTab.qml:99, Modules/Notifications/Center/NotificationSettings.qml:38, Modules/Notifications/Center/NotificationSettings.qml:98", + "comment": "" + }, + { + "term": "Never used", + "context": "Never used", + "reference": "Modules/Settings/LauncherTab.qml:1253", + "comment": "" + }, + { + "term": "New", + "context": "New", + "reference": "Modals/MuxModal.qml:592, Modules/Notepad/NotepadTextEditor.qml:806", + "comment": "" + }, + { + "term": "New Key", + "context": "New Key", + "reference": "Widgets/KeybindItem.qml:621", + "comment": "" + }, + { + "term": "New Keybind", + "context": "New Keybind", + "reference": "Modules/Settings/KeybindsTab.qml:489", + "comment": "" + }, + { + "term": "New Notification", + "context": "New Notification", + "reference": "Modules/Settings/SoundsTab.qml:108", + "comment": "" + }, + { + "term": "New Session", + "context": "New Session", + "reference": "Modals/MuxModal.qml:112, Modals/MuxModal.qml:381", + "comment": "" + }, + { + "term": "New Window Rule", + "context": "New Window Rule", + "reference": "Modals/WindowRuleModal.qml:405", + "comment": "" + }, + { + "term": "New York, NY", + "context": "New York, NY", + "reference": "Modules/Settings/TimeWeatherTab.qml:612", + "comment": "" + }, + { + "term": "New group name...", + "context": "New group name...", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:137", + "comment": "" + }, + { + "term": "Next", + "context": "Next", + "reference": "Modals/Greeter/GreeterModal.qml:295", + "comment": "greeter next button" + }, + { + "term": "Next Transition", + "context": "Next Transition", + "reference": "Modules/Settings/ThemeColorsTab.qml:1451, Modules/Settings/GammaControlTab.qml:643", + "comment": "" + }, + { + "term": "Night", + "context": "Night", + "reference": "Services/WeatherService.qml:313, Modules/Settings/GammaControlTab.qml:524", + "comment": "" + }, + { + "term": "Night Mode", + "context": "Night Mode", + "reference": "Modules/Settings/GammaControlTab.qml:76, Modules/ControlCenter/Models/WidgetModel.qml:68, Modules/ControlCenter/Components/DragDropGrid.qml:618", + "comment": "" + }, + { + "term": "Night Temperature", + "context": "Night Temperature", + "reference": "Modules/Settings/GammaControlTab.qml:105", + "comment": "" + }, + { + "term": "Night mode & gamma", + "context": "Night mode & gamma", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:142", + "comment": "greeter feature card description" + }, + { + "term": "Niri Integration", + "context": "Niri Integration", + "reference": "Modules/Settings/LauncherTab.qml:493", + "comment": "" + }, + { + "term": "Niri Layout Overrides", + "context": "Niri Layout Overrides", + "reference": "Modules/Settings/ThemeColorsTab.qml:1902", + "comment": "" + }, + { + "term": "Niri compositor actions (focus, move, etc.)", + "context": "Niri compositor actions (focus, move, etc.)", + "reference": "Widgets/KeybindItem.qml:855", + "comment": "" + }, + { + "term": "No", + "context": "No", + "reference": "Modules/Settings/PrinterTab.qml:1169, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1232, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1236, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1256, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1258", + "comment": "" + }, + { + "term": "No Active Players", + "context": "No Active Players", + "reference": "Modules/DankDash/MediaPlayerTab.qml:277", + "comment": "" + }, + { + "term": "No Anim", + "context": "No Anim", + "reference": "Modals/WindowRuleModal.qml:963, Modules/Settings/WindowRulesTab.qml:561", + "comment": "" + }, + { + "term": "No Background", + "context": "No Background", + "reference": "Modules/Settings/DankBarTab.qml:1297", + "comment": "" + }, + { + "term": "No Battery", + "context": "No Battery", + "reference": "Services/BatteryService.qml:155", + "comment": "battery status" + }, + { + "term": "No Bluetooth adapter found", + "context": "No Bluetooth adapter found", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:589", + "comment": "" + }, + { + "term": "No Blur", + "context": "No Blur", + "reference": "Modals/WindowRuleModal.qml:959, Modules/Settings/WindowRulesTab.qml:560", + "comment": "" + }, + { + "term": "No Border", + "context": "No Border", + "reference": "Modals/WindowRuleModal.qml:947, Modules/Settings/WindowRulesTab.qml:557", + "comment": "" + }, + { + "term": "No DMS shortcuts configured", + "context": "No DMS shortcuts configured", + "reference": "Modals/Greeter/GreeterCompletePage.qml:265", + "comment": "greeter no keybinds message" + }, + { + "term": "No Dim", + "context": "No Dim", + "reference": "Modals/WindowRuleModal.qml:955, Modules/Settings/WindowRulesTab.qml:559", + "comment": "" + }, + { + "term": "No Focus", + "context": "No Focus", + "reference": "Modals/WindowRuleModal.qml:943, Modules/Settings/WindowRulesTab.qml:556", + "comment": "" + }, + { + "term": "No GPU detected", + "context": "No GPU detected", + "reference": "Modules/Settings/WidgetsTabSection.qml:146", + "comment": "" + }, + { + "term": "No GPUs detected", + "context": "No GPUs detected", + "reference": "Modules/ProcessList/SystemView.qml:350", + "comment": "empty state in gpu list" + }, + { + "term": "No History", + "context": "No History", + "reference": "Modules/Settings/NotificationsTab.qml:135", + "comment": "notification rule action option" + }, + { + "term": "No Media", + "context": "No Media", + "reference": "Modules/DankDash/Overview/MediaOverviewCard.qml:56", + "comment": "" + }, + { + "term": "No Round", + "context": "No Round", + "reference": "Modules/Settings/WindowRulesTab.qml:562", + "comment": "" + }, + { + "term": "No Rounding", + "context": "No Rounding", + "reference": "Modals/WindowRuleModal.qml:967", + "comment": "" + }, + { + "term": "No Shadow", + "context": "No Shadow", + "reference": "Modals/WindowRuleModal.qml:951, Modules/Settings/WindowRulesTab.qml:558", + "comment": "" + }, + { + "term": "No VPN profiles", + "context": "No VPN profiles", + "reference": "Widgets/VpnDetailContent.qml:177, Modules/Settings/NetworkTab.qml:1671", + "comment": "" + }, + { + "term": "No Weather", + "context": "No Weather", + "reference": "Modules/DankDash/Overview/WeatherOverviewCard.qml:31", + "comment": "" + }, + { + "term": "No Weather Data", + "context": "No Weather Data", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:166", + "comment": "" + }, + { + "term": "No Weather Data Available", + "context": "No Weather Data Available", + "reference": "Modules/DankDash/WeatherTab.qml:135, Modules/Settings/TimeWeatherTab.qml:651", + "comment": "" + }, + { + "term": "No action", + "context": "No action", + "reference": "Widgets/KeybindItem.qml:372", + "comment": "" + }, + { + "term": "No active %1 sessions", + "context": "No active %1 sessions", + "reference": "Modals/MuxModal.qml:562", + "comment": "" + }, + { + "term": "No adapter", + "context": "No adapter", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:315", + "comment": "bluetooth status" + }, + { + "term": "No adapters", + "context": "No adapters", + "reference": "Modules/Settings/NetworkTab.qml:341, Modules/ControlCenter/Components/DragDropGrid.qml:353", + "comment": "bluetooth status" + }, + { + "term": "No app customizations.", + "context": "No app customizations.", + "reference": "Modules/Settings/LauncherTab.qml:1126", + "comment": "" + }, + { + "term": "No apps found", + "context": "No apps found", + "reference": "Modals/DankLauncherV2/ResultsList.qml:490", + "comment": "" + }, + { + "term": "No apps have been launched yet.", + "context": "No apps have been launched yet.", + "reference": "Modules/Settings/LauncherTab.qml:1296", + "comment": "" + }, + { + "term": "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.", + "context": "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.", + "reference": "Modules/Settings/NotificationsTab.qml:641", + "comment": "" + }, + { + "term": "No battery", + "context": "No battery", + "reference": "Modules/ControlCenter/Widgets/BatteryPill.qml:15", + "comment": "" + }, + { + "term": "No brightness devices available", + "context": "No brightness devices available", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:147", + "comment": "" + }, + { + "term": "No changes", + "context": "No changes", + "reference": "Widgets/KeybindItem.qml:1807", + "comment": "" + }, + { + "term": "No checks passed", + "context": "No checks passed", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:338", + "comment": "greeter doctor page empty state" + }, + { + "term": "No custom theme file", + "context": "No custom theme file", + "reference": "Modules/Settings/ThemeColorsTab.qml:574", + "comment": "no custom theme file status" + }, + { + "term": "No devices", + "context": "No devices", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:33, Modules/ControlCenter/Components/DragDropGrid.qml:368", + "comment": "Phone Connect no devices status | bluetooth status" + }, + { + "term": "No devices connected", + "context": "No devices connected", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:35", + "comment": "KDE Connect status" + }, + { + "term": "No devices found", + "context": "No devices found", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:124, dms-plugins/DankKDEConnect/components/EmptyState.qml:11, Modules/Settings/PrinterTab.qml:436", + "comment": "KDE Connect no devices message" + }, + { + "term": "No disk data", + "context": "No disk data", + "reference": "Modules/ControlCenter/Widgets/DiskUsagePill.qml:38", + "comment": "" + }, + { + "term": "No disk data available", + "context": "No disk data available", + "reference": "Modules/ControlCenter/Details/DiskUsageDetail.qml:65, Modules/ControlCenter/Widgets/DiskUsagePill.qml:48", + "comment": "" + }, + { + "term": "No drivers found", + "context": "No drivers found", + "reference": "Modules/Settings/PrinterTab.qml:704", + "comment": "" + }, + { + "term": "No errors", + "context": "No errors", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:332", + "comment": "greeter doctor page empty state" + }, + { + "term": "No features enabled", + "context": "No features enabled", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:84", + "comment": "" + }, + { + "term": "No files found", + "context": "No files found", + "reference": "Modals/DankLauncherV2/ResultsList.qml:483", + "comment": "" + }, + { + "term": "No fingerprint reader detected.", + "context": "No fingerprint reader detected.", + "reference": "Modules/Settings/GreeterTab.qml:45, Modules/Settings/LockScreenTab.qml:24", + "comment": "" + }, + { + "term": "No folders found", + "context": "No folders found", + "reference": "Modals/DankLauncherV2/ResultsList.qml:481", + "comment": "" + }, + { + "term": "No hidden apps.", + "context": "No hidden apps.", + "reference": "Modules/Settings/LauncherTab.qml:1016", + "comment": "" + }, + { + "term": "No info items", + "context": "No info items", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:336", + "comment": "greeter doctor page empty state" + }, + { + "term": "No information available", + "context": "No information available", + "reference": "Modals/NetworkWiredInfoModal.qml:105, Modals/NetworkInfoModal.qml:105", + "comment": "" + }, + { + "term": "No input device", + "context": "No input device", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:323", + "comment": "audio status" + }, + { + "term": "No input devices found", + "context": "No input devices found", + "reference": "Modules/Settings/AudioTab.qml:372", + "comment": "Audio settings empty state" + }, + { + "term": "No items added yet", + "context": "No items added yet", + "reference": "Modules/Plugins/ListSetting.qml:79, Modules/Plugins/ListSettingWithInput.qml:250", + "comment": "" + }, + { + "term": "No keybinds found", + "context": "No keybinds found", + "reference": "Modules/Settings/KeybindsTab.qml:590", + "comment": "" + }, + { + "term": "No launcher plugins installed.", + "context": "No launcher plugins installed.", + "reference": "Modules/Settings/LauncherTab.qml:855", + "comment": "" + }, + { + "term": "No match criteria", + "context": "No match criteria", + "reference": "Modules/Settings/WindowRulesTab.qml:513", + "comment": "" + }, + { + "term": "No matches", + "context": "No matches", + "reference": "Modals/Settings/SettingsSidebar.qml:809, Modules/Notepad/NotepadTextEditor.qml:391", + "comment": "" + }, + { + "term": "No matching processes", + "context": "No matching processes", + "reference": "Modules/ProcessList/ProcessesView.qml:361", + "comment": "empty state in process list" + }, + { + "term": "No monitors", + "context": "No monitors", + "reference": "Modules/Settings/WallpaperTab.qml:828, Modules/Settings/WallpaperTab.qml:859", + "comment": "no monitors available label" + }, + { + "term": "No mount points found", + "context": "No mount points found", + "reference": "Modules/ProcessList/DisksView.qml:335", + "comment": "empty state in disk mounts list" + }, + { + "term": "No output device", + "context": "No output device", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:321", + "comment": "audio status" + }, + { + "term": "No output devices found", + "context": "No output devices found", + "reference": "Modules/Settings/AudioTab.qml:228", + "comment": "Audio settings empty state" + }, + { + "term": "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.", + "context": "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.", + "reference": "Modules/SystemUpdatePopout.qml:144", + "comment": "" + }, + { + "term": "No plugin results", + "context": "No plugin results", + "reference": "Modals/DankLauncherV2/ResultsList.qml:488", + "comment": "" + }, + { + "term": "No plugins found", + "context": "No plugins found", + "reference": "Modules/Settings/PluginBrowser.qml:708", + "comment": "empty plugin list" + }, + { + "term": "No plugins found.", + "context": "No plugins found.", + "reference": "Modules/Settings/PluginsTab.qml:337", + "comment": "" + }, + { + "term": "No printer found", + "context": "No printer found", + "reference": "Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:24, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:67", + "comment": "" + }, + { + "term": "No printers configured", + "context": "No printers configured", + "reference": "Modules/Settings/PrinterTab.qml:881", + "comment": "" + }, + { + "term": "No printers found", + "context": "No printers found", + "reference": "Modules/Settings/PrinterTab.qml:923", + "comment": "" + }, + { + "term": "No profiles", + "context": "No profiles", + "reference": "Modules/Settings/DisplayConfigTab.qml:182", + "comment": "" + }, + { + "term": "No recent clipboard entries found", + "context": "No recent clipboard entries found", + "reference": "Modals/Clipboard/ClipboardContent.qml:125", + "comment": "" + }, + { + "term": "No results found", + "context": "No results found", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:153, dms-plugins/DankGifSearch/DankGifSearch.qml:96, Modals/DankLauncherV2/ResultsList.qml:485, Modals/DankLauncherV2/ResultsList.qml:492", + "comment": "" + }, + { + "term": "No saved clipboard entries", + "context": "No saved clipboard entries", + "reference": "Modals/Clipboard/ClipboardContent.qml:184", + "comment": "" + }, + { + "term": "No sessions found", + "context": "No sessions found", + "reference": "Modals/MuxModal.qml:562", + "comment": "" + }, + { + "term": "No status output.", + "context": "No status output.", + "reference": "Modules/Settings/GreeterTab.qml:269", + "comment": "" + }, + { + "term": "No themes found", + "context": "No themes found", + "reference": "Modules/Settings/ThemeBrowser.qml:684", + "comment": "empty theme list" + }, + { + "term": "No themes installed. Browse themes to install from the registry.", + "context": "No themes installed. Browse themes to install from the registry.", + "reference": "Modules/Settings/ThemeColorsTab.qml:780", + "comment": "no registry themes installed hint" + }, + { + "term": "No trigger", + "context": "No trigger", + "reference": "Modals/DankLauncherV2/Controller.qml:1237, Modules/Settings/LauncherTab.qml:768", + "comment": "" + }, + { + "term": "No video found in folder", + "context": "No video found in folder", + "reference": "Modules/Lock/VideoScreensaver.qml:57", + "comment": "" + }, + { + "term": "No wallpaper selected", + "context": "No wallpaper selected", + "reference": "Modules/Settings/ThemeColorsTab.qml:471, Modules/Settings/WallpaperTab.qml:240", + "comment": "no wallpaper status" + }, + { + "term": "No wallpapers", + "context": "No wallpapers", + "reference": "Modules/DankDash/WallpaperTab.qml:545", + "comment": "" + }, + { + "term": "No wallpapers found\n\nClick the folder icon below to browse", + "context": "No wallpapers found\n\nClick the folder icon below to browse", + "reference": "Modules/DankDash/WallpaperTab.qml:499", + "comment": "" + }, + { + "term": "No warnings", + "context": "No warnings", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:334", + "comment": "greeter doctor page empty state" + }, + { + "term": "No widgets added. Click \"Add Widget\" to get started.", + "context": "No widgets added. Click \"Add Widget\" to get started.", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:603", + "comment": "" + }, + { + "term": "No widgets available", + "context": "No widgets available", + "reference": "Modules/Settings/DesktopWidgetBrowser.qml:459", + "comment": "" + }, + { + "term": "No widgets match your search", + "context": "No widgets match your search", + "reference": "Modules/Settings/DesktopWidgetBrowser.qml:459", + "comment": "" + }, + { + "term": "No window rules configured", + "context": "No window rules configured", + "reference": "Modules/Settings/WindowRulesTab.qml:429", + "comment": "" + }, + { + "term": "None", + "context": "None", + "reference": "Modals/WindowRuleModal.qml:740, Services/CupsService.qml:784, Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/WallpaperTab.qml:1161, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:766, Modules/Settings/NotificationsTab.qml:337, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:87, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:100, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:104", + "comment": "wallpaper transition option" + }, + { + "term": "Normal", + "context": "Normal", + "reference": "Modals/WindowRuleModal.qml:762, Modules/Settings/DisplayConfig/OutputCard.qml:257, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1793, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1809, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1814", + "comment": "" + }, + { + "term": "Normal Font", + "context": "Normal Font", + "reference": "Modules/Settings/TypographyMotionTab.qml:69", + "comment": "" + }, + { + "term": "Normal Priority", + "context": "Normal Priority", + "reference": "Modules/Settings/NotificationsTab.qml:150, Modules/Settings/NotificationsTab.qml:768, Modules/Settings/NotificationsTab.qml:883, Modules/Notifications/Center/NotificationSettings.qml:196, Modules/Notifications/Center/NotificationSettings.qml:398", + "comment": "notification rule urgency option" + }, + { + "term": "Not available", + "context": "Not available", + "reference": "Modules/ControlCenter/Widgets/BatteryPill.qml:22", + "comment": "" + }, + { + "term": "Not available — install fprintd and pam_fprintd, or configure greetd PAM.", + "context": "Not available — install fprintd and pam_fprintd, or configure greetd PAM.", + "reference": "Modules/Settings/GreeterTab.qml:47", + "comment": "" + }, + { + "term": "Not available — install fprintd and pam_fprintd.", + "context": "Not available — install fprintd and pam_fprintd.", + "reference": "Modules/Settings/LockScreenTab.qml:26", + "comment": "" + }, + { + "term": "Not available — install or configure pam_u2f, or configure greetd PAM.", + "context": "Not available — install or configure pam_u2f, or configure greetd PAM.", + "reference": "Modules/Settings/GreeterTab.qml:69", + "comment": "" + }, + { + "term": "Not available — install or configure pam_u2f.", + "context": "Not available — install or configure pam_u2f.", + "reference": "Modules/Settings/LockScreenTab.qml:41", + "comment": "" + }, + { + "term": "Not connected", + "context": "Not connected", + "reference": "Modules/Settings/NetworkTab.qml:826, Modules/ControlCenter/Components/DragDropGrid.qml:307", + "comment": "network status" + }, + { + "term": "Not detected", + "context": "Not detected", + "reference": "Modules/Settings/ThemeColorsTab.qml:118, Modules/Settings/ThemeColorsTab.qml:119", + "comment": "" + }, + { + "term": "Not paired", + "context": "Not paired", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:214, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:207", + "comment": "KDE Connect not paired status" + }, + { + "term": "Not set", + "context": "Not set", + "reference": "Modules/Settings/WallpaperTab.qml:567, Modules/Settings/WallpaperTab.qml:757", + "comment": "wallpaper not set label" + }, + { + "term": "Note: this only changes the percentage, it does not actually limit charging.", + "context": "Note: this only changes the percentage, it does not actually limit charging.", + "reference": "Modules/Settings/PowerSleepTab.qml:588", + "comment": "" + }, + { + "term": "Notepad", + "context": "Notepad", + "reference": "DMSShell.qml:826, Services/AppSearchService.qml:179, Modules/Settings/WidgetsTab.qml:232", + "comment": "Notepad" + }, + { + "term": "Notepad Font Settings", + "context": "Notepad Font Settings", + "reference": "Modules/Notepad/NotepadSettings.qml:113", + "comment": "" + }, + { + "term": "Notepad Slideout", + "context": "Notepad Slideout", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:61", + "comment": "" + }, + { + "term": "Nothing", + "context": "Nothing", + "reference": "Modules/Settings/MediaPlayerTab.qml:58", + "comment": "media scroll wheel option" + }, + { + "term": "Nothing to see here", + "context": "Nothing to see here", + "reference": "Modules/Notifications/Center/NotificationEmptyState.qml:27", + "comment": "" + }, + { + "term": "Notification Center", + "context": "Notification Center", + "reference": "Modules/Settings/WidgetsTab.qml:169", + "comment": "" + }, + { + "term": "Notification Display", + "context": "Notification Display", + "reference": "Modules/Settings/LockScreenTab.qml:146, Modules/Settings/NotificationsTab.qml:727", + "comment": "lock screen notification privacy setting" + }, + { + "term": "Notification Overlay", + "context": "Notification Overlay", + "reference": "Modules/Settings/NotificationsTab.qml:261, Modules/Notifications/Center/NotificationSettings.qml:257", + "comment": "" + }, + { + "term": "Notification Popups", + "context": "Notification Popups", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:37, Modules/Settings/NotificationsTab.qml:206", + "comment": "" + }, + { + "term": "Notification Rules", + "context": "Notification Rules", + "reference": "Modules/Settings/NotificationsTab.qml:403", + "comment": "" + }, + { + "term": "Notification Settings", + "context": "Notification Settings", + "reference": "Modules/Notifications/Center/NotificationSettings.qml:127", + "comment": "" + }, + { + "term": "Notification Timeouts", + "context": "Notification Timeouts", + "reference": "Modules/Settings/NotificationsTab.qml:743, Modules/Notifications/Center/NotificationSettings.qml:174", + "comment": "" + }, + { + "term": "Notification toast popups", + "context": "Notification toast popups", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:38", + "comment": "" + }, + { + "term": "Notifications", + "context": "Notifications", + "reference": "Modals/Greeter/GreeterCompletePage.qml:397, Modals/Settings/SettingsSidebar.qml:146, Modules/Notifications/Center/NotificationHeader.qml:49", + "comment": "greeter settings link" + }, + { + "term": "Numbers", + "context": "Numbers", + "reference": "Widgets/DankIconPicker.qml:23", + "comment": "" + }, + { + "term": "Numeric (D/M)", + "context": "Numeric (D/M)", + "reference": "Modules/Settings/GreeterTab.qml:414, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:154, Modules/Settings/TimeWeatherTab.qml:179, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:241, Modules/Settings/TimeWeatherTab.qml:266", + "comment": "date format option" + }, + { + "term": "Numeric (M/D)", + "context": "Numeric (M/D)", + "reference": "Modules/Settings/GreeterTab.qml:410, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:150, Modules/Settings/TimeWeatherTab.qml:178, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:237, Modules/Settings/TimeWeatherTab.qml:265", + "comment": "date format option" + }, + { + "term": "OK", + "context": "OK", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:281", + "comment": "greeter doctor page status card" + }, + { + "term": "OS Logo", + "context": "OS Logo", + "reference": "Modules/Settings/DockTab.qml:266, Modules/Settings/LauncherTab.qml:59", + "comment": "" + }, + { + "term": "OSD Position", + "context": "OSD Position", + "reference": "Modules/Settings/OSDTab.qml:30", + "comment": "" + }, + { + "term": "Occupied Color", + "context": "Occupied Color", + "reference": "Modules/Settings/WorkspacesTab.qml:234", + "comment": "" + }, + { + "term": "Off", + "context": "Off", + "reference": "Modules/ProcessList/SystemView.qml:274, Modules/Settings/DisplayConfig/OutputCard.qml:280, Modules/Settings/DisplayConfig/OutputCard.qml:289, Modules/Settings/DisplayConfig/OutputCard.qml:292, Modules/Settings/DisplayConfig/OutputCard.qml:303, Modules/Settings/DisplayConfig/OutputCard.qml:311, Modules/Settings/DisplayConfig/OutputCard.qml:315, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:89, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:104, Modules/ControlCenter/Components/DragDropGrid.qml:355", + "comment": "bluetooth status" + }, + { + "term": "Office", + "context": "Office", + "reference": "Services/AppSearchService.qml:649, Services/AppSearchService.qml:650, Services/AppSearchService.qml:651, Services/AppSearchService.qml:652", + "comment": "" + }, + { + "term": "Offline", + "context": "Offline", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:40, dms-plugins/DankKDEConnect/components/DeviceCard.qml:216, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:209", + "comment": "KDE Connect offline status | Phone Connect offline status" + }, + { + "term": "Offline Report", + "context": "Offline Report", + "reference": "Services/CupsService.qml:829", + "comment": "" + }, + { + "term": "Older", + "context": "Older", + "reference": "Modules/Notifications/Center/HistoryNotificationList.qml:117", + "comment": "notification history filter for content older than other filters" + }, + { + "term": "On", + "context": "On", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:280, Modules/Settings/DisplayConfig/OutputCard.qml:288, Modules/Settings/DisplayConfig/OutputCard.qml:303, Modules/Settings/DisplayConfig/OutputCard.qml:312", + "comment": "" + }, + { + "term": "On-Demand", + "context": "On-Demand", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:303, Modules/Settings/DisplayConfig/OutputCard.qml:307, Modules/Settings/DisplayConfig/OutputCard.qml:316", + "comment": "" + }, + { + "term": "On-Screen Displays", + "context": "On-Screen Displays", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:49", + "comment": "" + }, + { + "term": "On-screen Displays", + "context": "On-screen Displays", + "reference": "Modals/Settings/SettingsSidebar.qml:152, Modules/Settings/OSDTab.qml:25", + "comment": "" + }, + { + "term": "Only adjust gamma based on time or location rules.", + "context": "Only adjust gamma based on time or location rules.", + "reference": "Modules/Settings/GammaControlTab.qml:140", + "comment": "" + }, + { + "term": "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.", + "context": "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.", + "reference": "Modules/Settings/GreeterTab.qml:39", + "comment": "" + }, + { + "term": "Only show windows from the current monitor on each dock", + "context": "Only show windows from the current monitor on each dock", + "reference": "Modules/Settings/DockTab.qml:149", + "comment": "" + }, + { + "term": "Only visible if hibernate is supported by your system", + "context": "Only visible if hibernate is supported by your system", + "reference": "Modules/Settings/PowerSleepTab.qml:436", + "comment": "" + }, + { + "term": "Opacity", + "context": "Opacity", + "reference": "Modals/WindowRuleModal.qml:679, Modals/DankColorPickerModal.qml:521, Modules/Settings/DankBarTab.qml:1104, Modules/Settings/DankBarTab.qml:1429, Modules/Settings/DankBarTab.qml:1519, Modules/Settings/WindowRulesTab.qml:534", + "comment": "" + }, + { + "term": "Opaque", + "context": "Opaque", + "reference": "Modals/WindowRuleModal.qml:975, Modules/Settings/WindowRulesTab.qml:564", + "comment": "" + }, + { + "term": "Open", + "context": "Open", + "reference": "Modals/DankLauncherV2/Controller.qml:1106, Modals/DankLauncherV2/Controller.qml:1110, Modals/DankLauncherV2/Controller.qml:1114, Modules/Notepad/NotepadTextEditor.qml:790, Modules/Settings/NetworkTab.qml:1201, Modules/Settings/NetworkTab.qml:1448, Modules/ControlCenter/Details/NetworkDetail.qml:609, Modules/Notifications/Center/NotificationCard.qml:716, Modules/Notifications/Center/NotificationCard.qml:852", + "comment": "" + }, + { + "term": "Open App", + "context": "Open App", + "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:91", + "comment": "KDE Connect open SMS app button" + }, + { + "term": "Open KDE Connect on your phone", + "context": "Open KDE Connect on your phone", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:131", + "comment": "KDE Connect open app hint" + }, + { + "term": "Open Notepad File", + "context": "Open Notepad File", + "reference": "Modules/Notepad/Notepad.qml:343", + "comment": "" + }, + { + "term": "Open a new note", + "context": "Open a new note", + "reference": "Modules/DankBar/Widgets/NotepadButton.qml:347", + "comment": "" + }, + { + "term": "Open folder", + "context": "Open folder", + "reference": "Modals/DankLauncherV2/Controller.qml:1114", + "comment": "" + }, + { + "term": "Open in Browser", + "context": "Open in Browser", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:301, dms-plugins/DankGifSearch/DankGifSearch.qml:248", + "comment": "" + }, + { + "term": "Open in terminal", + "context": "Open in terminal", + "reference": "Modals/DankLauncherV2/Controller.qml:1114", + "comment": "" + }, + { + "term": "Open search bar to find text", + "context": "Open search bar to find text", + "reference": "Modules/Notepad/NotepadSettings.qml:192", + "comment": "" + }, + { + "term": "Open with...", + "context": "Open with...", + "reference": "DMSShell.qml:660, Modals/BrowserPickerModal.qml:11", + "comment": "" + }, + { + "term": "Opening SMS", + "context": "Opening SMS", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:344", + "comment": "KDE Connect SMS action" + }, + { + "term": "Opening SMS app", + "context": "Opening SMS app", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:136", + "comment": "Phone Connect SMS action" + }, + { + "term": "Opening file browser", + "context": "Opening file browser", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:146", + "comment": "Phone Connect browse action" + }, + { + "term": "Opening files", + "context": "Opening files", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:328", + "comment": "KDE Connect browse action" + }, + { + "term": "Opening terminal: ", + "context": "Opening terminal: ", + "reference": "Modules/Settings/GreeterTab.qml:156", + "comment": "" + }, + { + "term": "Optional description", + "context": "Optional description", + "reference": "Modules/Settings/PrinterTab.qml:806", + "comment": "" + }, + { + "term": "Optional location", + "context": "Optional location", + "reference": "Modules/Settings/PrinterTab.qml:785", + "comment": "" + }, + { + "term": "Options", + "context": "Options", + "reference": "Widgets/KeybindItem.qml:1222, Widgets/KeybindItem.qml:1711", + "comment": "" + }, + { + "term": "Organize widgets into collapsible groups", + "context": "Organize widgets into collapsible groups", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:123", + "comment": "" + }, + { + "term": "Original: %1", + "context": "Original: %1", + "reference": "Modules/Settings/AudioTab.qml:600, Modules/Settings/Widgets/DeviceAliasRow.qml:103", + "comment": "Shows the original device name before renaming" + }, + { + "term": "Other", + "context": "Other", + "reference": "Services/CupsService.qml:785", + "comment": "" + }, + { + "term": "Outline", + "context": "Outline", + "reference": "Modules/Settings/ThemeColorsTab.qml:1853, Modules/Settings/ThemeColorsTab.qml:1865, Modules/Settings/LauncherTab.qml:477", + "comment": "blur border color | outline color" + }, + { + "term": "Output", + "context": "Output", + "reference": "Modals/WindowRuleModal.qml:559, Modules/Settings/WindowRulesTab.qml:540", + "comment": "" + }, + { + "term": "Output Area Almost Full", + "context": "Output Area Almost Full", + "reference": "Services/CupsService.qml:809", + "comment": "" + }, + { + "term": "Output Area Full", + "context": "Output Area Full", + "reference": "Services/CupsService.qml:810", + "comment": "" + }, + { + "term": "Output Device", + "context": "Output Device", + "reference": "Modules/DankDash/MediaPlayerTab.qml:781", + "comment": "" + }, + { + "term": "Output Devices", + "context": "Output Devices", + "reference": "Modules/Settings/AudioTab.qml:128", + "comment": "Audio settings: speaker/headphone devices" + }, + { + "term": "Output Tray Missing", + "context": "Output Tray Missing", + "reference": "Services/CupsService.qml:808", + "comment": "" + }, + { + "term": "Outputs Include Missing", + "context": "Outputs Include Missing", + "reference": "Modules/Settings/DisplayConfig/IncludeWarningBox.qml:50", + "comment": "" + }, + { + "term": "Overcast", + "context": "Overcast", + "reference": "Services/WeatherService.qml:125", + "comment": "" + }, + { + "term": "Overflow", + "context": "Overflow", + "reference": "Modules/Settings/WidgetsTabSection.qml:2434", + "comment": "" + }, + { + "term": "Overridden by config", + "context": "Overridden by config", + "reference": "Widgets/KeybindItem.qml:414", + "comment": "" + }, + { + "term": "Override", + "context": "Override", + "reference": "Widgets/KeybindItem.qml:400", + "comment": "" + }, + { + "term": "Override Border Size", + "context": "Override Border Size", + "reference": "Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:2077, Modules/Settings/ThemeColorsTab.qml:2180", + "comment": "" + }, + { + "term": "Override Corner Radius", + "context": "Override Corner Radius", + "reference": "Modules/Settings/ThemeColorsTab.qml:1943, Modules/Settings/ThemeColorsTab.qml:2046, Modules/Settings/ThemeColorsTab.qml:2149", + "comment": "" + }, + { + "term": "Override Gaps", + "context": "Override Gaps", + "reference": "Modules/Settings/ThemeColorsTab.qml:1911, Modules/Settings/ThemeColorsTab.qml:2014, Modules/Settings/ThemeColorsTab.qml:2117", + "comment": "" + }, + { + "term": "Override global layout settings for this output", + "context": "Override global layout settings for this output", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:200", + "comment": "" + }, + { + "term": "Override terminal with a custom command or script", + "context": "Override terminal with a custom command or script", + "reference": "Modules/Settings/MuxTab.qml:57", + "comment": "" + }, + { + "term": "Override the global shadow with per-bar settings", + "context": "Override the global shadow with per-bar settings", + "reference": "Modules/Settings/DankBarTab.qml:1073", + "comment": "" + }, + { + "term": "Overrides", + "context": "Overrides", + "reference": "Modules/Settings/KeybindsTab.qml:76", + "comment": "" + }, + { + "term": "Overview", + "context": "Overview", + "reference": "Widgets/KeybindItem.qml:1101, Widgets/KeybindItem.qml:1104, Modules/DankDash/DankDashPopout.qml:271", + "comment": "" + }, + { + "term": "Overview of your network connections", + "context": "Overview of your network connections", + "reference": "Modules/Settings/NetworkTab.qml:148", + "comment": "" + }, + { + "term": "Overwrite", + "context": "Overwrite", + "reference": "Modals/FileBrowser/FileBrowserOverwriteDialog.qml:108", + "comment": "" + }, + { + "term": "PAM already provides fingerprint auth. Enable this to show it at login.", + "context": "PAM already provides fingerprint auth. Enable this to show it at login.", + "reference": "Modules/Settings/GreeterTab.qml:27", + "comment": "" + }, + { + "term": "PAM already provides security-key auth. Enable this to show it at login.", + "context": "PAM already provides security-key auth. Enable this to show it at login.", + "reference": "Modules/Settings/GreeterTab.qml:58", + "comment": "" + }, + { + "term": "PAM provides fingerprint auth, but availability could not be confirmed.", + "context": "PAM provides fingerprint auth, but availability could not be confirmed.", + "reference": "Modules/Settings/GreeterTab.qml:33", + "comment": "" + }, + { + "term": "PAM provides fingerprint auth, but no prints are enrolled yet.", + "context": "PAM provides fingerprint auth, but no prints are enrolled yet.", + "reference": "Modules/Settings/GreeterTab.qml:29", + "comment": "" + }, + { + "term": "PAM provides fingerprint auth, but no reader was detected.", + "context": "PAM provides fingerprint auth, but no reader was detected.", + "reference": "Modules/Settings/GreeterTab.qml:31", + "comment": "" + }, + { + "term": "PIN", + "context": "PIN", + "reference": "Modals/WifiPasswordModal.qml:182", + "comment": "" + }, + { + "term": "Pad", + "context": "Pad", + "reference": "Modules/Settings/WallpaperTab.qml:312", + "comment": "wallpaper fill mode" + }, + { + "term": "Pad Hours", + "context": "Pad Hours", + "reference": "Modules/Settings/TimeWeatherTab.qml:73", + "comment": "" + }, + { + "term": "Pad hours (02:00 vs 2:00)", + "context": "Pad hours (02:00 vs 2:00)", + "reference": "Modules/Settings/GreeterTab.qml:618", + "comment": "" + }, + { + "term": "Padding", + "context": "Padding", + "reference": "Modules/Settings/DockTab.qml:537, Modules/Settings/DankBarTab.qml:872", + "comment": "" + }, + { + "term": "Pair", + "context": "Pair", + "reference": "Modals/BluetoothPairingModal.qml:324, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:391, Modules/ControlCenter/Details/BluetoothDetail.qml:558", + "comment": "KDE Connect pair button" + }, + { + "term": "Pair Bluetooth Device", + "context": "Pair Bluetooth Device", + "reference": "Modals/BluetoothPairingModal.qml:121", + "comment": "" + }, + { + "term": "Paired", + "context": "Paired", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:299", + "comment": "" + }, + { + "term": "Pairing", + "context": "Pairing", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:212, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:205", + "comment": "KDE Connect pairing in progress status" + }, + { + "term": "Pairing failed", + "context": "Pairing failed", + "reference": "Modals/BluetoothPairingModal.qml:400, dms-plugins/DankKDEConnect/DankKDEConnect.qml:152, Modules/ControlCenter/Details/BluetoothDetail.qml:50", + "comment": "Phone Connect error" + }, + { + "term": "Pairing request from", + "context": "Pairing request from", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:71", + "comment": "Phone Connect pairing request notification" + }, + { + "term": "Pairing request sent", + "context": "Pairing request sent", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:155", + "comment": "Phone Connect pairing action" + }, + { + "term": "Pairing requested", + "context": "Pairing requested", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:210, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:203", + "comment": "KDE Connect pairing requested status" + }, + { + "term": "Pairing...", + "context": "Pairing...", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:530, Modules/ControlCenter/Details/BluetoothDetail.qml:555", + "comment": "" + }, + { + "term": "Partly Cloudy", + "context": "Partly Cloudy", + "reference": "Services/WeatherService.qml:124", + "comment": "" + }, + { + "term": "Passkey:", + "context": "Passkey:", + "reference": "Modals/BluetoothPairingModal.qml:235", + "comment": "" + }, + { + "term": "Password", + "context": "Password", + "reference": "Modals/WifiPasswordModal.qml:174, Modals/WifiPasswordModal.qml:184, Modals/WifiPasswordModal.qml:553", + "comment": "" + }, + { + "term": "Password...", + "context": "Password...", + "reference": "Modules/Greetd/GreeterContent.qml:1021", + "comment": "" + }, + { + "term": "Paste", + "context": "Paste", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195", + "comment": "" + }, + { + "term": "Path to a video file or folder containing videos", + "context": "Path to a video file or folder containing videos", + "reference": "Modules/Settings/LockScreenTab.qml:301", + "comment": "" + }, + { + "term": "Pattern", + "context": "Pattern", + "reference": "Modules/Settings/RunningAppsTab.qml:87, Modules/Settings/NotificationsTab.qml:522, Modules/Settings/NotificationsTab.qml:531", + "comment": "" + }, + { + "term": "Pause", + "context": "Pause", + "reference": "Modules/Settings/PrinterTab.qml:1232, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", + "comment": "" + }, + { + "term": "Paused", + "context": "Paused", + "reference": "Services/CupsService.qml:814", + "comment": "" + }, + { + "term": "Pending", + "context": "Pending", + "reference": "Services/CupsService.qml:759", + "comment": "" + }, + { + "term": "Pending Charge", + "context": "Pending Charge", + "reference": "Services/BatteryService.qml:144", + "comment": "battery status" + }, + { + "term": "Pending Discharge", + "context": "Pending Discharge", + "reference": "Services/BatteryService.qml:146", + "comment": "battery status" + }, + { + "term": "Per-Mode Wallpapers", + "context": "Per-Mode Wallpapers", + "reference": "Modules/Settings/WallpaperTab.qml:370", + "comment": "" + }, + { + "term": "Per-Monitor Wallpapers", + "context": "Per-Monitor Wallpapers", + "reference": "Modules/Settings/WallpaperTab.qml:801", + "comment": "" + }, + { + "term": "Per-screen config", + "context": "Per-screen config", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:131", + "comment": "greeter feature card description" + }, + { + "term": "Percentage", + "context": "Percentage", + "reference": "Modules/Settings/WidgetsTabSection.qml:1098, Modules/Settings/WidgetsTab.qml:125", + "comment": "" + }, + { + "term": "Performance", + "context": "Performance", + "reference": "Modals/ProcessListModal.qml:311, Common/Theme.qml:1476", + "comment": "power profile option" + }, + { + "term": "Permission denied to set profile image.", + "context": "Permission denied to set profile image.", + "reference": "Services/PortalService.qml:150", + "comment": "" + }, + { + "term": "Personalization", + "context": "Personalization", + "reference": "Modals/Settings/SettingsSidebar.qml:71, Modals/Settings/SettingsSidebar.qml:581", + "comment": "" + }, + { + "term": "Phone Connect Not Available", + "context": "Phone Connect Not Available", + "reference": "dms-plugins/DankKDEConnect/components/UnavailableMessage.qml:30", + "comment": "Phone Connect unavailable error title" + }, + { + "term": "Phone Connect unavailable", + "context": "Phone Connect unavailable", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:97", + "comment": "Phone Connect service unavailable message" + }, + { + "term": "Phone number", + "context": "Phone number", + "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:67", + "comment": "KDE Connect SMS phone input placeholder" + }, + { + "term": "Pick a different random video each time from the same folder", + "context": "Pick a different random video each time from the same folder", + "reference": "Modules/Settings/LockScreenTab.qml:337", + "comment": "" + }, + { + "term": "Pictures", + "context": "Pictures", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:256", + "comment": "" + }, + { + "term": "Pin", + "context": "Pin", + "reference": "Modals/WindowRuleModal.qml:971, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modules/Settings/WindowRulesTab.qml:563, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/AudioInputDetail.qml:295, Modules/ControlCenter/Details/AudioOutputDetail.qml:304, Modules/ControlCenter/Details/NetworkDetail.qml:676", + "comment": "" + }, + { + "term": "Pin to Dock", + "context": "Pin to Dock", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:103, Modules/Dock/DockContextMenu.qml:418, Modules/DankBar/Widgets/AppsDockContextMenu.qml:341", + "comment": "" + }, + { + "term": "Ping", + "context": "Ping", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:124, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:281", + "comment": "KDE Connect ping tooltip" + }, + { + "term": "Ping sent", + "context": "Ping sent", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:286", + "comment": "KDE Connect ping action" + }, + { + "term": "Ping sent to", + "context": "Ping sent to", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:108", + "comment": "Phone Connect ping action" + }, + { + "term": "Pinned", + "context": "Pinned", + "reference": "Modals/DankLauncherV2/Controller.qml:146, Modules/ControlCenter/Details/BluetoothDetail.qml:357, Modules/ControlCenter/Details/BrightnessDetail.qml:207, Modules/ControlCenter/Details/AudioInputDetail.qml:295, Modules/ControlCenter/Details/AudioOutputDetail.qml:304, Modules/ControlCenter/Details/NetworkDetail.qml:676", + "comment": "" + }, + { + "term": "Pinned and running apps with drag-and-drop", + "context": "Pinned and running apps with drag-and-drop", + "reference": "Modules/Settings/WidgetsTab.qml:74", + "comment": "" + }, + { + "term": "Pixelate", + "context": "Pixelate", + "reference": "Modules/Settings/WallpaperTab.qml:1173", + "comment": "wallpaper transition option" + }, + { + "term": "Place plugin directories here. Each plugin should have a plugin.json manifest file.", + "context": "Place plugin directories here. Each plugin should have a plugin.json manifest file.", + "reference": "Modules/Settings/PluginsTab.qml:275", + "comment": "" + }, + { + "term": "Place plugins in %1", + "context": "Place plugins in %1", + "reference": "Modules/Settings/PluginsTab.qml:337", + "comment": "" + }, + { + "term": "Play a video when the screen locks.", + "context": "Play a video when the screen locks.", + "reference": "Modules/Settings/LockScreenTab.qml:283", + "comment": "" + }, + { + "term": "Play sound after logging in", + "context": "Play sound after logging in", + "reference": "Modules/Settings/SoundsTab.qml:99", + "comment": "" + }, + { + "term": "Play sound when new notification arrives", + "context": "Play sound when new notification arrives", + "reference": "Modules/Settings/SoundsTab.qml:109", + "comment": "" + }, + { + "term": "Play sound when power cable is connected", + "context": "Play sound when power cable is connected", + "reference": "Modules/Settings/SoundsTab.qml:130", + "comment": "" + }, + { + "term": "Play sound when volume is adjusted", + "context": "Play sound when volume is adjusted", + "reference": "Modules/Settings/SoundsTab.qml:119", + "comment": "" + }, + { + "term": "Play sounds for system events", + "context": "Play sounds for system events", + "reference": "Modules/Settings/SoundsTab.qml:37", + "comment": "" + }, + { + "term": "Playback", + "context": "Playback", + "reference": "Modules/ControlCenter/Details/AudioOutputDetail.qml:375", + "comment": "" + }, + { + "term": "Playback error: ", + "context": "Playback error: ", + "reference": "Modules/Lock/VideoScreensaver.qml:102", + "comment": "" + }, + { + "term": "Please wait...", + "context": "Please wait...", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:333", + "comment": "network status" + }, + { + "term": "Please write a name for your new %1 session", + "context": "Please write a name for your new %1 session", + "reference": "Modals/MuxModal.qml:113", + "comment": "" + }, + { + "term": "Plugged In", + "context": "Plugged In", + "reference": "Services/BatteryService.qml:159, Services/BatteryService.qml:165, Modules/Settings/SoundsTab.qml:129", + "comment": "battery status" + }, + { + "term": "Plugged in", + "context": "Plugged in", + "reference": "Modules/ControlCenter/Widgets/BatteryPill.qml:28", + "comment": "" + }, + { + "term": "Plugin", + "context": "Plugin", + "reference": "Modals/DankLauncherV2/ResultItem.qml:183, Modules/Settings/DesktopWidgetBrowser.qml:408, Modules/ControlCenter/Models/WidgetModel.qml:242", + "comment": "" + }, + { + "term": "Plugin Directory", + "context": "Plugin Directory", + "reference": "Modules/Settings/PluginsTab.qml:257", + "comment": "" + }, + { + "term": "Plugin Management", + "context": "Plugin Management", + "reference": "Modules/Settings/PluginsTab.qml:71", + "comment": "" + }, + { + "term": "Plugin Visibility", + "context": "Plugin Visibility", + "reference": "Modules/Settings/LauncherTab.qml:603", + "comment": "" + }, + { + "term": "Plugin is disabled - enable in Plugins settings to use", + "context": "Plugin is disabled - enable in Plugins settings to use", + "reference": "Modules/Settings/WidgetsTab.qml:269", + "comment": "" + }, + { + "term": "Plugins", + "context": "Plugins", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:122, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/LauncherContent.qml:363, Modals/Settings/SettingsSidebar.qml:312, Modules/Settings/AboutTab.qml:290, Modules/Settings/AboutTab.qml:298", + "comment": "greeter feature card title | greeter plugins link" + }, + { + "term": "Pointer", + "context": "Pointer", + "reference": "Widgets/KeybindItem.qml:1340", + "comment": "" + }, + { + "term": "Popout Shadows", + "context": "Popout Shadows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1809", + "comment": "" + }, + { + "term": "Popouts", + "context": "Popouts", + "reference": "Modules/Settings/TypographyMotionTab.qml:300, Modules/Settings/TypographyMotionTab.qml:348", + "comment": "" + }, + { + "term": "Popouts and Modals follow global Animation Speed (disable to customize independently)", + "context": "Popouts and Modals follow global Animation Speed (disable to customize independently)", + "reference": "Modules/Settings/TypographyMotionTab.qml:285", + "comment": "" + }, + { + "term": "Popup Only", + "context": "Popup Only", + "reference": "Modules/Settings/NotificationsTab.qml:131", + "comment": "notification rule action option" + }, + { + "term": "Popup Position", + "context": "Popup Position", + "reference": "Modules/Settings/NotificationsTab.qml:212", + "comment": "" + }, + { + "term": "Popup Shadow", + "context": "Popup Shadow", + "reference": "Modules/Settings/NotificationsTab.qml:279", + "comment": "" + }, + { + "term": "Popup Transparency", + "context": "Popup Transparency", + "reference": "Modules/Settings/ThemeColorsTab.qml:1620", + "comment": "" + }, + { + "term": "Popup behavior, position", + "context": "Popup behavior, position", + "reference": "Modals/Greeter/GreeterCompletePage.qml:398", + "comment": "greeter notifications description" + }, + { + "term": "Port", + "context": "Port", + "reference": "Modules/Settings/PrinterTab.qml:525", + "comment": "Label for printer port number input field" + }, + { + "term": "Portal", + "context": "Portal", + "reference": "Modules/Settings/WallpaperTab.qml:1175", + "comment": "wallpaper transition option" + }, + { + "term": "Position", + "context": "Position", + "reference": "Modules/Settings/DockTab.qml:92, Modules/Settings/DankBarTab.qml:531, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1218", + "comment": "" + }, + { + "term": "Position, pinned apps", + "context": "Position, pinned apps", + "reference": "Modals/Greeter/GreeterCompletePage.qml:423", + "comment": "greeter dock description" + }, + { + "term": "Possible Override Conflicts", + "context": "Possible Override Conflicts", + "reference": "Modules/Settings/KeybindsTab.qml:330", + "comment": "" + }, + { + "term": "Power", + "context": "Power", + "reference": "Modules/Settings/WidgetsTab.qml:253, Modules/ControlCenter/Details/BatteryDetail.qml:72, Modules/DankBar/Popouts/BatteryPopout.qml:191", + "comment": "" + }, + { + "term": "Power & Security", + "context": "Power & Security", + "reference": "Modals/Settings/SettingsSidebar.qml:286, Modals/Settings/SettingsSidebar.qml:569", + "comment": "" + }, + { + "term": "Power & Sleep", + "context": "Power & Sleep", + "reference": "Modals/Settings/SettingsSidebar.qml:304", + "comment": "" + }, + { + "term": "Power Action Confirmation", + "context": "Power Action Confirmation", + "reference": "Modules/Settings/PowerSleepTab.qml:466", + "comment": "" + }, + { + "term": "Power Menu Customization", + "context": "Power Menu Customization", + "reference": "Modules/Settings/PowerSleepTab.qml:353", + "comment": "" + }, + { + "term": "Power Off", + "context": "Power Off", + "reference": "Modals/PowerMenuModal.qml:192, Modules/Lock/LockPowerMenu.qml:116, Modules/Settings/PowerSleepTab.qml:378", + "comment": "" + }, + { + "term": "Power Options", + "context": "Power Options", + "reference": "Modules/Lock/LockPowerMenu.qml:480", + "comment": "" + }, + { + "term": "Power Profile", + "context": "Power Profile", + "reference": "Modules/Settings/OSDTab.qml:149", + "comment": "" + }, + { + "term": "Power Profile Degradation", + "context": "Power Profile Degradation", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:248, Modules/DankBar/Popouts/BatteryPopout.qml:613", + "comment": "" + }, + { + "term": "Power Saver", + "context": "Power Saver", + "reference": "Common/Theme.qml:1472", + "comment": "power profile option" + }, + { + "term": "Power off monitors on lock", + "context": "Power off monitors on lock", + "reference": "Modules/Settings/LockScreenTab.qml:201", + "comment": "" + }, + { + "term": "Power profile management available", + "context": "Power profile management available", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:106, Modules/DankBar/Popouts/BatteryPopout.qml:176", + "comment": "" + }, + { + "term": "Power source", + "context": "Power source", + "reference": "Modules/Settings/PowerSleepTab.qml:42", + "comment": "" + }, + { + "term": "Pre-fill the last successful username on the greeter", + "context": "Pre-fill the last successful username on the greeter", + "reference": "Modules/Settings/GreeterTab.qml:744", + "comment": "" + }, + { + "term": "Pre-select the last used session on the greeter", + "context": "Pre-select the last used session on the greeter", + "reference": "Modules/Settings/GreeterTab.qml:735", + "comment": "" + }, + { + "term": "Precip", + "context": "Precip", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:441", + "comment": "" + }, + { + "term": "Precipitation", + "context": "Precipitation", + "reference": "Modules/DankDash/WeatherTab.qml:99", + "comment": "" + }, + { + "term": "Precipitation Chance", + "context": "Precipitation Chance", + "reference": "Modules/DankDash/WeatherForecastCard.qml:95", + "comment": "" + }, + { + "term": "Preference", + "context": "Preference", + "reference": "Modules/Settings/NetworkTab.qml:247, Modules/Settings/NetworkTab.qml:292", + "comment": "" + }, + { + "term": "Preset Widths (%)", + "context": "Preset Widths (%)", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:298", + "comment": "" + }, + { + "term": "Press 'n' or click 'New Session' to create one", + "context": "Press 'n' or click 'New Session' to create one", + "reference": "Modals/MuxModal.qml:569", + "comment": "" + }, + { + "term": "Press Enter and the audio system will restart to apply the change", + "context": "Press Enter and the audio system will restart to apply the change", + "reference": "Modules/Settings/AudioTab.qml:657", + "comment": "Audio device rename dialog hint" + }, + { + "term": "Press Enter to paste, Shift+Enter to copy", + "context": "Press Enter to paste, Shift+Enter to copy", + "reference": "Modules/Settings/ClipboardTab.qml:436", + "comment": "Clipboard behavior setting description" + }, + { + "term": "Press key...", + "context": "Press key...", + "reference": "Widgets/KeybindItem.qml:662", + "comment": "" + }, + { + "term": "Pressure", + "context": "Pressure", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:453, Modules/DankDash/WeatherTab.qml:94, Modules/DankDash/WeatherForecastCard.qml:90, Modules/Settings/TimeWeatherTab.qml:1034", + "comment": "" + }, + { + "term": "Prevent screen timeout", + "context": "Prevent screen timeout", + "reference": "Modules/Settings/WidgetsTab.qml:191, Modules/ControlCenter/Models/WidgetModel.qml:94", + "comment": "" + }, + { + "term": "Preview", + "context": "Preview", + "reference": "Modules/Notepad/NotepadTextEditor.qml:824", + "comment": "" + }, + { + "term": "Primary", + "context": "Primary", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1558, Modules/Settings/ThemeColorsTab.qml:1568, Modules/Settings/ThemeColorsTab.qml:1590, Modules/Settings/ThemeColorsTab.qml:1600, Modules/Settings/ThemeColorsTab.qml:1690, Modules/Settings/ThemeColorsTab.qml:1696, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1853, Modules/Settings/ThemeColorsTab.qml:1857, Modules/Settings/ThemeColorsTab.qml:1869, Modules/Settings/DockTab.qml:389, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:181, Modules/Settings/LauncherTab.qml:477, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/NetworkTab.qml:227, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/Widgets/SettingsColorPicker.qml:42", + "comment": "blur border color | button color option | color option | primary color | shadow color option | tile color option" + }, + { + "term": "Primary Container", + "context": "Primary Container", + "reference": "Modules/Settings/ThemeColorsTab.qml:1558, Modules/Settings/ThemeColorsTab.qml:1562, Modules/Settings/ThemeColorsTab.qml:1572, Modules/Settings/ThemeColorsTab.qml:1590, Modules/Settings/ThemeColorsTab.qml:1594, Modules/Settings/ThemeColorsTab.qml:1604", + "comment": "button color option | tile color option" + }, + { + "term": "Print Server Management", + "context": "Print Server Management", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:198", + "comment": "" + }, + { + "term": "Print Server not available", + "context": "Print Server not available", + "reference": "Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:22, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:67", + "comment": "" + }, + { + "term": "Printer", + "context": "Printer", + "reference": "Modules/Settings/WidgetsTabSection.qml:1294, Modules/Settings/WidgetsTabSection.qml:1448", + "comment": "" + }, + { + "term": "Printer Classes", + "context": "Printer Classes", + "reference": "Modules/Settings/PrinterTab.qml:1570", + "comment": "" + }, + { + "term": "Printer created successfully", + "context": "Printer created successfully", + "reference": "Services/CupsService.qml:522", + "comment": "" + }, + { + "term": "Printer deleted", + "context": "Printer deleted", + "reference": "Services/CupsService.qml:539", + "comment": "" + }, + { + "term": "Printer name (no spaces)", + "context": "Printer name (no spaces)", + "reference": "Modules/Settings/PrinterTab.qml:764", + "comment": "" + }, + { + "term": "Printer reachable", + "context": "Printer reachable", + "reference": "Modules/Settings/PrinterTab.qml:639", + "comment": "Status message when test connection to printer succeeds" + }, + { + "term": "Printers", + "context": "Printers", + "reference": "Modals/Settings/SettingsSidebar.qml:264, Modules/Settings/PrinterTab.qml:210, Modules/Settings/PrinterTab.qml:869, Modules/ControlCenter/Models/WidgetModel.qml:197, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:16", + "comment": "" + }, + { + "term": "Printers: ", + "context": "Printers: ", + "reference": "Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:19", + "comment": "" + }, + { + "term": "Prioritize performance", + "context": "Prioritize performance", + "reference": "Common/Theme.qml:1489", + "comment": "power profile description" + }, + { + "term": "Priority", + "context": "Priority", + "reference": "Modules/Settings/NotificationsTab.qml:607", + "comment": "" + }, + { + "term": "Privacy Indicator", + "context": "Privacy Indicator", + "reference": "Modules/Settings/WidgetsTab.qml:155", + "comment": "" + }, + { + "term": "Privacy Mode", + "context": "Privacy Mode", + "reference": "Modules/Settings/NotificationsTab.qml:288, Modules/Notifications/Center/NotificationSettings.qml:308", + "comment": "" + }, + { + "term": "Private Key Password", + "context": "Private Key Password", + "reference": "Modals/WifiPasswordModal.qml:179", + "comment": "" + }, + { + "term": "Process Count", + "context": "Process Count", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:283", + "comment": "" + }, + { + "term": "Processes", + "context": "Processes", + "reference": "Modals/ProcessListModal.qml:307, Modules/ProcessList/ProcessListPopout.qml:140, Modules/ProcessList/SystemView.qml:88", + "comment": "" + }, + { + "term": "Processes:", + "context": "Processes:", + "reference": "Modals/ProcessListModal.qml:491", + "comment": "process count label in footer" + }, + { + "term": "Processing", + "context": "Processing", + "reference": "Services/CupsService.qml:763, Services/CupsService.qml:779", + "comment": "" + }, + { + "term": "Profile Image Error", + "context": "Profile Image Error", + "reference": "Services/PortalService.qml:157", + "comment": "" + }, + { + "term": "Profile activated: %1", + "context": "Profile activated: %1", + "reference": "Modules/Settings/DisplayConfigTab.qml:59", + "comment": "" + }, + { + "term": "Profile deleted", + "context": "Profile deleted", + "reference": "Modules/Settings/DisplayConfigTab.qml:67", + "comment": "" + }, + { + "term": "Profile error", + "context": "Profile error", + "reference": "Modules/Settings/DisplayConfigTab.qml:70", + "comment": "" + }, + { + "term": "Profile image is too large. Please use a smaller image.", + "context": "Profile image is too large. Please use a smaller image.", + "reference": "Services/PortalService.qml:148", + "comment": "" + }, + { + "term": "Profile name", + "context": "Profile name", + "reference": "Modules/Settings/DisplayConfigTab.qml:233", + "comment": "" + }, + { + "term": "Profile not found", + "context": "Profile not found", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:222, Modules/Settings/DisplayConfig/DisplayConfigState.qml:257", + "comment": "" + }, + { + "term": "Profile saved: %1", + "context": "Profile saved: %1", + "reference": "Modules/Settings/DisplayConfigTab.qml:63", + "comment": "" + }, + { + "term": "Protocol", + "context": "Protocol", + "reference": "Widgets/VpnProfileDelegate.qml:63, Modules/Settings/PrinterTab.qml:549, Modules/Settings/NetworkTab.qml:1925", + "comment": "Label for printer protocol selector, e.g. ipp, ipps, lpd, socket" + }, + { + "term": "QtMultimedia is not available", + "context": "QtMultimedia is not available", + "reference": "Modules/Lock/VideoScreensaver.qml:126", + "comment": "" + }, + { + "term": "QtMultimedia is not available - video screensaver requires qt multimedia services", + "context": "QtMultimedia is not available - video screensaver requires qt multimedia services", + "reference": "Modules/Settings/LockScreenTab.qml:272", + "comment": "" + }, + { + "term": "Quick Access", + "context": "Quick Access", + "reference": "Modals/FileBrowser/FileBrowserSidebar.qml:22", + "comment": "" + }, + { + "term": "Quick access to application launcher", + "context": "Quick access to application launcher", + "reference": "Modules/Settings/WidgetsTab.qml:46", + "comment": "" + }, + { + "term": "Quick access to color picker", + "context": "Quick access to color picker", + "reference": "Modules/Settings/WidgetsTab.qml:240", + "comment": "" + }, + { + "term": "Quick access to notepad", + "context": "Quick access to notepad", + "reference": "Modules/Settings/WidgetsTab.qml:233", + "comment": "" + }, + { + "term": "Quick note-taking slideout panel", + "context": "Quick note-taking slideout panel", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:62", + "comment": "" + }, + { + "term": "Quick system toggles", + "context": "Quick system toggles", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:150", + "comment": "greeter feature card description" + }, + { + "term": "RGB", + "context": "RGB", + "reference": "Modals/DankColorPickerModal.qml:627", + "comment": "" + }, + { + "term": "Radius", + "context": "Radius", + "reference": "Modules/Settings/WindowRulesTab.qml:548", + "comment": "" + }, + { + "term": "Rain", + "context": "Rain", + "reference": "Services/WeatherService.qml:134, Services/WeatherService.qml:143", + "comment": "" + }, + { + "term": "Rain Chance", + "context": "Rain Chance", + "reference": "Modules/Settings/TimeWeatherTab.qml:1084", + "comment": "" + }, + { + "term": "Rainbow", + "context": "Rainbow", + "reference": "Common/Theme.qml:499", + "comment": "matugen color scheme option" + }, + { + "term": "Random", + "context": "Random", + "reference": "Modules/Settings/WallpaperTab.qml:1159, Modules/Settings/WallpaperTab.qml:1182, Modules/Settings/WallpaperTab.qml:1185", + "comment": "wallpaper transition option" + }, + { + "term": "Rate", + "context": "Rate", + "reference": "Modules/Settings/NetworkTab.qml:1433", + "comment": "" + }, + { + "term": "Read:", + "context": "Read:", + "reference": "Modules/ProcessList/DisksView.qml:73", + "comment": "disk read label" + }, + { + "term": "Reason", + "context": "Reason", + "reference": "Services/CupsService.qml:355, Modules/Settings/PrinterTab.qml:1154", + "comment": "" + }, + { + "term": "Reboot", + "context": "Reboot", + "reference": "Modals/PowerMenuModal.qml:180, Modules/Lock/LockPowerMenu.qml:104, Modules/Settings/PowerSleepTab.qml:378", + "comment": "" + }, + { + "term": "Recent Colors", + "context": "Recent Colors", + "reference": "Modals/DankColorPickerModal.qml:468", + "comment": "" + }, + { + "term": "Recently Used Apps", + "context": "Recently Used Apps", + "reference": "Modules/Settings/LauncherTab.qml:1139", + "comment": "" + }, + { + "term": "Recommended available", + "context": "Recommended available", + "reference": "Modules/Settings/PrinterTab.qml:716", + "comment": "" + }, + { + "term": "Refresh", + "context": "Refresh", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:296, Modules/Settings/GreeterTab.qml:504, Modules/DankDash/Overview/WeatherOverviewCard.qml:38", + "comment": "Phone Connect refresh tooltip" + }, + { + "term": "Refresh Weather", + "context": "Refresh Weather", + "reference": "Modules/DankDash/WeatherTab.qml:164, Modules/DankDash/WeatherTab.qml:902", + "comment": "" + }, + { + "term": "Regex", + "context": "Regex", + "reference": "Modules/Settings/NotificationsTab.qml:112", + "comment": "notification rule match type option" + }, + { + "term": "Reject", + "context": "Reject", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:188, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:377", + "comment": "KDE Connect reject pairing button" + }, + { + "term": "Reject Jobs", + "context": "Reject Jobs", + "reference": "Modules/Settings/PrinterTab.qml:1306", + "comment": "" + }, + { + "term": "Release", + "context": "Release", + "reference": "Widgets/KeybindItem.qml:1623", + "comment": "" + }, + { + "term": "Reload Plugin", + "context": "Reload Plugin", + "reference": "Modules/Settings/PluginListItem.qml:301", + "comment": "" + }, + { + "term": "Remaining", + "context": "Remaining", + "reference": "Modules/Settings/WidgetsTabSection.qml:1108", + "comment": "" + }, + { + "term": "Remaining / Total", + "context": "Remaining / Total", + "reference": "Modules/Settings/WidgetsTabSection.qml:1113", + "comment": "" + }, + { + "term": "Remember Last Query", + "context": "Remember Last Query", + "reference": "Modules/Settings/LauncherTab.qml:882", + "comment": "" + }, + { + "term": "Remember last session", + "context": "Remember last session", + "reference": "Modules/Settings/GreeterTab.qml:734", + "comment": "" + }, + { + "term": "Remember last user", + "context": "Remember last user", + "reference": "Modules/Settings/GreeterTab.qml:743", + "comment": "" + }, + { + "term": "Remove", + "context": "Remove", + "reference": "Modules/Plugins/ListSetting.qml:114, Modules/Plugins/ListSettingWithInput.qml:230", + "comment": "" + }, + { + "term": "Remove Widget Padding", + "context": "Remove Widget Padding", + "reference": "Modules/Settings/DankBarTab.qml:1321", + "comment": "" + }, + { + "term": "Remove gaps and border when windows are maximized", + "context": "Remove gaps and border when windows are maximized", + "reference": "Modules/Settings/DankBarTab.qml:709", + "comment": "" + }, + { + "term": "Rename", + "context": "Rename", + "reference": "Modals/MuxModal.qml:597, Modals/WorkspaceRenameModal.qml:185", + "comment": "" + }, + { + "term": "Rename Session", + "context": "Rename Session", + "reference": "Modals/MuxModal.qml:89", + "comment": "" + }, + { + "term": "Rename Workspace", + "context": "Rename Workspace", + "reference": "Modals/WorkspaceRenameModal.qml:15", + "comment": "" + }, + { + "term": "Repeat", + "context": "Repeat", + "reference": "Widgets/KeybindItem.qml:1579, Widgets/KeybindItem.qml:1735", + "comment": "" + }, + { + "term": "Replacement", + "context": "Replacement", + "reference": "Modules/Settings/RunningAppsTab.qml:106", + "comment": "" + }, + { + "term": "Report", + "context": "Report", + "reference": "Services/CupsService.qml:836", + "comment": "" + }, + { + "term": "Request Pairing", + "context": "Request Pairing", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:199", + "comment": "KDE Connect request pairing button" + }, + { + "term": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout", + "context": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout", + "reference": "Modules/Settings/PowerSleepTab.qml:473", + "comment": "" + }, + { + "term": "Required plugin: ", + "context": "Required plugin: ", + "reference": "Modules/Settings/ThemeColorsTab.qml:2678", + "comment": "" + }, + { + "term": "Requires %1", + "context": "Requires %1", + "reference": "Modules/Settings/PluginBrowser.qml:632", + "comment": "version requirement" + }, + { + "term": "Requires 'dgop' tool", + "context": "Requires 'dgop' tool", + "reference": "Modules/Settings/WidgetsTab.qml:112, Modules/Settings/WidgetsTab.qml:120, Modules/Settings/WidgetsTab.qml:128, Modules/Settings/WidgetsTab.qml:136, Modules/Settings/WidgetsTab.qml:143, Modules/Settings/WidgetsTab.qml:221, Modules/ControlCenter/Models/WidgetModel.qml:174", + "comment": "" + }, + { + "term": "Requires DMS %1", + "context": "Requires DMS %1", + "reference": "Modules/Settings/PluginListItem.qml:133", + "comment": "" + }, + { + "term": "Requires DWL compositor", + "context": "Requires DWL compositor", + "reference": "Modules/Settings/WidgetsTab.qml:41", + "comment": "" + }, + { + "term": "Requires a newer version of Quickshell", + "context": "Requires a newer version of Quickshell", + "reference": "Modules/Settings/ThemeColorsTab.qml:1840", + "comment": "" + }, + { + "term": "Requires night mode support", + "context": "Requires night mode support", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:73", + "comment": "" + }, + { + "term": "Reset", + "context": "Reset", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:1009, Modules/Settings/WidgetsTab.qml:899, Modules/ControlCenter/Components/EditControls.qml:232", + "comment": "" + }, + { + "term": "Reset Position", + "context": "Reset Position", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:416, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:135, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:108", + "comment": "" + }, + { + "term": "Reset Size", + "context": "Reset Size", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:430, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:149, Modules/Settings/DesktopWidgetSettings/PluginDesktopWidgetSettings.qml:122", + "comment": "" + }, + { + "term": "Reset to default name", + "context": "Reset to default name", + "reference": "Modules/Settings/Widgets/DeviceAliasRow.qml:127", + "comment": "" + }, + { + "term": "Resize Widget", + "context": "Resize Widget", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:687", + "comment": "" + }, + { + "term": "Resolution & Refresh", + "context": "Resolution & Refresh", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:109", + "comment": "" + }, + { + "term": "Resolution, position, scale", + "context": "Resolution, position, scale", + "reference": "Modals/Greeter/GreeterCompletePage.qml:374", + "comment": "greeter displays description" + }, + { + "term": "Restart DMS", + "context": "Restart DMS", + "reference": "Modals/PowerMenuModal.qml:216, Modules/Settings/PowerSleepTab.qml:378", + "comment": "" + }, + { + "term": "Restart the DankMaterialShell", + "context": "Restart the DankMaterialShell", + "reference": "Modules/Settings/PowerSleepTab.qml:431", + "comment": "" + }, + { + "term": "Restarting audio system...", + "context": "Restarting audio system...", + "reference": "Modules/Settings/AudioTab.qml:503", + "comment": "Loading overlay while WirePlumber restarts" + }, + { + "term": "Restore Special Workspace Windows", + "context": "Restore Special Workspace Windows", + "reference": "Modules/Settings/DockTab.qml:166", + "comment": "" + }, + { + "term": "Resume", + "context": "Resume", + "reference": "Modules/Settings/PrinterTab.qml:1232, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", + "comment": "" + }, + { + "term": "Reverse Scrolling Direction", + "context": "Reverse Scrolling Direction", + "reference": "Modules/Settings/WorkspacesTab.qml:161", + "comment": "" + }, + { + "term": "Reverse workspace switch direction when scrolling over the bar", + "context": "Reverse workspace switch direction when scrolling over the bar", + "reference": "Modules/Settings/WorkspacesTab.qml:162", + "comment": "" + }, + { + "term": "Revert", + "context": "Revert", + "reference": "Modals/DisplayConfirmationModal.qml:139", + "comment": "" + }, + { + "term": "Right", + "context": "Right", + "reference": "Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:290, Modules/Settings/DankBarTab.qml:542", + "comment": "" + }, + { + "term": "Right Center", + "context": "Right Center", + "reference": "Modules/Settings/OSDTab.qml:49, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:70", + "comment": "screen position option" + }, + { + "term": "Right Section", + "context": "Right Section", + "reference": "Modules/Settings/WidgetsTab.qml:1087", + "comment": "" + }, + { + "term": "Right Tiling", + "context": "Right Tiling", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:51", + "comment": "" + }, + { + "term": "Right-click and drag anywhere on the widget", + "context": "Right-click and drag anywhere on the widget", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:654", + "comment": "" + }, + { + "term": "Right-click and drag the bottom-right corner", + "context": "Right-click and drag the bottom-right corner", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:696", + "comment": "" + }, + { + "term": "Right-click bar widget to cycle", + "context": "Right-click bar widget to cycle", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:292", + "comment": "" + }, + { + "term": "Ring", + "context": "Ring", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:115, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:267", + "comment": "KDE Connect ring tooltip" + }, + { + "term": "Ringing", + "context": "Ringing", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:99, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:272", + "comment": "KDE Connect ring action | Phone Connect ring action" + }, + { + "term": "Ripple Effects", + "context": "Ripple Effects", + "reference": "Modules/Settings/TypographyMotionTab.qml:468", + "comment": "" + }, + { + "term": "Root Filesystem", + "context": "Root Filesystem", + "reference": "Modules/ControlCenter/Details/DiskUsageDetail.qml:128", + "comment": "" + }, + { + "term": "Rounded corners for windows", + "context": "Rounded corners for windows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1960", + "comment": "" + }, + { + "term": "Rounded corners for windows (border_radius)", + "context": "Rounded corners for windows (border_radius)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2166", + "comment": "" + }, + { + "term": "Rounded corners for windows (decoration.rounding)", + "context": "Rounded corners for windows (decoration.rounding)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2063", + "comment": "" + }, + { + "term": "Rule", + "context": "Rule", + "reference": "Modals/WindowRuleModal.qml:254, Modules/Settings/NotificationsTab.qml:468", + "comment": "" + }, + { + "term": "Rule Name", + "context": "Rule Name", + "reference": "Modals/WindowRuleModal.qml:457", + "comment": "" + }, + { + "term": "Rules (%1)", + "context": "Rules (%1)", + "reference": "Modules/Settings/WindowRulesTab.qml:402", + "comment": "" + }, + { + "term": "Run Again", + "context": "Run Again", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:380", + "comment": "greeter doctor page button" + }, + { + "term": "Run DMS Templates", + "context": "Run DMS Templates", + "reference": "Modules/Settings/ThemeColorsTab.qml:2494", + "comment": "" + }, + { + "term": "Run User Templates", + "context": "Run User Templates", + "reference": "Modules/Settings/ThemeColorsTab.qml:2484", + "comment": "" + }, + { + "term": "Run a program (e.g., firefox, kitty)", + "context": "Run a program (e.g., firefox, kitty)", + "reference": "Widgets/KeybindItem.qml:856", + "comment": "" + }, + { + "term": "Run a shell command (e.g., notify-send)", + "context": "Run a shell command (e.g., notify-send)", + "reference": "Widgets/KeybindItem.qml:857", + "comment": "" + }, + { + "term": "Running Apps", + "context": "Running Apps", + "reference": "Modals/Settings/SettingsSidebar.qml:158, Modules/Settings/WidgetsTab.qml:66", + "comment": "" + }, + { + "term": "Running Apps Settings", + "context": "Running Apps Settings", + "reference": "Modules/Settings/WidgetsTabSection.qml:2176", + "comment": "" + }, + { + "term": "Running greeter sync…", + "context": "Running greeter sync…", + "reference": "Modules/Settings/GreeterTab.qml:332", + "comment": "" + }, + { + "term": "SDR Brightness", + "context": "SDR Brightness", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1252", + "comment": "" + }, + { + "term": "SDR Saturation", + "context": "SDR Saturation", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:279, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1254", + "comment": "" + }, + { + "term": "SMS", + "context": "SMS", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:161, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:338", + "comment": "KDE Connect SMS tooltip" + }, + { + "term": "Save", + "context": "Save", + "reference": "Modals/DankColorPickerModal.qml:757, Widgets/KeybindItem.qml:1365, Widgets/KeybindItem.qml:1830, Modals/DankLauncherV2/LauncherContent.qml:1057, Modals/FileBrowser/FileBrowserSaveRow.qml:55, Modules/Notepad/NotepadTextEditor.qml:774, Modules/Notepad/Notepad.qml:482, Modules/Settings/AudioTab.qml:693", + "comment": "" + }, + { + "term": "Save Notepad File", + "context": "Save Notepad File", + "reference": "Modules/Notepad/Notepad.qml:277", + "comment": "" + }, + { + "term": "Save QR Code", + "context": "Save QR Code", + "reference": "Modals/WifiQRCodeModal.qml:81", + "comment": "" + }, + { + "term": "Save and switch between display configurations", + "context": "Save and switch between display configurations", + "reference": "Modules/Settings/DisplayConfigTab.qml:133", + "comment": "" + }, + { + "term": "Save critical priority notifications to history", + "context": "Save critical priority notifications to history", + "reference": "Modules/Settings/NotificationsTab.qml:893", + "comment": "notification history setting" + }, + { + "term": "Save dismissed notifications to history", + "context": "Save dismissed notifications to history", + "reference": "Modules/Settings/NotificationsTab.qml:810", + "comment": "notification history toggle description" + }, + { + "term": "Save low priority notifications to history", + "context": "Save low priority notifications to history", + "reference": "Modules/Settings/NotificationsTab.qml:875", + "comment": "notification history setting" + }, + { + "term": "Save normal priority notifications to history", + "context": "Save normal priority notifications to history", + "reference": "Modules/Settings/NotificationsTab.qml:884", + "comment": "notification history setting" + }, + { + "term": "Save password", + "context": "Save password", + "reference": "Modals/WifiPasswordModal.qml:664", + "comment": "" + }, + { + "term": "Saved", + "context": "Saved", + "reference": "Modals/Clipboard/ClipboardHeader.qml:52, Modules/Notepad/NotepadTextEditor.qml:880, Modules/Settings/NetworkTab.qml:1214, Modules/ControlCenter/Details/NetworkDetail.qml:615", + "comment": "" + }, + { + "term": "Saved Configurations", + "context": "Saved Configurations", + "reference": "Modules/Settings/NetworkTab.qml:707", + "comment": "" + }, + { + "term": "Saved Note", + "context": "Saved Note", + "reference": "Modules/DankBar/Widgets/NotepadButton.qml:305", + "comment": "" + }, + { + "term": "Saved item deleted", + "context": "Saved item deleted", + "reference": "Services/ClipboardService.qml:177", + "comment": "" + }, + { + "term": "Saving...", + "context": "Saving...", + "reference": "Modals/WindowRuleModal.qml:1154", + "comment": "" + }, + { + "term": "Scale", + "context": "Scale", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:154, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1222", + "comment": "" + }, + { + "term": "Scale DankBar font sizes independently", + "context": "Scale DankBar font sizes independently", + "reference": "Modules/Settings/DankBarTab.qml:952", + "comment": "" + }, + { + "term": "Scale DankBar icon sizes independently", + "context": "Scale DankBar icon sizes independently", + "reference": "Modules/Settings/DankBarTab.qml:977", + "comment": "" + }, + { + "term": "Scale all font sizes throughout the shell", + "context": "Scale all font sizes throughout the shell", + "reference": "Modules/Settings/TypographyMotionTab.qml:184", + "comment": "" + }, + { + "term": "Scan", + "context": "Scan", + "reference": "Modules/Settings/PluginsTab.qml:218, Modules/ControlCenter/Details/BluetoothDetail.qml:134", + "comment": "" + }, + { + "term": "Scanning", + "context": "Scanning", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:134", + "comment": "" + }, + { + "term": "Scanning...", + "context": "Scanning...", + "reference": "Modules/Settings/PrinterTab.qml:439, Modules/Settings/NetworkTab.qml:1069", + "comment": "" + }, + { + "term": "Science", + "context": "Science", + "reference": "Services/AppSearchService.qml:653", + "comment": "" + }, + { + "term": "Score", + "context": "Score", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:698, Modals/DankLauncherV2/LauncherContent.qml:706, Modals/DankLauncherV2/LauncherContent.qml:709, Modals/DankLauncherV2/LauncherContent.qml:713", + "comment": "" + }, + { + "term": "Screen Sharing", + "context": "Screen Sharing", + "reference": "Modules/Settings/WidgetsTabSection.qml:1304, Modules/Settings/WidgetsTabSection.qml:1448", + "comment": "" + }, + { + "term": "Screen sharing", + "context": "Screen sharing", + "reference": "Modules/Settings/WidgetsTabSection.qml:1877", + "comment": "" + }, + { + "term": "Scroll", + "context": "Scroll", + "reference": "Modules/Settings/WindowRulesTab.qml:547", + "comment": "" + }, + { + "term": "Scroll Factor", + "context": "Scroll Factor", + "reference": "Modals/WindowRuleModal.qml:774", + "comment": "" + }, + { + "term": "Scroll GitHub", + "context": "Scroll GitHub", + "reference": "Modules/Settings/AboutTab.qml:75, Modules/Settings/AboutTab.qml:77", + "comment": "" + }, + { + "term": "Scroll Wheel", + "context": "Scroll Wheel", + "reference": "Modules/Settings/MediaPlayerTab.qml:60, Modules/Settings/DankBarTab.qml:719", + "comment": "" + }, + { + "term": "Scroll song title", + "context": "Scroll song title", + "reference": "Modules/Settings/MediaPlayerTab.qml:36", + "comment": "" + }, + { + "term": "Scroll title if it doesn't fit in widget", + "context": "Scroll title if it doesn't fit in widget", + "reference": "Modules/Settings/MediaPlayerTab.qml:37", + "comment": "" + }, + { + "term": "Scroll wheel behavior on media widget", + "context": "Scroll wheel behavior on media widget", + "reference": "Modules/Settings/MediaPlayerTab.qml:61", + "comment": "" + }, + { + "term": "Scrolling", + "context": "Scrolling", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:52", + "comment": "" + }, + { + "term": "Search App Actions", + "context": "Search App Actions", + "reference": "Modules/Settings/LauncherTab.qml:873", + "comment": "" + }, + { + "term": "Search Options", + "context": "Search Options", + "reference": "Modules/Settings/LauncherTab.qml:867", + "comment": "" + }, + { + "term": "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.", + "context": "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:217", + "comment": "" + }, + { + "term": "Search for a location...", + "context": "Search for a location...", + "reference": "Widgets/DankLocationSearch.qml:20", + "comment": "" + }, + { + "term": "Search keybinds...", + "context": "Search keybinds...", + "reference": "Modules/Settings/KeybindsTab.qml:259", + "comment": "" + }, + { + "term": "Search keyboard shortcuts from your compositor and applications", + "context": "Search keyboard shortcuts from your compositor and applications", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:78", + "comment": "" + }, + { + "term": "Search plugins...", + "context": "Search plugins...", + "reference": "Modules/Settings/PluginBrowser.qml:345", + "comment": "plugin search placeholder" + }, + { + "term": "Search processes...", + "context": "Search processes...", + "reference": "Modals/ProcessListModal.qml:409", + "comment": "process search placeholder" + }, + { + "term": "Search sessions...", + "context": "Search sessions...", + "reference": "Modals/MuxModal.qml:339", + "comment": "" + }, + { + "term": "Search themes...", + "context": "Search themes...", + "reference": "Modules/Settings/ThemeBrowser.qml:314", + "comment": "theme search placeholder" + }, + { + "term": "Search widgets...", + "context": "Search widgets...", + "reference": "Modules/Settings/WidgetSelectionPopup.qml:271, Modules/Settings/DesktopWidgetBrowser.qml:287", + "comment": "" + }, + { + "term": "Search...", + "context": "Search...", + "reference": "Widgets/DankDropdown.qml:315, Modals/Settings/SettingsSidebar.qml:641, Modules/ProcessList/ProcessListPopout.qml:185", + "comment": "" + }, + { + "term": "Searching...", + "context": "Searching...", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:140, dms-plugins/DankGifSearch/DankGifSearch.qml:83", + "comment": "" + }, + { + "term": "Second Factor (AND)", + "context": "Second Factor (AND)", + "reference": "Modules/Settings/LockScreenTab.qml:253, Modules/Settings/LockScreenTab.qml:254, Modules/Settings/LockScreenTab.qml:256", + "comment": "U2F mode option: key required after password or fingerprint" + }, + { + "term": "Secondary", + "context": "Secondary", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1558, Modules/Settings/ThemeColorsTab.qml:1564, Modules/Settings/ThemeColorsTab.qml:1574, Modules/Settings/ThemeColorsTab.qml:1590, Modules/Settings/ThemeColorsTab.qml:1596, Modules/Settings/ThemeColorsTab.qml:1606, Modules/Settings/ThemeColorsTab.qml:1853, Modules/Settings/ThemeColorsTab.qml:1859, Modules/Settings/ThemeColorsTab.qml:1871, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:477, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1211, Modules/Settings/Widgets/SettingsColorPicker.qml:47", + "comment": "blur border color | button color option | color option | secondary color | tile color option" + }, + { + "term": "Secured", + "context": "Secured", + "reference": "Modules/Settings/NetworkTab.qml:1201, Modules/ControlCenter/Details/NetworkDetail.qml:609", + "comment": "" + }, + { + "term": "Security", + "context": "Security", + "reference": "Modules/Settings/NetworkTab.qml:1447", + "comment": "" + }, + { + "term": "Security & privacy", + "context": "Security & privacy", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:159", + "comment": "greeter feature card description" + }, + { + "term": "Security key mode", + "context": "Security key mode", + "reference": "Modules/Settings/LockScreenTab.qml:250", + "comment": "lock screen U2F security key mode setting" + }, + { + "term": "Security-key availability could not be confirmed.", + "context": "Security-key availability could not be confirmed.", + "reference": "Modules/Settings/GreeterTab.qml:71, Modules/Settings/LockScreenTab.qml:43", + "comment": "" + }, + { + "term": "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.", + "context": "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.", + "reference": "Modules/Settings/GreeterTab.qml:67, Modules/Settings/LockScreenTab.qml:39", + "comment": "" + }, + { + "term": "Select", + "context": "Select", + "reference": "Modals/DankLauncherV2/Controller.qml:1380", + "comment": "" + }, + { + "term": "Select Application", + "context": "Select Application", + "reference": "Modals/AppPickerModal.qml:11", + "comment": "" + }, + { + "term": "Select Bar", + "context": "Select Bar", + "reference": "Modules/Settings/WidgetsTab.qml:814", + "comment": "" + }, + { + "term": "Select Custom Theme", + "context": "Select Custom Theme", + "reference": "Modules/Settings/ThemeColorsTab.qml:2985", + "comment": "custom theme file browser title" + }, + { + "term": "Select Dock Launcher Logo", + "context": "Select Dock Launcher Logo", + "reference": "Modules/Settings/DockTab.qml:13", + "comment": "" + }, + { + "term": "Select File to Send", + "context": "Select File to Send", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:101", + "comment": "KDE Connect file browser title" + }, + { + "term": "Select Launcher Logo", + "context": "Select Launcher Logo", + "reference": "Modules/Settings/LauncherTab.qml:13", + "comment": "" + }, + { + "term": "Select Profile Image", + "context": "Select Profile Image", + "reference": "Modals/Settings/SettingsModal.qml:127", + "comment": "profile image file browser title" + }, + { + "term": "Select Video or Folder", + "context": "Select Video or Folder", + "reference": "Modules/Settings/LockScreenTab.qml:59", + "comment": "" + }, + { + "term": "Select Wallpaper", + "context": "Select Wallpaper", + "reference": "Modals/Settings/SettingsModal.qml:151, Modules/Settings/WallpaperTab.qml:1313, Modules/Settings/WallpaperTab.qml:1335, Modules/Settings/WallpaperTab.qml:1355", + "comment": "dark mode wallpaper file browser title | light mode wallpaper file browser title | wallpaper file browser title" + }, + { + "term": "Select Wallpaper Directory", + "context": "Select Wallpaper Directory", + "reference": "Modules/DankDash/WallpaperTab.qml:320", + "comment": "wallpaper directory file browser title" + }, + { + "term": "Select a color from the palette or use custom sliders", + "context": "Select a color from the palette or use custom sliders", + "reference": "Modals/DankColorPickerModal.qml:223", + "comment": "" + }, + { + "term": "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.", + "context": "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.", + "reference": "Modules/Settings/DesktopWidgetBrowser.qml:265", + "comment": "" + }, + { + "term": "Select a widget to add. You can add multiple instances of the same widget if needed.", + "context": "Select a widget to add. You can add multiple instances of the same widget if needed.", + "reference": "Modules/Settings/WidgetSelectionPopup.qml:249", + "comment": "" + }, + { + "term": "Select a window...", + "context": "Select a window...", + "reference": "Modules/Settings/WindowRulesTab.qml:291", + "comment": "" + }, + { + "term": "Select an image file...", + "context": "Select an image file...", + "reference": "Modules/Settings/DockTab.qml:340, Modules/Settings/LauncherTab.qml:132", + "comment": "" + }, + { + "term": "Select at least one provider", + "context": "Select at least one provider", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:178", + "comment": "" + }, + { + "term": "Select device", + "context": "Select device", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:373, Modules/ControlCenter/Components/DragDropGrid.qml:384", + "comment": "audio status" + }, + { + "term": "Select device...", + "context": "Select device...", + "reference": "Modules/Settings/PrinterTab.qml:442", + "comment": "" + }, + { + "term": "Select driver...", + "context": "Select driver...", + "reference": "Modules/Settings/PrinterTab.qml:716", + "comment": "" + }, + { + "term": "Select font weight for UI text", + "context": "Select font weight for UI text", + "reference": "Modules/Settings/TypographyMotionTab.qml:115", + "comment": "" + }, + { + "term": "Select greeter background image", + "context": "Select greeter background image", + "reference": "Modules/Settings/GreeterTab.qml:90", + "comment": "" + }, + { + "term": "Select monitor to configure wallpaper", + "context": "Select monitor to configure wallpaper", + "reference": "Modules/Settings/WallpaperTab.qml:820", + "comment": "" + }, + { + "term": "Select monospace font for process list and technical displays", + "context": "Select monospace font for process list and technical displays", + "reference": "Modules/Settings/TypographyMotionTab.qml:89", + "comment": "" + }, + { + "term": "Select network", + "context": "Select network", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:347", + "comment": "network status" + }, + { + "term": "Select system sound theme", + "context": "Select system sound theme", + "reference": "Modules/Settings/SoundsTab.qml:72", + "comment": "" + }, + { + "term": "Select the font family for UI text", + "context": "Select the font family for UI text", + "reference": "Modules/Settings/TypographyMotionTab.qml:70", + "comment": "" + }, + { + "term": "Select the palette algorithm used for wallpaper-based colors", + "context": "Select the palette algorithm used for wallpaper-based colors", + "reference": "Modules/Settings/ThemeColorsTab.qml:505", + "comment": "" + }, + { + "term": "Select which keybind providers to include", + "context": "Select which keybind providers to include", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:151", + "comment": "" + }, + { + "term": "Select which transitions to include in randomization", + "context": "Select which transitions to include in randomization", + "reference": "Modules/Settings/WallpaperTab.qml:1208", + "comment": "" + }, + { + "term": "Select...", + "context": "Select...", + "reference": "Widgets/KeybindItem.qml:951, Widgets/KeybindItem.qml:1165, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:95, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:97, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:114", + "comment": "" + }, + { + "term": "Selected image file not found.", + "context": "Selected image file not found.", + "reference": "Services/PortalService.qml:152", + "comment": "" + }, + { + "term": "Send", + "context": "Send", + "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:80", + "comment": "KDE Connect SMS send button" + }, + { + "term": "Send Clipboard", + "context": "Send Clipboard", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:133, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:295", + "comment": "KDE Connect clipboard tooltip" + }, + { + "term": "Send File", + "context": "Send File", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:91", + "comment": "KDE Connect send file button" + }, + { + "term": "Send SMS", + "context": "Send SMS", + "reference": "dms-plugins/DankKDEConnect/components/SmsDialog.qml:28", + "comment": "KDE Connect SMS dialog title" + }, + { + "term": "Sending", + "context": "Sending", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:365, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:424", + "comment": "Phone Connect file send" + }, + { + "term": "Separator", + "context": "Separator", + "reference": "Modules/Settings/WidgetsTab.qml:211", + "comment": "" + }, + { + "term": "Server", + "context": "Server", + "reference": "Widgets/VpnProfileDelegate.qml:39, Modules/Settings/NetworkTab.qml:1905", + "comment": "" + }, + { + "term": "Session Filter", + "context": "Session Filter", + "reference": "Modules/Settings/MuxTab.qml:87", + "comment": "" + }, + { + "term": "Set Custom Device Name", + "context": "Set Custom Device Name", + "reference": "Modules/Settings/AudioTab.qml:580", + "comment": "Audio device rename dialog title" + }, + { + "term": "Set custom name", + "context": "Set custom name", + "reference": "Modules/Settings/Widgets/DeviceAliasRow.qml:156", + "comment": "" + }, + { + "term": "Set custom names for your audio input devices", + "context": "Set custom names for your audio input devices", + "reference": "Modules/Settings/AudioTab.qml:329", + "comment": "Audio settings description" + }, + { + "term": "Set custom names for your audio output devices", + "context": "Set custom names for your audio output devices", + "reference": "Modules/Settings/AudioTab.qml:138", + "comment": "Audio settings description" + }, + { + "term": "Set different wallpapers for each connected monitor", + "context": "Set different wallpapers for each connected monitor", + "reference": "Modules/Settings/WallpaperTab.qml:802", + "comment": "" + }, + { + "term": "Set different wallpapers for light and dark mode", + "context": "Set different wallpapers for light and dark mode", + "reference": "Modules/Settings/WallpaperTab.qml:371", + "comment": "" + }, + { + "term": "Set key and action to save", + "context": "Set key and action to save", + "reference": "Widgets/KeybindItem.qml:1807", + "comment": "" + }, + { + "term": "Set notification rules", + "context": "Set notification rules", + "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1088, Modules/Notifications/Center/NotificationCard.qml:990", + "comment": "" + }, + { + "term": "Settings", + "context": "Settings", + "reference": "Services/AppSearchService.qml:168, Services/AppSearchService.qml:212, Services/AppSearchService.qml:654, Services/PopoutService.qml:405, Services/PopoutService.qml:422, Modals/Settings/SettingsSidebar.qml:114, Modals/Settings/SettingsModal.qml:82, Modals/Settings/SettingsModal.qml:222, Modules/DankDash/DankDashPopout.qml:292", + "comment": "settings window title" + }, + { + "term": "Settings are read-only. Changes will not persist.", + "context": "Settings are read-only. Changes will not persist.", + "reference": "Modals/Settings/SettingsModal.qml:294", + "comment": "read-only settings warning for NixOS home-manager users" + }, + { + "term": "Setup", + "context": "Setup", + "reference": "Modules/Settings/ThemeColorsTab.qml:2317, Modules/Settings/WindowRulesTab.qml:367, Modules/Settings/KeybindsTab.qml:370, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:83", + "comment": "" + }, + { + "term": "Shadow Color", + "context": "Shadow Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:139, Modules/Settings/ThemeColorsTab.qml:1688", + "comment": "" + }, + { + "term": "Shadow Intensity", + "context": "Shadow Intensity", + "reference": "Modules/Settings/ThemeColorsTab.qml:1658", + "comment": "" + }, + { + "term": "Shadow Opacity", + "context": "Shadow Opacity", + "reference": "Modules/Settings/ThemeColorsTab.qml:1673", + "comment": "" + }, + { + "term": "Shadow Override", + "context": "Shadow Override", + "reference": "Modules/Settings/DankBarTab.qml:1052", + "comment": "bar shadow settings card" + }, + { + "term": "Shadow elevation on bars and panels", + "context": "Shadow elevation on bars and panels", + "reference": "Modules/Settings/ThemeColorsTab.qml:1821", + "comment": "" + }, + { + "term": "Shadow elevation on modals and dialogs", + "context": "Shadow elevation on modals and dialogs", + "reference": "Modules/Settings/ThemeColorsTab.qml:1799", + "comment": "" + }, + { + "term": "Shadow elevation on popouts, OSDs, and dropdowns", + "context": "Shadow elevation on popouts, OSDs, and dropdowns", + "reference": "Modules/Settings/ThemeColorsTab.qml:1810", + "comment": "" + }, + { + "term": "Shadows", + "context": "Shadows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1648", + "comment": "" + }, + { + "term": "Share", + "context": "Share", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:34, dms-plugins/DankKDEConnect/components/DeviceCard.qml:142, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:309", + "comment": "KDE Connect share dialog title | KDE Connect share tooltip" + }, + { + "term": "Share Gamma Control Settings", + "context": "Share Gamma Control Settings", + "reference": "Modules/Settings/ThemeColorsTab.qml:1076", + "comment": "" + }, + { + "term": "Share Text", + "context": "Share Text", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:81", + "comment": "KDE Connect share button" + }, + { + "term": "Share URL", + "context": "Share URL", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:81", + "comment": "KDE Connect share URL button" + }, + { + "term": "Shared", + "context": "Shared", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:344, dms-plugins/DankKDEConnect/DankKDEConnect.qml:352, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:410", + "comment": "Phone Connect share success" + }, + { + "term": "Shell", + "context": "Shell", + "reference": "Widgets/KeybindItem.qml:1498", + "comment": "" + }, + { + "term": "Shift+Del: Clear All • Esc: Close", + "context": "Shift+Del: Clear All • Esc: Close", + "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:12", + "comment": "" + }, + { + "term": "Shift+Enter to paste", + "context": "Shift+Enter to paste", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:176, dms-plugins/DankGifSearch/DankGifSearch.qml:119", + "comment": "" + }, + { + "term": "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close", + "context": "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close", + "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:13", + "comment": "Keyboard hints when enter-to-paste is enabled" + }, + { + "term": "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close", + "context": "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close", + "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:13", + "comment": "" + }, + { + "term": "Short", + "context": "Short", + "reference": "Modules/Settings/TypographyMotionTab.qml:212, Modules/Settings/TypographyMotionTab.qml:315, Modules/Settings/TypographyMotionTab.qml:399, Modules/Settings/NotificationsTab.qml:337", + "comment": "" + }, + { + "term": "Shortcut (%1)", + "context": "Shortcut (%1)", + "reference": "Modules/Settings/KeybindsTab.qml:550", + "comment": "" + }, + { + "term": "Shortcuts", + "context": "Shortcuts", + "reference": "Modules/Settings/KeybindsTab.qml:547", + "comment": "" + }, + { + "term": "Shortcuts (%1)", + "context": "Shortcuts (%1)", + "reference": "Modules/Settings/KeybindsTab.qml:551", + "comment": "" + }, + { + "term": "Show", + "context": "Show", + "reference": "Modules/Settings/DisplayConfigTab.qml:473", + "comment": "" + }, + { + "term": "Show 3rd Party", + "context": "Show 3rd Party", + "reference": "Modules/Settings/PluginBrowser.qml:273", + "comment": "" + }, + { + "term": "Show All Tags", + "context": "Show All Tags", + "reference": "Modules/Settings/WorkspacesTab.qml:181", + "comment": "" + }, + { + "term": "Show Badge", + "context": "Show Badge", + "reference": "Modules/Settings/WidgetsTabSection.qml:2580", + "comment": "" + }, + { + "term": "Show CPU", + "context": "Show CPU", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:177", + "comment": "" + }, + { + "term": "Show CPU Graph", + "context": "Show CPU Graph", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:185", + "comment": "" + }, + { + "term": "Show CPU Temp", + "context": "Show CPU Temp", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:194", + "comment": "" + }, + { + "term": "Show Date", + "context": "Show Date", + "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:90, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:33", + "comment": "" + }, + { + "term": "Show Disk", + "context": "Show Disk", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:252", + "comment": "" + }, + { + "term": "Show Dock", + "context": "Show Dock", + "reference": "Modules/Settings/DockTab.qml:42", + "comment": "" + }, + { + "term": "Show Feels Like Temperature", + "context": "Show Feels Like Temperature", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:84", + "comment": "" + }, + { + "term": "Show Footer", + "context": "Show Footer", + "reference": "Modules/Settings/LauncherTab.qml:413", + "comment": "launcher footer visibility" + }, + { + "term": "Show Forecast", + "context": "Show Forecast", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:120", + "comment": "" + }, + { + "term": "Show GPU Temperature", + "context": "Show GPU Temperature", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:262", + "comment": "" + }, + { + "term": "Show Header", + "context": "Show Header", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:29, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:167", + "comment": "" + }, + { + "term": "Show Hibernate", + "context": "Show Hibernate", + "reference": "Modules/Settings/PowerSleepTab.qml:435", + "comment": "" + }, + { + "term": "Show Hour Numbers", + "context": "Show Hour Numbers", + "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:60", + "comment": "" + }, + { + "term": "Show Hourly Forecast", + "context": "Show Hourly Forecast", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:135", + "comment": "" + }, + { + "term": "Show Humidity", + "context": "Show Humidity", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:90", + "comment": "" + }, + { + "term": "Show Launcher Button", + "context": "Show Launcher Button", + "reference": "Modules/Settings/DockTab.qml:232", + "comment": "" + }, + { + "term": "Show Line Numbers", + "context": "Show Line Numbers", + "reference": "Modules/Notepad/NotepadSettings.qml:142", + "comment": "" + }, + { + "term": "Show Location", + "context": "Show Location", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:72", + "comment": "" + }, + { + "term": "Show Lock", + "context": "Show Lock", + "reference": "Modules/Settings/PowerSleepTab.qml:422", + "comment": "" + }, + { + "term": "Show Log Out", + "context": "Show Log Out", + "reference": "Modules/Settings/PowerSleepTab.qml:414", + "comment": "" + }, + { + "term": "Show Material Design ripple animations on interactive elements", + "context": "Show Material Design ripple animations on interactive elements", + "reference": "Modules/Settings/TypographyMotionTab.qml:477", + "comment": "" + }, + { + "term": "Show Media Player", + "context": "Show Media Player", + "reference": "Modules/Settings/LockScreenTab.qml:138", + "comment": "Enable media player controls on the lock screen window" + }, + { + "term": "Show Memory", + "context": "Show Memory", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:205", + "comment": "" + }, + { + "term": "Show Memory Graph", + "context": "Show Memory Graph", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:213", + "comment": "" + }, + { + "term": "Show Memory in GB", + "context": "Show Memory in GB", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:222", + "comment": "" + }, + { + "term": "Show Network", + "context": "Show Network", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:233", + "comment": "" + }, + { + "term": "Show Network Graph", + "context": "Show Network Graph", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:241", + "comment": "" + }, + { + "term": "Show Occupied Workspaces Only", + "context": "Show Occupied Workspaces Only", + "reference": "Modules/Settings/WorkspacesTab.qml:151", + "comment": "" + }, + { + "term": "Show Overflow Badge Count", + "context": "Show Overflow Badge Count", + "reference": "Modules/Settings/DockTab.qml:216", + "comment": "" + }, + { + "term": "Show Password Field", + "context": "Show Password Field", + "reference": "Modules/Settings/LockScreenTab.qml:129", + "comment": "Enable password field display on the lock screen window" + }, + { + "term": "Show Power Actions", + "context": "Show Power Actions", + "reference": "Modules/Settings/LockScreenTab.qml:89", + "comment": "Enable power action icon on the lock screen window" + }, + { + "term": "Show Power Off", + "context": "Show Power Off", + "reference": "Modules/Settings/PowerSleepTab.qml:418", + "comment": "" + }, + { + "term": "Show Precipitation Probability", + "context": "Show Precipitation Probability", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:108", + "comment": "" + }, + { + "term": "Show Pressure", + "context": "Show Pressure", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:102", + "comment": "" + }, + { + "term": "Show Profile Image", + "context": "Show Profile Image", + "reference": "Modules/Settings/LockScreenTab.qml:121", + "comment": "Enable profile image display on the lock screen window" + }, + { + "term": "Show Reboot", + "context": "Show Reboot", + "reference": "Modules/Settings/PowerSleepTab.qml:410", + "comment": "" + }, + { + "term": "Show Restart DMS", + "context": "Show Restart DMS", + "reference": "Modules/Settings/PowerSleepTab.qml:430", + "comment": "" + }, + { + "term": "Show Saved Items", + "context": "Show Saved Items", + "reference": "Modules/DankBar/Widgets/ClipboardButton.qml:294", + "comment": "" + }, + { + "term": "Show Seconds", + "context": "Show Seconds", + "reference": "Modules/Settings/TimeWeatherTab.qml:63, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:71, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:82, PLUGINS/ExampleDesktopClock/DesktopClockSettings.qml:27", + "comment": "" + }, + { + "term": "Show Sunrise/Sunset", + "context": "Show Sunrise/Sunset", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:114", + "comment": "" + }, + { + "term": "Show Suspend", + "context": "Show Suspend", + "reference": "Modules/Settings/PowerSleepTab.qml:426", + "comment": "" + }, + { + "term": "Show Swap", + "context": "Show Swap", + "reference": "Modules/Settings/WidgetsTabSection.qml:878", + "comment": "" + }, + { + "term": "Show System Date", + "context": "Show System Date", + "reference": "Modules/Settings/LockScreenTab.qml:113", + "comment": "Enable system date display on the lock screen window" + }, + { + "term": "Show System Icons", + "context": "Show System Icons", + "reference": "Modules/Settings/LockScreenTab.qml:97", + "comment": "Enable system status icons on the lock screen window" + }, + { + "term": "Show System Time", + "context": "Show System Time", + "reference": "Modules/Settings/LockScreenTab.qml:105", + "comment": "Enable system time display on the lock screen window" + }, + { + "term": "Show Top Processes", + "context": "Show Top Processes", + "reference": "Modules/Settings/Widgets/SystemMonitorVariantCard.qml:332", + "comment": "" + }, + { + "term": "Show Weather Condition", + "context": "Show Weather Condition", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:78", + "comment": "" + }, + { + "term": "Show Week Number", + "context": "Show Week Number", + "reference": "Modules/Settings/TimeWeatherTab.qml:92", + "comment": "" + }, + { + "term": "Show Welcome", + "context": "Show Welcome", + "reference": "Modules/Settings/AboutTab.qml:806", + "comment": "" + }, + { + "term": "Show Wind Speed", + "context": "Show Wind Speed", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:96", + "comment": "" + }, + { + "term": "Show Workspace Apps", + "context": "Show Workspace Apps", + "reference": "Modules/Settings/WorkspacesTab.qml:59", + "comment": "" + }, + { + "term": "Show all 9 tags instead of only occupied tags (DWL only)", + "context": "Show all 9 tags instead of only occupied tags (DWL only)", + "reference": "Modules/Settings/WorkspacesTab.qml:182", + "comment": "" + }, + { + "term": "Show an outline ring around the focused workspace indicator", + "context": "Show an outline ring around the focused workspace indicator", + "reference": "Modules/Settings/WorkspacesTab.qml:355", + "comment": "" + }, + { + "term": "Show cava audio visualizer in media widget", + "context": "Show cava audio visualizer in media widget", + "reference": "Modules/Settings/MediaPlayerTab.qml:44", + "comment": "" + }, + { + "term": "Show darkened overlay behind modal dialogs", + "context": "Show darkened overlay behind modal dialogs", + "reference": "Modules/Settings/ThemeColorsTab.qml:2220", + "comment": "" + }, + { + "term": "Show device", + "context": "Show device", + "reference": "Modules/Settings/Widgets/DeviceAliasRow.qml:142", + "comment": "" + }, + { + "term": "Show dock when floating windows don't overlap its area", + "context": "Show dock when floating windows don't overlap its area", + "reference": "Modules/Settings/DockTab.qml:67", + "comment": "" + }, + { + "term": "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.", + "context": "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.", + "reference": "Modules/Settings/NotificationsTab.qml:280", + "comment": "" + }, + { + "term": "Show in GB", + "context": "Show in GB", + "reference": "Modules/Settings/WidgetsTabSection.qml:931", + "comment": "" + }, + { + "term": "Show launcher overlay when typing in Niri overview. Disable to use another launcher.", + "context": "Show launcher overlay when typing in Niri overview. Disable to use another launcher.", + "reference": "Modules/Settings/LauncherTab.qml:509", + "comment": "" + }, + { + "term": "Show mode tabs and keyboard hints at the bottom.", + "context": "Show mode tabs and keyboard hints at the bottom.", + "reference": "Modules/Settings/LauncherTab.qml:414", + "comment": "launcher footer description" + }, + { + "term": "Show notification popups only on the currently focused monitor", + "context": "Show notification popups only on the currently focused monitor", + "reference": "Modules/Settings/NotificationsTab.qml:298", + "comment": "" + }, + { + "term": "Show notifications only on the currently focused monitor", + "context": "Show notifications only on the currently focused monitor", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:423", + "comment": "" + }, + { + "term": "Show on Last Display", + "context": "Show on Last Display", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:431, Modules/Settings/DankBarTab.qml:462", + "comment": "" + }, + { + "term": "Show on Overlay", + "context": "Show on Overlay", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:295", + "comment": "" + }, + { + "term": "Show on Overview", + "context": "Show on Overview", + "reference": "Modules/Settings/DockTab.qml:81, Modules/Settings/DesktopWidgetInstanceCard.qml:312, Modules/Settings/DankBarTab.qml:696", + "comment": "" + }, + { + "term": "Show on Overview Only", + "context": "Show on Overview Only", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:329", + "comment": "" + }, + { + "term": "Show on all connected displays", + "context": "Show on all connected displays", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:402", + "comment": "" + }, + { + "term": "Show on screens:", + "context": "Show on screens:", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:385", + "comment": "" + }, + { + "term": "Show on-screen display when brightness changes", + "context": "Show on-screen display when brightness changes", + "reference": "Modules/Settings/OSDTab.qml:118", + "comment": "" + }, + { + "term": "Show on-screen display when caps lock state changes", + "context": "Show on-screen display when caps lock state changes", + "reference": "Modules/Settings/OSDTab.qml:142", + "comment": "" + }, + { + "term": "Show on-screen display when cycling audio output devices", + "context": "Show on-screen display when cycling audio output devices", + "reference": "Modules/Settings/OSDTab.qml:158", + "comment": "" + }, + { + "term": "Show on-screen display when idle inhibitor state changes", + "context": "Show on-screen display when idle inhibitor state changes", + "reference": "Modules/Settings/OSDTab.qml:126", + "comment": "" + }, + { + "term": "Show on-screen display when media player status changes", + "context": "Show on-screen display when media player status changes", + "reference": "Modules/Settings/OSDTab.qml:110", + "comment": "" + }, + { + "term": "Show on-screen display when media player volume changes", + "context": "Show on-screen display when media player volume changes", + "reference": "Modules/Settings/OSDTab.qml:102", + "comment": "" + }, + { + "term": "Show on-screen display when microphone is muted/unmuted", + "context": "Show on-screen display when microphone is muted/unmuted", + "reference": "Modules/Settings/OSDTab.qml:134", + "comment": "" + }, + { + "term": "Show on-screen display when power profile changes", + "context": "Show on-screen display when power profile changes", + "reference": "Modules/Settings/OSDTab.qml:150", + "comment": "" + }, + { + "term": "Show on-screen display when volume changes", + "context": "Show on-screen display when volume changes", + "reference": "Modules/Settings/OSDTab.qml:94", + "comment": "" + }, + { + "term": "Show seconds", + "context": "Show seconds", + "reference": "Modules/Settings/GreeterTab.qml:610", + "comment": "" + }, + { + "term": "Show weather information in top bar and control center", + "context": "Show weather information in top bar and control center", + "reference": "Modules/Settings/TimeWeatherTab.qml:401", + "comment": "" + }, + { + "term": "Show week number in the calendar", + "context": "Show week number in the calendar", + "reference": "Modules/Settings/TimeWeatherTab.qml:93", + "comment": "" + }, + { + "term": "Show workspace index numbers in the top bar workspace switcher", + "context": "Show workspace index numbers in the top bar workspace switcher", + "reference": "Modules/Settings/WorkspacesTab.qml:33", + "comment": "" + }, + { + "term": "Show workspace name on horizontal bars, and first letter on vertical bars", + "context": "Show workspace name on horizontal bars, and first letter on vertical bars", + "reference": "Modules/Settings/WorkspacesTab.qml:42", + "comment": "" + }, + { + "term": "Show workspaces of the currently focused monitor", + "context": "Show workspaces of the currently focused monitor", + "reference": "Modules/Settings/WorkspacesTab.qml:142", + "comment": "" + }, + { + "term": "Shows all running applications with focus indication", + "context": "Shows all running applications with focus indication", + "reference": "Modules/Settings/WidgetsTab.qml:67", + "comment": "" + }, + { + "term": "Shows current workspace and allows switching", + "context": "Shows current workspace and allows switching", + "reference": "Modules/Settings/WidgetsTab.qml:53", + "comment": "" + }, + { + "term": "Shows when caps lock is active", + "context": "Shows when caps lock is active", + "reference": "Modules/Settings/WidgetsTab.qml:198", + "comment": "" + }, + { + "term": "Shows when microphone, camera, or screen sharing is active", + "context": "Shows when microphone, camera, or screen sharing is active", + "reference": "Modules/Settings/WidgetsTab.qml:156", + "comment": "" + }, + { + "term": "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size", + "context": "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size", + "reference": "Modules/Settings/MediaPlayerTab.qml:51", + "comment": "" + }, + { + "term": "Shutdown", + "context": "Shutdown", + "reference": "Services/CupsService.qml:815", + "comment": "" + }, + { + "term": "Signal", + "context": "Signal", + "reference": "Modules/Settings/NetworkTab.qml:1418", + "comment": "" + }, + { + "term": "Signal:", + "context": "Signal:", + "reference": "Modules/Settings/NetworkTab.qml:965", + "comment": "" + }, + { + "term": "Size", + "context": "Size", + "reference": "Modals/WindowRuleModal.qml:989, Modals/DankLauncherV2/LauncherContent.qml:704, Modals/DankLauncherV2/LauncherContent.qml:709, Modals/DankLauncherV2/LauncherContent.qml:716, Modules/Settings/LauncherTab.qml:369, Modules/Settings/DankBarTab.qml:851, Modules/Settings/WindowRulesTab.qml:565", + "comment": "launcher size option" + }, + { + "term": "Size Constraints", + "context": "Size Constraints", + "reference": "Modals/WindowRuleModal.qml:811", + "comment": "" + }, + { + "term": "Size Offset", + "context": "Size Offset", + "reference": "Modules/Settings/DockTab.qml:465, Modules/Settings/LauncherTab.qml:257", + "comment": "" + }, + { + "term": "Sizing", + "context": "Sizing", + "reference": "Modules/Settings/DockTab.qml:512", + "comment": "" + }, + { + "term": "Skip", + "context": "Skip", + "reference": "Modals/Greeter/GreeterModal.qml:277", + "comment": "greeter skip button" + }, + { + "term": "Skip confirmation", + "context": "Skip confirmation", + "reference": "Widgets/KeybindItem.qml:1389", + "comment": "" + }, + { + "term": "Skip setup", + "context": "Skip setup", + "reference": "Modals/Greeter/GreeterModal.qml:231", + "comment": "greeter skip button tooltip" + }, + { + "term": "Small", + "context": "Small", + "reference": "Modules/Settings/WidgetsTabSection.qml:2053", + "comment": "" + }, + { + "term": "Smartcard Authentication", + "context": "Smartcard Authentication", + "reference": "Modals/WifiPasswordModal.qml:332", + "comment": "" + }, + { + "term": "Smartcard PIN", + "context": "Smartcard PIN", + "reference": "Modals/WifiPasswordModal.qml:248", + "comment": "" + }, + { + "term": "Snap", + "context": "Snap", + "reference": "Modules/Settings/DisplayConfigTab.qml:389", + "comment": "" + }, + { + "term": "Snow", + "context": "Snow", + "reference": "Services/WeatherService.qml:139, Services/WeatherService.qml:141", + "comment": "" + }, + { + "term": "Some plugins require a newer version of DMS:", + "context": "Some plugins require a newer version of DMS:", + "reference": "Modules/Settings/PluginsTab.qml:177", + "comment": "" + }, + { + "term": "Sort Alphabetically", + "context": "Sort Alphabetically", + "reference": "Modules/Settings/LauncherTab.qml:339", + "comment": "" + }, + { + "term": "Sort By", + "context": "Sort By", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:323", + "comment": "" + }, + { + "term": "Sorting & Layout", + "context": "Sorting & Layout", + "reference": "Modules/Settings/LauncherTab.qml:333", + "comment": "" + }, + { + "term": "Sound Theme", + "context": "Sound Theme", + "reference": "Modules/Settings/SoundsTab.qml:71", + "comment": "" + }, + { + "term": "Sounds", + "context": "Sounds", + "reference": "Modals/Settings/SettingsSidebar.qml:100", + "comment": "" + }, + { + "term": "Space between windows", + "context": "Space between windows", + "reference": "Modules/Settings/ThemeColorsTab.qml:1929", + "comment": "" + }, + { + "term": "Space between windows (gappih/gappiv/gappoh/gappov)", + "context": "Space between windows (gappih/gappiv/gappoh/gappov)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2135", + "comment": "" + }, + { + "term": "Space between windows (gaps_in and gaps_out)", + "context": "Space between windows (gaps_in and gaps_out)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2032", + "comment": "" + }, + { + "term": "Spacer", + "context": "Spacer", + "reference": "Modules/Settings/WidgetsTab.qml:204", + "comment": "" + }, + { + "term": "Spacing", + "context": "Spacing", + "reference": "Modules/Settings/DockTab.qml:531, Modules/Settings/DankBarTab.qml:803", + "comment": "" + }, + { + "term": "Speaker settings", + "context": "Speaker settings", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:120", + "comment": "" + }, + { + "term": "Speed", + "context": "Speed", + "reference": "Modules/Settings/NetworkTab.qml:587", + "comment": "" + }, + { + "term": "Spool Area Full", + "context": "Spool Area Full", + "reference": "Services/CupsService.qml:823", + "comment": "" + }, + { + "term": "Square Corners", + "context": "Square Corners", + "reference": "Modules/Settings/DankBarTab.qml:1289", + "comment": "" + }, + { + "term": "Stacked", + "context": "Stacked", + "reference": "Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:29, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:35, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:45", + "comment": "" + }, + { + "term": "Standard", + "context": "Standard", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:19", + "comment": "" + }, + { + "term": "Start", + "context": "Start", + "reference": "Modules/Settings/ThemeColorsTab.qml:1162, Modules/Settings/GammaControlTab.qml:252", + "comment": "" + }, + { + "term": "Start KDE Connect or Valent", + "context": "Start KDE Connect or Valent", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:104", + "comment": "Phone Connect start daemon hint" + }, + { + "term": "Start KDE Connect or Valent to use this plugin", + "context": "Start KDE Connect or Valent to use this plugin", + "reference": "dms-plugins/DankKDEConnect/components/UnavailableMessage.qml:39", + "comment": "Phone Connect daemon hint" + }, + { + "term": "Start typing your notes here...", + "context": "Start typing your notes here...", + "reference": "Modules/Notepad/NotepadTextEditor.qml:634", + "comment": "" + }, + { + "term": "State", + "context": "State", + "reference": "Modules/Settings/PrinterTab.qml:1149, Modules/Settings/NetworkTab.qml:601", + "comment": "" + }, + { + "term": "Status", + "context": "Status", + "reference": "Widgets/DankIconPicker.qml:55, Modules/Settings/AboutTab.qml:698, Modules/Settings/PrinterTab.qml:186, Modules/Settings/NetworkTab.qml:182", + "comment": "" + }, + { + "term": "Stopped", + "context": "Stopped", + "reference": "Services/CupsService.qml:765, Services/CupsService.qml:780", + "comment": "" + }, + { + "term": "Stopped Partly", + "context": "Stopped Partly", + "reference": "Services/CupsService.qml:819", + "comment": "" + }, + { + "term": "Stopping", + "context": "Stopping", + "reference": "Services/CupsService.qml:818", + "comment": "" + }, + { + "term": "Stretch", + "context": "Stretch", + "reference": "Modules/Settings/WallpaperTab.qml:312", + "comment": "wallpaper fill mode" + }, + { + "term": "Stripes", + "context": "Stripes", + "reference": "Modules/Settings/WallpaperTab.qml:1169", + "comment": "wallpaper transition option" + }, + { + "term": "Summary", + "context": "Summary", + "reference": "Modules/Settings/NotificationsTab.qml:93", + "comment": "notification rule match field option" + }, + { + "term": "Sunrise", + "context": "Sunrise", + "reference": "Services/WeatherService.qml:245, Modules/DankDash/WeatherTab.qml:104, Modules/Settings/GammaControlTab.qml:574", + "comment": "" + }, + { + "term": "Sunset", + "context": "Sunset", + "reference": "Services/WeatherService.qml:270, Modules/DankDash/WeatherTab.qml:109, Modules/Settings/GammaControlTab.qml:610", + "comment": "" + }, + { + "term": "Suppress notification popups while enabled", + "context": "Suppress notification popups while enabled", + "reference": "Modules/Settings/NotificationsTab.qml:393", + "comment": "" + }, + { + "term": "Surface", + "context": "Surface", + "reference": "Modules/Settings/DockTab.qml:389, Modules/Settings/DockTab.qml:600, Modules/Settings/LauncherTab.qml:181, Modules/Settings/WorkspacesTab.qml:369, Modules/Settings/DankBarTab.qml:1211", + "comment": "color option | shadow color option" + }, + { + "term": "Surface Variant", + "context": "Surface Variant", + "reference": "Modules/Settings/ThemeColorsTab.qml:1558, Modules/Settings/ThemeColorsTab.qml:1566, Modules/Settings/ThemeColorsTab.qml:1576, Modules/Settings/ThemeColorsTab.qml:1590, Modules/Settings/ThemeColorsTab.qml:1598, Modules/Settings/ThemeColorsTab.qml:1608, Modules/Settings/ThemeColorsTab.qml:1690, Modules/Settings/ThemeColorsTab.qml:1698, Modules/Settings/ThemeColorsTab.qml:1709", + "comment": "button color option | shadow color option | tile color option" + }, + { + "term": "Suspend", + "context": "Suspend", + "reference": "Modals/PowerMenuModal.qml:204, Modules/Lock/LockPowerMenu.qml:122, Modules/Settings/PowerSleepTab.qml:311, Modules/Settings/PowerSleepTab.qml:378", + "comment": "" + }, + { + "term": "Suspend behavior", + "context": "Suspend behavior", + "reference": "Modules/Settings/PowerSleepTab.qml:302", + "comment": "" + }, + { + "term": "Suspend system after", + "context": "Suspend system after", + "reference": "Modules/Settings/PowerSleepTab.qml:267", + "comment": "" + }, + { + "term": "Suspend then Hibernate", + "context": "Suspend then Hibernate", + "reference": "Modules/Settings/PowerSleepTab.qml:311", + "comment": "" + }, + { + "term": "Sway Website", + "context": "Sway Website", + "reference": "Modules/Settings/AboutTab.qml:73", + "comment": "" + }, + { + "term": "Switch User", + "context": "Switch User", + "reference": "Modules/Greetd/GreeterContent.qml:1206", + "comment": "" + }, + { + "term": "Switch to power profile", + "context": "Switch to power profile", + "reference": "Modules/Settings/PowerSleepTab.qml:159", + "comment": "" + }, + { + "term": "Sync", + "context": "Sync", + "reference": "Modules/Settings/GreeterTab.qml:512", + "comment": "" + }, + { + "term": "Sync Mode with Portal", + "context": "Sync Mode with Portal", + "reference": "Modules/Settings/ThemeColorsTab.qml:2237", + "comment": "" + }, + { + "term": "Sync Popouts & Modals", + "context": "Sync Popouts & Modals", + "reference": "Modules/Settings/TypographyMotionTab.qml:284", + "comment": "" + }, + { + "term": "Sync Position Across Screens", + "context": "Sync Position Across Screens", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:358", + "comment": "" + }, + { + "term": "Sync completed successfully.", + "context": "Sync completed successfully.", + "reference": "Modules/Settings/GreeterTab.qml:301", + "comment": "" + }, + { + "term": "Sync dark mode with settings portals for system-wide theme hints", + "context": "Sync dark mode with settings portals for system-wide theme hints", + "reference": "Modules/Settings/ThemeColorsTab.qml:2238", + "comment": "" + }, + { + "term": "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.", + "context": "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.", + "reference": "Modules/Settings/GreeterTab.qml:308", + "comment": "" + }, + { + "term": "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.", + "context": "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.", + "reference": "Modules/Settings/GreeterTab.qml:337", + "comment": "" + }, + { + "term": "System", + "context": "System", + "reference": "Modals/ProcessListModal.qml:319, Modals/ProcessListModal.qml:377, Services/AppSearchService.qml:655, Widgets/DankIconPicker.qml:43, Modals/Settings/SettingsSidebar.qml:239, Modules/ProcessList/ProcessListPopout.qml:155", + "comment": "" + }, + { + "term": "System App Theming", + "context": "System App Theming", + "reference": "Modules/Settings/ThemeColorsTab.qml:2883", + "comment": "" + }, + { + "term": "System Check", + "context": "System Check", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:157, Modals/Greeter/GreeterDoctorPage.qml:221, Modules/Settings/AboutTab.qml:814", + "comment": "greeter doctor page title" + }, + { + "term": "System Default", + "context": "System Default", + "reference": "Modules/Settings/GreeterTab.qml:394, Modules/Settings/TimeWeatherTab.qml:12, Modules/Settings/TimeWeatherTab.qml:131, Modules/Settings/TimeWeatherTab.qml:134, Modules/Settings/TimeWeatherTab.qml:174, Modules/Settings/TimeWeatherTab.qml:218, Modules/Settings/TimeWeatherTab.qml:221, Modules/Settings/TimeWeatherTab.qml:261, Modules/Settings/LocaleTab.qml:9", + "comment": "date format option" + }, + { + "term": "System Information", + "context": "System Information", + "reference": "Modules/ProcessList/SystemView.qml:45", + "comment": "system info header in system monitor" + }, + { + "term": "System Monitor", + "context": "System Monitor", + "reference": "Modals/ProcessListModal.qml:51, Modals/ProcessListModal.qml:85, Modals/ProcessListModal.qml:261, Services/AppSearchService.qml:190, Services/DesktopWidgetRegistry.qml:54", + "comment": "System monitor widget name | sysmon window title" + }, + { + "term": "System Monitor Unavailable", + "context": "System Monitor Unavailable", + "reference": "Modals/ProcessListModal.qml:214", + "comment": "" + }, + { + "term": "System Sounds", + "context": "System Sounds", + "reference": "Modules/Settings/SoundsTab.qml:27", + "comment": "" + }, + { + "term": "System Tray", + "context": "System Tray", + "reference": "Modules/Settings/WidgetsTab.qml:148", + "comment": "" + }, + { + "term": "System Update", + "context": "System Update", + "reference": "Modules/Settings/WidgetsTab.qml:246", + "comment": "" + }, + { + "term": "System Updater", + "context": "System Updater", + "reference": "Modals/Settings/SettingsSidebar.qml:165, Modules/Settings/SystemUpdaterTab.qml:25", + "comment": "" + }, + { + "term": "System Updates", + "context": "System Updates", + "reference": "Modules/SystemUpdatePopout.qml:53", + "comment": "" + }, + { + "term": "System notification area icons", + "context": "System notification area icons", + "reference": "Modules/Settings/WidgetsTab.qml:149", + "comment": "" + }, + { + "term": "System sounds are not available. Install %1 for sound support.", + "context": "System sounds are not available. Install %1 for sound support.", + "reference": "Modules/Settings/SoundsTab.qml:159", + "comment": "" + }, + { + "term": "System theme toggle", + "context": "System theme toggle", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:78", + "comment": "" + }, + { + "term": "System toast notifications", + "context": "System toast notifications", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:56", + "comment": "" + }, + { + "term": "System update custom command", + "context": "System update custom command", + "reference": "Modules/Settings/SystemUpdaterTab.qml:64", + "comment": "" + }, + { + "term": "Tab", + "context": "Tab", + "reference": "Widgets/KeybindItem.qml:1078", + "comment": "" + }, + { + "term": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", + "context": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", + "reference": "Modals/FileBrowser/KeyboardHints.qml:26", + "comment": "" + }, + { + "term": "Terminal", + "context": "Terminal", + "reference": "Modules/Settings/MuxTab.qml:49", + "comment": "" + }, + { + "term": "Terminal custom additional parameters", + "context": "Terminal custom additional parameters", + "reference": "Modules/Settings/SystemUpdaterTab.qml:108", + "comment": "" + }, + { + "term": "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.", + "context": "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.", + "reference": "Common/settings/Processes.qml:506", + "comment": "" + }, + { + "term": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", + "context": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", + "reference": "Modules/Settings/GreeterTab.qml:360", + "comment": "" + }, + { + "term": "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.", + "context": "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.", + "reference": "Common/settings/Processes.qml:502", + "comment": "" + }, + { + "term": "Terminal fallback opened. Complete sync there; it will close automatically when done.", + "context": "Terminal fallback opened. Complete sync there; it will close automatically when done.", + "reference": "Modules/Settings/GreeterTab.qml:356", + "comment": "" + }, + { + "term": "Terminal multiplexer backend to use", + "context": "Terminal multiplexer backend to use", + "reference": "Modules/Settings/MuxTab.qml:39", + "comment": "" + }, + { + "term": "Terminal opened. Complete authentication setup there; it will close automatically when done.", + "context": "Terminal opened. Complete authentication setup there; it will close automatically when done.", + "reference": "Common/settings/Processes.qml:502", + "comment": "" + }, + { + "term": "Terminal opened. Complete sync authentication there; it will close automatically when done.", + "context": "Terminal opened. Complete sync authentication there; it will close automatically when done.", + "reference": "Modules/Settings/GreeterTab.qml:356", + "comment": "" + }, + { + "term": "Terminals - Always use Dark Theme", + "context": "Terminals - Always use Dark Theme", + "reference": "Modules/Settings/ThemeColorsTab.qml:2247", + "comment": "" + }, + { + "term": "Test Connection", + "context": "Test Connection", + "reference": "Modules/Settings/PrinterTab.qml:580", + "comment": "Button to test connection to a printer by IP address" + }, + { + "term": "Test Page", + "context": "Test Page", + "reference": "Modules/Settings/PrinterTab.qml:1272", + "comment": "" + }, + { + "term": "Test page sent to printer", + "context": "Test page sent to printer", + "reference": "Services/CupsService.qml:642", + "comment": "" + }, + { + "term": "Testing...", + "context": "Testing...", + "reference": "Modules/Settings/PrinterTab.qml:580", + "comment": "Button state while testing printer connection" + }, + { + "term": "Text", + "context": "Text", + "reference": "Modals/Clipboard/ClipboardEntry.qml:120, Modules/Settings/LauncherTab.qml:477", + "comment": "text color" + }, + { + "term": "Text Color", + "context": "Text Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:1690, Modules/Settings/ThemeColorsTab.qml:1694, Modules/Settings/ThemeColorsTab.qml:1714, Modules/Settings/ThemeColorsTab.qml:1853, Modules/Settings/ThemeColorsTab.qml:1861, Modules/Settings/ThemeColorsTab.qml:1873", + "comment": "blur border color | shadow color option" + }, + { + "term": "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.", + "context": "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.", + "reference": "Modals/ProcessListModal.qml:222", + "comment": "dgop unavailable error message" + }, + { + "term": "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.", + "context": "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.", + "reference": "Modules/Settings/PluginsTab.qml:124", + "comment": "" + }, + { + "term": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", + "context": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", + "reference": "Modules/Settings/ThemeColorsTab.qml:2872", + "comment": "" + }, + { + "term": "The custom command used when attaching to sessions (receives the session name as the first argument)", + "context": "The custom command used when attaching to sessions (receives the session name as the first argument)", + "reference": "Modules/Settings/MuxTab.qml:69", + "comment": "" + }, + { + "term": "The job queue of this printer is empty", + "context": "The job queue of this printer is empty", + "reference": "Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:238", + "comment": "" + }, + { + "term": "Theme & Colors", + "context": "Theme & Colors", + "reference": "Modals/Greeter/GreeterCompletePage.qml:389, Modals/Settings/SettingsSidebar.qml:82", + "comment": "greeter settings link" + }, + { + "term": "Theme Color", + "context": "Theme Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:209", + "comment": "" + }, + { + "term": "Theme Registry", + "context": "Theme Registry", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:106", + "comment": "greeter feature card title" + }, + { + "term": "Themes", + "context": "Themes", + "reference": "Modals/Greeter/GreeterCompletePage.qml:484", + "comment": "greeter themes link" + }, + { + "term": "Thickness", + "context": "Thickness", + "reference": "Modules/Settings/LauncherTab.qml:445, Modules/Settings/WorkspacesTab.qml:403, Modules/Settings/DankBarTab.qml:1451, Modules/Settings/DankBarTab.qml:1541", + "comment": "border thickness" + }, + { + "term": "Third-Party Plugin Warning", + "context": "Third-Party Plugin Warning", + "reference": "Modules/Settings/PluginBrowser.qml:735, Modules/Settings/PluginBrowser.qml:769", + "comment": "" + }, + { + "term": "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.", + "context": "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.", + "reference": "Modules/Settings/PluginBrowser.qml:793", + "comment": "" + }, + { + "term": "This bind is overridden by config.kdl", + "context": "This bind is overridden by config.kdl", + "reference": "Widgets/KeybindItem.qml:501", + "comment": "" + }, + { + "term": "This may take a few seconds", + "context": "This may take a few seconds", + "reference": "Modules/Settings/AudioTab.qml:512", + "comment": "Loading overlay subtitle" + }, + { + "term": "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json", + "context": "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json", + "reference": "Modules/Plugins/PluginSettings.qml:205", + "comment": "" + }, + { + "term": "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.", + "context": "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.", + "reference": "Modules/Settings/WidgetsTab.qml:143", + "comment": "" + }, + { + "term": "This will delete all unpinned entries. %1 pinned entries will be kept.", + "context": "This will delete all unpinned entries. %1 pinned entries will be kept.", + "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:638", + "comment": "" + }, + { + "term": "This will permanently delete all clipboard history.", + "context": "This will permanently delete all clipboard history.", + "reference": "Modals/Clipboard/ClipboardContent.qml:37, Modules/DankBar/DankBarContent.qml:638", + "comment": "" + }, + { + "term": "This will permanently remove this saved clipboard item. This action cannot be undone.", + "context": "This will permanently remove this saved clipboard item. This action cannot be undone.", + "reference": "Services/ClipboardService.qml:167", + "comment": "" + }, + { + "term": "Thunderstorm", + "context": "Thunderstorm", + "reference": "Services/WeatherService.qml:147", + "comment": "" + }, + { + "term": "Thunderstorm with Hail", + "context": "Thunderstorm with Hail", + "reference": "Services/WeatherService.qml:148, Services/WeatherService.qml:149", + "comment": "" + }, + { + "term": "Tile", + "context": "Tile", + "reference": "Modals/WindowRuleModal.qml:939, Modules/Settings/WallpaperTab.qml:312, Modules/Settings/WindowRulesTab.qml:555", + "comment": "wallpaper fill mode" + }, + { + "term": "Tile H", + "context": "Tile H", + "reference": "Modules/Settings/WallpaperTab.qml:312", + "comment": "wallpaper fill mode" + }, + { + "term": "Tile V", + "context": "Tile V", + "reference": "Modules/Settings/WallpaperTab.qml:312", + "comment": "wallpaper fill mode" + }, + { + "term": "Tiled", + "context": "Tiled", + "reference": "Modules/Settings/WindowRulesTab.qml:550", + "comment": "" + }, + { + "term": "Tiled State", + "context": "Tiled State", + "reference": "Modals/WindowRuleModal.qml:709", + "comment": "" + }, + { + "term": "Tiling", + "context": "Tiling", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:53", + "comment": "" + }, + { + "term": "Time", + "context": "Time", + "reference": "Modules/Settings/ThemeColorsTab.qml:1094, Modules/Settings/GammaControlTab.qml:184, Modules/Settings/WallpaperTab.qml:960", + "comment": "theme auto mode tab | wallpaper cycling mode tab" + }, + { + "term": "Time & Date Locale", + "context": "Time & Date Locale", + "reference": "Modules/Settings/LocaleTab.qml:75", + "comment": "" + }, + { + "term": "Time & Weather", + "context": "Time & Weather", + "reference": "Modals/Settings/SettingsSidebar.qml:94", + "comment": "" + }, + { + "term": "Time Format", + "context": "Time Format", + "reference": "Modules/Settings/TimeWeatherTab.qml:45", + "comment": "" + }, + { + "term": "Time format", + "context": "Time format", + "reference": "Modules/Settings/GreeterTab.qml:591", + "comment": "" + }, + { + "term": "Time remaining: %1", + "context": "Time remaining: %1", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:109, Modules/DankBar/Popouts/BatteryPopout.qml:179", + "comment": "" + }, + { + "term": "Time until full: %1", + "context": "Time until full: %1", + "reference": "Modules/ControlCenter/Details/BatteryDetail.qml:109, Modules/DankBar/Popouts/BatteryPopout.qml:179", + "comment": "" + }, + { + "term": "Timed Out", + "context": "Timed Out", + "reference": "Services/CupsService.qml:817", + "comment": "" + }, + { + "term": "Timeout for critical priority notifications", + "context": "Timeout for critical priority notifications", + "reference": "Modules/Settings/NotificationsTab.qml:786, Modules/Notifications/Center/NotificationSettings.qml:212", + "comment": "" + }, + { + "term": "Timeout for low priority notifications", + "context": "Timeout for low priority notifications", + "reference": "Modules/Settings/NotificationsTab.qml:752, Modules/Notifications/Center/NotificationSettings.qml:182", + "comment": "" + }, + { + "term": "Timeout for normal priority notifications", + "context": "Timeout for normal priority notifications", + "reference": "Modules/Settings/NotificationsTab.qml:769, Modules/Notifications/Center/NotificationSettings.qml:197", + "comment": "" + }, + { + "term": "Title", + "context": "Title", + "reference": "Widgets/KeybindItem.qml:1527", + "comment": "" + }, + { + "term": "Title regex (optional)", + "context": "Title regex (optional)", + "reference": "Modals/WindowRuleModal.qml:492", + "comment": "" + }, + { + "term": "To Full", + "context": "To Full", + "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:520", + "comment": "" + }, + { + "term": "To update, run the following command:", + "context": "To update, run the following command:", + "reference": "Services/DMSService.qml:320", + "comment": "" + }, + { + "term": "To use this DMS bind, remove or change the keybind in your config.kdl", + "context": "To use this DMS bind, remove or change the keybind in your config.kdl", + "reference": "Widgets/KeybindItem.qml:519", + "comment": "" + }, + { + "term": "Toast Messages", + "context": "Toast Messages", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:55", + "comment": "" + }, + { + "term": "Today", + "context": "Today", + "reference": "Services/WeatherService.qml:441, Modules/Notifications/Center/HistoryNotificationList.qml:97", + "comment": "notification history filter" + }, + { + "term": "Toggle visibility of this bar configuration", + "context": "Toggle visibility of this bar configuration", + "reference": "Modules/Settings/DankBarTab.qml:415", + "comment": "" + }, + { + "term": "Toggling...", + "context": "Toggling...", + "reference": "Modules/Settings/NetworkTab.qml:821", + "comment": "" + }, + { + "term": "Tomorrow", + "context": "Tomorrow", + "reference": "Services/WeatherService.qml:443", + "comment": "" + }, + { + "term": "Tonal Spot", + "context": "Tonal Spot", + "reference": "Common/Theme.qml:467", + "comment": "matugen color scheme option" + }, + { + "term": "Toner Empty", + "context": "Toner Empty", + "reference": "Services/CupsService.qml:790", + "comment": "" + }, + { + "term": "Toner Low", + "context": "Toner Low", + "reference": "Services/CupsService.qml:789", + "comment": "" + }, + { + "term": "Too many attempts - locked out", + "context": "Too many attempts - locked out", + "reference": "Modules/Lock/LockScreenContent.qml:58", + "comment": "" + }, + { + "term": "Too many failed attempts - account may be locked", + "context": "Too many failed attempts - account may be locked", + "reference": "Modules/Greetd/GreeterContent.qml:235", + "comment": "" + }, + { + "term": "Tools", + "context": "Tools", + "reference": "Modules/Settings/AboutTab.qml:793", + "comment": "" + }, + { + "term": "Top", + "context": "Top", + "reference": "Modules/Settings/DockTab.qml:102, Modules/Settings/DankBarTab.qml:284, Modules/Settings/DankBarTab.qml:292, Modules/Settings/DankBarTab.qml:542, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1163", + "comment": "shadow direction option" + }, + { + "term": "Top (Default)", + "context": "Top (Default)", + "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1740", + "comment": "shadow direction option" + }, + { + "term": "Top Bar Format", + "context": "Top Bar Format", + "reference": "Modules/Settings/TimeWeatherTab.qml:129", + "comment": "" + }, + { + "term": "Top Center", + "context": "Top Center", + "reference": "Modules/Settings/OSDTab.qml:39, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:60, Modules/Settings/NotificationsTab.qml:216, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:241", + "comment": "screen position option" + }, + { + "term": "Top Left", + "context": "Top Left", + "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1734, Modules/Settings/ThemeColorsTab.qml:1747, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1157, Modules/Settings/DankBarTab.qml:1167, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:223, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:238, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144", + "comment": "screen position option | shadow direction option" + }, + { + "term": "Top Processes", + "context": "Top Processes", + "reference": "Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:256", + "comment": "" + }, + { + "term": "Top Right", + "context": "Top Right", + "reference": "Modules/Settings/ThemeColorsTab.qml:1728, Modules/Settings/ThemeColorsTab.qml:1736, Modules/Settings/ThemeColorsTab.qml:1749, Modules/Settings/DankBarTab.qml:1153, Modules/Settings/DankBarTab.qml:1159, Modules/Settings/DankBarTab.qml:1171, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:219, Modules/Settings/NotificationsTab.qml:229, Modules/Settings/NotificationsTab.qml:232, Modules/Settings/NotificationsTab.qml:235, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:144", + "comment": "screen position option | shadow direction option" + }, + { + "term": "Top Section", + "context": "Top Section", + "reference": "Modules/Settings/WidgetsTab.qml:953", + "comment": "" + }, + { + "term": "Total", + "context": "Total", + "reference": "Modules/Settings/WidgetsTabSection.qml:1103", + "comment": "" + }, + { + "term": "Total Jobs", + "context": "Total Jobs", + "reference": "Modules/Settings/PrinterTab.qml:222", + "comment": "" + }, + { + "term": "Touch your security key...", + "context": "Touch your security key...", + "reference": "Modules/Lock/LockScreenContent.qml:52", + "comment": "" + }, + { + "term": "Transform", + "context": "Transform", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:240, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1224", + "comment": "" + }, + { + "term": "Transition Effect", + "context": "Transition Effect", + "reference": "Modules/Settings/WallpaperTab.qml:1153", + "comment": "" + }, + { + "term": "Transparency", + "context": "Transparency", + "reference": "Modules/Settings/DockTab.qml:567, Modules/Settings/DankBarTab.qml:1000, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:379, Modules/Settings/DesktopWidgetSettings/ClockSettings.qml:98, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:351", + "comment": "" + }, + { + "term": "Trending GIFs", + "context": "Trending GIFs", + "reference": "dms-plugins/DankGifSearch/DankGifSearch.qml:85", + "comment": "" + }, + { + "term": "Trending Stickers", + "context": "Trending Stickers", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:142", + "comment": "" + }, + { + "term": "Trigger", + "context": "Trigger", + "reference": "Modules/Settings/LauncherTab.qml:582", + "comment": "" + }, + { + "term": "Trigger Prefix", + "context": "Trigger Prefix", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:123", + "comment": "" + }, + { + "term": "Trigger: %1", + "context": "Trigger: %1", + "reference": "Modals/DankLauncherV2/Controller.qml:1236, Modules/Settings/LauncherTab.qml:768", + "comment": "" + }, + { + "term": "Trust", + "context": "Trust", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:673", + "comment": "" + }, + { + "term": "Try a different search", + "context": "Try a different search", + "reference": "Modals/MuxModal.qml:569, dms-plugins/DankStickerSearch/DankStickerSearch.qml:155, dms-plugins/DankGifSearch/DankGifSearch.qml:98", + "comment": "" + }, + { + "term": "Turn off all displays immediately when the lock screen activates", + "context": "Turn off all displays immediately when the lock screen activates", + "reference": "Modules/Settings/LockScreenTab.qml:202", + "comment": "" + }, + { + "term": "Turn off monitors after", + "context": "Turn off monitors after", + "reference": "Modules/Settings/PowerSleepTab.qml:234", + "comment": "" + }, + { + "term": "Type", + "context": "Type", + "reference": "Widgets/KeybindItem.qml:834, Modules/Settings/RunningAppsTab.qml:154, Modules/Settings/NotificationsTab.qml:566", + "comment": "" + }, + { + "term": "Type at least 2 characters", + "context": "Type at least 2 characters", + "reference": "Modals/DankLauncherV2/ResultsList.qml:477", + "comment": "" + }, + { + "term": "Type this prefix to search keybinds", + "context": "Type this prefix to search keybinds", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:124", + "comment": "" + }, + { + "term": "Type to search files", + "context": "Type to search files", + "reference": "Modals/DankLauncherV2/ResultsList.qml:475", + "comment": "" + }, + { + "term": "Typography", + "context": "Typography", + "reference": "Modules/Settings/TypographyMotionTab.qml:61", + "comment": "" + }, + { + "term": "Typography & Motion", + "context": "Typography & Motion", + "reference": "Modals/Settings/SettingsSidebar.qml:88, Modals/Settings/SettingsSidebar.qml:557", + "comment": "" + }, + { + "term": "Unavailable", + "context": "Unavailable", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:31, Modules/Settings/PrinterTab.qml:202, Modules/Settings/NetworkTab.qml:452", + "comment": "Phone Connect unavailable status" + }, + { + "term": "Unfocused Color", + "context": "Unfocused Color", + "reference": "Modules/Settings/WorkspacesTab.qml:276", + "comment": "" + }, + { + "term": "Ungrouped", + "context": "Ungrouped", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:469", + "comment": "" + }, + { + "term": "Uninstall", + "context": "Uninstall", + "reference": "Modules/Settings/GreeterTab.qml:123, Modules/Settings/GreeterTab.qml:174, Modules/Settings/ThemeBrowser.qml:650", + "comment": "uninstall action button" + }, + { + "term": "Uninstall Greeter", + "context": "Uninstall Greeter", + "reference": "Modules/Settings/GreeterTab.qml:172", + "comment": "greeter action confirmation" + }, + { + "term": "Uninstall Plugin", + "context": "Uninstall Plugin", + "reference": "Modules/Settings/PluginListItem.qml:260", + "comment": "" + }, + { + "term": "Uninstall complete. Greeter has been removed.", + "context": "Uninstall complete. Greeter has been removed.", + "reference": "Modules/Settings/GreeterTab.qml:383", + "comment": "" + }, + { + "term": "Uninstall failed: %1", + "context": "Uninstall failed: %1", + "reference": "Modules/Settings/ThemeColorsTab.qml:766, Modules/Settings/ThemeBrowser.qml:97", + "comment": "uninstallation error" + }, + { + "term": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", + "context": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", + "reference": "Modules/Settings/GreeterTab.qml:173", + "comment": "" + }, + { + "term": "Uninstalled: %1", + "context": "Uninstalled: %1", + "reference": "Modules/Settings/ThemeColorsTab.qml:769, Modules/Settings/ThemeBrowser.qml:100", + "comment": "uninstallation success" + }, + { + "term": "Uninstalling: %1", + "context": "Uninstalling: %1", + "reference": "Modules/Settings/ThemeColorsTab.qml:763, Modules/Settings/ThemeBrowser.qml:94", + "comment": "uninstallation progress" + }, + { + "term": "Unknown", + "context": "Unknown", + "reference": "Common/Theme.qml:1478, Services/WeatherService.qml:151, Services/WeatherService.qml:605, Services/WeatherService.qml:606, Services/WeatherService.qml:765, Services/WeatherService.qml:766, Services/BatteryService.qml:148, dms-plugins/DankKDEConnect/components/DeviceCard.qml:208, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:201, Modules/Lock/LockScreenContent.qml:396, Modules/Lock/LockScreenContent.qml:516, Modules/Lock/LockScreenContent.qml:612, Modules/Settings/PluginBrowser.qml:539, Modules/Settings/PrinterTab.qml:1638, Modules/Settings/ThemeBrowser.qml:527, Modules/Settings/NetworkTab.qml:175, Modules/Settings/NetworkTab.qml:217, Modules/Settings/NetworkTab.qml:431, Modules/Settings/NetworkTab.qml:454, Modules/Settings/NetworkTab.qml:602, Modules/Settings/NetworkTab.qml:747, Modules/Settings/NetworkTab.qml:1172, Modules/Settings/NotificationsTab.qml:666, Modules/ControlCenter/Details/BatteryDetail.qml:185, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:325, Modules/ControlCenter/Components/DragDropGrid.qml:626, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:341", + "comment": "KDE Connect unknown device status | battery status | power profile option | unknown author | widget status" + }, + { + "term": "Unknown App", + "context": "Unknown App", + "reference": "Modules/Settings/LauncherTab.qml:1244", + "comment": "" + }, + { + "term": "Unknown Artist", + "context": "Unknown Artist", + "reference": "Modules/DankDash/MediaPlayerTab.qml:335, Modules/OSD/MediaPlaybackOSD.qml:268, Modules/DankDash/Overview/MediaOverviewCard.qml:102", + "comment": "" + }, + { + "term": "Unknown Config", + "context": "Unknown Config", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:306", + "comment": "" + }, + { + "term": "Unknown Device", + "context": "Unknown Device", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:227, Modules/ControlCenter/Details/BluetoothDetail.qml:488", + "comment": "" + }, + { + "term": "Unknown GPU", + "context": "Unknown GPU", + "reference": "Modules/ProcessList/SystemView.qml:202", + "comment": "fallback gpu name" + }, + { + "term": "Unknown Monitor", + "context": "Unknown Monitor", + "reference": "Modules/ControlCenter/Details/BrightnessDetail.qml:179", + "comment": "" + }, + { + "term": "Unknown Network", + "context": "Unknown Network", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:562", + "comment": "" + }, + { + "term": "Unknown Title", + "context": "Unknown Title", + "reference": "Modules/OSD/MediaPlaybackOSD.qml:257", + "comment": "" + }, + { + "term": "Unknown Track", + "context": "Unknown Track", + "reference": "Modules/DankDash/MediaPlayerTab.qml:323", + "comment": "" + }, + { + "term": "Unload on Close", + "context": "Unload on Close", + "reference": "Modules/Settings/LauncherTab.qml:423", + "comment": "" + }, + { + "term": "Unmute", + "context": "Unmute", + "reference": "Modules/Settings/NotificationsTab.qml:679", + "comment": "" + }, + { + "term": "Unmute popups for %1", + "context": "Unmute popups for %1", + "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1114, Modules/Notifications/Center/NotificationCard.qml:1016", + "comment": "" + }, + { + "term": "Unnamed Rule", + "context": "Unnamed Rule", + "reference": "Modules/Settings/WindowRulesTab.qml:471", + "comment": "" + }, + { + "term": "Unpair", + "context": "Unpair", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:171, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:354", + "comment": "KDE Connect unpair tooltip" + }, + { + "term": "Unpair failed", + "context": "Unpair failed", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:176", + "comment": "Phone Connect error" + }, + { + "term": "Unpin", + "context": "Unpin", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165", + "comment": "" + }, + { + "term": "Unpin from Dock", + "context": "Unpin from Dock", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:103, Modules/Dock/DockContextMenu.qml:418, Modules/DankBar/Widgets/AppsDockContextMenu.qml:341", + "comment": "" + }, + { + "term": "Unsaved Changes", + "context": "Unsaved Changes", + "reference": "Modules/Notepad/Notepad.qml:406", + "comment": "" + }, + { + "term": "Unsaved changes", + "context": "Unsaved changes", + "reference": "Widgets/KeybindItem.qml:1807, Modules/Notepad/NotepadTextEditor.qml:877", + "comment": "" + }, + { + "term": "Unsaved note...", + "context": "Unsaved note...", + "reference": "Modules/Notepad/NotepadTextEditor.qml:875", + "comment": "" + }, + { + "term": "Untitled", + "context": "Untitled", + "reference": "Services/NotepadStorageService.qml:80, Services/NotepadStorageService.qml:180, Services/NotepadStorageService.qml:221", + "comment": "" + }, + { + "term": "Untrust", + "context": "Untrust", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:673", + "comment": "" + }, + { + "term": "Up to date", + "context": "Up to date", + "reference": "Modules/SystemUpdatePopout.qml:74", + "comment": "" + }, + { + "term": "Update", + "context": "Update", + "reference": "Modals/WindowRuleModal.qml:1154", + "comment": "" + }, + { + "term": "Update All", + "context": "Update All", + "reference": "Modules/SystemUpdatePopout.qml:262", + "comment": "" + }, + { + "term": "Update Plugin", + "context": "Update Plugin", + "reference": "Modules/Settings/PluginListItem.qml:217", + "comment": "" + }, + { + "term": "Uptime", + "context": "Uptime", + "reference": "Modules/ProcessList/SystemView.qml:80", + "comment": "" + }, + { + "term": "Uptime:", + "context": "Uptime:", + "reference": "Modals/ProcessListModal.qml:508", + "comment": "uptime label in footer" + }, + { + "term": "Urgent Color", + "context": "Urgent Color", + "reference": "Modules/Settings/WorkspacesTab.qml:313", + "comment": "" + }, + { + "term": "Usage Tips", + "context": "Usage Tips", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:208", + "comment": "" + }, + { + "term": "Use 24-hour time format instead of 12-hour AM/PM", + "context": "Use 24-hour time format instead of 12-hour AM/PM", + "reference": "Modules/Settings/TimeWeatherTab.qml:54", + "comment": "" + }, + { + "term": "Use Custom Command", + "context": "Use Custom Command", + "reference": "Modules/Settings/MuxTab.qml:56, Modules/Settings/SystemUpdaterTab.qml:38", + "comment": "" + }, + { + "term": "Use Grid Layout", + "context": "Use Grid Layout", + "reference": "Modules/Settings/PowerSleepTab.qml:367", + "comment": "" + }, + { + "term": "Use IP Location", + "context": "Use IP Location", + "reference": "Modules/Settings/ThemeColorsTab.qml:1252, Modules/Settings/GammaControlTab.qml:345", + "comment": "" + }, + { + "term": "Use Imperial Units", + "context": "Use Imperial Units", + "reference": "Modules/Settings/TimeWeatherTab.qml:422", + "comment": "" + }, + { + "term": "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)", + "context": "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)", + "reference": "Modules/Settings/TimeWeatherTab.qml:423", + "comment": "" + }, + { + "term": "Use Inline Expansion", + "context": "Use Inline Expansion", + "reference": "Modules/Settings/WidgetsTabSection.qml:1016", + "comment": "" + }, + { + "term": "Use Monospace Font", + "context": "Use Monospace Font", + "reference": "Modules/Notepad/NotepadSettings.qml:130", + "comment": "" + }, + { + "term": "Use System Theme", + "context": "Use System Theme", + "reference": "Modules/Settings/SoundsTab.qml:59", + "comment": "" + }, + { + "term": "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.", + "context": "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.", + "reference": "Modules/Settings/GreeterTab.qml:658", + "comment": "" + }, + { + "term": "Use a fixed shadow direction for this bar", + "context": "Use a fixed shadow direction for this bar", + "reference": "Modules/Settings/DankBarTab.qml:1151", + "comment": "" + }, + { + "term": "Use a security key for lock screen authentication.", + "context": "Use a security key for lock screen authentication.", + "reference": "Modules/Settings/LockScreenTab.qml:35", + "comment": "lock screen U2F security key setting" + }, + { + "term": "Use an external wallpaper manager like swww, hyprpaper, or swaybg.", + "context": "Use an external wallpaper manager like swww, hyprpaper, or swaybg.", + "reference": "Modules/Settings/WallpaperTab.qml:1251", + "comment": "wallpaper settings disable description" + }, + { + "term": "Use animated wave progress bars for media playback", + "context": "Use animated wave progress bars for media playback", + "reference": "Modules/Settings/MediaPlayerTab.qml:30", + "comment": "" + }, + { + "term": "Use custom border size", + "context": "Use custom border size", + "reference": "Modules/Settings/ThemeColorsTab.qml:2078, Modules/Settings/ThemeColorsTab.qml:2181", + "comment": "" + }, + { + "term": "Use custom border/focus-ring width", + "context": "Use custom border/focus-ring width", + "reference": "Modules/Settings/ThemeColorsTab.qml:1975", + "comment": "" + }, + { + "term": "Use custom command for update your system", + "context": "Use custom command for update your system", + "reference": "Modules/Settings/SystemUpdaterTab.qml:39", + "comment": "" + }, + { + "term": "Use custom gaps instead of bar spacing", + "context": "Use custom gaps instead of bar spacing", + "reference": "Modules/Settings/ThemeColorsTab.qml:1912, Modules/Settings/ThemeColorsTab.qml:2015, Modules/Settings/ThemeColorsTab.qml:2118", + "comment": "" + }, + { + "term": "Use custom window radius instead of theme radius", + "context": "Use custom window radius instead of theme radius", + "reference": "Modules/Settings/ThemeColorsTab.qml:1944, Modules/Settings/ThemeColorsTab.qml:2150", + "comment": "" + }, + { + "term": "Use custom window rounding instead of theme radius", + "context": "Use custom window rounding instead of theme radius", + "reference": "Modules/Settings/ThemeColorsTab.qml:2047", + "comment": "" + }, + { + "term": "Use desktop wallpaper", + "context": "Use desktop wallpaper", + "reference": "Modules/Settings/GreeterTab.qml:672", + "comment": "" + }, + { + "term": "Use fingerprint authentication for the lock screen.", + "context": "Use fingerprint authentication for the lock screen.", + "reference": "Modules/Settings/LockScreenTab.qml:18", + "comment": "" + }, + { + "term": "Use light theme instead of dark theme", + "context": "Use light theme instead of dark theme", + "reference": "Modules/Settings/ThemeColorsTab.qml:1486", + "comment": "" + }, + { + "term": "Use meters per second instead of km/h for wind speed", + "context": "Use meters per second instead of km/h for wind speed", + "reference": "Modules/Settings/TimeWeatherTab.qml:441", + "comment": "" + }, + { + "term": "Use smaller notification cards", + "context": "Use smaller notification cards", + "reference": "Modules/Settings/NotificationsTab.qml:271", + "comment": "" + }, + { + "term": "Use sound theme from system settings", + "context": "Use sound theme from system settings", + "reference": "Modules/Settings/SoundsTab.qml:60", + "comment": "" + }, + { + "term": "Use the same position and size on all displays", + "context": "Use the same position and size on all displays", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:359", + "comment": "" + }, + { + "term": "Use trigger prefix to activate", + "context": "Use trigger prefix to activate", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeysSettings.qml:107", + "comment": "" + }, + { + "term": "Used when accent color is set to Custom", + "context": "Used when accent color is set to Custom", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:57", + "comment": "" + }, + { + "term": "User", + "context": "User", + "reference": "Modals/ProcessListModal.qml:377, Modules/ProcessList/ProcessListPopout.qml:155, Modules/ControlCenter/Components/HeaderPane.qml:57", + "comment": "" + }, + { + "term": "Username", + "context": "Username", + "reference": "Modals/WifiPasswordModal.qml:172, Modals/WifiPasswordModal.qml:520, Widgets/VpnProfileDelegate.qml:45, Modules/Settings/NetworkTab.qml:1910", + "comment": "" + }, + { + "term": "Username...", + "context": "Username...", + "reference": "Modules/Greetd/GreeterContent.qml:1023", + "comment": "" + }, + { + "term": "Uses sunrise/sunset times based on your location.", + "context": "Uses sunrise/sunset times based on your location.", + "reference": "Modules/Settings/ThemeColorsTab.qml:1331", + "comment": "" + }, + { + "term": "Uses sunrise/sunset times to automatically adjust night mode based on your location.", + "context": "Uses sunrise/sunset times to automatically adjust night mode based on your location.", + "reference": "Modules/Settings/GammaControlTab.qml:423", + "comment": "" + }, + { + "term": "Using shared settings from Gamma Control", + "context": "Using shared settings from Gamma Control", + "reference": "Modules/Settings/ThemeColorsTab.qml:1343", + "comment": "" + }, + { + "term": "Utilities", + "context": "Utilities", + "reference": "Services/AppSearchService.qml:656, Services/AppSearchService.qml:657, Services/AppSearchService.qml:658, Services/AppSearchService.qml:659", + "comment": "" + }, + { + "term": "VPN", + "context": "VPN", + "reference": "Modules/Settings/WidgetsTabSection.qml:1219, Modules/Settings/WidgetsTabSection.qml:1448, Modules/Settings/WidgetsTab.qml:183, Modules/Settings/NetworkTab.qml:1544, Modules/ControlCenter/Models/WidgetModel.qml:187, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:15", + "comment": "" + }, + { + "term": "VPN Connections", + "context": "VPN Connections", + "reference": "Modules/DankBar/Popouts/VpnPopout.qml:64", + "comment": "" + }, + { + "term": "VPN Password", + "context": "VPN Password", + "reference": "Modals/WifiPasswordModal.qml:250", + "comment": "" + }, + { + "term": "VPN configuration updated", + "context": "VPN configuration updated", + "reference": "Services/VPNService.qml:143", + "comment": "" + }, + { + "term": "VPN connections", + "context": "VPN connections", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:188", + "comment": "" + }, + { + "term": "VPN deleted", + "context": "VPN deleted", + "reference": "Services/VPNService.qml:160", + "comment": "" + }, + { + "term": "VPN imported: %1", + "context": "VPN imported: %1", + "reference": "Services/VPNService.qml:91", + "comment": "" + }, + { + "term": "VPN not available", + "context": "VPN not available", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:192", + "comment": "" + }, + { + "term": "VPN status and quick connect", + "context": "VPN status and quick connect", + "reference": "Modules/Settings/WidgetsTab.qml:184", + "comment": "" + }, + { + "term": "VRR", + "context": "VRR", + "reference": "Modules/Settings/WindowRulesTab.qml:544, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1226", + "comment": "" + }, + { + "term": "VRR Fullscreen Only", + "context": "VRR Fullscreen Only", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:1260", + "comment": "" + }, + { + "term": "VRR On-Demand", + "context": "VRR On-Demand", + "reference": "Modals/WindowRuleModal.qml:701, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1234", + "comment": "" + }, + { + "term": "Variable Refresh Rate", + "context": "Variable Refresh Rate", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:265, Modules/Settings/DisplayConfig/OutputCard.qml:278, Modules/Settings/DisplayConfig/OutputCard.qml:301", + "comment": "" + }, + { + "term": "Verification", + "context": "Verification", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:70", + "comment": "Phone Connect pairing verification key label" + }, + { + "term": "Version", + "context": "Version", + "reference": "Modules/Settings/AboutTab.qml:648", + "comment": "" + }, + { + "term": "Vertical Deck", + "context": "Vertical Deck", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:55", + "comment": "" + }, + { + "term": "Vertical Grid", + "context": "Vertical Grid", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:54", + "comment": "" + }, + { + "term": "Vertical Scrolling", + "context": "Vertical Scrolling", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:56", + "comment": "" + }, + { + "term": "Vertical Tiling", + "context": "Vertical Tiling", + "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:57", + "comment": "" + }, + { + "term": "Vibrant", + "context": "Vibrant", + "reference": "Common/Theme.qml:471", + "comment": "matugen color scheme option" + }, + { + "term": "Vibrant palette with playful saturation.", + "context": "Vibrant palette with playful saturation.", + "reference": "Common/Theme.qml:480", + "comment": "" + }, + { + "term": "Video Path", + "context": "Video Path", + "reference": "Modules/Settings/LockScreenTab.qml:295", + "comment": "" + }, + { + "term": "Video Screensaver", + "context": "Video Screensaver", + "reference": "Modules/Lock/VideoScreensaver.qml:57, Modules/Lock/VideoScreensaver.qml:102, Modules/Lock/VideoScreensaver.qml:126, Modules/Settings/LockScreenTab.qml:267", + "comment": "" + }, + { + "term": "Videos", + "context": "Videos", + "reference": "Modals/FileBrowser/FileBrowserContent.qml:266", + "comment": "" + }, + { + "term": "View Mode", + "context": "View Mode", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:11", + "comment": "" + }, + { + "term": "Visibility", + "context": "Visibility", + "reference": "Modules/DankDash/WeatherForecastCard.qml:100, Modules/Settings/TimeWeatherTab.qml:1128, Modules/Settings/DankBarTab.qml:589", + "comment": "" + }, + { + "term": "Visual Effects", + "context": "Visual Effects", + "reference": "Modules/Settings/WidgetsTabSection.qml:2621", + "comment": "" + }, + { + "term": "Visual divider between widgets", + "context": "Visual divider between widgets", + "reference": "Modules/Settings/WidgetsTab.qml:212", + "comment": "" + }, + { + "term": "Visual effect used when wallpaper changes", + "context": "Visual effect used when wallpaper changes", + "reference": "Modules/Settings/WallpaperTab.qml:1154", + "comment": "" + }, + { + "term": "Volume", + "context": "Volume", + "reference": "Modules/Settings/WidgetsTabSection.qml:1244, Modules/Settings/WidgetsTabSection.qml:1448, Modules/Settings/OSDTab.qml:93", + "comment": "" + }, + { + "term": "Volume Changed", + "context": "Volume Changed", + "reference": "Modules/Settings/SoundsTab.qml:118", + "comment": "" + }, + { + "term": "Volume Slider", + "context": "Volume Slider", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:135", + "comment": "" + }, + { + "term": "Volume, brightness, and other system OSDs", + "context": "Volume, brightness, and other system OSDs", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:50", + "comment": "" + }, + { + "term": "WPA/WPA2", + "context": "WPA/WPA2", + "reference": "Modules/Settings/NetworkTab.qml:1448", + "comment": "" + }, + { + "term": "Wallpaper", + "context": "Wallpaper", + "reference": "Widgets/KeybindItem.qml:1097, Widgets/KeybindItem.qml:1104, Widgets/KeybindItem.qml:1113, Modals/Greeter/GreeterCompletePage.qml:381, Modals/Settings/SettingsSidebar.qml:76, Modules/Settings/DisplayWidgetsTab.qml:43, Modules/Settings/WallpaperTab.qml:63", + "comment": "greeter settings link" + }, + { + "term": "Wallpaper Error", + "context": "Wallpaper Error", + "reference": "Modules/Settings/ThemeColorsTab.qml:466", + "comment": "wallpaper error status" + }, + { + "term": "Wallpaper Monitor", + "context": "Wallpaper Monitor", + "reference": "Modules/Settings/WallpaperTab.qml:819", + "comment": "" + }, + { + "term": "Wallpaper fill mode", + "context": "Wallpaper fill mode", + "reference": "Modules/Settings/GreeterTab.qml:692", + "comment": "" + }, + { + "term": "Wallpaper processing failed", + "context": "Wallpaper processing failed", + "reference": "Modules/Settings/ThemeColorsTab.qml:483", + "comment": "wallpaper processing error" + }, + { + "term": "Wallpaper processing failed - check wallpaper path", + "context": "Wallpaper processing failed - check wallpaper path", + "reference": "Modules/Settings/ThemeColorsTab.qml:310", + "comment": "wallpaper error" + }, + { + "term": "Wallpapers", + "context": "Wallpapers", + "reference": "Modules/DankDash/DankDashPopout.qml:279", + "comment": "" + }, + { + "term": "Warm color temperature to apply", + "context": "Warm color temperature to apply", + "reference": "Modules/Settings/GammaControlTab.qml:106", + "comment": "" + }, + { + "term": "Warning", + "context": "Warning", + "reference": "Services/CupsService.qml:835", + "comment": "" + }, + { + "term": "Warnings", + "context": "Warnings", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:259", + "comment": "greeter doctor page status card" + }, + { + "term": "Wave Progress Bars", + "context": "Wave Progress Bars", + "reference": "Modules/Settings/MediaPlayerTab.qml:29", + "comment": "" + }, + { + "term": "Weather", + "context": "Weather", + "reference": "Widgets/KeybindItem.qml:1099, Widgets/KeybindItem.qml:1104, Widgets/KeybindItem.qml:1116, Modules/DankDash/DankDashPopout.qml:286, Modules/Settings/TimeWeatherTab.qml:392", + "comment": "" + }, + { + "term": "Weather Widget", + "context": "Weather Widget", + "reference": "Modules/Settings/WidgetsTab.qml:87", + "comment": "" + }, + { + "term": "Welcome", + "context": "Welcome", + "reference": "Modals/Greeter/GreeterModal.qml:89", + "comment": "greeter modal window title" + }, + { + "term": "Welcome to DankMaterialShell", + "context": "Welcome to DankMaterialShell", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:47", + "comment": "greeter welcome page title" + }, + { + "term": "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window", + "context": "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window", + "reference": "Modules/Settings/DockTab.qml:167", + "comment": "" + }, + { + "term": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.", + "context": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.", + "reference": "Modules/Settings/LauncherTab.qml:340", + "comment": "" + }, + { + "term": "When locked", + "context": "When locked", + "reference": "Widgets/KeybindItem.qml:1754", + "comment": "" + }, + { + "term": "When updater widget is used, then hide it if no update found", + "context": "When updater widget is used, then hide it if no update found", + "reference": "Modules/Settings/SystemUpdaterTab.qml:30", + "comment": "" + }, + { + "term": "Wi-Fi Password", + "context": "Wi-Fi Password", + "reference": "Modals/WifiPasswordModal.qml:253", + "comment": "" + }, + { + "term": "Wi-Fi and Ethernet connection", + "context": "Wi-Fi and Ethernet connection", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:102", + "comment": "" + }, + { + "term": "Wi-Fi not available", + "context": "Wi-Fi not available", + "reference": "Modules/ControlCenter/Models/WidgetModel.qml:106", + "comment": "" + }, + { + "term": "WiFi", + "context": "WiFi", + "reference": "Modules/Settings/NetworkTab.qml:213, Modules/Settings/NetworkTab.qml:260, Modules/Settings/NetworkTab.qml:810, Modules/ControlCenter/Details/NetworkDetail.qml:136", + "comment": "" + }, + { + "term": "WiFi Device", + "context": "WiFi Device", + "reference": "Modules/Settings/NetworkTab.qml:868, Modules/Settings/NetworkTab.qml:900", + "comment": "" + }, + { + "term": "WiFi QR code for ", + "context": "WiFi QR code for ", + "reference": "Modals/WifiQRCodeModal.qml:125", + "comment": "" + }, + { + "term": "WiFi disabled", + "context": "WiFi disabled", + "reference": "Services/DMSNetworkService.qml:571", + "comment": "" + }, + { + "term": "WiFi enabled", + "context": "WiFi enabled", + "reference": "Services/DMSNetworkService.qml:571, Services/DMSNetworkService.qml:583", + "comment": "" + }, + { + "term": "WiFi is off", + "context": "WiFi is off", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:225", + "comment": "" + }, + { + "term": "WiFi off", + "context": "WiFi off", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:308", + "comment": "network status" + }, + { + "term": "Wide (BT2020)", + "context": "Wide (BT2020)", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:145, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:149, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:160", + "comment": "" + }, + { + "term": "Widget Background Color", + "context": "Widget Background Color", + "reference": "Modules/Settings/ThemeColorsTab.qml:1521", + "comment": "" + }, + { + "term": "Widget Management", + "context": "Widget Management", + "reference": "Modules/Settings/WidgetsTab.qml:866", + "comment": "" + }, + { + "term": "Widget Outline", + "context": "Widget Outline", + "reference": "Modules/Settings/DankBarTab.qml:1474", + "comment": "" + }, + { + "term": "Widget Style", + "context": "Widget Style", + "reference": "Modules/Settings/ThemeColorsTab.qml:1506", + "comment": "" + }, + { + "term": "Widget Styling", + "context": "Widget Styling", + "reference": "Modules/Settings/ThemeColorsTab.qml:1498", + "comment": "" + }, + { + "term": "Widget Transparency", + "context": "Widget Transparency", + "reference": "Modules/Settings/DankBarTab.qml:1028", + "comment": "" + }, + { + "term": "Widget added", + "context": "Widget added", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:44", + "comment": "" + }, + { + "term": "Widget removed", + "context": "Widget removed", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:371, Modules/Settings/DesktopWidgetsTab.qml:544", + "comment": "" + }, + { + "term": "Widgets", + "context": "Widgets", + "reference": "Modals/Settings/SettingsSidebar.qml:120, Modals/Settings/SettingsSidebar.qml:224", + "comment": "settings_displays" + }, + { + "term": "Widgets, layout, style", + "context": "Widgets, layout, style", + "reference": "Modals/Greeter/GreeterCompletePage.qml:406", + "comment": "greeter dankbar description" + }, + { + "term": "Width", + "context": "Width", + "reference": "Modules/Settings/WindowRulesTab.qml:542", + "comment": "" + }, + { + "term": "Width of window border (borderpx)", + "context": "Width of window border (borderpx)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2197", + "comment": "" + }, + { + "term": "Width of window border (general.border_size)", + "context": "Width of window border (general.border_size)", + "reference": "Modules/Settings/ThemeColorsTab.qml:2094", + "comment": "" + }, + { + "term": "Width of window border and focus ring", + "context": "Width of window border and focus ring", + "reference": "Modules/Settings/ThemeColorsTab.qml:1991", + "comment": "" + }, + { + "term": "Wind", + "context": "Wind", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeather.qml:425, Modules/DankDash/WeatherTab.qml:89, Modules/Settings/TimeWeatherTab.qml:977", + "comment": "" + }, + { + "term": "Wind Speed", + "context": "Wind Speed", + "reference": "Modules/DankDash/WeatherForecastCard.qml:85", + "comment": "" + }, + { + "term": "Wind Speed in m/s", + "context": "Wind Speed in m/s", + "reference": "Modules/Settings/TimeWeatherTab.qml:440", + "comment": "" + }, + { + "term": "Window Corner Radius", + "context": "Window Corner Radius", + "reference": "Modules/Settings/ThemeColorsTab.qml:1959, Modules/Settings/ThemeColorsTab.qml:2165", + "comment": "" + }, + { + "term": "Window Gaps", + "context": "Window Gaps", + "reference": "Modules/Settings/ThemeColorsTab.qml:1928, Modules/Settings/ThemeColorsTab.qml:2031, Modules/Settings/ThemeColorsTab.qml:2134", + "comment": "" + }, + { + "term": "Window Gaps (px)", + "context": "Window Gaps (px)", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:217", + "comment": "" + }, + { + "term": "Window Height", + "context": "Window Height", + "reference": "Modals/WindowRuleModal.qml:646", + "comment": "" + }, + { + "term": "Window Opening", + "context": "Window Opening", + "reference": "Modals/WindowRuleModal.qml:518", + "comment": "" + }, + { + "term": "Window Rounding", + "context": "Window Rounding", + "reference": "Modules/Settings/ThemeColorsTab.qml:2062", + "comment": "" + }, + { + "term": "Window Rules", + "context": "Window Rules", + "reference": "Modals/Settings/SettingsSidebar.qml:277, Modules/Settings/WindowRulesTab.qml:247", + "comment": "" + }, + { + "term": "Window Rules Include Missing", + "context": "Window Rules Include Missing", + "reference": "Modules/Settings/WindowRulesTab.qml:345", + "comment": "" + }, + { + "term": "Window Rules Not Configured", + "context": "Window Rules Not Configured", + "reference": "Modules/Settings/WindowRulesTab.qml:345", + "comment": "" + }, + { + "term": "Wipe", + "context": "Wipe", + "reference": "Modules/Settings/WallpaperTab.qml:1165", + "comment": "wallpaper transition option" + }, + { + "term": "Workspace", + "context": "Workspace", + "reference": "Modals/WindowRuleModal.qml:586, Modals/WindowRuleModal.qml:1076, Widgets/DankIconPicker.qml:27, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:729, Modules/Settings/DankBarTab.qml:766, Modules/Settings/WindowRulesTab.qml:541, Modules/Settings/WindowRulesTab.qml:568", + "comment": "" + }, + { + "term": "Workspace Appearance", + "context": "Workspace Appearance", + "reference": "Modules/Settings/WorkspacesTab.qml:192", + "comment": "" + }, + { + "term": "Workspace Index Numbers", + "context": "Workspace Index Numbers", + "reference": "Modules/Settings/WorkspacesTab.qml:32", + "comment": "" + }, + { + "term": "Workspace Names", + "context": "Workspace Names", + "reference": "Modules/Settings/WorkspacesTab.qml:41", + "comment": "" + }, + { + "term": "Workspace Padding", + "context": "Workspace Padding", + "reference": "Modules/Settings/WorkspacesTab.qml:50", + "comment": "" + }, + { + "term": "Workspace Settings", + "context": "Workspace Settings", + "reference": "Modules/Settings/WorkspacesTab.qml:26", + "comment": "" + }, + { + "term": "Workspace Switcher", + "context": "Workspace Switcher", + "reference": "Modules/Settings/WidgetsTab.qml:52", + "comment": "" + }, + { + "term": "Workspace name", + "context": "Workspace name", + "reference": "Modals/WorkspaceRenameModal.qml:134", + "comment": "" + }, + { + "term": "Workspaces", + "context": "Workspaces", + "reference": "Modals/Settings/SettingsSidebar.qml:134", + "comment": "" + }, + { + "term": "Workspaces & Widgets", + "context": "Workspaces & Widgets", + "reference": "Modals/Settings/SettingsSidebar.qml:128, Modals/Settings/SettingsSidebar.qml:551", + "comment": "" + }, + { + "term": "Write:", + "context": "Write:", + "reference": "Modules/ProcessList/DisksView.qml:91", + "comment": "disk write label" + }, + { + "term": "X Axis", + "context": "X Axis", + "reference": "Modules/Settings/DankBarTab.qml:764", + "comment": "" + }, + { + "term": "Y Axis", + "context": "Y Axis", + "reference": "Modules/Settings/DankBarTab.qml:728", + "comment": "" + }, + { + "term": "Yes", + "context": "Yes", + "reference": "Modules/Settings/PrinterTab.qml:1169, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1232, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1236, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1256, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1258", + "comment": "" + }, + { + "term": "Yesterday", + "context": "Yesterday", + "reference": "Modules/Notifications/Center/HistoryNotificationList.qml:102", + "comment": "notification history filter" + }, + { + "term": "You have unsaved changes. Save before closing this tab?", + "context": "You have unsaved changes. Save before closing this tab?", + "reference": "Modules/Notepad/Notepad.qml:413", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before continuing?", + "context": "You have unsaved changes. Save before continuing?", + "reference": "Modules/Notepad/Notepad.qml:413", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before creating a new file?", + "context": "You have unsaved changes. Save before creating a new file?", + "reference": "Modules/Notepad/Notepad.qml:413", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before opening a file?", + "context": "You have unsaved changes. Save before opening a file?", + "reference": "Modules/Notepad/Notepad.qml:413", + "comment": "" + }, + { + "term": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.", + "context": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.", + "reference": "Modules/Settings/ThemeColorsTab.qml:2464", + "comment": "qt theme env error body" + }, + { + "term": "You're All Set!", + "context": "You're All Set!", + "reference": "Modals/Greeter/GreeterCompletePage.qml:105", + "comment": "greeter completion page title" + }, + { + "term": "Your system is up to date!", + "context": "Your system is up to date!", + "reference": "Modules/SystemUpdatePopout.qml:150", + "comment": "" + }, + { + "term": "actions", + "context": "actions", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:432", + "comment": "" + }, + { + "term": "attached", + "context": "attached", + "reference": "Modals/MuxModal.qml:484", + "comment": "" + }, + { + "term": "brandon", + "context": "brandon", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:44", + "comment": "" + }, + { + "term": "by %1", + "context": "by %1", + "reference": "Modules/Settings/PluginBrowser.qml:539, Modules/Settings/ThemeBrowser.qml:527", + "comment": "author attribution" + }, + { + "term": "days", + "context": "days", + "reference": "Modules/Settings/NotificationsTab.qml:849, Modules/Settings/ClipboardTab.qml:179", + "comment": "" + }, + { + "term": "detached", + "context": "detached", + "reference": "Modals/MuxModal.qml:484", + "comment": "" + }, + { + "term": "device", + "context": "device", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:91, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:272", + "comment": "Generic device name | Generic device name fallback" + }, + { + "term": "devices connected", + "context": "devices connected", + "reference": "dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:38", + "comment": "KDE Connect status multiple devices" + }, + { + "term": "dgop not available", + "context": "dgop not available", + "reference": "Modules/ControlCenter/Details/DiskUsageDetail.qml:65, Modules/ControlCenter/Widgets/DiskUsagePill.qml:45", + "comment": "" + }, + { + "term": "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.", + "context": "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.", + "reference": "Modules/Settings/AboutTab.qml:585", + "comment": "" + }, + { + "term": "dms/cursor config exists but is not included. Cursor settings won't apply.", + "context": "dms/cursor config exists but is not included. Cursor settings won't apply.", + "reference": "Modules/Settings/ThemeColorsTab.qml:2306", + "comment": "" + }, + { + "term": "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.", + "context": "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.", + "reference": "Modules/Settings/DisplayConfig/IncludeWarningBox.qml:65", + "comment": "" + }, + { + "term": "e.g., firefox, kitty --title foo", + "context": "e.g., firefox, kitty --title foo", + "reference": "Widgets/KeybindItem.qml:1477", + "comment": "" + }, + { + "term": "e.g., focus-workspace 3, resize-column -10", + "context": "e.g., focus-workspace 3, resize-column -10", + "reference": "Widgets/KeybindItem.qml:1414", + "comment": "" + }, + { + "term": "e.g., notify-send 'Hello' && sleep 1", + "context": "e.g., notify-send 'Hello' && sleep 1", + "reference": "Widgets/KeybindItem.qml:1509", + "comment": "" + }, + { + "term": "e.g., scratch, /^tmp_.*/, build", + "context": "e.g., scratch, /^tmp_.*/, build", + "reference": "Modules/Settings/MuxTab.qml:105", + "comment": "" + }, + { + "term": "events", + "context": "events", + "reference": "Modules/DankDash/Overview/CalendarOverviewCard.qml:178", + "comment": "" + }, + { + "term": "ext", + "context": "ext", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:726", + "comment": "" + }, + { + "term": "featured", + "context": "featured", + "reference": "Modules/Settings/PluginBrowser.qml:487, Modules/Settings/DesktopWidgetBrowser.qml:389", + "comment": "" + }, + { + "term": "leave empty for default", + "context": "leave empty for default", + "reference": "Widgets/KeybindItem.qml:1045", + "comment": "" + }, + { + "term": "loginctl not available - lock integration requires DMS socket connection", + "context": "loginctl not available - lock integration requires DMS socket connection", + "reference": "Modules/Settings/LockScreenTab.qml:166", + "comment": "" + }, + { + "term": "mangowc Discord Server", + "context": "mangowc Discord Server", + "reference": "Modules/Settings/AboutTab.qml:100", + "comment": "" + }, + { + "term": "mangowc GitHub", + "context": "mangowc GitHub", + "reference": "Modules/Settings/AboutTab.qml:79", + "comment": "" + }, + { + "term": "matugen not found - install matugen package for dynamic theming", + "context": "matugen not found - install matugen package for dynamic theming", + "reference": "Modules/Settings/ThemeColorsTab.qml:308", + "comment": "matugen error" + }, + { + "term": "minutes", + "context": "minutes", + "reference": "Modules/Settings/NotificationsTab.qml:171, Modules/Notifications/Center/NotificationSettings.qml:106", + "comment": "" + }, + { + "term": "ms", + "context": "ms", + "reference": "Widgets/KeybindItem.qml:1695", + "comment": "" + }, + { + "term": "nav", + "context": "nav", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:418", + "comment": "" + }, + { + "term": "niri GitHub", + "context": "niri GitHub", + "reference": "Modules/Settings/AboutTab.qml:82", + "comment": "" + }, + { + "term": "niri Matrix Chat", + "context": "niri Matrix Chat", + "reference": "Modules/Settings/AboutTab.qml:399", + "comment": "" + }, + { + "term": "niri shortcuts config", + "context": "niri shortcuts config", + "reference": "Modals/Greeter/GreeterCompletePage.qml:414", + "comment": "greeter keybinds niri description" + }, + { + "term": "niri/dms Discord", + "context": "niri/dms Discord", + "reference": "Modules/Settings/AboutTab.qml:86", + "comment": "" + }, + { + "term": "now", + "context": "now", + "reference": "Services/NotificationService.qml:268", + "comment": "" + }, + { + "term": "official", + "context": "official", + "reference": "Modules/Settings/PluginBrowser.qml:509, Modules/Settings/ThemeBrowser.qml:494", + "comment": "" + }, + { + "term": "on Hyprland", + "context": "on Hyprland", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:69", + "comment": "" + }, + { + "term": "on MangoWC", + "context": "on MangoWC", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:72", + "comment": "" + }, + { + "term": "on Miracle WM", + "context": "on Miracle WM", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:78", + "comment": "" + }, + { + "term": "on Niri", + "context": "on Niri", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:67", + "comment": "" + }, + { + "term": "on Scroll", + "context": "on Scroll", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:76", + "comment": "" + }, + { + "term": "on Sway", + "context": "on Sway", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:74", + "comment": "" + }, + { + "term": "open", + "context": "open", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:425", + "comment": "" + }, + { + "term": "or run ", + "context": "or run ", + "reference": "Modules/Settings/GreeterTab.qml:765", + "comment": "" + }, + { + "term": "power-profiles-daemon not available", + "context": "power-profiles-daemon not available", + "reference": "Modules/DankBar/Popouts/BatteryPopout.qml:25", + "comment": "" + }, + { + "term": "procs", + "context": "procs", + "reference": "Modules/ProcessList/ProcessListPopout.qml:288", + "comment": "short for processes" + }, + { + "term": "r/niri Subreddit", + "context": "r/niri Subreddit", + "reference": "Modules/Settings/AboutTab.qml:105", + "comment": "" + }, + { + "term": "seconds", + "context": "seconds", + "reference": "Modules/Settings/NotificationsTab.qml:170, Modules/Notifications/Center/NotificationSettings.qml:104", + "comment": "" + }, + { + "term": "source", + "context": "source", + "reference": "Modules/Settings/PluginBrowser.qml:540", + "comment": "source code link" + }, + { + "term": "this app", + "context": "this app", + "reference": "Modules/Notifications/Popup/NotificationPopup.qml:1114, Modules/Notifications/Popup/NotificationPopup.qml:1114, Modules/Notifications/Center/NotificationCard.qml:1016, Modules/Notifications/Center/NotificationCard.qml:1016", + "comment": "" + }, + { + "term": "up", + "context": "up", + "reference": "Modules/DankDash/Overview/UserInfoCard.qml:102", + "comment": "" + }, + { + "term": "update dms for NM integration.", + "context": "update dms for NM integration.", + "reference": "Modules/ControlCenter/Components/DragDropGrid.qml:223", + "comment": "" + }, + { + "term": "v%1 by %2", + "context": "v%1 by %2", + "reference": "Modules/Settings/PluginListItem.qml:169", + "comment": "" + }, + { + "term": "wtype not available - install wtype for paste support", + "context": "wtype not available - install wtype for paste support", + "reference": "Services/ClipboardService.qml:118", + "comment": "" + }, + { + "term": "• Install only from trusted sources", + "context": "• Install only from trusted sources", + "reference": "Modules/Settings/PluginBrowser.qml:816", + "comment": "" + }, + { + "term": "• M - Month (1-12)", + "context": "• M - Month (1-12)", + "reference": "Modules/Settings/TimeWeatherTab.qml:348", + "comment": "" + }, + { + "term": "• MM - Month (01-12)", + "context": "• MM - Month (01-12)", + "reference": "Modules/Settings/TimeWeatherTab.qml:359", + "comment": "" + }, + { + "term": "• MMM - Month (Jan)", + "context": "• MMM - Month (Jan)", + "reference": "Modules/Settings/TimeWeatherTab.qml:364", + "comment": "" + }, + { + "term": "• MMMM - Month (January)", + "context": "• MMMM - Month (January)", + "reference": "Modules/Settings/TimeWeatherTab.qml:369", + "comment": "" + }, + { + "term": "• Plugins may contain bugs or security issues", + "context": "• Plugins may contain bugs or security issues", + "reference": "Modules/Settings/PluginBrowser.qml:804", + "comment": "" + }, + { + "term": "• Review code before installation when possible", + "context": "• Review code before installation when possible", + "reference": "Modules/Settings/PluginBrowser.qml:810", + "comment": "" + }, + { + "term": "• d - Day (1-31)", + "context": "• d - Day (1-31)", + "reference": "Modules/Settings/TimeWeatherTab.qml:328", + "comment": "" + }, + { + "term": "• dd - Day (01-31)", + "context": "• dd - Day (01-31)", + "reference": "Modules/Settings/TimeWeatherTab.qml:333", + "comment": "" + }, + { + "term": "• ddd - Day name (Mon)", + "context": "• ddd - Day name (Mon)", + "reference": "Modules/Settings/TimeWeatherTab.qml:338", + "comment": "" + }, + { + "term": "• dddd - Day name (Monday)", + "context": "• dddd - Day name (Monday)", + "reference": "Modules/Settings/TimeWeatherTab.qml:343", + "comment": "" + }, + { + "term": "• yy - Year (24)", + "context": "• yy - Year (24)", + "reference": "Modules/Settings/TimeWeatherTab.qml:374", + "comment": "" + }, + { + "term": "• yyyy - Year (2024)", + "context": "• yyyy - Year (2024)", + "reference": "Modules/Settings/TimeWeatherTab.qml:379", + "comment": "" + }, + { + "term": "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text", + "context": "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text", + "reference": "Modules/Notifications/Center/NotificationKeyboardHints.qml:26", + "comment": "" + }, + { + "term": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help", + "context": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help", + "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:31", + "comment": "" + }, + { + "term": "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help", + "context": "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help", + "reference": "Modals/Clipboard/ClipboardKeyboardHints.qml:30", + "comment": "Keyboard hints when enter-to-paste is enabled" + } +] diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_settings_index.py b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_settings_index.py new file mode 100755 index 0000000..8a7b935 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_settings_index.py @@ -0,0 +1,522 @@ +#!/usr/bin/env python3 +import json +import re +from collections import Counter +from pathlib import Path + +ABBREVIATIONS = { + "on-screen displays": ["osd"], + "on-screen display": ["osd"], + "do not disturb": ["dnd"], + "keyboard shortcuts": ["keybinds", "hotkeys", "bindings", "keys"], + "notifications": ["notif", "notifs", "alerts"], + "notification": ["notif", "alert"], + "wallpaper": ["background", "bg", "image", "picture", "desktop"], + "transparency": ["opacity", "alpha", "translucent", "transparent"], + "visibility": ["visible", "hide", "show", "hidden", "autohide", "auto-hide"], + "temperature": ["temp", "celsius", "fahrenheit"], + "configuration": ["config", "configure", "setup"], + "applications": ["apps", "programs"], + "application": ["app", "program"], + "animation": ["motion", "transition", "animate", "animations"], + "typography": ["font", "fonts", "text", "typeface"], + "workspaces": ["workspace", "desktops", "virtual"], + "workspace": ["desktop", "virtual"], + "bluetooth": ["bt"], + "network": ["wifi", "wi-fi", "ethernet", "internet", "connection", "wireless"], + "display": ["monitor", "screen", "output"], + "displays": ["monitors", "screens", "outputs"], + "brightness": ["bright", "dim", "backlight"], + "volume": ["audio", "sound", "speaker", "loudness"], + "battery": ["power", "charge", "charging"], + "clock": ["time", "watch"], + "calendar": ["date", "day", "month", "year"], + "launcher": ["app drawer", "app menu", "start menu", "applications"], + "dock": ["taskbar", "panel"], + "bar": ["panel", "taskbar", "topbar", "statusbar"], + "theme": ["appearance", "look", "style", "colors", "colour"], + "color": ["colour", "hue", "tint"], + "colors": ["colours", "palette"], + "dark": ["night", "dark mode"], + "light": ["day", "light mode"], + "lock screen": ["lockscreen", "login", "security"], + "power": ["shutdown", "reboot", "restart", "suspend", "hibernate", "sleep"], + "idle": ["afk", "inactive", "timeout", "screensaver"], + "gamma": ["color temperature", "night light", "blue light", "redshift"], + "media player": ["mpris", "music", "audio", "playback"], + "clipboard": ["copy", "paste", "cliphist", "history"], + "updater": ["updates", "upgrade", "packages"], + "plugins": ["extensions", "addons", "widgets"], + "spacing": ["gap", "gaps", "margin", "margins", "padding"], + "corner": ["corners", "rounded", "radius", "round"], + "matugen": ["dynamic", "wallpaper colors", "material"], + "running apps": ["taskbar", "windows", "active", "open"], + "weather": ["forecast", "temperature", "climate"], + "sounds": ["audio", "effects", "sfx"], + "printers": ["print", "cups", "printing"], + "widgets": ["components", "modules"], +} + +CATEGORY_KEYWORDS = { + "Personalization": ["customize", "custom", "personal", "appearance"], + "Time & Weather": ["clock", "forecast", "date"], + "Keyboard Shortcuts": ["keys", "bindings", "hotkey"], + "Dank Bar": ["panel", "topbar", "statusbar"], + "Workspaces": ["virtual desktops", "spaces"], + "Dock": ["taskbar", "launcher bar"], + "Network": ["connectivity", "online"], + "System": ["os", "linux"], + "Launcher": ["start", "menu", "drawer"], + "Theme & Colors": ["appearance", "look", "style", "scheme"], + "Lock Screen": ["security", "login", "password"], + "Plugins": ["extend", "addon"], + "About": ["info", "version", "credits", "help"], + "Typography & Motion": ["fonts", "animation", "text"], + "Sounds": ["audio", "sfx", "effects"], + "Media Player": ["music", "spotify", "mpris"], + "Notifications": ["alerts", "messages", "toast"], + "On-screen Displays": ["osd", "indicator", "popup"], + "Running Apps": ["windows", "tasks", "active"], + "System Updater": ["packages", "upgrade"], + "Power & Sleep": ["shutdown", "suspend", "energy"], + "Displays": ["monitor", "screen", "resolution"], + "Desktop Widgets": ["conky", "desktop clock"], + "Audio": ["sound", "volume", "speaker", "microphone", "headphones", "pipewire"], + "Window Rules": [ + "window", + "rules", + "matching", + "floating", + "fullscreen", + "opacity", + ], + "Locale": ["locale", "language", "country"], +} + +TAB_INDEX_MAP = { + "WallpaperTab.qml": 0, + "TimeWeatherTab.qml": 1, + "KeybindsTab.qml": 2, + "DankBarTab.qml": 3, + "WorkspacesTab.qml": 4, + "DockTab.qml": 5, + "NetworkTab.qml": 7, + "PrinterTab.qml": 8, + "LauncherTab.qml": 9, + "ThemeColorsTab.qml": 10, + "LockScreenTab.qml": 11, + "PluginsTab.qml": 12, + "AboutTab.qml": 13, + "TypographyMotionTab.qml": 14, + "SoundsTab.qml": 15, + "MediaPlayerTab.qml": 16, + "NotificationsTab.qml": 17, + "OSDTab.qml": 18, + "RunningAppsTab.qml": 19, + "SystemUpdaterTab.qml": 20, + "PowerSleepTab.qml": 21, + "WidgetsTab.qml": 22, + "ClipboardTab.qml": 23, + "DisplayConfigTab.qml": 24, + "GammaControlTab.qml": 25, + "DisplayWidgetsTab.qml": 26, + "DesktopWidgetsTab.qml": 27, + "WindowRulesTab.qml": 28, + "AudioTab.qml": 29, + "LocaleTab.qml": 30, +} + +TAB_CATEGORY_MAP = { + 0: "Personalization", + 1: "Time & Weather", + 2: "Keyboard Shortcuts", + 3: "Dank Bar", + 4: "Workspaces", + 5: "Dock", + 7: "Network", + 8: "System", + 9: "Launcher", + 10: "Theme & Colors", + 11: "Lock Screen", + 12: "Plugins", + 13: "About", + 14: "Typography & Motion", + 15: "Sounds", + 16: "Media Player", + 17: "Notifications", + 18: "On-screen Displays", + 19: "Running Apps", + 20: "System Updater", + 21: "Power & Sleep", + 22: "Dank Bar", + 23: "System", + 24: "Displays", + 25: "Displays", + 26: "Displays", + 27: "Desktop Widgets", + 28: "Window Rules", + 29: "Audio", + 30: "Locale", +} + +SEARCHABLE_COMPONENTS = [ + "SettingsCard", + "SettingsToggleRow", + "SettingsSliderCard", + "SettingsDropdownRow", + "SettingsButtonGroupRow", + "SettingsSliderRow", + "SettingsToggleCard", +] + +STOPWORDS = { + "the", + "and", + "for", + "with", + "from", + "this", + "that", + "are", + "was", + "will", + "can", + "has", + "have", + "been", + "when", + "your", + "use", + "used", + "using", + "instead", + "like", + "such", + "also", + "only", + "which", + "each", + "other", + "some", + "into", + "than", + "then", + "them", + "these", + "those", +} + + +def enrich_keywords(label, description, category, existing_tags): + keywords = set(existing_tags) + + label_lower = label.lower() + label_words = re.split(r"[\s\-_&/]+", label_lower) + keywords.update(w for w in label_words if len(w) > 2) + + for term, aliases in ABBREVIATIONS.items(): + if term in label_lower: + keywords.update(aliases) + + if description: + desc_lower = description.lower() + desc_words = re.split(r"[\s\-_&/,.]+", desc_lower) + keywords.update(w for w in desc_words if len(w) > 3 and w.isalpha()) + for term, aliases in ABBREVIATIONS.items(): + if term in desc_lower: + keywords.update(aliases) + + if category in CATEGORY_KEYWORDS: + keywords.update(CATEGORY_KEYWORDS[category]) + + cat_lower = category.lower() + cat_words = re.split(r"[\s\-_&/]+", cat_lower) + keywords.update(w for w in cat_words if len(w) > 2) + + keywords = {k for k in keywords if k not in STOPWORDS and len(k) > 1} + return sorted(keywords) + + +def extract_i18n_string(value): + match = re.search(r'I18n\.tr\(["\']([^"\']+)["\']', value) + if match: + return match.group(1) + match = re.search(r'^["\']([^"\']+)["\']$', value.strip()) + if match: + return match.group(1) + return None + + +def extract_tags(value): + match = re.search(r"\[([^\]]+)\]", value) + if not match: + return [] + content = match.group(1) + tags = re.findall(r'["\']([^"\']+)["\']', content) + return tags + + +def parse_component_block(content, start_pos, component_name): + brace_count = 0 + started = False + block_start = start_pos + + for i in range(start_pos, len(content)): + if content[i] == "{": + if not started: + block_start = i + started = True + brace_count += 1 + elif content[i] == "}": + brace_count -= 1 + if started and brace_count == 0: + return content[block_start : i + 1] + return "" + + +def extract_property(block, prop_name): + pattern = rf"{prop_name}\s*:\s*([^\n]+)" + match = re.search(pattern, block) + if match: + return match.group(1).strip() + return None + + +def find_settings_components(content, filename): + results = [] + tab_index = TAB_INDEX_MAP.get(filename, -1) + + if tab_index == -1: + return results + + for component in SEARCHABLE_COMPONENTS: + pattern = rf"\b{component}\s*\{{" + for match in re.finditer(pattern, content): + block = parse_component_block(content, match.start(), component) + if not block: + continue + + setting_key = extract_property(block, "settingKey") + if setting_key: + setting_key = setting_key.strip("\"'") + + if not setting_key: + continue + + title_raw = extract_property(block, "title") + text_raw = extract_property(block, "text") + label = None + if title_raw: + label = extract_i18n_string(title_raw) + if not label and text_raw: + label = extract_i18n_string(text_raw) + + if not label: + continue + + icon_raw = extract_property(block, "iconName") + icon = None + if icon_raw: + icon = icon_raw.strip("\"'") + if icon.startswith("{") or "?" in icon: + icon = None + + tags_raw = extract_property(block, "tags") + tags = [] + if tags_raw: + tags = extract_tags(tags_raw) + + desc_raw = extract_property(block, "description") + description = None + if desc_raw: + description = extract_i18n_string(desc_raw) + + visible_raw = extract_property(block, "visible") + condition_key = None + if visible_raw: + if "CompositorService.isNiri" in visible_raw: + condition_key = "isNiri" + elif "CompositorService.isHyprland" in visible_raw: + condition_key = "isHyprland" + elif "KeybindsService.available" in visible_raw: + condition_key = "keybindsAvailable" + elif "AudioService.soundsAvailable" in visible_raw: + condition_key = "soundsAvailable" + elif "CupsService.cupsAvailable" in visible_raw: + condition_key = "cupsAvailable" + elif "NetworkService.usingLegacy" in visible_raw: + condition_key = "networkNotLegacy" + elif "DMSService.isConnected" in visible_raw: + condition_key = "dmsConnected" + elif "Theme.matugenAvailable" in visible_raw: + condition_key = "matugenAvailable" + elif "CompositorService.isDwl" in visible_raw: + condition_key = "isDwl" + + category = TAB_CATEGORY_MAP.get(tab_index, "Settings") + enriched_keywords = enrich_keywords(label, description, category, tags) + + entry = { + "section": setting_key, + "label": label, + "tabIndex": tab_index, + "category": category, + "keywords": enriched_keywords, + } + + if icon: + entry["icon"] = icon + if description: + entry["description"] = description + if condition_key: + entry["conditionKey"] = condition_key + + results.append(entry) + + return results + + +def parse_tabs_from_sidebar(sidebar_file): + with open(sidebar_file, "r", encoding="utf-8") as f: + content = f.read() + + pattern = r'"text"\s*:\s*I18n\.tr\("([^"]+)"(?:,\s*"[^"]+")?\).*?"icon"\s*:\s*"([^"]+)".*?"tabIndex"\s*:\s*(\d+)' + tabs = [] + + for match in re.finditer(pattern, content, re.DOTALL): + label, icon, tab_idx = match.group(1), match.group(2), int(match.group(3)) + + before_text = content[: match.start()] + parent_match = re.search( + r'"text"\s*:\s*I18n\.tr\("([^"]+)"\)[^{]*"children"[^[]*\[[^{]*$', + before_text, + ) + parent = parent_match.group(1) if parent_match else None + + cond = None + after_pos = match.end() + snippet = content[match.start() : min(after_pos + 200, len(content))] + for qml_cond, key in [ + ("shortcutsOnly", "keybindsAvailable"), + ("soundsOnly", "soundsAvailable"), + ("cupsOnly", "cupsAvailable"), + ("dmsOnly", "dmsConnected"), + ("hyprlandNiriOnly", "isHyprlandOrNiri"), + ("clipboardOnly", "dmsConnected"), + ("niriOnly", "isNiri"), + ]: + if f'"{qml_cond}": true' in snippet: + cond = key + break + + tabs.append( + { + "tabIndex": tab_idx, + "label": label, + "icon": icon, + "parent": parent, + "conditionKey": cond, + } + ) + + return tabs + + +def generate_tab_entries(sidebar_file): + tabs = parse_tabs_from_sidebar(sidebar_file) + + label_counts = Counter([t["label"] for t in tabs]) + + entries = [] + for tab in tabs: + label = ( + f"{tab['parent']}: {tab['label']}" + if label_counts[tab["label"]] > 1 and tab["parent"] + else tab["label"] + ) + category = TAB_CATEGORY_MAP.get(tab["tabIndex"], "Settings") + + keywords = enrich_keywords(tab["label"], None, category, []) + + if tab["parent"]: + parent_keywords = [ + w for w in re.split(r"[\s\-_&/]+", tab["parent"].lower()) if len(w) > 2 + ] + keywords = sorted( + set( + keywords + + parent_keywords + + [k for p in parent_keywords for k in ABBREVIATIONS.get(p, [])] + ) + ) + + entry = { + "section": f"_tab_{tab['tabIndex']}", + "label": label, + "tabIndex": tab["tabIndex"], + "category": category, + "keywords": keywords, + "icon": tab["icon"], + } + if tab["conditionKey"]: + entry["conditionKey"] = tab["conditionKey"] + entries.append(entry) + + return entries + + +def extract_settings_index(root_dir): + settings_dir = Path(root_dir) / "Modules" / "Settings" + all_entries = [] + seen_keys = set() + + for qml_file in settings_dir.glob("*.qml"): + if not qml_file.name.endswith("Tab.qml"): + continue + + with open(qml_file, "r", encoding="utf-8") as f: + content = f.read() + + entries = find_settings_components(content, qml_file.name) + for entry in entries: + key = entry["section"] + if key not in seen_keys: + seen_keys.add(key) + all_entries.append(entry) + + return all_entries + + +def main(): + script_dir = Path(__file__).parent + root_dir = script_dir.parent + sidebar_file = root_dir / "Modals" / "Settings" / "SettingsSidebar.qml" + + print("Extracting settings search index...") + settings_entries = extract_settings_index(root_dir) + tab_entries = generate_tab_entries(sidebar_file) + + all_entries = tab_entries + settings_entries + + all_entries.sort(key=lambda x: (x["tabIndex"], x["label"])) + + output_path = script_dir / "settings_search_index.json" + with open(output_path, "w", encoding="utf-8") as f: + json.dump(all_entries, f, indent=2, ensure_ascii=False) + + print(f"Found {len(settings_entries)} searchable settings") + print(f"Found {len(tab_entries)} tab entries") + print(f"Total: {len(all_entries)} entries") + print(f"Output: {output_path}") + + conditions = set() + for entry in all_entries: + if "conditionKey" in entry: + conditions.add(entry["conditionKey"]) + + if conditions: + print(f"Condition keys found: {', '.join(sorted(conditions))}") + + +if __name__ == "__main__": + main() diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_translations.py b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_translations.py new file mode 100755 index 0000000..5e78549 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/extract_translations.py @@ -0,0 +1,149 @@ +#!/usr/bin/env python3 +import ast +import re +import json +from pathlib import Path +from collections import defaultdict + + +def decode_string_literal(content, quote): + try: + return ast.literal_eval(f"{quote}{content}{quote}") + except (ValueError, SyntaxError): + return content + + +def spans_overlap(a, b): + return a[0] < b[1] and b[0] < a[1] + + +def extract_qstr_strings(root_dir): + translations = defaultdict(lambda: {'contexts': set(), 'occurrences': []}) + qstr_patterns = [ + (re.compile(r'qsTr\(\s*"((?:\\.|[^"\\])*)"\s*\)'), '"'), + (re.compile(r"qsTr\(\s*'((?:\\.|[^'\\])*)'\s*\)"), "'") + ] + i18n_context_patterns = [ + ( + re.compile(r'I18n\.tr\(\s*"((?:\\.|[^"\\])*)"\s*,\s*"((?:\\.|[^"\\])*)"\s*\)'), + '"' + ), + ( + re.compile(r"I18n\.tr\(\s*'((?:\\.|[^'\\])*)'\s*,\s*'((?:\\.|[^'\\])*)'\s*\)"), + "'" + ) + ] + i18n_simple_patterns = [ + (re.compile(r'I18n\.tr\(\s*"((?:\\.|[^"\\])*)"\s*\)'), '"'), + (re.compile(r"I18n\.tr\(\s*'((?:\\.|[^'\\])*)'\s*\)"), "'") + ] + + for qml_file in Path(root_dir).rglob('*.qml'): + relative_path = qml_file.relative_to(root_dir) + + with open(qml_file, 'r', encoding='utf-8') as f: + for line_num, line in enumerate(f, 1): + for pattern, quote in qstr_patterns: + for match in pattern.finditer(line): + term = decode_string_literal(match.group(1), quote) + translations[term]['occurrences'].append({ + 'file': str(relative_path), + 'line': line_num + }) + + context_spans = [] + for pattern, quote in i18n_context_patterns: + for match in pattern.finditer(line): + term = decode_string_literal(match.group(1), quote) + context = decode_string_literal(match.group(2), quote) + translations[term]['contexts'].add(context) + translations[term]['occurrences'].append({ + 'file': str(relative_path), + 'line': line_num + }) + context_spans.append(match.span()) + + for pattern, quote in i18n_simple_patterns: + for match in pattern.finditer(line): + if any(spans_overlap(match.span(), span) for span in context_spans): + continue + term = decode_string_literal(match.group(1), quote) + translations[term]['occurrences'].append({ + 'file': str(relative_path), + 'line': line_num + }) + + return translations + +def create_poeditor_json(translations): + poeditor_data = [] + + for term, data in sorted(translations.items()): + references = [] + + for occ in data['occurrences']: + ref = f"{occ['file']}:{occ['line']}" + references.append(ref) + + contexts = sorted(data['contexts']) if data['contexts'] else [] + comment = " | ".join(contexts) if contexts else "" + + entry = { + "term": term, + "context": term, + "reference": ", ".join(references), + "comment": comment + } + poeditor_data.append(entry) + + return poeditor_data + +def create_template_json(translations): + template_data = [] + + for term, data in sorted(translations.items()): + contexts = sorted(data['contexts']) if data['contexts'] else [] + context_str = " | ".join(contexts) if contexts else "" + + entry = { + "term": term, + "translation": "", + "context": context_str, + "reference": "", + "comment": "" + } + template_data.append(entry) + + return template_data + +def main(): + script_dir = Path(__file__).parent + root_dir = script_dir.parent + translations_dir = script_dir + + print("Extracting qsTr() strings from QML files...") + translations = extract_qstr_strings(root_dir) + + print(f"Found {len(translations)} unique strings") + + poeditor_data = create_poeditor_json(translations) + en_json_path = translations_dir / 'en.json' + with open(en_json_path, 'w', encoding='utf-8') as f: + json.dump(poeditor_data, f, indent=2, ensure_ascii=False) + print(f"Created source language file: {en_json_path}") + + template_data = create_template_json(translations) + template_json_path = translations_dir / 'template.json' + with open(template_json_path, 'w', encoding='utf-8') as f: + json.dump(template_data, f, indent=2, ensure_ascii=False) + print(f"Created template file: {template_json_path}") + + print("\nSummary:") + print(f" - Unique strings: {len(translations)}") + print(f" - Total occurrences: {sum(len(data['occurrences']) for data in translations.values())}") + print(f" - Strings with contexts: {sum(1 for data in translations.values() if data['contexts'])}") + print(f" - Source file: {en_json_path}") + print(f" - Template file: {template_json_path}") + +if __name__ == '__main__': + main() diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/de.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/de.json new file mode 100644 index 0000000..e1d75f6 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/de.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1 Animationsgeschwindigkeit" + }, + "%1 Sessions": { + "%1 Sessions": "%1 Sitzungen" + }, + "%1 active session": { + "%1 active session": "%1 aktive Sitzung" + }, + "%1 active sessions": { + "%1 active sessions": "%1 aktive Sitzungen" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 Adapter, keiner verbunden" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 Adapter, keine verbunden" + }, + "%1 character": { + "%1 character": "%1 Zeichen" + }, + "%1 characters": { + "%1 characters": "%1 Zeichen" + }, + "%1 connected": { + "%1 connected": "%1 verbunden" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 benutzerdefinierte Animationsdauer" + }, + "%1 disconnected": { + "%1 disconnected": "%1 getrennt" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 getrennt (ausgeblendet)" + }, + "%1 display": { + "%1 display": "%1 Anzeige" + }, + "%1 displays": { + "%1 displays": "%1 Anzeigen" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 existiert, ist aber nicht in der Konfiguration enthalten. Benutzerdefinierte Tastenkombinationen funktionieren erst, wenn dies behoben ist." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 existiert, ist aber nicht enthalten. Fensterregeln werden nicht angewendet." + }, + "%1 filtered": { + "%1 filtered": "%1 gefiltert" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 ist jetzt in der Konfiguration enthalten" + }, + "%1 issue found": { + "%1 issue found": "%1 Problem gefunden" + }, + "%1 issues found": { + "%1 issues found": "%1 Probleme gefunden" + }, + "%1 notifications": { + "%1 notifications": "%1 Benachrichtigungen" + }, + "%1 update": { + "%1 update": "%1 Update" + }, + "%1 updates": { + "%1 updates": "%1 Updates" + }, + "%1 variants": { + "%1 variants": "%1 Varianten" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 Hintergrundbild • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 Hintergrundbilder • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 Widgets" + }, + "%1 window": { + "%1 window": "%1 Fenster" + }, + "%1 windows": { + "%1 windows": "%1 Fenster" + }, + "%1m ago": { + "%1m ago": "vor %1 Min." + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'Alternative' ermöglicht das Entsperren nur mit dem Schlüssel. 'Zweiter Faktor' erfordert zuerst ein Passwort oder einen Fingerabdruck, dann den Schlüssel." + }, + "(Default)": { + "(Default)": "(Standard)" + }, + "(Unnamed)": { + "(Unnamed)": "(Unbenannt)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 weitere" + }, + "/path/to/videos": { + "/path/to/videos": "/pfad/zu/videos" + }, + "0 = square corners": { + "0 = square corners": "0 = keine Abrundung" + }, + "1 day": { + "1 day": "1 Tag" + }, + "1 device connected": { + "1 device connected": "1 Gerät verbunden" + }, + "1 event": { + "1 event": "1 Ereignis" + }, + "1 hour": { + "1 hour": "1 Stunde" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 Stunde 30 Minuten" + }, + "1 minute": { + "1 minute": "1 Minute" + }, + "1 notification": { + "1 notification": "1 Benachrichtigung" + }, + "1 second": { + "1 second": "1 Sekunde" + }, + "10 minutes": { + "10 minutes": "10 Minuten" + }, + "10 seconds": { + "10 seconds": "10 Sekunden" + }, + "10-bit Color": { + "10-bit Color": "10-bit Farbe" + }, + "12 hours": { + "12 hours": "12 Stunden" + }, + "14 days": { + "14 days": "14 Tage" + }, + "15 minutes": { + "15 minutes": "15 Minuten" + }, + "15 seconds": { + "15 seconds": "15 Sekunden" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 Stunden" + }, + "2 minutes": { + "2 minutes": "2 Minuten" + }, + "2 seconds": { + "2 seconds": "2 Sekunden" + }, + "20 minutes": { + "20 minutes": "20 Minuten" + }, + "20 seconds": { + "20 seconds": "20 Sekunden" + }, + "24-Hour Format": { + "24-Hour Format": "24-h Format" + }, + "24-hour clock": { + "24-hour clock": "24-Stunden-Format" + }, + "24-hour format": { + "24-hour format": "24-h Format" + }, + "25 seconds": { + "25 seconds": "25 Sekunden" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 Tage" + }, + "3 hours": { + "3 hours": "3 Stunden" + }, + "3 minutes": { + "3 minutes": "3 Minuten" + }, + "3 seconds": { + "3 seconds": "3 Sekunden" + }, + "30 days": { + "30 days": "30 Tage" + }, + "30 minutes": { + "30 minutes": "30 Minuten" + }, + "30 seconds": { + "30 seconds": "30 Sekunden" + }, + "35 seconds": { + "35 seconds": "35 Sekunden" + }, + "3rd party": { + "3rd party": "Drittanbieter" + }, + "4 hours": { + "4 hours": "4 Stunden" + }, + "4 seconds": { + "4 seconds": "4 Sekunden" + }, + "40 seconds": { + "40 seconds": "40 Sekunden" + }, + "45 seconds": { + "45 seconds": "45 Sekunden" + }, + "5 minutes": { + "5 minutes": "5 Minuten" + }, + "5 seconds": { + "5 seconds": "5 Sekunden" + }, + "50 seconds": { + "50 seconds": "50 Sekunden" + }, + "500 ms": { + "500 ms": "500 ms" + }, + "55 seconds": { + "55 seconds": "55 Sekunden" + }, + "6 hours": { + "6 hours": "6 Stunden" + }, + "7 days": { + "7 days": "7 Tage" + }, + "750 ms": { + "750 ms": "750 ms" + }, + "8 hours": { + "8 hours": "8 Stunden" + }, + "8 seconds": { + "8 seconds": "8 Sekunden" + }, + "90 days": { + "90 days": "90 Tage" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "MIT-Lizenz" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Eine Datei mit diesem Namen existiert bereits. Überschreiben?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Eine moderne Desktop-Shell für Wayland-Compositor" + }, + "AC Power": { + "AC Power": "Netzbetrieb" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Abgebrochen" + }, + "About": { + "About": "Über" + }, + "Accent Color": { + "Accent Color": "Akzentfarbe" + }, + "Accept": { + "Accept": "Akzeptieren" + }, + "Accept Jobs": { + "Accept Jobs": "Aufträge annehmen" + }, + "Accepting": { + "Accepting": "Nimmt an" + }, + "Access clipboard history": { + "Access clipboard history": "Zugriff auf Zwischenablage-Historie" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Zugriff auf Benachrichtigungen und Nicht Stören" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Zugriff auf Systemeinstellungen" + }, + "Action": { + "Action": "Aktion" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "Aktion fehlgeschlagen oder Terminal wurde geschlossen." + }, + "Actions": { + "Actions": "Aktionen" + }, + "Activate": { + "Activate": "Aktivieren" + }, + "Activate Greeter": { + "Activate Greeter": "Greeter aktivieren" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "DMS Greeter aktivieren? Ein Terminal für die Sudo-Authentifizierung wird geöffnet. Führen Sie nach der Aktivierung 'Sync' aus, um Ihre Einstellungen zu übernehmen." + }, + "Activation": { + "Activation": "Aktivierung" + }, + "Active": { + "Active": "Aktiv" + }, + "Active Color": { + "Active Color": "Aktive Farbe" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Aktiver Sperrbildschirm-Monitor" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Hintergrund und Symbolfarbe der aktiven Kachel" + }, + "Active: %1": { + "Active: %1": "Aktiv: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Aktiv: %1 +%2" + }, + "Active: None": { + "Active: None": "Aktiv: Keins" + }, + "Adapters": { + "Adapters": "Adapter" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Hinzufügen" + }, + "Add Bar": { + "Add Bar": "Leiste hinzufügen" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Desktop-Widget hinzufügen" + }, + "Add Printer": { + "Add Printer": "Drucker hinzufügen" + }, + "Add Title": { + "Add Title": "Titel hinzufügen" + }, + "Add Widget": { + "Add Widget": "Widget hinzufügen" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Widget zu %1 Sektion hinzufügen" + }, + "Add a border around the dock": { + "Add a border around the dock": "Einen Rahmen um das Dock hinzufügen" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Fügen Sie allen Anwendungsstarts ein benutzerdefiniertes Präfix hinzu. Dies kann für Dinge wie 'uwsm-app', 'systemd-run' oder andere Befehls-Wrapper verwendet werden." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Widgets hinzufügen und konfigurieren, die auf Ihrem Desktop erscheinen" + }, + "Add by Address": { + "Add by Address": "Über Adresse hinzufügen" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Anzahl der Spalten in der Rasteransicht anpassen." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Lautstärke pro Scroll-Schritt anpassen" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Passt den Kontrast der generierten Farben an (-100 = Minimum, 0 = Standard, 100 = Maximum)" + }, + "Advanced": { + "Advanced": "Fortgeschritten" + }, + "Afternoon": { + "Afternoon": "Nachmittags" + }, + "All": { + "All": "Alle" + }, + "All Monitors": { + "All Monitors": "Alle Monitore" + }, + "All checks passed": { + "All checks passed": "Alle Überprüfungen bestanden" + }, + "All day": { + "All day": "Ganzer Tag" + }, + "All displays": { + "All displays": "Alle Bildschirme" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Klicks durch das Widget zulassen" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Zurück: Zurück • F1/I: Datei Info • F10: Hilfe • Esc: Schließen" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternative (ODER)" + }, + "Always Active": { + "Always Active": "Immer aktiv" + }, + "Always Show Percentage": { + "Always Show Percentage": "Prozentsatz immer anzeigen" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Das Dock immer ausblenden und einblenden, wenn man sich mit dem Mauszeiger in der Nähe des Dock-Bereichs befindet" + }, + "Always on icons": { + "Always on icons": "Immer Symbols anzeigen" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Zeige immer mindestens 3 Arbeitsbereiche, selbst wenn weniger vorhanden sind" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Das Dock immer anzeigen, wenn die Niri-Übersicht geöffnet ist" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Immer zeigen wenn nur ein Monitor verbunden" + }, + "Amount": { + "Amount": "Menge" + }, + "Analog": { + "Analog": "Analog" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Analoge, digitale oder gestapelte Uhranzeige" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Konfiguration wird analysiert..." + }, + "Animation Duration": { + "Animation Duration": "Animationsdauer" + }, + "Animation Speed": { + "Animation Speed": "Animationsgeschwindigkeit" + }, + "Anonymous Identity": { + "Anonymous Identity": "Anonyme Identität" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Anonyme Identität (optional)" + }, + "App Customizations": { + "App Customizations": "App-Anpassungen" + }, + "App ID Substitutions": { + "App ID Substitutions": "App-ID-Ersetzungen" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "App-ID-Regex (z. B. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "App-Starter" + }, + "App Names": { + "App Names": "App-Namen" + }, + "App Theming": { + "App Theming": "App-Theming" + }, + "Appearance": { + "Appearance": "Erscheinungsbild" + }, + "Application Dock": { + "Application Dock": "Applikations Dock" + }, + "Applications": { + "Applications": "Anwendungen" + }, + "Apply Changes": { + "Apply Changes": "Änderungen anwenden" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "GTK Farben anwenden" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Qt Farben anwenden" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Warmes Farbschema für weniger Augenbelastung. Automatisierungseinstellungen unten zur Aktivierung." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "Authentifizierungsänderungen werden angewendet…" + }, + "Apps": { + "Apps": "Apps" + }, + "Apps Dock": { + "Apps Dock": "Apps-Dock" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Apps-Dock-Einstellungen" + }, + "Apps Icon": { + "Apps Icon": "Anwendungen Icon" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Apps sind nach Nutzungshäufigkeit sortiert, dann zuletzt genutzt, dann alphabetisch." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Apps mit benutzerdefiniertem Anzeigenamen, Symbol oder Startoptionen. Rechtsklicken Sie auf eine App und wählen Sie 'App bearbeiten', um sie anzupassen." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Apps mit stummgeschalteten Benachrichtigungs-Popups. Stummschaltung aufheben oder löschen zum Entfernen." + }, + "Architecture": { + "Architecture": "Architektur" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Sind Sie sicher, dass Sie die Sitzung \"%1\" beenden möchten?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Anzeigen anordnen und Auflösung, Bildwiederholfrequenz und VRR konfigurieren" + }, + "Attach": { + "Attach": "Verbinden" + }, + "Audio": { + "Audio": "Audio" + }, + "Audio Codec": { + "Audio Codec": "Audio Codec" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Auswahl Audio Codec" + }, + "Audio Devices": { + "Audio Devices": "Audiogeräte" + }, + "Audio Input": { + "Audio Input": "Audio Eingang" + }, + "Audio Output": { + "Audio Output": "Audio Ausgang" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Audio-Ausgabegeräte (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Audioausgangs-Umschalter" + }, + "Audio Visualizer": { + "Audio Visualizer": "Audio-Visualisierer" + }, + "Audio system restarted": { + "Audio system restarted": "Audiosystem neu gestartet" + }, + "Audio volume control": { + "Audio volume control": "Audiolautstärkeregelung" + }, + "Auth": { + "Auth": "Authentifizierung" + }, + "Auth Type": { + "Auth Type": "Authentifizierungs Typ" + }, + "Authenticate": { + "Authenticate": "Authentifizieren" + }, + "Authenticating...": { + "Authenticating...": "Authentifizierung..." + }, + "Authentication": { + "Authentication": "Authentifizierung" + }, + "Authentication Required": { + "Authentication Required": "Authentifzierung erforderlich" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "Authentifizierungsänderungen angewendet." + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "Authentifizierungsänderungen werden automatisch angewendet." + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "Authentifizierungsänderungen werden automatisch angewendet. Eine Anmeldung nur per Fingerabdruck entsperrt den Schlüsselbund möglicherweise nicht." + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Authentifizierungsänderungen erfordern Sudo-Rechte. Ein Terminal wird geöffnet, damit Sie das Passwort oder Ihren Fingerabdruck verwenden können." + }, + "Authentication error - try again": { + "Authentication error - try again": "Authentifizierungsfehler - erneut versuchen" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Authentifizierung nicht erfolgreich, bitte nochmals probieren" + }, + "Authorize": { + "Authorize": "Autorisieren" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Autorisiere Kopplung mit " + }, + "Authorize service for ": { + "Authorize service for ": "Autorisiere Dienst für " + }, + "Auto": { + "Auto": "Auto" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "Automatisch (Leisten-bewusst)" + }, + "Auto (Wide)": { + "Auto (Wide)": "Auto (Breit)" + }, + "Auto Location": { + "Auto Location": "Automatischer Standort" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Automatische Popup-Abstände" + }, + "Auto-Clear After": { + "Auto-Clear After": "Automatisch löschen nach" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Zeitüberschreitung für automatisches Ausblenden" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Niri Übersicht schliessen beim öffnen von Anwendungs." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Benachrichtigungen, die älter als diese Einstellung sind, automatisch löschen" + }, + "Auto-hide": { + "Auto-hide": "Automatisch ausblenden" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Dock automatisch ausblenden" + }, + "Auto-saving...": { + "Auto-saving...": "Auto-Speichern..." + }, + "Autoconnect": { + "Autoconnect": "automatisch verbinden" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Automatische Verbindung deaktiviert" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Automatische Verbindung aktiviert" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "Zuletzt gemerkte Suchanfrage beim Öffnen automatisch ausfüllen" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Automatischer Farbmodus" + }, + "Automatic Control": { + "Automatic Control": "Automatische Steuerung" + }, + "Automatic Cycling": { + "Automatic Cycling": "Automatischer Wechsel" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Wechselt automatisch durch die Hintergründe im selben Ordner" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Lösche Einträge automatisch die älter sind als" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Automatische Positionserkennung durch IP Adresse" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Bestimmt automatisch den Standort anhand deiner IP-Adresse" + }, + "Automatically lock after": { + "Automatically lock after": "Automatisch sperren nach" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Bildschirm beim Start von DMS automatisch sperren" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Bilschirmsperrung aktivieren wenn das System in den Ruhemodus wechselt" + }, + "Automation": { + "Automation": "Automatisierung" + }, + "Available": { + "Available": "Verfügbar" + }, + "Available Layouts": { + "Available Layouts": "Verfügbare Layouts" + }, + "Available Networks": { + "Available Networks": "Verfügbare Netzwerke" + }, + "Available Plugins": { + "Available Plugins": "Verfügbare Plugins" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Verfügbare Bildschirme (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Verfügbar in den Ansichtsmodi „Detailliert“ und „Vorhersage“" + }, + "Available.": { + "Available.": "Verfügbar." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Zurück" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "Hintergrund" + }, + "Background Blur": { + "Background Blur": "Hintergrundunschärfe" + }, + "Background Opacity": { + "Background Opacity": "Hintergrunddeckkraft" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "Hintergrund-Authentifizierungssynchronisierung fehlgeschlagen. Terminal-Modus wird versucht." + }, + "Background image": { + "Background image": "Hintergrundbild" + }, + "Backlight device": { + "Backlight device": "Hintergrundbeleuchtungsgerät" + }, + "Balance power and performance": { + "Balance power and performance": "Energie und Leistung ausgleichen" + }, + "Balanced": { + "Balanced": "Ausgeglichen" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Ausgewählte Farbpalette mit Akzenten (Standard)." + }, + "Bar Configurations": { + "Bar Configurations": "Leistenkonfiguration" + }, + "Bar Shadows": { + "Bar Shadows": "Leistenschatten" + }, + "Bar Transparency": { + "Bar Transparency": "Leistentransparenz" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Basisfarbe für Schatten (Deckkraft wird automatisch angewendet)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Basisdauer für Animationen (ziehen, um Benutzerdefiniert zu verwenden)" + }, + "Battery": { + "Battery": "Batterie" + }, + "Battery %1": { + "Battery %1": "Akku %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Ladebegrenzung des Akkus" + }, + "Battery and power management": { + "Battery and power management": "Batterie- und Energieverwaltung" + }, + "Battery level and power management": { + "Battery level and power management": "Batteriestand und Energiemanagement" + }, + "Behavior": { + "Behavior": "Verhalten" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Bildschirmsperrung durch dbus Signal von loginctl. Deaktiviere bei externer Bildschirmsperre" + }, + "Binds Include Missing": { + "Binds Include Missing": "Bindings-Include fehlt" + }, + "Binds include added": { + "Binds include added": "Bindings-Include hinzugefügt" + }, + "Bit Depth": { + "Bit Depth": "Bittiefe" + }, + "Block Out": { + "Block Out": "Blockieren" + }, + "Block Out From": { + "Block Out From": "Blockieren von" + }, + "Block notifications": { + "Block notifications": "Blocke Benachrichtigungen" + }, + "Blocked": { + "Blocked": "Geblockt" + }, + "Blue light filter": { + "Blue light filter": "Blaulichtfilter" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Bluetooth Einstellungen" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth nicht verfügbar" + }, + "Blur Border Color": { + "Blur Border Color": "Rahmenfarbe der Unschärfe" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "Rahmendeckkraft der Unschärfe" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Hintergrundbild-Ebene weichzeichnen" + }, + "Blur on Overview": { + "Blur on Overview": "Unschärfe auf Übersicht" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Den Hintergrund hinter Leisten, Pop-outs, Modalen und Benachrichtigungen weichzeichnen. Erfordert Compositor-Unterstützung und Konfiguration." + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Hintergrundbild weichzeichnen, wenn Niri-Übersicht geöffnet ist" + }, + "Body": { + "Body": "Textkörper" + }, + "Border": { + "Border": "Rahmen" + }, + "Border Color": { + "Border Color": "Rahmenfarbe" + }, + "Border Opacity": { + "Border Opacity": "Transparenz des Rahmens" + }, + "Border Size": { + "Border Size": "Rahmengröße" + }, + "Border Thickness": { + "Border Thickness": "Rahmenstärke" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "Rahmenfarbe um weichgezeichnete Oberflächen" + }, + "Border with BG": { + "Border with BG": "Rahmen mit Hintergrund" + }, + "Bottom": { + "Bottom": "Unten" + }, + "Bottom Center": { + "Bottom Center": "Unten zentriert" + }, + "Bottom Left": { + "Bottom Left": "Unten links" + }, + "Bottom Right": { + "Bottom Right": "Unten rechts" + }, + "Bottom Section": { + "Bottom Section": "Unterer Bereich" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Unteres Dock für angepinnte und laufende Anwendungen" + }, + "Brightness": { + "Brightness": "Helligkeit" + }, + "Brightness Slider": { + "Brightness Slider": "Helligkeitsregler" + }, + "Brightness Value": { + "Brightness Value": "Helligkeitswert" + }, + "Brightness control not available": { + "Brightness control not available": "Helligkeits Regelung nicht verfügbar" + }, + "Browse": { + "Browse": "Durchsuchen" + }, + "Browse Files": { + "Browse Files": "Dateien durchsuchen" + }, + "Browse Plugins": { + "Browse Plugins": "Plugins durchsuchen" + }, + "Browse Themes": { + "Browse Themes": "Themes durchsuchen" + }, + "Browse or search plugins": { + "Browse or search plugins": "Plugins durchsuchen oder suchen" + }, + "Button Color": { + "Button Color": "Schaltflächenfarbe" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU-Diagramm" + }, + "CPU Temperature": { + "CPU Temperature": "CPU Temperatur" + }, + "CPU Usage": { + "CPU Usage": "CPU-Auslastung" + }, + "CPU temperature display": { + "CPU temperature display": "Anzeige der CPU-Temperatur" + }, + "CPU usage indicator": { + "CPU usage indicator": "CPU-Auslastungsindikator" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU, Speicher, Netzwerk und Laufwerk Monitor" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS-Warnung: Unsicherer Filter" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS-Warnung: Fehlender Filter" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS Drucker-Server" + }, + "CUPS not available": { + "CUPS not available": "CUPS nicht verfügbar" + }, + "Camera": { + "Camera": "Kamera" + }, + "Cancel": { + "Cancel": "Abbrechen" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Alle Aufträge für \"%1\" abbrechen?" + }, + "Canceled": { + "Canceled": "Abgebrochen" + }, + "Cannot pair": { + "Cannot pair": "Kann nicht koppeln" + }, + "Capabilities": { + "Capabilities": "Fähigkeiten" + }, + "Capacity": { + "Capacity": "Kapazität" + }, + "Caps Lock": { + "Caps Lock": "Feststelltaste" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Indikator für Feststelltaste" + }, + "Caps Lock is on": { + "Caps Lock is on": "Feststelltaste ist aktiviert" + }, + "Center Section": { + "Center Section": "Mittlerer Abschnitt" + }, + "Center Single Column": { + "Center Single Column": "Einzelne Spalte zentrieren" + }, + "Center Tiling": { + "Center Tiling": "Zentrierte Kachelung" + }, + "Certificate Password": { + "Certificate Password": "zertifiziertes Passwort" + }, + "Change Song": { + "Change Song": "Song wechseln" + }, + "Change Volume": { + "Change Volume": "Lautstärke ändern" + }, + "Change bar appearance": { + "Change bar appearance": "Ändere Leistenerscheinungsbild" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "Ändern Sie das Gebietsschema für die DMS-Benutzeroberfläche." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "Ändern Sie das Gebietsschema für die Datums- und Zeitformatierung, unabhängig von der Sprache der Benutzeroberfläche." + }, + "Channel": { + "Channel": "Kanal" + }, + "Charging": { + "Charging": "Aufladen" + }, + "Check for system updates": { + "Check for system updates": "Auf Systemupdates prüfen" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Synchronisierungsstatus bei Bedarf prüfen. Die Synchronisierung kopiert Ihr Design, Ihre Einstellungen und Ihre Hintergrundbildkonfiguration auf den Anmeldebildschirm. Authentifizierungsänderungen werden automatisch angewendet." + }, + "Checking for updates...": { + "Checking for updates...": "Suche nach Updates..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "Prüfen, ob eine Sudo-Authentifizierung erforderlich ist…" + }, + "Checking...": { + "Checking...": "Prüfung..." + }, + "Checking…": { + "Checking…": "Prüfen…" + }, + "Choose Color": { + "Choose Color": "Farbe" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Dunkelmodus-Farbe wählen" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Logo-Farbe des Dock-Launchers wählen" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Launcher Logo auswählen" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Hellmodus-Farbe wählen" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Hintergrundbild-Farbe wählen" + }, + "Choose a color": { + "Choose a color": "eine Farbe" + }, + "Choose colors from palette": { + "Choose colors from palette": "Farbe von Palette" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Wählen Sie aus, wie das Wetter-Widget angezeigt werden soll" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Wählen Sie aus, wie diese Leiste die Schattenrichtung bestimmt" + }, + "Choose icon": { + "Choose icon": "Symbol auswählen" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Hintergrundfarbe für Widgets" + }, + "Choose the border accent color": { + "Choose the border accent color": "Rahmenakzentfarbe auswählen" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Wähle das Logo des Launcher Knopfs in der DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Wähle wo auf dem Bildschirm Benachrichtigungen erscheinen" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Wählen Sie, wo Bildschirmanzeigen auf dem Bildschirm erscheinen" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Wählen Sie aus, welche Anzeigen dieses Widget anzeigen" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Wählen Sie aus, welcher Monitor die Sperrbildschirm-Oberfläche anzeigt. Andere Monitore zeigen eine Volltonfarbe zum Schutz vor OLED-Einbrennen an." + }, + "Chroma Style": { + "Chroma Style": "Chroma-Stil" + }, + "Cipher": { + "Cipher": "Verschlüsselung" + }, + "Circle": { + "Circle": "Kreis" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Klassen-Regex (z. B. ^firefox$)" + }, + "Clear": { + "Clear": "Löschen" + }, + "Clear All": { + "Clear All": "Alles löschen" + }, + "Clear All Jobs": { + "Clear All Jobs": "Alle Druckaufträge entfernen" + }, + "Clear History?": { + "Clear History?": "Verlauf löschen?" + }, + "Clear Sky": { + "Clear Sky": "Klarer Himmel" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Gesamten Verlauf beim Serverstart löschen" + }, + "Clear at Startup": { + "Clear at Startup": "Beim Start löschen" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Klicken Sie auf 'Setup', um %1 zu erstellen und das Include zur Konfiguration hinzuzufügen." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Klicken Sie auf 'Setup', um %1 zu erstellen und das Include zu Ihrer Compositor-Konfiguration hinzuzufügen." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Klicken Sie auf 'Setup', um die Cursor-Konfiguration zu erstellen und das Include zu Ihrer Compositor-Konfiguration hinzuzufügen." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Klicken Sie auf 'Setup', um die Ausgabekonfiguration zu erstellen und 'include' zu Ihrer Compositor-Konfiguration hinzuzufügen." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Klicken Sie auf Importieren, um eine .ovpn oder .conf hinzuzufügen" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Klicken Sie auf Aktualisieren, um den Status zu prüfen." + }, + "Click Through": { + "Click Through": "Durchklicken" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Klicken Sie auf eine beliebige Verknüpfung zum Bearbeiten. Änderungen werden in %1 gespeichert" + }, + "Click to capture": { + "Click to capture": "Zum Erfassen klicken" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Klicken, um eine benutzerdefinierte Theme-JSON-Datei auszuwählen" + }, + "Clip": { + "Clip": "Zuschneiden" + }, + "Clip to Geometry": { + "Clip to Geometry": "Auf Geometrie zuschneiden" + }, + "Clipboard": { + "Clipboard": "Zwischenablage" + }, + "Clipboard History": { + "Clipboard History": "Historie Zwischenablage" + }, + "Clipboard Manager": { + "Clipboard Manager": "Zwischenablage Manager" + }, + "Clipboard sent": { + "Clipboard sent": "Zwischenablage gesendet" + }, + "Clipboard service not available": { + "Clipboard service not available": "Service für Zwischenablage nicht verfügbar" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Zwischenablage funktioniert, aber nichts auf Festplatte gespeichert" + }, + "Clock": { + "Clock": "Uhr" + }, + "Clock Style": { + "Clock Style": "Uhrenstil" + }, + "Close": { + "Close": "Schließen" + }, + "Close All Windows": { + "Close All Windows": "Alle Fenster schließen" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Übersicht bei start des Launchers schließen" + }, + "Close Window": { + "Close Window": "Fenster schließen" + }, + "Color": { + "Color": "Farbe" + }, + "Color Gamut": { + "Color Gamut": "Farbraum" + }, + "Color Management": { + "Color Management": "Farbmanagement" + }, + "Color Mode": { + "Color Mode": "Farbmodus" + }, + "Color Override": { + "Color Override": "Farbe überschreiben" + }, + "Color Picker": { + "Color Picker": "Farbwähler" + }, + "Color Temperature": { + "Color Temperature": "Farbtemperatur" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Farbe auf Monitoren ohne Sperrbildschirm" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Farbe für primäre Aktionsschaltflächen" + }, + "Color temperature for day time": { + "Color temperature for day time": "Farbtemperatur für Tageszeit" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Farbtemperatur für Nachtmodus" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Farbschema für Syntax-Hervorhebung." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Farbschema für Syntax-Hervorhebung. %1 Schemata verfügbar." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Farbschema aus der DMS-Registry" + }, + "Colorful": { + "Colorful": "Farbenfroh" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Bunte Mischung aus hellen, kontrastreichen Akzenten." + }, + "Colorize Active": { + "Colorize Active": "Aktive einfärben" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Farben vom Hintergrundbild" + }, + "Column": { + "Column": "Spalte" + }, + "Column Display": { + "Column Display": "Spaltenanzeige" + }, + "Column Width": { + "Column Width": "Spaltenbreite" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "Kommagetrennte Liste von Sitzungsnamen zum Ausblenden. In Schrägstriche für Regex einschließen (z. B. /^_.*/)." + }, + "Command": { + "Command": "Befehl" + }, + "Commands": { + "Commands": "Befehle" + }, + "Communication": { + "Communication": "Kommunikation" + }, + "Community themes": { + "Community themes": "Community-Themes" + }, + "Compact": { + "Compact": "Kompakt" + }, + "Compact Mode": { + "Compact Mode": "Kompaktmodus" + }, + "Completed": { + "Completed": "Abgeschlossen" + }, + "Compositor": { + "Compositor": "Compositor" + }, + "Compositor Settings": { + "Compositor Settings": "Compositor-Einstellungen" + }, + "Compositor not supported": { + "Compositor not supported": "Compositor wird nicht unterstützt" + }, + "Config Format": { + "Config Format": "Konfigurationsformat" + }, + "Config action: %1": { + "Config action: %1": "Konfigurationsaktion: %1" + }, + "Config validation failed": { + "Config validation failed": "Validierung der Konfiguration fehlgeschlagen" + }, + "Configuration": { + "Configuration": "Konfiguration" + }, + "Configuration activated": { + "Configuration activated": "Konfiguration wurde aktiviert" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Konfiguration wird beibehalten wenn der Monitor wieder angeschlossen wird" + }, + "Configure": { + "Configure": "Konfigurieren" + }, + "Configure Keybinds": { + "Configure Keybinds": "Tastenkombinationen konfigurieren" + }, + "Configure a new printer": { + "Configure a new printer": "Neuen Drucker einrichten" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Konfiguriere Icons für benannte Workspaces. Icons haben eine höhere Priorität als Nummern, wenn beide aktiviert sind." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Suchkriterien und Aktionen konfigurieren" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Konfigurieren, auf welchen Displays \"%1\" angezeigt wird" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Konfiguriere, welche Bildschirme Shell-Komponenten anzeigen" + }, + "Confirm": { + "Confirm": "Bestätigung" + }, + "Confirm Delete": { + "Confirm Delete": "Löschen bestätigen" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Bestätige neue Monitoreinstellung" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Bestätige Passkey für " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "In Konflikt mit: %1" + }, + "Connect": { + "Connect": "Verbinden" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Mit verborgenem Netzwerk verbinden" + }, + "Connect to VPN": { + "Connect to VPN": "Mit VPN verbinden" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "WLAN verbinden" + }, + "Connected": { + "Connected": "Verbunden" + }, + "Connected Device": { + "Connected Device": "Verbundenes Gerät" + }, + "Connected Displays": { + "Connected Displays": "Verbundene Bildschirme" + }, + "Connecting to Device": { + "Connecting to Device": "Verbinde Gerät" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Verbinden..." + }, + "Connection failed": { + "Connection failed": "Verbindung fehlgeschlagen" + }, + "Contains": { + "Contains": "Enthält" + }, + "Content": { + "Content": "Inhalt" + }, + "Content copied": { + "Content copied": "Inhalt kopiert" + }, + "Contrast": { + "Contrast": "Kontrast" + }, + "Control Center": { + "Control Center": "Kontrollzentrum" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Kachelfarbe des Kontrollzentrums" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Animationsdauer für Benachrichtigungs-Popups und Verlauf steuern" + }, + "Control currently playing media": { + "Control currently playing media": "Aktuelle Medienwiedergabe steuern" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Steuern Sie, welche Benachrichtigungsinformationen auf dem Sperrbildschirm angezeigt werden" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Steuern Sie, welche Plugins im Modus 'Alle' ohne Trigger-Präfix erscheinen. Zum Neuanordnen ziehen." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Arbeitsbereiche und Spalten durch Scrollen auf der Leiste steuern" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Steuert die Deckkraft aller Popouts, Modals und deren Inhaltsebenen" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "Steuert die Schattenwurfrichtung für Erhebungsebenen" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "Steuert den Basis-Unschärferadius und den Versatz von Schatten" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Steuert die Transparenz des Schattens" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "Komfortoptionen für den Anmeldebildschirm. Synchronisieren zum Anwenden." + }, + "Cooldown": { + "Cooldown": "Abkühlzeit" + }, + "Copied GIF": { + "Copied GIF": "GIF kopiert" + }, + "Copied MP4": { + "Copied MP4": "MP4 kopiert" + }, + "Copied WebP": { + "Copied WebP": "WebP kopiert" + }, + "Copied to clipboard": { + "Copied to clipboard": "In Zwischenablage kopiert" + }, + "Copied!": { + "Copied!": "Kopiert!" + }, + "Copy": { + "Copy": "Kopieren" + }, + "Copy Content": { + "Copy Content": "Inhalt kopieren" + }, + "Copy Full Command": { + "Copy Full Command": "Vollständigen Befehl kopieren" + }, + "Copy HTML": { + "Copy HTML": "HTML kopieren" + }, + "Copy Name": { + "Copy Name": "Name kopieren" + }, + "Copy PID": { + "Copy PID": "PID kopieren" + }, + "Copy Text": { + "Copy Text": "Text kopieren" + }, + "Copy path": { + "Copy path": "Pfad kopieren" + }, + "Corner Radius": { + "Corner Radius": "Abrundungsradius" + }, + "Corner Radius Override": { + "Corner Radius Override": "Abrundung überschreiben" + }, + "Corners & Background": { + "Corners & Background": "Ecken & Hintergrund" + }, + "Count Only": { + "Count Only": "Nur Anzahl" + }, + "Cover Open": { + "Cover Open": "Abdeckung offen" + }, + "Create": { + "Create": "Erzeuge" + }, + "Create Dir": { + "Create Dir": "Ordner erstellen" + }, + "Create Printer": { + "Create Printer": "Drucker anlegen" + }, + "Create Window Rule": { + "Create Window Rule": "Erzeuge Fensterregel" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "Neue %1-Sitzung erstellen (n)" + }, + "Create rule for:": { + "Create rule for:": "Erzeuge Regel für:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Regeln erstellen, um Benachrichtigungen stummzuschalten, zu ignorieren, im Verlauf auszublenden oder die Priorität zu überschreiben. Standardmäßig wird nur die Priorität überschrieben; Benachrichtigungen werden weiterhin normal angezeigt." + }, + "Creating...": { + "Creating...": "erzeugen..." + }, + "Critical Priority": { + "Critical Priority": "Kritische Priorität" + }, + "Current": { + "Current": "Aktuell" + }, + "Current Items": { + "Current Items": "Aktuelle Einträge" + }, + "Current Locale": { + "Current Locale": "Aktuelles Gebietsschema" + }, + "Current Monitor": { + "Current Monitor": "Aktueller Monitor" + }, + "Current Period": { + "Current Period": "Aktuelle Periode" + }, + "Current Status": { + "Current Status": "Aktueller Status" + }, + "Current Temp": { + "Current Temp": "Aktuelle Temperatur" + }, + "Current Theme: %1": { + "Current Theme: %1": "Aktuelles Theme: %1" + }, + "Current Weather": { + "Current Weather": "Aktuelles Wetter" + }, + "Current Workspace": { + "Current Workspace": "Aktuelle Arbeitsfläche" + }, + "Current time and date display": { + "Current time and date display": "Aktuelle Zeit / Datum Anzeige" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Aktuelle Wetter- und Temperaturbedingungen" + }, + "Current: %1": { + "Current: %1": "Aktuell: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Cursor-Konfiguration nicht konfiguriert" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Cursor-Include fehlt" + }, + "Cursor Size": { + "Cursor Size": "Cursor-Größe" + }, + "Cursor Theme": { + "Cursor Theme": "Cursor-Design" + }, + "Custom": { + "Custom": "Individuell" + }, + "Custom Color": { + "Custom Color": "Benutzerdefinierte Farbe" + }, + "Custom Duration": { + "Custom Duration": "Anpassung der Dauer" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Benutzerdefinierter Ruhezustandsbefehl" + }, + "Custom Location": { + "Custom Location": "Individueller Ort" + }, + "Custom Lock Command": { + "Custom Lock Command": "Anpassung des Sperr-Befehls" + }, + "Custom Logout Command": { + "Custom Logout Command": "Anpassung des Logout-Befehls" + }, + "Custom Name": { + "Custom Name": "Benutzerdefinierter Name" + }, + "Custom Power Actions": { + "Custom Power Actions": "Benutzerdefinierte Energieoptionen" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Anpassung des Ausschalt-Befehls" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Anpassung des Neustart-Befehls" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Benutzerdefinierte Schattenfarbe" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Benutzerdefinierte Schatten-Überschreibung" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Benutzerdefinierter Bereitschaftsbefehl" + }, + "Custom Transparency": { + "Custom Transparency": "Individuelle Transparenz" + }, + "Custom power profile": { + "Custom power profile": "Benutzerdefiniertes Energieprofil" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Benutzerdefiniertes Theme aus JSON-Datei geladen" + }, + "Custom...": { + "Custom...": "Benutzerdefiniert..." + }, + "Custom: ": { + "Custom: ": "Individuell: " + }, + "Customizable empty space": { + "Customizable empty space": "Spezifischer leerer Platz" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Wählbare Energieoptionen im Power Menü anpassen" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI-Monitor" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "DEMO MODUS - Irgendwo klicken um abzubrechen" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS Plugin Manager nicht verfügbar" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "DMS-Kurzbefehle" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "DMS-Greeter benötigt: greetd, dms-greeter. Fingerabdruck: fprintd, pam_fprintd. Sicherheitsschlüssel: pam_u2f. Fügen Sie Ihren Benutzer der Gruppe „greeter“ hinzu. Authentifizierungsänderungen werden automatisch angewendet und können ein Terminal öffnen, wenn eine Sudo-Authentifizierung erforderlich ist." + }, + "DMS out of date": { + "DMS out of date": "DMS ist veraltet" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "DMS-Dienst ist nicht verbunden. Zwischenablage-Einstellungen sind nicht verfügbar." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS Shell Aktionen (Launcher, Zwischenablage, etc.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET nicht verfügbar" + }, + "DWL service not available": { + "DWL service not available": "DWL Service ist nicht verfügbar" + }, + "Daily": { + "Daily": "Täglich" + }, + "Daily at:": { + "Daily at:": "Täglich um:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell ist einsatzbereit" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell & System Icons (Neutstart erforderlich)" + }, + "Dark Mode": { + "Dark Mode": "Dunkler Modus" + }, + "Dark mode base": { + "Dark mode base": "Dunkelmodus Basis" + }, + "Dark mode harmony": { + "Dark mode harmony": "Dunkelmodus Harmonie" + }, + "Darken Modal Background": { + "Darken Modal Background": "Modalen Hintergrund abdunkeln" + }, + "Date Format": { + "Date Format": "Datumsformat" + }, + "Date format": { + "Date format": "Datumsformat" + }, + "Date format on greeter": { + "Date format on greeter": "Datumsformat im Greeter" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Morgendämmerung (Astronomische Dämmerung)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Morgendämmerung (Bürgerliche Dämmerung)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Morgendämmerung (Nautische Dämmerung)" + }, + "Day Date": { + "Day Date": "Tag Datum" + }, + "Day Month Date": { + "Day Month Date": "Tag Monat Datum" + }, + "Day Temperature": { + "Day Temperature": "Farbtemperatur am Tag" + }, + "Daytime": { + "Daytime": "Tageszeit" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "Standard" + }, + "Default (Black)": { + "Default (Black)": "Standard (Schwarz)" + }, + "Default Width (%)": { + "Default Width (%)": "Standardbreite (%)" + }, + "Default selected action": { + "Default selected action": "Vorausgewählte Energieoption" + }, + "Defaults": { + "Defaults": "Standards" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Regeln für das Fensterverhalten definieren. Speichert in %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Löschen • Shift+Del: Alles löschen • 1-9: Aktionen • F10: Hilfe • Esc: Schließen" + }, + "Delete": { + "Delete": "Löschen" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "\"%1\" löschen?" + }, + "Delete Class": { + "Delete Class": "Klasse löschen" + }, + "Delete Printer": { + "Delete Printer": "Drucker löschen" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Gespeichertes Element löschen?" + }, + "Delete VPN": { + "Delete VPN": "VPN löschen" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Klasse \"%1\" löschen?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Profil \"%1\" löschen?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Abhängigkeiten & Dokumentation" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Leitet Farben ab, die eng mit dem darunter liegenden Bild übereinstimmen." + }, + "Description": { + "Description": "Beschreibung" + }, + "Desktop": { + "Desktop": "Desktop" + }, + "Desktop Clock": { + "Desktop Clock": "Desktop Uhr" + }, + "Desktop Entry": { + "Desktop Entry": "Desktop-Eintrag" + }, + "Desktop Widget": { + "Desktop Widget": "Desktop Widget" + }, + "Desktop Widgets": { + "Desktop Widgets": "Desktop Widgets" + }, + "Desktop background images": { + "Desktop background images": "Desktop-Hintergrundbilder" + }, + "Detailed": { + "Detailed": "Detailliert" + }, + "Details for \"%1": { + "Details for \"%1\"": "Details für \"%1\"" + }, + "Development": { + "Development": "Entwicklung" + }, + "Device": { + "Device": "Gerät" + }, + "Device connections": { + "Device connections": "Geräteverbindungen" + }, + "Device names updated": { + "Device names updated": "Gerätenamen aktualisiert" + }, + "Device paired": { + "Device paired": "Gerät verbunden" + }, + "Device unpaired": { + "Device unpaired": "Gerät entkoppelt" + }, + "Digital": { + "Digital": "Digital" + }, + "Direction Source": { + "Direction Source": "Richtungsquelle" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Automatische Verbindung deaktivieren" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Integrierte Hintergrundbilder deaktivieren" + }, + "Disable History Persistence": { + "Disable History Persistence": "Verlaufsspeicherung deaktivieren" + }, + "Disable Output": { + "Disable Output": "Ausgabe deaktivieren" + }, + "Disabled": { + "Disabled": "Deaktiviert" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "deaktiviere WLAN..." + }, + "Disc": { + "Disc": "Scheibe" + }, + "Discard": { + "Discard": "Verwerfen" + }, + "Discharging": { + "Discharging": "Entlädt" + }, + "Disconnect": { + "Disconnect": "Trennen" + }, + "Disconnected": { + "Disconnected": "Getrennt" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "WLAN Verbindung unterbrochen" + }, + "Discover Devices": { + "Discover Devices": "Geräte suchen" + }, + "Disk": { + "Disk": "Festplatte" + }, + "Disk I/O": { + "Disk I/O": "Laufwerks-E/A" + }, + "Disk Usage": { + "Disk Usage": "Datenträgerauslastung" + }, + "Disk Usage Display": { + "Disk Usage Display": "Speicherplatzanzeige" + }, + "Disks": { + "Disks": "Laufwerke" + }, + "Dismiss": { + "Dismiss": "Ausblenden" + }, + "Display": { + "Display": "Anzeige" + }, + "Display Assignment": { + "Display Assignment": "Monitorzuweisung" + }, + "Display Control": { + "Display Control": "Anzeigesteuerung" + }, + "Display Name Format": { + "Display Name Format": "Anzeige-Namensformat" + }, + "Display Profiles": { + "Display Profiles": "Anzeigeprofile" + }, + "Display Settings": { + "Display Settings": "Monitoreinstellungen" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Ein Dock mit angehefteten und laufenden Anwendungen anzeigen" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Zeige alle Prioritäten über Fullscreen-Anwendungen" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "DWL-Layouts anzeigen und wechseln" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Anwendungssymbole in Arbeitsbereichs-Indikatoren anzeigen" + }, + "Display brightness control": { + "Display brightness control": "Zeige Helligkeitseinstellung" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Monitoreinstellung nicht verfügbar. WLR Ausgabe Protokoll wird nicht unterstützt." + }, + "Display currently focused application title": { + "Display currently focused application title": "Zeige aktuell fokussierten Anwendungstitel" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Stündliche Wettervorhersagen anzeigen" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Nur Arbeitsbereiche anzeigen, die Fenster enthalten" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Zeige Energieoptionen als Raster anstatt von einer Liste" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Sekunden in Uhr anzeigen" + }, + "Display the power system menu": { + "Display the power system menu": "System-Energiemenü anzeigen" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Lautstärke- und Helligkeitsprozente in OSD-Popups anzeigen" + }, + "Displays": { + "Displays": "Bildschirme" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Anzahl der Anzeigen, wenn Überlauf aktiv ist" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Zeigt aktives Tastaturlayout und erlaubt Umschaltung" + }, + "Distribution": { + "Distribution": "Distribution" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Vielfältige Palette, die das gesamte Spektrum abdeckt." + }, + "Do Not Disturb": { + "Do Not Disturb": "Nicht stören" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock & Launcher" + }, + "Dock Transparency": { + "Dock Transparency": "Dock Transparenz" + }, + "Dock Visibility": { + "Dock Visibility": "Dock-Sichtbarkeit" + }, + "Docs": { + "Docs": "Dokumentation" + }, + "Documents": { + "Documents": "Dokumente" + }, + "Domain (optional)": { + "Domain (optional)": "Domain (optional)" + }, + "Don't Change": { + "Don't Change": "Nicht ändern" + }, + "Don't Save": { + "Don't Save": "Nicht speichern" + }, + "Door Open": { + "Door Open": "Klappe offen" + }, + "Downloads": { + "Downloads": "Downloads" + }, + "Drag to Reorder": { + "Drag to Reorder": "Zum Neuanordnen ziehen" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Ziehen Sie Widgets, um sie innerhalb von Abschnitten neu anzuordnen. Verwenden Sie das Augensymbol, um Widgets auszublenden/anzuzeigen (behält den Abstand bei), oder X, um sie vollständig zu entfernen." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Arbeitsbereich-Indikatoren ziehen, um sie neu anzuordnen" + }, + "Driver": { + "Driver": "Treiber" + }, + "Drizzle": { + "Drizzle": "Nieselregen" + }, + "Duplicate": { + "Duplicate": "Duplizieren" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Hintergrundbild mit Unschärfe duplizieren" + }, + "Duration": { + "Duration": "Dauer" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Abenddämmerung (Astronomische Dämmerung)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Abenddämmerung (Bürgerliche Dämmerung)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Abenddämmerung (Nautische Dämmerung)" + }, + "Dynamic": { + "Dynamic": "Dynamisch" + }, + "Dynamic Properties": { + "Dynamic Properties": "Dynamische Eigenschaften" + }, + "Dynamic Theming": { + "Dynamic Theming": "Dynamisches Theming" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Dynamische Farben von Hintergrundbild" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Dynamische Farben, Voreinstellungen" + }, + "Edge Spacing": { + "Edge Spacing": "Randabstand" + }, + "Edit App": { + "Edit App": "App bearbeiten" + }, + "Edit Window Rule": { + "Edit Window Rule": "Bearbeite Fensterregel" + }, + "Education": { + "Education": "Bildung" + }, + "Empty": { + "Empty": "Leer" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "10-Bit-Farbtiefe für einen breiteren Farbraum und HDR-Unterstützung aktivieren" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Automatische Verbindung aktivieren" + }, + "Enable Bar": { + "Enable Bar": "Aktiviere Leiste" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "\"Bitte nicht stören\" aktivieren" + }, + "Enable History": { + "Enable History": "Verlauf aktivieren" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Übersichts-Overlay aktivieren" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Wellen-Effekte aktivieren" + }, + "Enable System Sounds": { + "Enable System Sounds": "Aktiviere Systemtöne" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Video-Bildschirmschoner aktivieren" + }, + "Enable Weather": { + "Enable Weather": "Wetter aktivieren" + }, + "Enable WiFi": { + "Enable WiFi": "WiFi aktivieren" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Aktivieren Sie unten eine benutzerdefinierte Überschreibung, um Schattenintensität, Deckkraft und Farbe pro Leiste festzulegen." + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Compositor-zielbaren Weichzeichner-Layer aktivieren (Namespace: dms:blurwallpaper). Erfordert manuelle Niri-Konfiguration." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Fingerabdruck bei Anmeldung aktivieren" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Aktiviere Fingerabdruck Authentifizierung" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Fingerabdruck oder Sicherheitsschlüssel für DMS-Greeter aktivieren. Authentifizierungsänderungen werden automatisch angewendet." + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Loginctl‑Sperrintegration aktivieren" + }, + "Enable security key at login": { + "Enable security key at login": "Sicherheitsschlüssel bei Anmeldung aktivieren" + }, + "Enable security key authentication": { + "Enable security key authentication": "Authentifizierung per Sicherheitsschlüssel aktivieren" + }, + "Enabled": { + "Enabled": "Aktiviert" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "Aktiviert, aber die Verfügbarkeit des Fingerabdrucks konnte nicht bestätigt werden." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "Aktiviert, aber es wurde kein Fingerabdruckleser erkannt." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "Aktiviert, aber es sind noch keine Abdrücke registriert. Authentifizierungsänderungen werden automatisch angewendet, sobald Sie Fingerabdrücke registrieren." + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Aktiviert, aber es sind noch keine Abdrücke registriert. Fingerabdrücke registrieren und Sync ausführen." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "Aktiviert, aber es wurde noch kein registrierter Sicherheitsschlüssel gefunden. Authentifizierungsänderungen werden automatisch angewendet, sobald Ihr Schlüssel registriert oder Ihre U2F-Konfiguration aktualisiert wurde." + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "Aktiviert, aber es wurde noch kein registrierter Sicherheitsschlüssel gefunden. Einen Schlüssel registrieren und Sync ausführen." + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "Aktiviert, aber die Verfügbarkeit des Sicherheitsschlüssels konnte nicht bestätigt werden." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "Aktiviert. PAM bietet bereits Fingerabdruck-Authentifizierung." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "Aktiviert. PAM bietet bereits Sicherheitsschlüssel-Authentifizierung." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Aktiviert. PAM bietet Fingerabdruck-Authentifizierung, aber es sind noch keine Abdrücke registriert." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "aktiviere WLAN..." + }, + "End": { + "End": "Ende" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Vergrößern beim Drüberfahren" + }, + "Enlargement %": { + "Enlargement %": "Vergrößerung %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "6-stelligen Passkey eingeben" + }, + "Enter PIN": { + "Enter PIN": "PIN eingeben" + }, + "Enter PIN for ": { + "Enter PIN for ": "PIN eingeben für " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "URL oder Text zum Teilen eingeben" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Neuen Namen für Sitzung \"%1\" eingeben" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Geben Sie einen neuen Namen für diesen Arbeitsbereich ein" + }, + "Enter command or script path": { + "Enter command or script path": "Befehl oder Skriptpfad eingeben" + }, + "Enter credentials for ": { + "Enter credentials for ": "Passworteingabe für " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Individuelles Sperrbildschirm-Format (bspw. dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Individuelles oberes Leistenformat (bspw. ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Gerätenamen eingeben..." + }, + "Enter filename...": { + "Enter filename...": "Dateiname eingeben..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Startpräfix eingeben (z. B. 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Netzwerkname und Passwort eingeben" + }, + "Enter passkey for ": { + "Enter passkey for ": "Passkey eingeben für " + }, + "Enter password for ": { + "Enter password for ": "Passworteingabe für " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Geben Sie diesen Passkey ein auf " + }, + "Enter to Paste": { + "Enter to Paste": "Eingabetaste zum Einfügen" + }, + "Enterprise": { + "Enterprise": "Enterprise" + }, + "Entry pinned": { + "Entry pinned": "Eintrag angeheftet" + }, + "Entry unpinned": { + "Entry unpinned": "Eintrag losgeheftet" + }, + "Environment Variables": { + "Environment Variables": "Umgebungsvariablen" + }, + "Error": { + "Error": "Fehler" + }, + "Errors": { + "Errors": "Fehler" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Exakt" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Exklusives Zonenoffset" + }, + "Experimental Feature": { + "Experimental Feature": "Experimentelle Funktion" + }, + "Explore": { + "Explore": "Erkunden" + }, + "Exponential": { + "Exponential": "Exponentiell" + }, + "Expressive": { + "Expressive": "Expressiv" + }, + "Extend battery life": { + "Extend battery life": "Akkulaufzeit verlängern" + }, + "Extensible architecture": { + "Extensible architecture": "Erweiterbare Architektur" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Externe Hintergrundbild Verwaltung" + }, + "Extra Arguments": { + "Extra Arguments": "Zusätzliche Argumente" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Umschalten • F10: Hilfe" + }, + "Fade": { + "Fade": "Überblenden" + }, + "Fade to lock screen": { + "Fade to lock screen": "Zum Sperrbildschirm überblenden" + }, + "Fade to monitor off": { + "Fade to monitor off": "Ausblenden bis Monitor aus" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Kopplung konnte nicht akzeptiert werden" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Fehler beim aktivieren der Konfiguration" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Profil konnte nicht aktiviert werden - Datei nicht gefunden" + }, + "Failed to add binds include": { + "Failed to add binds include": "Hinzufügen des Bindings-Includes fehlgeschlagen" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Drucker konnte der Klasse nicht hinzugefügt werden" + }, + "Failed to browse device": { + "Failed to browse device": "Gerät konnte nicht durchsucht werden" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Fehler beim widerrufen der Druckaufträge" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Fehler beim widerrufen des ausgewählten Druckauftrages" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "Fehler beim Suchen nach Updates:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Anheftungsbegrenzung konnte nicht überprüft werden" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "VPN-Verbindung fehlgeschlagen" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Verbindung zu %1 fehlgeschlagen" + }, + "Failed to copy entry": { + "Failed to copy entry": "Eintrag konnte nicht kopiert werden" + }, + "Failed to create printer": { + "Failed to create printer": "Fehler beim anlegen des Druckers" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Profilverzeichnis konnte nicht erstellt werden" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Fehler beim löschen des VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Klasse konnte nicht gelöscht werden" + }, + "Failed to delete printer": { + "Failed to delete printer": "Fehler beim löschen des Druckers" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Auftragsannahme konnte nicht deaktiviert werden" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Fehler beim deaktivieren des Nachtmodus" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "VPN-Trennung fehlgeschlagen" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Trennen der VPNs fehlgeschlagen" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Fehler beim unterbrechen der WLAN Verbindung" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Fehler beim aktivieren der IP Ortung" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Fehler beim aktivieren von WLAN" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Auftragsannahme konnte nicht aktiviert werden" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Nachtmodus konnte nicht aktiviert werden" + }, + "Failed to hold job": { + "Failed to hold job": "Auftrag konnte nicht angehalten werden" + }, + "Failed to import VPN": { + "Failed to import VPN": "Fehler beim importieren des VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "SMS-App konnte nicht gestartet werden" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Fehler beim laden der VPN-Konfiguration" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Zwischenablage-Konfiguration konnte nicht geladen werden." + }, + "Failed to move job": { + "Failed to move job": "Auftrag konnte nicht verschoben werden" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "plugin_settings.json konnte nicht geparst werden" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "session.json konnte nicht geparst werden" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "settings.json konnte nicht geparst werden" + }, + "Failed to pause printer": { + "Failed to pause printer": "Fehler beim Pausieren des Druckers" + }, + "Failed to pin entry": { + "Failed to pin entry": "Eintrag konnte nicht angeheftet werden" + }, + "Failed to print test page": { + "Failed to print test page": "Fehler beim Drucken der Testseite" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Kopplung konnte nicht abgelehnt werden" + }, + "Failed to remove device": { + "Failed to remove device": "Gerät entfernen fehlgeschlagen" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Tastenkürzel konnte nicht entfernt werden" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Drucker konnte nicht aus der Klasse entfernt werden" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Neustart des Audiosystems fehlgeschlagen" + }, + "Failed to restart job": { + "Failed to restart job": "Auftrag konnte nicht neu gestartet werden" + }, + "Failed to resume printer": { + "Failed to resume printer": "Fehler bei der Wiederaufnahme des Druckauftrages" + }, + "Failed to ring device": { + "Failed to ring device": "Gerät konnte nicht klingeln gelassen werden" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Fehler beim Ausführen von 'dms greeter status'. Stellen Sie sicher, dass DMS installiert ist und dms im PATH liegt." + }, + "Failed to save audio config": { + "Failed to save audio config": "Speichern der Audiokonfiguration fehlgeschlagen" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Zwischenablage-Einstellung konnte nicht gespeichert werden" + }, + "Failed to save keybind": { + "Failed to save keybind": "Tastenkürzel konnte nicht gespeichert werden" + }, + "Failed to save profile file": { + "Failed to save profile file": "Profildatei konnte nicht gespeichert werden" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Zwischenablage konnte nicht gesendet werden" + }, + "Failed to send file": { + "Failed to send file": "Datei senden fehlgeschlagen" + }, + "Failed to send ping": { + "Failed to send ping": "Ping konnte nicht gesendet werden" + }, + "Failed to set brightness": { + "Failed to set brightness": "Helligkeit konnte nicht eingestellt werden" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Standort für Nachtmodus konnte nicht eingestellt werden" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Zeitplan für Nachtmodus konnte nicht eingestellt werden" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Farbtemperatur für Nachtmodus konnte nicht eingestellt werden" + }, + "Failed to set power profile": { + "Failed to set power profile": "Energieprofil konnte nicht festgelegt werden" + }, + "Failed to set profile image": { + "Failed to set profile image": "Fehler beim setzen des Profilbildes" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Profilbild konnte nicht gesetzt werden: %1" + }, + "Failed to share": { + "Failed to share": "Teilen fehlgeschlagen" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Start der Verbindung zu %1 fehlgeschlagen" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Eintrag konnte nicht losgeheftet werden" + }, + "Failed to update VPN": { + "Failed to update VPN": "Fehler beim updaten des VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Aktualisierung der automatischen Verbindung fehlgeschlagen" + }, + "Failed to update description": { + "Failed to update description": "Beschreibung konnte nicht aktualisiert werden" + }, + "Failed to update location": { + "Failed to update location": "Standort konnte nicht aktualisiert werden" + }, + "Failed to update sharing": { + "Failed to update sharing": "Freigabe konnte nicht aktualisiert werden" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Temporäre Datei zur Validierung konnte nicht geschrieben werden" + }, + "Features": { + "Features": "Funktionen" + }, + "Feels": { + "Feels": "Gefühlt" + }, + "Feels Like": { + "Feels Like": "Gefühlte Temperatur" + }, + "Feels Like %1°": { + "Feels Like %1°": "Gefühlt %1°" + }, + "Fidelity": { + "Fidelity": "Originaltreue" + }, + "Field": { + "Field": "Feld" + }, + "File": { + "File": "Datei" + }, + "File Already Exists": { + "File Already Exists": "Datei existiert bereits" + }, + "File Information": { + "File Information": "Dateiinformation" + }, + "File received from": { + "File received from": "Datei empfangen von" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Dateisuche erfordert dsearch\nVon github.com/AvengeMedia/danksearch installieren" + }, + "Files": { + "Files": "Dateien" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Dateisystem-Nutzungsüberwachung" + }, + "Fill": { + "Fill": "Füllen" + }, + "Find in Text": { + "Find in Text": "In Text suchen" + }, + "Find in note...": { + "Find in note...": "In Notiz suchen..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "Verfügbarkeit des Fingerabdrucks konnte nicht bestätigt werden." + }, + "Fingerprint error": { + "Fingerprint error": "Fingerabdruckfehler" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "Fingerabdruckfehler: %1" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "Fingerabdruck nicht erkannt (%1/%2). Bitte versuchen Sie es erneut oder verwenden Sie das Passwort." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Fingerabdruckleser erkannt, aber es sind noch keine Abdrücke registriert. Sie können dies jetzt aktivieren und später registrieren." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "Fingerabdruckleser erkannt, aber es sind noch keine Abdrücke registriert. Sie können dies jetzt aktivieren und später Sync ausführen." + }, + "Finish": { + "Finish": "Abschließen" + }, + "First Day of Week": { + "First Day of Week": "Erster Wochentag" + }, + "First Time Setup": { + "First Time Setup": "Ersteinrichtung" + }, + "Fit": { + "Fit": "Anpassen" + }, + "Fix Now": { + "Fix Now": "Jetzt beheben" + }, + "Fixing...": { + "Fixing...": "Behebe..." + }, + "Flags": { + "Flags": "Flags" + }, + "Flipped": { + "Flipped": "Gespiegelt" + }, + "Flipped 180°": { + "Flipped 180°": "Gespiegelt 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Gespiegelt 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Gespiegelt 90°" + }, + "Float": { + "Float": "Schwebend" + }, + "Focus": { + "Focus": "Fokus" + }, + "Focus at Startup": { + "Focus at Startup": "Fokus beim Start" + }, + "Focused Border": { + "Focused Border": "Fokussierter Rand" + }, + "Focused Color": { + "Focused Color": "Fokussierte Farbe" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Nur fokussierter Monitor" + }, + "Focused Window": { + "Focused Window": "Fokussiertes Fenster" + }, + "Focused monitor only": { + "Focused monitor only": "Nur fokussierter Monitor" + }, + "Fog": { + "Fog": "Nebel" + }, + "Folder": { + "Folder": "Ordner" + }, + "Folders": { + "Folders": "Ordner" + }, + "Follow DMS background color": { + "Follow DMS background color": "DMS-Hintergrundfarbe folgen" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Monitorfokus folgen" + }, + "Follow focus": { + "Follow focus": "Fokus folgen" + }, + "Font": { + "Font": "Schriftart" + }, + "Font Family": { + "Font Family": "Schriftart" + }, + "Font Scale": { + "Font Scale": "Schriftskalierung" + }, + "Font Size": { + "Font Size": "Schriftgrösse" + }, + "Font Weight": { + "Font Weight": "Schriftstärke" + }, + "Font used on the login screen": { + "Font used on the login screen": "Auf dem Anmeldebildschirm verwendete Schriftart" + }, + "Force HDR": { + "Force HDR": "HDR erzwingen" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Beenden erzwingen (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Breiten Farbraum erzwingen" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Terminalanwendungen zwingen immer dunkle Farbschemata zu verwenden" + }, + "Forecast": { + "Forecast": "Vorhersage" + }, + "Forecast Days": { + "Forecast Days": "Vorhersagetage" + }, + "Forecast Not Available": { + "Forecast Not Available": "Vorhersage nicht verfügbar" + }, + "Forever": { + "Forever": "Dauerhaft" + }, + "Forget": { + "Forget": "Vergessen" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "\"%1\" vergessen?" + }, + "Forget Device": { + "Forget Device": "Gerät vergessen" + }, + "Forget Network": { + "Forget Network": "Netzwerk vergessen" + }, + "Forgot network %1": { + "Forgot network %1": "Netzwerk %1 vergessen" + }, + "Format Legend": { + "Format Legend": "Legende formatieren" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "Ein Paket zum Aktualisieren gefunden:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "%1 Pakete zum Aktualisieren gefunden:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "VRAM/Speicher freigeben, wenn der Launcher geschlossen wird. Kann beim erneuten Öffnen zu einer leichten Verzögerung führen." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Gefrierender Nieselregen" + }, + "Frequency": { + "Frequency": "Frequenz" + }, + "Fruit Salad": { + "Fruit Salad": "Obstsalat" + }, + "Full Command:": { + "Full Command:": "Vollständiger Befehl:" + }, + "Full Content": { + "Full Content": "Vollständiger Inhalt" + }, + "Full Day & Month": { + "Full Day & Month": "Ganzer Tag & Monat" + }, + "Full with Year": { + "Full with Year": "Vollständig mit Jahr" + }, + "Fullscreen": { + "Fullscreen": "Vollbild" + }, + "Fullscreen Only": { + "Fullscreen Only": "Nur Vollbild" + }, + "Fully Charged": { + "Fully Charged": "Komplett geladen" + }, + "Fun": { + "Fun": "Spaß" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: Gitter • Z/X: Größe" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "GPU-Überwachung" + }, + "GPU Temperature": { + "GPU Temperature": "GPU Temperatur" + }, + "GPU temperature display": { + "GPU temperature display": "GPU-Temperaturanzeige" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDEs, mehr" + }, + "Games": { + "Games": "Spiele" + }, + "Gamma Control": { + "Gamma Control": "Gamma-Steuerung" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Gamma-Steuerung nicht verfügbar. Erfordert DMS API v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Basis-GTK3/4- oder QT5/QT6-Konfigurationen (erfordert qt6ct-kde) erstellen, um DMS-Farben zu folgen. Nur einmal erforderlich.

Es wird empfohlen, adw-gtk3 vor der Anwendung von GTK-Themes zu konfigurieren." + }, + "Generic": { + "Generic": "Generisch" + }, + "Get Started": { + "Get Started": "Erste Schritte" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Alle Animationsdauern global skalieren" + }, + "Golden Hour": { + "Golden Hour": "Goldene Stunde" + }, + "Good": { + "Good": "Gut" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Goth-Eckenradius" + }, + "Goth Corners": { + "Goth Corners": "Goth Ecken" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Den Bildschirm vor dem Sperren schrittweise ausblenden mit einer konfigurierbaren Schonfrist" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Bildschirm schrittweise ausblenden, bevor die Monitore mit einer konfigurierbaren Schonfrist ausgeschaltet werden" + }, + "Graph Time Range": { + "Graph Time Range": "Zeitbereich des Diagramms" + }, + "Graphics": { + "Graphics": "Grafik" + }, + "Greeter": { + "Greeter": "Greeter" + }, + "Greeter Appearance": { + "Greeter Appearance": "Greeter-Erscheinungsbild" + }, + "Greeter Behavior": { + "Greeter Behavior": "Greeter-Verhalten" + }, + "Greeter Status": { + "Greeter Status": "Greeter-Status" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Greeter aktiviert. greetd ist jetzt aktiviert." + }, + "Greeter font": { + "Greeter font": "Greeter-Schriftart" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "Nur Greeter — betrifft nicht die Hauptuhr" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "Nur Greeter — Format für das Datum auf dem Anmeldebildschirm" + }, + "Grid": { + "Grid": "Gitter" + }, + "Grid Columns": { + "Grid Columns": "Gitter-Spalten" + }, + "Grid: OFF": { + "Grid: OFF": "Gitter: AUS" + }, + "Grid: ON": { + "Grid: ON": "Gitter: AN" + }, + "Group": { + "Group": "Gruppe" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Arbeitsbereich-Apps gruppieren" + }, + "Group by App": { + "Group by App": "Nach Anwendung gruppieren" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Gruppiere mehrere Fenster derselben Anwendung zusammen mit Fensteranzahl-Anzeige" + }, + "Group removed": { + "Group removed": "Gruppe entfernt" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Wiederholte Anwendungssymbole in nicht fokussierten Arbeitsbereichen gruppieren" + }, + "Groups": { + "Groups": "Gruppen" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR Tone Mapping" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "Der HDR-Modus ist experimentell. Vergewissern Sie sich, dass Ihr Monitor HDR unterstützt, bevor Sie ihn aktivieren." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML in die Zwischenablage kopiert" + }, + "Health": { + "Health": "Gesundheit" + }, + "Heavy Rain": { + "Heavy Rain": "Starker Regen" + }, + "Heavy Snow": { + "Heavy Snow": "Starker Schneefall" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Starker Schneeschauer" + }, + "Height": { + "Height": "Höhe" + }, + "Held": { + "Held": "Angehalten" + }, + "Help": { + "Help": "Hilfe" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Ruhezustand" + }, + "Hidden": { + "Hidden": "Verborgen" + }, + "Hidden (%1)": { + "Hidden (%1)": "Ausgeblendet (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Versteckte Apps" + }, + "Hidden Network": { + "Hidden Network": "Verborgenes Netzwerk" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Versteckte Apps erscheinen nicht im Launcher. Rechtsklicken Sie auf eine App und wählen Sie 'App ausblenden', um sie zu verstecken." + }, + "Hide": { + "Hide": "Ausblenden" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Drittanbieter ausblenden" + }, + "Hide App": { + "Hide App": "App ausblenden" + }, + "Hide Delay": { + "Hide Delay": "Ausblendverzögerung" + }, + "Hide Indicators": { + "Hide Indicators": "Indikatoren ausblenden" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Updater-Widget ausblenden" + }, + "Hide When Typing": { + "Hide When Typing": "Beim Tippen ausblenden" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Ausblenden, wenn Fenster geöffnet sind" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Cursor nach Inaktivität ausblenden (0 = deaktiviert)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Cursor beim Drücken von Tasten ausblenden" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Cursor bei Touch-Eingabe ausblenden" + }, + "Hide device": { + "Hide device": "Gerät ausblenden" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Benachrichtigungsinhalt ausblenden, bis er erweitert wird" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Benachrichtigungsinhalt ausblenden, bis er erweitert wird; Popups werden standardmäßig minimiert angezeigt" + }, + "Hide on Touch": { + "Hide on Touch": "Bei Berührung ausblenden" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "High-Fidelity-Palette, die Quellfarbtöne bewahrt." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "Aktive Workspace-App hervorheben" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "Die aktuell fokussierte App in den Workspace-Indikatoren hervorheben" + }, + "History": { + "History": "Verlauf" + }, + "History Retention": { + "History Retention": "Aufbewahrungsdauer des Verlaufs" + }, + "History Settings": { + "History Settings": "Verlaufseinstellungen" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Verlauf gelöscht. %1 angeheftete Einträge behalten." + }, + "Hold Duration": { + "Hold Duration": "Halte Dauer" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Halte länger zum bestätigen" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Halten um Energieoption zu bestätigen" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Gedrückt halten zum Bestätigen (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Halten zum bestätigen (%1s)" + }, + "Home": { + "Home": "Zuhause" + }, + "Host": { + "Host": "Host" + }, + "Hostname": { + "Hostname": "Hostname" + }, + "Hot Corners": { + "Hot Corners": "Aktive Ecken" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Hotkey-Overlay-Titel (optional)" + }, + "Hour": { + "Hour": "Stunde" + }, + "Hourly": { + "Hourly": "Stündlich" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Anzahl der stündlichen Vorhersagen" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Wie oft soll der Hintergrund gewechselt werden" + }, + "How the background image is scaled": { + "How the background image is scaled": "Wie das Hintergrundbild skaliert wird" + }, + "Humidity": { + "Humidity": "Feuchtigkeit" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Hyprland Discord-Server" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Hyprland-Layout-Überschreibungen" + }, + "Hyprland Options": { + "Hyprland Options": "Hyprland-Optionen" + }, + "Hyprland Website": { + "Hyprland Website": "Hyprland Webseite" + }, + "I Understand": { + "I Understand": "Ich verstehe" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP Adresse:" + }, + "IP address or hostname": { + "IP address or hostname": "IP-Adresse oder Hostname" + }, + "ISO Date": { + "ISO Date": "ISO-Datum" + }, + "Icon": { + "Icon": "Icon" + }, + "Icon Scale": { + "Icon Scale": "Icon-Skalierung" + }, + "Icon Size": { + "Icon Size": "Icon Größe" + }, + "Icon Size %": { + "Icon Size %": "Icon Größe %" + }, + "Icon Theme": { + "Icon Theme": "Icon Theme" + }, + "Idle": { + "Idle": "Leerlauf" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inaktivitätssperre" + }, + "Idle Settings": { + "Idle Settings": "Inaktivitätseinstellungen" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Idle-Überwachung nicht unterstützt - erfordert neuere Quickshell Version" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Wenn das Feld ausgeblendet ist, erscheint es, sobald eine Taste gedrückt wird." + }, + "Ignore Completely": { + "Ignore Completely": "Vollständig ignorieren" + }, + "Image": { + "Image": "Bild" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Bild in Zwischenablage kopiert" + }, + "Import": { + "Import": "Importieren" + }, + "Import VPN": { + "Import VPN": "VPN importieren" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Farbe für inaktive Monitore" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Einschließlich Übergänge" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Desktop-Aktionen (Verknüpfungen) in Suchergebnisse einbeziehen." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Inkompatible Plugins geladen" + }, + "Incorrect password": { + "Incorrect password": "Passwort nicht korrekt" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "Falsches Passwort - Versuch %1 von %2 (Sperrung kann folgen)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "Falsches Passwort - nächste Fehler können zur Kontosperrung führen" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "Falsches Passwort – bitte erneut versuchen" + }, + "Indicator Style": { + "Indicator Style": "Indikatorstil" + }, + "Individual Batteries": { + "Individual Batteries": "Einzelne Akkus" + }, + "Individual bar configuration": { + "Individual bar configuration": "Individuelle Leistenkonfiguration" + }, + "Info": { + "Info": "Info" + }, + "Inherit": { + "Inherit": "Vererben" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Global übernehmen (Standard)" + }, + "Inhibitable": { + "Inhibitable": "Unterdrückbar" + }, + "Input Devices": { + "Input Devices": "Eingabegeräte" + }, + "Input Volume Slider": { + "Input Volume Slider": "Eingangslautstärkeregler" + }, + "Insert your security key...": { + "Insert your security key...": "Setzen Sie Ihren Sicherheitsschlüssel ein..." + }, + "Install": { + "Install": "Installieren" + }, + "Install Greeter": { + "Install Greeter": "Greeter installieren" + }, + "Install Plugin": { + "Install Plugin": "Plugin installieren" + }, + "Install Theme": { + "Install Theme": "Theme installieren" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Farbschemata aus der DMS-Theme-Registry installieren" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Installation abgeschlossen. Greeter wurde installiert." + }, + "Install failed: %1": { + "Install failed: %1": "Installation fehlgeschlagen: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Installieren Sie das matugen-Paket für dynamisches Theming" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Plugin '%1' aus der DMS-Registry installieren?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Installiere Plugins aus der DMS Plugin-Registry" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "DMS Greeter installieren? Ein Terminal für die Sudo-Authentifizierung wird geöffnet." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Theme '%1' aus der DMS-Registry installieren?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "Installation und PAM-Einrichtung: siehe die " + }, + "Installed": { + "Installed": "Installiert" + }, + "Installed: %1": { + "Installed: %1": "Installiert: %1" + }, + "Installing: %1": { + "Installing: %1": "Installiere: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Intelligentes automatisches Ausblenden" + }, + "Intensity": { + "Intensity": "Intensität" + }, + "Interface:": { + "Interface:": "Schnittstelle:" + }, + "Interlock Open": { + "Interlock Open": "Verriegelung offen" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervall" + }, + "Invalid configuration": { + "Invalid configuration": "Invalide Konfiguration" + }, + "Invert on mode change": { + "Invert on mode change": "Invertieren bei Moduswechsel" + }, + "Iris Bloom": { + "Iris Bloom": "Iris-Blüte" + }, + "Isolate Displays": { + "Isolate Displays": "Displays isolieren" + }, + "Jobs": { + "Jobs": "Druckaufträge" + }, + "Jobs: ": { + "Jobs: ": "Druckaufträge: " + }, + "Keep Awake": { + "Keep Awake": "Wach halten" + }, + "Keep Changes": { + "Keep Changes": "Änderungen beibehalten" + }, + "Keeping Awake": { + "Keeping Awake": "am wach halten" + }, + "Kernel": { + "Kernel": "Kernel" + }, + "Key": { + "Key": "Taste" + }, + "Keybind Sources": { + "Keybind Sources": "Tastenkombinationsquellen" + }, + "Keybinds": { + "Keybinds": "Tastenkombinationen" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Sucheinstellungen für Tastenkombinationen" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Tastenkombinationen werden neben regulären Suchergebnissen angezeigt" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Tastatur Layout Name" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Tastenkombinationen" + }, + "Keys": { + "Keys": "Tasten" + }, + "Kill": { + "Kill": "Beenden" + }, + "Kill Process": { + "Kill Process": "Prozess beenden" + }, + "Kill Session": { + "Kill Session": "Sitzung beenden" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED-Gerät" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "LabWC IRC-Kanal" + }, + "LabWC Website": { + "LabWC Website": "LabWC Webseite" + }, + "Large": { + "Large": "Groß" + }, + "Largest": { + "Largest": "Größte" + }, + "Last hour": { + "Last hour": "Letzte Stunde" + }, + "Last launched %1": { + "Last launched %1": "Zuletzt geöffnet %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Zuletzt gestartet vor %1 Tag" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Zuletzt gestartet vor %1 Tagen" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Zuletzt gestartet vor %1 Stunde" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Zuletzt gestartet vor %1 Stunden" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Zuletzt gestartet vor %1 Minute" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Zuletzt vor %1 Minuten gestartet" + }, + "Last launched just now": { + "Last launched just now": "Gerade eben zuletzt geöffnet" + }, + "Latitude": { + "Latitude": "Latitude" + }, + "Launch": { + "Launch": "Start" + }, + "Launch Prefix": { + "Launch Prefix": "Start Prefix" + }, + "Launch on dGPU": { + "Launch on dGPU": "Starte auf dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "Standardmäßig mit dGPU starten" + }, + "Launcher": { + "Launcher": "Launcher" + }, + "Launcher Button": { + "Launcher Button": "Launcher-Schaltfläche" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Launcher Button Logo" + }, + "Layout": { + "Layout": "Layout" + }, + "Layout Overrides": { + "Layout Overrides": "Layout-Überschreibungen" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Layout- und Modulpositionen auf dem Greeter werden von Ihrer Shell synchronisiert (z. B. Bar-Konfiguration). Führen Sie Sync zum Anwenden aus." + }, + "Left": { + "Left": "Links" + }, + "Left Center": { + "Left Center": "Links zentriert" + }, + "Left Section": { + "Left Section": "Linke Sektion" + }, + "Light Direction": { + "Light Direction": "Lichtrichtung" + }, + "Light Mode": { + "Light Mode": "Heller Modus" + }, + "Light Rain": { + "Light Rain": "Leichter Regen" + }, + "Light Snow": { + "Light Snow": "Leichter Schneefall" + }, + "Light Snow Showers": { + "Light Snow Showers": "Leichter Schneeschauer" + }, + "Light mode base": { + "Light mode base": "Hellmodus Basis" + }, + "Light mode harmony": { + "Light mode harmony": "Hellmodus Harmonie" + }, + "Line": { + "Line": "Linie" + }, + "Line: %1": { + "Line: %1": "Zeile: %1" + }, + "Linear": { + "Linear": "Linear" + }, + "Lines: %1": { + "Lines: %1": "Zeilen: %1" + }, + "List": { + "List": "Liste" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Lebendige Palette mit gesättigten Akzenten." + }, + "Load Average": { + "Load Average": "Durchschnittliche Last" + }, + "Loading codecs...": { + "Loading codecs...": "Codecs werden geladen..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Tastenkürzel werden geladen..." + }, + "Loading trending...": { + "Loading trending...": "Trends werden geladen..." + }, + "Loading...": { + "Loading...": "Laden..." + }, + "Local": { + "Local": "Lokal" + }, + "Locale": { + "Locale": "Sprachumgebung" + }, + "Locale Settings": { + "Locale Settings": "Sprachumgebung-Einstellungen" + }, + "Location": { + "Location": "Standort" + }, + "Location Search": { + "Location Search": "Standort-Suche" + }, + "Lock": { + "Lock": "Sperren" + }, + "Lock Screen": { + "Lock Screen": "Sperrbildschirm" + }, + "Lock Screen Display": { + "Lock Screen Display": "Sperrbildschirm-Anzeige" + }, + "Lock Screen Format": { + "Lock Screen Format": "Sperrbildschirm-Format" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Verhalten des Sperrbildschirms" + }, + "Lock Screen layout": { + "Lock Screen layout": "Sperrbildschirm Layout" + }, + "Lock at startup": { + "Lock at startup": "Beim Start sperren" + }, + "Lock before suspend": { + "Lock before suspend": "Sperren vor Standby" + }, + "Lock fade grace period": { + "Lock fade grace period": "Schonfrist für Sperrausblendung" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "Authentifizierungsänderungen für den Sperrbildschirm werden automatisch angewendet und können ein Terminal öffnen, wenn eine Sudo-Authentifizierung erforderlich ist." + }, + "Locked": { + "Locked": "Gesperrt" + }, + "Log Out": { + "Log Out": "Ausloggen" + }, + "Logging in...": { + "Logging in...": "Anmeldung..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "Anmelde-Authentifizierung" + }, + "Long": { + "Long": "Lang" + }, + "Long Text": { + "Long Text": "Langer Text" + }, + "Long press": { + "Long press": "Langes Drücken" + }, + "Longitude": { + "Longitude": "Längengrad" + }, + "Low Priority": { + "Low Priority": "Niedrige Priorität" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Stellen Sie sicher, dass KDE Connect oder Valent auf Ihren anderen Geräten läuft" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Plugins zur Erweiterung der DMS-Funktionalität verwalten und konfigurieren" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Verwalten Sie bis zu 4 unabhängige Leistenkonfigurationen. Jede Leiste hat ihre eigene Position, Widgets, Styling und Display-Zuweisung." + }, + "Management": { + "Management": "Verwaltung" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "MangoWC-Layout-Überschreibungen" + }, + "Manual": { + "Manual": "Manuell" + }, + "Manual Coordinates": { + "Manual Coordinates": "Manuelle Koordinaten" + }, + "Manual Direction": { + "Manual Direction": "Manuelle Richtung" + }, + "Manual Gap Size": { + "Manual Gap Size": "Manuelle Abstandsgröße" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Manuelles Anzeigen/Verstecken" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Fensterklassennamen Symbolnamen zuordnen für korrekte Symbolanzeige" + }, + "Margin": { + "Margin": "äußerer Abstand" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Marker-Vorrat leer" + }, + "Marker Supply Low": { + "Marker Supply Low": "Marker-Vorrat fast leer" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Marker-Abfallbehälter fast voll" + }, + "Marker Waste Full": { + "Marker Waste Full": "Marker-Abfallbehälter voll" + }, + "Match Criteria": { + "Match Criteria": "Übereinstimmungskriterien" + }, + "Matches profile: %1": { + "Matches profile: %1": "Entspricht Profil: %1" + }, + "Material Colors": { + "Material Colors": "Material Farben" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Von Material Design inspirierte Farbschemata" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Material-Farben generiert aus dem Hintergrundbild" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "Von Material Design inspirierte Schatten und Erhöhungen auf Modalen, Popouts und Dialogen" + }, + "Matugen Contrast": { + "Matugen Contrast": "Matugen-Kontrast" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen nicht gefunden" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen Palette" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugen Ziel Monitor" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen Vorlagen" + }, + "Max Edges": { + "Max Edges": "Max. Kanten" + }, + "Max H": { + "Max H": "Max H" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Max. angeheftete Apps" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Max. angeheftete Apps (0 = unbegrenzt)" + }, + "Max Running Apps": { + "Max Running Apps": "Max. laufende Apps" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Max. laufende Apps (0 = unbegrenzt)" + }, + "Max Volume": { + "Max Volume": "Maximale Lautstärke" + }, + "Max W": { + "Max W": "Max. W" + }, + "Max apps to show": { + "Max apps to show": "Max. Anwendungs zum anzeigen" + }, + "Max to Edges": { + "Max to Edges": "Max. an Kanten" + }, + "Maximize": { + "Maximize": "Maximieren" + }, + "Maximize Detection": { + "Maximize Detection": "Maximierungserkennung" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Widget-Icons maximieren" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Widget-Text maximieren" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Maximale Größe der Einträge" + }, + "Maximum History": { + "Maximum History": "Maximaler Verlauf" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Maximale Anzahl angehefteter Einträge" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "Maximale Anzahl an Fingerabdruckversuchen erreicht. Bitte verwenden Sie das Passwort." + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Maximale Anzahl der Einträge in der Zwischenablage" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Maximale Anzahl an Einträgen, die gespeichert werden können" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Maximale Anzahl der zu behaltenden Benachrichtigungen" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Maximale Anzahl angehefteter Einträge erreicht" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Maximale Größe eines Eintrages in der Zwischenablage" + }, + "Media": { + "Media": "Medien" + }, + "Media Controls": { + "Media Controls": "Mediensteuerung" + }, + "Media Empty": { + "Media Empty": "Medium leer" + }, + "Media Jam": { + "Media Jam": "Medienstau" + }, + "Media Low": { + "Media Low": "Medium fast leer" + }, + "Media Needed": { + "Media Needed": "Medium benötigt" + }, + "Media Playback": { + "Media Playback": "Medienwiedergabe" + }, + "Media Player": { + "Media Player": "Mediaplayer" + }, + "Media Player Settings": { + "Media Player Settings": "Einstellungen für Media Player " + }, + "Media Players": { + "Media Players": "Medienplayer" + }, + "Media Players (": { + "Media Players (": "Media Players (" + }, + "Media Volume": { + "Media Volume": "Medienlautstärke" + }, + "Medium": { + "Medium": "Mittel" + }, + "Memory": { + "Memory": "Speicher" + }, + "Memory Graph": { + "Memory Graph": "Speicher Graph" + }, + "Memory Usage": { + "Memory Usage": "Speichernutzung" + }, + "Memory usage indicator": { + "Memory usage indicator": "Speicherauslastungsanzeige" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Nachricht" + }, + "Message Content": { + "Message Content": "Nachrichteninhalt" + }, + "Microphone": { + "Microphone": "Mikrofon" + }, + "Microphone Mute": { + "Microphone Mute": "Mikrofon stummschalten" + }, + "Microphone Volume": { + "Microphone Volume": "Mikrofonlautstärke" + }, + "Microphone settings": { + "Microphone settings": "Mikrofoneinstellungen" + }, + "Microphone volume control": { + "Microphone volume control": "Mikrofonlautstärkeregelung" + }, + "Middle Section": { + "Middle Section": "Mittlere Sektion" + }, + "Min H": { + "Min H": "Min H" + }, + "Min W": { + "Min W": "Min W" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Minimale Palette mit einem Farbton." + }, + "Minute": { + "Minute": "Minute" + }, + "Mirror Display": { + "Mirror Display": "Display spiegeln" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Fehlende Umgebungsvariablen" + }, + "Modal Background": { + "Modal Background": "Modaler Hintergrund" + }, + "Modal Shadows": { + "Modal Shadows": "Modale Schatten" + }, + "Modals": { + "Modals": "Modale" + }, + "Mode": { + "Mode": "Modus" + }, + "Mode:": { + "Mode:": "Modus:" + }, + "Model": { + "Model": "Modell" + }, + "Modified": { + "Modified": "Geändert" + }, + "Modular widget bar": { + "Modular widget bar": "Modulare Widget-Leiste" + }, + "Monitor": { + "Monitor": "Bildschirm" + }, + "Monitor Configuration": { + "Monitor Configuration": "Monitor Konfiguration" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Schonfrist für Monitorausblendung" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Monitor mit Hintergrundbild für dynamische Farbton-Bestimmung" + }, + "Monochrome": { + "Monochrome": "Monochrom" + }, + "Monocle": { + "Monocle": "Monocle" + }, + "Monospace Font": { + "Monospace Font": "Monospace Schriftart" + }, + "Month Date": { + "Month Date": "Monat Datum" + }, + "Morning": { + "Morning": "Morgen" + }, + "Mount Points": { + "Mount Points": "Einhängepunkte" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Erscheinungsbild des Mauszeigers" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Mauszeigergröße in Pixeln" + }, + "Move": { + "Move": "Verschieben" + }, + "Move Widget": { + "Move Widget": "Verschiebe Widget" + }, + "Moving to Paused": { + "Moving to Paused": "Wird angehalten" + }, + "Multi-Monitor": { + "Multi-Monitor": "Multi-Monitor" + }, + "Multiplexer": { + "Multiplexer": "Multiplexer" + }, + "Multiplexer Type": { + "Multiplexer Type": "Multiplexer-Typ" + }, + "Multiplexers": { + "Multiplexers": "Multiplexer" + }, + "Music": { + "Music": "Musik" + }, + "Mute Popups": { + "Mute Popups": "Popups stummschalten" + }, + "Mute popups for %1": { + "Mute popups for %1": "Popups für %1 stummschalten" + }, + "Muted": { + "Muted": "Stumm" + }, + "Muted Apps": { + "Muted Apps": "Stummgeschaltete Apps" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Gedämpfte Palette mit beruhigenden, dezenten Farben." + }, + "NM not supported": { + "NM not supported": "NM nicht unterstützt" + }, + "Name": { + "Name": "Name" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Benannte Arbeitsfächen-Symbole" + }, + "Navigate": { + "Navigate": "Navigieren" + }, + "Navigation": { + "Navigation": "Navigation" + }, + "Network": { + "Network": "Netzwerk" + }, + "Network Graph": { + "Network Graph": "Netzwerk Graph" + }, + "Network Info": { + "Network Info": "Netzwerk-Info" + }, + "Network Information": { + "Network Information": "Netzwerkinformationen" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Netzwerkname (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Netzwerk-Geschwindigkeitsmonitor" + }, + "Network Status": { + "Network Status": "Netzwerkstatus" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Anzeige Netzwerk-Download- und -Upload-Geschwindigkeit" + }, + "Neutral": { + "Neutral": "Neutral" + }, + "Never": { + "Never": "Niemals" + }, + "Never used": { + "Never used": "Nie verwendet" + }, + "New": { + "New": "Neu" + }, + "New Key": { + "New Key": "Neue Taste" + }, + "New Keybind": { + "New Keybind": "Neues Tastenkürzel" + }, + "New Notification": { + "New Notification": "Neue Benachrichtigung" + }, + "New Session": { + "New Session": "Neue Sitzung" + }, + "New Window Rule": { + "New Window Rule": "Neue Fensterregel" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "Neuer Gruppenname..." + }, + "Next": { + "Next": "Weiter" + }, + "Next Transition": { + "Next Transition": "Nächster Übergang" + }, + "Night": { + "Night": "Nacht" + }, + "Night Mode": { + "Night Mode": "Nachtmodus" + }, + "Night Temperature": { + "Night Temperature": "Farbtemperatur in der Nacht" + }, + "Night mode & gamma": { + "Night mode & gamma": "Nachtmodus & Gamma" + }, + "Niri Integration": { + "Niri Integration": "Niri-Integration" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri-Layout-Überschreibungen" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri-Compositor-Aktionen (Fokus, Verschieben, etc.)" + }, + "No": { + "No": "Nein" + }, + "No Active Players": { + "No Active Players": "Kein aktiver Player." + }, + "No Anim": { + "No Anim": "Keine Anim." + }, + "No Background": { + "No Background": "Kein Hintergrund" + }, + "No Battery": { + "No Battery": "Kein Akku" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Kein Bluetooth-Adapter gefunden" + }, + "No Blur": { + "No Blur": "Kein Weichzeichnen" + }, + "No Border": { + "No Border": "Kein Rand" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Keine DMS-Tastenkombinationen konfiguriert" + }, + "No Dim": { + "No Dim": "Kein Abdunkeln" + }, + "No Focus": { + "No Focus": "Kein Fokus" + }, + "No GPU detected": { + "No GPU detected": "Keine GPU erkannt" + }, + "No GPUs detected": { + "No GPUs detected": "Keine GPUs erkannt" + }, + "No History": { + "No History": "Kein Verlauf" + }, + "No Media": { + "No Media": "Keine Medien" + }, + "No Round": { + "No Round": "Nicht abgerundet" + }, + "No Rounding": { + "No Rounding": "Keine Abrundung" + }, + "No Shadow": { + "No Shadow": "Kein Schatten" + }, + "No VPN profiles": { + "No VPN profiles": "Keine VPN-Profile" + }, + "No Weather": { + "No Weather": "Kein Wetter" + }, + "No Weather Data": { + "No Weather Data": "Keine Wetterdaten" + }, + "No Weather Data Available": { + "No Weather Data Available": "Keine Wetterdaten verfügbar" + }, + "No action": { + "No action": "Keine Aktion" + }, + "No active %1 sessions": { + "No active %1 sessions": "Keine aktiven %1-Sitzungen" + }, + "No adapter": { + "No adapter": "Kein Adapter" + }, + "No adapters": { + "No adapters": "Keine Adapter" + }, + "No app customizations.": { + "No app customizations.": "Keine App-Anpassungen." + }, + "No apps found": { + "No apps found": "Keine Anwendungs gefunden" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Es wurden noch keine Apps gestartet." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Keine Apps stummgeschaltet. Rechtsklicken Sie auf eine Benachrichtigung und wählen Sie „Popups stummschalten“, um hier eine hinzuzufügen." + }, + "No battery": { + "No battery": "Kein Akku" + }, + "No brightness devices available": { + "No brightness devices available": "Keine Helligkeitsgeräte verfügbar" + }, + "No changes": { + "No changes": "Keine Änderungen" + }, + "No checks passed": { + "No checks passed": "Keine Prüfungen bestanden" + }, + "No custom theme file": { + "No custom theme file": "Keine benutzerdefinierte Theme-Datei" + }, + "No devices": { + "No devices": "Keine Geräte" + }, + "No devices connected": { + "No devices connected": "Keine Geräte verbunden" + }, + "No devices found": { + "No devices found": "Kein Gerät gefunden" + }, + "No disk data": { + "No disk data": "Keine Festplattendaten" + }, + "No disk data available": { + "No disk data available": "Keine Festplattendaten verfügbar" + }, + "No drivers found": { + "No drivers found": "Keine Treiber gefunden" + }, + "No errors": { + "No errors": "Keine Fehler" + }, + "No features enabled": { + "No features enabled": "Keine Funktionen aktiviert" + }, + "No files found": { + "No files found": "Keine Dateien gefunden" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "Kein Fingerabdruckleser erkannt." + }, + "No folders found": { + "No folders found": "Keine Ordner gefunden" + }, + "No hidden apps.": { + "No hidden apps.": "Keine versteckten Apps." + }, + "No info items": { + "No info items": "Keine Info-Elemente" + }, + "No information available": { + "No information available": "Keine Informationen verfügbar" + }, + "No input device": { + "No input device": "Keine Eingabegeräte" + }, + "No input devices found": { + "No input devices found": "Keine Eingabegeräte gefunden" + }, + "No items added yet": { + "No items added yet": "Noch keine Einträge hinzugefügt" + }, + "No keybinds found": { + "No keybinds found": "Keine Tastenkürzel gefunden" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Keine Launcher-Plugins installiert." + }, + "No match criteria": { + "No match criteria": "Keine Übereinstimmungskriterien" + }, + "No matches": { + "No matches": "Keine Übereinstimmungen" + }, + "No matching processes": { + "No matching processes": "Keine passenden Prozesse" + }, + "No monitors": { + "No monitors": "Keine Bildschirme" + }, + "No mount points found": { + "No mount points found": "Keine Einhängepunkte gefunden" + }, + "No output device": { + "No output device": "Keine Ausgabegeräte" + }, + "No output devices found": { + "No output devices found": "Keine Ausgabegeräte gefunden" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "Kein Paketmanager gefunden. Bitte installieren Sie 'paru' oder 'yay' auf Arch-basierten Systemen, um nach Updates zu suchen." + }, + "No plugin results": { + "No plugin results": "Keine Plugin-Ergebnisse" + }, + "No plugins found": { + "No plugins found": "Keine Plugins gefunden" + }, + "No plugins found.": { + "No plugins found.": "Keine Plugins gefunden." + }, + "No printer found": { + "No printer found": "Kein Drucker gefunden" + }, + "No printers configured": { + "No printers configured": "Keine Drucker eingerichtet" + }, + "No printers found": { + "No printers found": "Keine Drucker gefunden" + }, + "No profiles": { + "No profiles": "Keine Profile" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Keine aktuellen Einträge in der Zwischenablage gefunden" + }, + "No results found": { + "No results found": "Keine Ergebnisse gefunden" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Keine gespeicherten Einträge in der Zwischenablage" + }, + "No sessions found": { + "No sessions found": "Keine Sitzungen gefunden" + }, + "No status output.": { + "No status output.": "Keine Statusausgabe." + }, + "No themes found": { + "No themes found": "Keine Themes gefunden" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Keine Themes installiert. Durchsuchen Sie die Registry, um Themes zu installieren." + }, + "No trigger": { + "No trigger": "Kein Trigger" + }, + "No video found in folder": { + "No video found in folder": "Kein Video im Ordner gefunden" + }, + "No wallpaper selected": { + "No wallpaper selected": "Kein Hintergrundbild gewählt" + }, + "No wallpapers": { + "No wallpapers": "Keine Hintergrundbilder" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Keine Hintergrundbilder gefunden\n\nKlicken Sie unten auf das Ordnersymbol, um zu suchen" + }, + "No warnings": { + "No warnings": "Keine Warnungen" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Keine Widgets hinzugefügt. Klicken Sie auf „Widget hinzufügen“, um zu beginnen." + }, + "No widgets available": { + "No widgets available": "Keine Widgets verfügbar" + }, + "No widgets match your search": { + "No widgets match your search": "Keine Widgets zur Suche gefunden" + }, + "No window rules configured": { + "No window rules configured": "Keine Fensterregeln eingerichtet" + }, + "None": { + "None": "Nichts" + }, + "Normal": { + "Normal": "Normal" + }, + "Normal Font": { + "Normal Font": "Normale Schriftart" + }, + "Normal Priority": { + "Normal Priority": "Standard-Priorität" + }, + "Not available": { + "Not available": "Nicht verfügbar" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Nicht verfügbar — installiere fprintd und pam_fprintd oder konfiguriere greetd PAM." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "Nicht verfügbar — installiere fprintd und pam_fprintd." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "Nicht verfügbar — installiere oder konfiguriere pam_u2f oder konfiguriere greetd PAM." + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "Nicht verfügbar — installiere oder konfiguriere pam_u2f." + }, + "Not connected": { + "Not connected": "Nicht verbunden" + }, + "Not detected": { + "Not detected": "Nicht erkannt" + }, + "Not paired": { + "Not paired": "Nicht gekoppelt" + }, + "Not set": { + "Not set": "Nicht festgelegt" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Hinweis: Dies ändert nur den Prozentsatz, die Ladung wird nicht tatsächlich begrenzt." + }, + "Notepad": { + "Notepad": "Notizblock" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Notizblock Schriftart-Einstellungen" + }, + "Notepad Slideout": { + "Notepad Slideout": "Notizen Ausklappmenü" + }, + "Nothing": { + "Nothing": "Nichts" + }, + "Nothing to see here": { + "Nothing to see here": "Nichts zu sehen" + }, + "Notification Center": { + "Notification Center": "Benachrichtigungszentrum" + }, + "Notification Display": { + "Notification Display": "Benachrichtigungsanzeige" + }, + "Notification Overlay": { + "Notification Overlay": "Benachrichtigungs-Overlay" + }, + "Notification Popups": { + "Notification Popups": "Benachrichtigungs-Popups" + }, + "Notification Rules": { + "Notification Rules": "Benachrichtigungsregeln" + }, + "Notification Settings": { + "Notification Settings": "Benachrichtigungseinstellungen" + }, + "Notification Timeouts": { + "Notification Timeouts": "Benachrichtigungszeitüberschreitungen" + }, + "Notification toast popups": { + "Notification toast popups": "Benachrichtigungs‑Toast" + }, + "Notifications": { + "Notifications": "Benachrichtigungen" + }, + "Numbers": { + "Numbers": "Zahlen" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numerisch (T/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numerisch (M/T)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "Betriebssystem-Logo" + }, + "OSD Position": { + "OSD Position": "OSD-Position" + }, + "Occupied Color": { + "Occupied Color": "Belegte Farbe" + }, + "Off": { + "Off": "Aus" + }, + "Office": { + "Office": "Büro" + }, + "Offline": { + "Offline": "Offline" + }, + "Offline Report": { + "Offline Report": "Offline Report" + }, + "Older": { + "Older": "Älter" + }, + "On": { + "On": "Ein" + }, + "On-Demand": { + "On-Demand": "Auf Abruf" + }, + "On-Screen Displays": { + "On-Screen Displays": "Bildschirm‑anzeigen" + }, + "On-screen Displays": { + "On-screen Displays": "Bildschirmanzeigen (OSD)" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Nur die Gamma-Einstellung basierend auf Zeit- oder Ortsregeln anpassen." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Betrifft nur von DMS verwaltetes PAM. Wenn greetd bereits pam_fprintd enthält, bleibt der Fingerabdruck aktiviert." + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Nur Fenster des aktuellen Monitors in jedem Dock anzeigen" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Nur sichtbar, wenn Ruhezustand von Ihrem System unterstützt wird" + }, + "Opacity": { + "Opacity": "Deckkraft" + }, + "Opaque": { + "Opaque": "Deckend" + }, + "Open": { + "Open": "Öffnen" + }, + "Open App": { + "Open App": "App öffnen" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Öffnen Sie KDE Connect auf Ihrem Telefon" + }, + "Open Notepad File": { + "Open Notepad File": "Notizbuch-Datei öffnen" + }, + "Open a new note": { + "Open a new note": "Öffne eine neue Notiz" + }, + "Open folder": { + "Open folder": "Ordner öffnen" + }, + "Open in Browser": { + "Open in Browser": "Im Browser öffnen" + }, + "Open in terminal": { + "Open in terminal": "Terminal öffnen" + }, + "Open search bar to find text": { + "Open search bar to find text": "Suchleiste öffnen, um Text zu finden" + }, + "Open with...": { + "Open with...": "Öffnen mit…" + }, + "Opening SMS": { + "Opening SMS": "SMS wird geöffnet" + }, + "Opening SMS app": { + "Opening SMS app": "SMS-App wird geöffnet" + }, + "Opening file browser": { + "Opening file browser": "Dateibrowser wird geöffnet" + }, + "Opening files": { + "Opening files": "Dateien werden geöffnet" + }, + "Opening terminal: ": { + "Opening terminal: ": "Terminal wird geöffnet: " + }, + "Optional description": { + "Optional description": "Optionale Beschreibung" + }, + "Optional location": { + "Optional location": "Optionaler Standort" + }, + "Options": { + "Options": "Optionen" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Widgets in ausklappbaren Gruppen organisieren" + }, + "Original: %1": { + "Original: %1": "Original: %1" + }, + "Other": { + "Other": "Andere" + }, + "Outline": { + "Outline": "Umriss" + }, + "Output": { + "Output": "Ausgabe" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Ausgabebereich fast voll" + }, + "Output Area Full": { + "Output Area Full": "Ausgabebereich voll" + }, + "Output Device": { + "Output Device": "Ausgabegerät" + }, + "Output Devices": { + "Output Devices": "Ausgabegeräte" + }, + "Output Tray Missing": { + "Output Tray Missing": "Ausgabefach fehlt" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Ausgaben inklusive fehlender" + }, + "Overcast": { + "Overcast": "Bedeckt" + }, + "Overflow": { + "Overflow": "Überlauf" + }, + "Overridden by config": { + "Overridden by config": "Durch Konfiguration überschrieben" + }, + "Override": { + "Override": "Überschreiben" + }, + "Override Border Size": { + "Override Border Size": "Rahmengröße überschreiben" + }, + "Override Corner Radius": { + "Override Corner Radius": "Überschreibe Abrundungsradius" + }, + "Override Gaps": { + "Override Gaps": "Abstände überschreiben" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Überschreibe globale Layouteinstellungen für diesen Monitor" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Terminal mit einem benutzerdefinierten Befehl oder Skript überschreiben" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "Globalen Schatten durch Einstellungen pro Leiste überschreiben" + }, + "Overrides": { + "Overrides": "überschreibt" + }, + "Overview": { + "Overview": "Übersicht" + }, + "Overview of your network connections": { + "Overview of your network connections": "Übersicht Ihrer Netzwerkverbindungen" + }, + "Overwrite": { + "Overwrite": "Überschreiben" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM bietet bereits Fingerabdruck-Authentifizierung. Aktiviere dies, um sie beim Login anzuzeigen." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM bietet bereits Sicherheitsschlüssel-Authentifizierung. Aktiviere dies, um sie beim Login anzuzeigen." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM bietet Fingerabdruck-Authentifizierung, aber die Verfügbarkeit konnte nicht bestätigt werden." + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM bietet Fingerabdruck-Authentifizierung, aber es wurden noch keine Abdrücke registriert." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM bietet Fingerabdruck-Authentifizierung, aber es wurde kein Lesegerät erkannt." + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Auffüllen" + }, + "Pad Hours": { + "Pad Hours": "Stunden auffüllen" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "Stunden auffüllen (02:00 vs. 2:00)" + }, + "Padding": { + "Padding": "Innenabstand" + }, + "Pair": { + "Pair": "Koppeln" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Koppel Bluetooth Gerät" + }, + "Paired": { + "Paired": "Gekoppelt" + }, + "Pairing": { + "Pairing": "Kopplung" + }, + "Pairing failed": { + "Pairing failed": "Koppeln fehlgeschlagen" + }, + "Pairing request from": { + "Pairing request from": "Kopplungsanfrage von" + }, + "Pairing request sent": { + "Pairing request sent": "Kopplungsanfrage gesendet" + }, + "Pairing requested": { + "Pairing requested": "Kopplung angefordert" + }, + "Pairing...": { + "Pairing...": "Koppeln..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Teilweise bewölkt" + }, + "Passkey:": { + "Passkey:": "Passkey:" + }, + "Password": { + "Password": "Passwort" + }, + "Password...": { + "Password...": "Passwort..." + }, + "Paste": { + "Paste": "Einfügen" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Pfad zu einer Videodatei oder einem Ordner mit Videos" + }, + "Pattern": { + "Pattern": "Muster" + }, + "Pause": { + "Pause": "Pause" + }, + "Paused": { + "Paused": "Pausiert" + }, + "Pending": { + "Pending": "Unerledigt" + }, + "Pending Charge": { + "Pending Charge": "Ladung steht aus" + }, + "Pending Discharge": { + "Pending Discharge": "Entladung steht aus" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Pro-Modus Hintergründe" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Pro-Monitor Hintergründe" + }, + "Per-screen config": { + "Per-screen config": "Konfiguration pro Bildschirm" + }, + "Percentage": { + "Percentage": "Prozent" + }, + "Performance": { + "Performance": "Leistung" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Fehlende Berechtigung zum setzen eines Profilbildes." + }, + "Personalization": { + "Personalization": "Personalisierung" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Telefonverbindung nicht verfügbar" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Telefonverbindung nicht verfügbar" + }, + "Phone number": { + "Phone number": "Telefonnummer" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Jedes Mal ein anderes zufälliges Video aus demselben Ordner wählen" + }, + "Pictures": { + "Pictures": "Bilder" + }, + "Pin": { + "Pin": "Anheften" + }, + "Pin to Dock": { + "Pin to Dock": "An Dock anpinnen" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping senden" + }, + "Ping sent to": { + "Ping sent to": "Ping senden an" + }, + "Pinned": { + "Pinned": "Angeheftet" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Angeheftete und laufende Apps mit Drag-and-Drop" + }, + "Pixelate": { + "Pixelate": "Verpixeln" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Legen Sie hier die Plugin-Verzeichnisse ab. Jedes Plugin sollte eine Manifestdatei namens plugin.json enthalten." + }, + "Place plugins in %1": { + "Place plugins in %1": "Plugins in %1 platzieren" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Ein Video abspielen, wenn der Bildschirm gesperrt wird." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Tonausgabe bei neuer Benachrichtigung" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Tonausgabe wenn Stromkabel eingesteckt" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Tonausgabe bei ändern der Lautstärke" + }, + "Play sounds for system events": { + "Play sounds for system events": "Tonausgabe für System Ereignisse" + }, + "Playback": { + "Playback": "Wiedergabe" + }, + "Playback error: ": { + "Playback error: ": "Wiedergabefehler: " + }, + "Please wait...": { + "Please wait...": "Bitte warten..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Bitte gib einen Namen für deine neue %1-Sitzung ein" + }, + "Plugged In": { + "Plugged In": "Eingesteckt" + }, + "Plugged in": { + "Plugged in": "Eingesteckt" + }, + "Plugin": { + "Plugin": "Plugin" + }, + "Plugin Directory": { + "Plugin Directory": "Plugin Verzeichnis" + }, + "Plugin Management": { + "Plugin Management": "Plugin Management" + }, + "Plugin Visibility": { + "Plugin Visibility": "Plugin-Sichtbarkeit" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Plugin ist deaktiviert – in den Plugin-Einstellungen aktivieren, um es zu verwenden" + }, + "Plugins": { + "Plugins": "Plugins" + }, + "Pointer": { + "Pointer": "Zeiger" + }, + "Popout Shadows": { + "Popout Shadows": "Popout-Schatten" + }, + "Popouts": { + "Popouts": "Popouts" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Popouts und Modale folgen der globalen Animationsgeschwindigkeit (deaktivieren, um sie einzeln anzupassen)" + }, + "Popup Only": { + "Popup Only": "Nur Popup" + }, + "Popup Position": { + "Popup Position": "Popup Position" + }, + "Popup Shadow": { + "Popup Shadow": "Popup-Schatten" + }, + "Popup Transparency": { + "Popup Transparency": "Popup Transparenz" + }, + "Popup behavior, position": { + "Popup behavior, position": "Popup-Verhalten, Position" + }, + "Port": { + "Port": "Port" + }, + "Portal": { + "Portal": "Portal" + }, + "Position": { + "Position": "Position" + }, + "Position, pinned apps": { + "Position, pinned apps": "Position, angeheftete Apps" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Mögliche Überschreibungskonflikte" + }, + "Power": { + "Power": "Energie" + }, + "Power & Security": { + "Power & Security": "Energieoptionen & Sicherheit" + }, + "Power & Sleep": { + "Power & Sleep": "Energie & Schlafmodus" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Bestätigung von Energieoptionen" + }, + "Power Menu Customization": { + "Power Menu Customization": "Energieoptionen im Power Menü anpassen" + }, + "Power Off": { + "Power Off": "Ausschalten" + }, + "Power Options": { + "Power Options": "Energieoptionen" + }, + "Power Profile": { + "Power Profile": "Energieprofil" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Leistungsverschlechterung" + }, + "Power Saver": { + "Power Saver": "Energiesparmodus" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Monitore beim Sperren ausschalten" + }, + "Power profile management available": { + "Power profile management available": "Energieprofilverwaltung verfügbar" + }, + "Power source": { + "Power source": "Stromquelle" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "Den letzten erfolgreichen Benutzernamen im Greeter vorausfüllen" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "Die zuletzt verwendete Sitzung im Greeter vorauswählen" + }, + "Precip": { + "Precip": "Niederschlag" + }, + "Precipitation": { + "Precipitation": "Niederschlag" + }, + "Precipitation Chance": { + "Precipitation Chance": "Niederschlagswahrscheinlichkeit" + }, + "Preference": { + "Preference": "Präferenz" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Voreingestellte Breiten (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "Drücke 'n' oder klicke auf 'Neue Sitzung', um eine zu erstellen" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Drücken Sie die Eingabetaste, um das Audiosystem neu zu starten und die Änderungen zu übernehmen" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Eingabetaste zum Einfügen, Umschalt+Eingabe zum Kopieren" + }, + "Press key...": { + "Press key...": "Drücke Taste..." + }, + "Pressure": { + "Pressure": "Druck" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Bildschirm-Timeout verhindern" + }, + "Preview": { + "Preview": "Vorschau" + }, + "Primary": { + "Primary": "Primär" + }, + "Primary Container": { + "Primary Container": "Primärer Container" + }, + "Print Server Management": { + "Print Server Management": "Druckerserververwaltung" + }, + "Print Server not available": { + "Print Server not available": "Drucker-Server nicht erreichbar" + }, + "Printer": { + "Printer": "Drucker" + }, + "Printer Classes": { + "Printer Classes": "Druckerklassen" + }, + "Printer created successfully": { + "Printer created successfully": "Drucker erfolgreich angelegt" + }, + "Printer deleted": { + "Printer deleted": "Drucker gelöscht" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Druckername (ohne Leerzeichen)" + }, + "Printer reachable": { + "Printer reachable": "Drucker erreichbar" + }, + "Printers": { + "Printers": "Drucker" + }, + "Printers: ": { + "Printers: ": "Drucker: " + }, + "Prioritize performance": { + "Prioritize performance": "Leistung priorisieren" + }, + "Priority": { + "Priority": "Priorität" + }, + "Privacy Indicator": { + "Privacy Indicator": "Datenschutzindikator" + }, + "Privacy Mode": { + "Privacy Mode": "Privatmodus" + }, + "Private Key Password": { + "Private Key Password": "Passwort für privaten Schlüssel" + }, + "Process Count": { + "Process Count": "Prozessanzahl" + }, + "Processes": { + "Processes": "Prozesse" + }, + "Processes:": { + "Processes:": "Prozesse:" + }, + "Processing": { + "Processing": "Verarbeitung" + }, + "Profile Image Error": { + "Profile Image Error": "Profilbildfehler" + }, + "Profile activated: %1": { + "Profile activated: %1": "Profil aktiviert: %1" + }, + "Profile deleted": { + "Profile deleted": "Profil gelöscht" + }, + "Profile error": { + "Profile error": "Profilfehler" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Profilbild ist zu groß. Bitte ein kleineres Bild verwenden." + }, + "Profile name": { + "Profile name": "Profilname" + }, + "Profile not found": { + "Profile not found": "Profil nicht gefunden" + }, + "Profile saved: %1": { + "Profile saved: %1": "Profil gespeichert: %1" + }, + "Protocol": { + "Protocol": "Protokoll" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia ist nicht verfügbar" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia ist nicht verfügbar – Video-Bildschirmschoner erfordert Qt-Multimedia-Dienste" + }, + "Quick Access": { + "Quick Access": "Schnellzugriff" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Schnellzugriff auf Anwendung-Starter" + }, + "Quick access to color picker": { + "Quick access to color picker": "Schnellzugriff auf den Farbwähler" + }, + "Quick access to notepad": { + "Quick access to notepad": "Schnellzugriff auf Notizblock" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Schnell‑Notizen‑Ausklappmenü" + }, + "Quick system toggles": { + "Quick system toggles": "System-Schnellschalter" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Radius" + }, + "Rain": { + "Rain": "Regen" + }, + "Rain Chance": { + "Rain Chance": "Regenwahrscheinlichkeit" + }, + "Rainbow": { + "Rainbow": "Regenborgen" + }, + "Random": { + "Random": "Zufällig" + }, + "Rate": { + "Rate": "Übertragungsrate" + }, + "Read:": { + "Read:": "Lesen:" + }, + "Reason": { + "Reason": "Grund" + }, + "Reboot": { + "Reboot": "Neustart" + }, + "Recent Colors": { + "Recent Colors": "Aktuelle Farben" + }, + "Recently Used Apps": { + "Recently Used Apps": "Zuletzt verwendete Apps" + }, + "Recommended available": { + "Recommended available": "Empfohlen verfügbar" + }, + "Refresh": { + "Refresh": "Aktualisieren" + }, + "Refresh Weather": { + "Refresh Weather": "Wetter aktualisieren" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Ablehnen" + }, + "Reject Jobs": { + "Reject Jobs": "Druckaufträge abbrechen" + }, + "Release": { + "Release": "Loslassen" + }, + "Reload Plugin": { + "Reload Plugin": "Plugin neu laden" + }, + "Remaining": { + "Remaining": "Verbleibend" + }, + "Remaining / Total": { + "Remaining / Total": "Verbleibend / Gesamt" + }, + "Remember Last Query": { + "Remember Last Query": "Letzte Suchanfrage merken" + }, + "Remember last session": { + "Remember last session": "Letzte Sitzung merken" + }, + "Remember last user": { + "Remember last user": "Letzten Benutzer merken" + }, + "Remove": { + "Remove": "Entfernen" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Widget-Abstand entfernen" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Abstände und Rahmen entfernen, wenn Fenster maximiert sind" + }, + "Rename": { + "Rename": "Umbenennen" + }, + "Rename Session": { + "Rename Session": "Sitzung umbenennen" + }, + "Rename Workspace": { + "Rename Workspace": "Arbeitsfläche umbenennen" + }, + "Repeat": { + "Repeat": "Wiederholen" + }, + "Replacement": { + "Replacement": "Ersetzung" + }, + "Report": { + "Report": "Report" + }, + "Request Pairing": { + "Request Pairing": "Kopplung anfordern" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Erfordert halten der Taste zum Herunterfahren, Neustarten, Anhalten, Ruhezustand und Abmelden" + }, + "Required plugin: ": { + "Required plugin: ": "Erforderliches Plugin: " + }, + "Requires %1": { + "Requires %1": "Erfordert %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Erfordert 'dgop' Tool" + }, + "Requires DMS %1": { + "Requires DMS %1": "Erfordert DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Erfordert DWL-Compositor" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "Erfordert eine neuere Version von Quickshell" + }, + "Requires night mode support": { + "Requires night mode support": "Erfordert Nachtmodus-Unterstützung" + }, + "Reset": { + "Reset": "Zurücksetzen" + }, + "Reset Position": { + "Reset Position": "Position zurücksetzen" + }, + "Reset Size": { + "Reset Size": "Größe zurücksetzen" + }, + "Reset to default name": { + "Reset to default name": "Auf Standardnamen zurücksetzen" + }, + "Resize Widget": { + "Resize Widget": "Widget-Größe ändern" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Auflösung & Bildwiederholrate" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Auflösung, Position, Skalierung" + }, + "Restart DMS": { + "Restart DMS": "Neustart DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "DankMaterialShell neustarten" + }, + "Restarting audio system...": { + "Restarting audio system...": "Audiosystem wird neu gestartet..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "Fenster in speziellen Arbeitsbereichen wiederherstellen" + }, + "Resume": { + "Resume": "Fortsetzen" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Scrollrichtung umkehren" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Arbeitsbereich-Wechselrichtung beim Scrollen über die Leiste umkehren" + }, + "Revert": { + "Revert": "Rückgängig machen" + }, + "Right": { + "Right": "Rechts" + }, + "Right Center": { + "Right Center": "Rechts zentriert" + }, + "Right Section": { + "Right Section": "Rechte Sektion" + }, + "Right Tiling": { + "Right Tiling": "Kachelung rechts" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Rechtsklick und ziehen an einer beliebigen Stelle auf dem Widget" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Rechtsklick und ziehen der unteren rechten Ecke" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Rechtsklick auf das Leisten-Widget zum Durchwechseln" + }, + "Ring": { + "Ring": "Klingeln lassen" + }, + "Ringing": { + "Ringing": "Klingeln" + }, + "Ripple Effects": { + "Ripple Effects": "Wellen-Effekte" + }, + "Root Filesystem": { + "Root Filesystem": "Root-Dateisystem" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Abgerundete Ecken für Fenster" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Abgerundete Ecken für Fenster (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Abgerundete Ecken für Fenster (decoration.rounding)" + }, + "Rule": { + "Rule": "Regel" + }, + "Rule Name": { + "Rule Name": "Regelname" + }, + "Rules (%1)": { + "Rules (%1)": "Regeln (%1)" + }, + "Run Again": { + "Run Again": "Erneut ausführen" + }, + "Run DMS Templates": { + "Run DMS Templates": "DMS Vorlagen ausführen" + }, + "Run User Templates": { + "Run User Templates": "Benutzer-Vorlagen ausführen" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Starte Programm (z.B. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Starte Shell Kommando (z.B. notify-send)" + }, + "Running Apps": { + "Running Apps": "Laufende Apps" + }, + "Running Apps Settings": { + "Running Apps Settings": "Einstellungen für laufende Applikationen" + }, + "Running greeter sync…": { + "Running greeter sync…": "Greeter-Sync wird ausgeführt…" + }, + "SDR Brightness": { + "SDR Brightness": "SDR Helligkeit" + }, + "SDR Saturation": { + "SDR Saturation": "SDR Sättigung" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Speichern" + }, + "Save Notepad File": { + "Save Notepad File": "Speicher Notepad Datei" + }, + "Save QR Code": { + "Save QR Code": "QR Code speichern" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Anzeige-Konfigurationen speichern und zwischen ihnen wechseln" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Benachrichtigungen mit kritischer Priorität im Verlauf speichern" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Verworfene Benachrichtigungen im Verlauf speichern" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Benachrichtigungen mit niedriger Priorität im Verlauf speichern" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Benachrichtigungen mit normaler Priorität im Verlauf speichern" + }, + "Save password": { + "Save password": "Passwort speichern" + }, + "Saved": { + "Saved": "Gespeichert" + }, + "Saved Configurations": { + "Saved Configurations": "Konfigurationen gespeichert" + }, + "Saved Note": { + "Saved Note": "Gespeicherte Notiz" + }, + "Saved item deleted": { + "Saved item deleted": "Gespeichertes Element gelöscht" + }, + "Saving...": { + "Saving...": "Speichert..." + }, + "Scale": { + "Scale": "Skalierung" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Skaliere DankBar Schriftgröße seperat" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "DankBar-Icon-Größen unabhängig skalieren" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Alle Schriftgrößen in der Shell skalieren" + }, + "Scan": { + "Scan": "Scannen" + }, + "Scanning": { + "Scanning": "Scannen" + }, + "Scanning...": { + "Scanning...": "Scannen..." + }, + "Science": { + "Science": "Wissenschaft" + }, + "Score": { + "Score": "Score" + }, + "Screen Sharing": { + "Screen Sharing": "Bildschirmfreigabe" + }, + "Screen sharing": { + "Screen sharing": "Bildschirm teilen" + }, + "Scroll": { + "Scroll": "Scrollen" + }, + "Scroll Factor": { + "Scroll Factor": "Scroll-Faktor" + }, + "Scroll GitHub": { + "Scroll GitHub": "GitHub scrollen" + }, + "Scroll Wheel": { + "Scroll Wheel": "Mausrad" + }, + "Scroll song title": { + "Scroll song title": "scrolle Songtitel" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Titel scrollen, wenn er nicht in das Widget passt" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Mausrad-Verhalten auf dem Medien-Widget" + }, + "Scrolling": { + "Scrolling": "Scrollen" + }, + "Search App Actions": { + "Search App Actions": "App-Aktionen suchen" + }, + "Search Options": { + "Search Options": "Suchoptionen" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Suchen Sie nach Tastenkombination, Beschreibung oder Aktionsname.\n\nDie Standardaktion kopiert die Tastenkombination in die Zwischenablage.\nRechtsklick oder Rechts-Pfeil drücken, um häufig verwendete Tastenkombinationen anzuheften – diese erscheinen oben, wenn nicht gesucht wird." + }, + "Search for a location...": { + "Search for a location...": "Suche nach Ort..." + }, + "Search keybinds...": { + "Search keybinds...": "Suche Tastenbelegung..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Tastenkombinationen von Ihrem Compositor und Anwendungen suchen" + }, + "Search plugins...": { + "Search plugins...": "Suche Plugins..." + }, + "Search processes...": { + "Search processes...": "Prozesse suchen..." + }, + "Search sessions...": { + "Search sessions...": "Sitzungen suchen..." + }, + "Search themes...": { + "Search themes...": "Themes suchen..." + }, + "Search widgets...": { + "Search widgets...": "Suche Widgets..." + }, + "Search...": { + "Search...": "Suche..." + }, + "Searching...": { + "Searching...": "Suchen..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Zweiter Faktor (UND)" + }, + "Secondary": { + "Secondary": "Sekundär" + }, + "Secured": { + "Secured": "Gesichert" + }, + "Security": { + "Security": "Sicherheit" + }, + "Security & privacy": { + "Security & privacy": "Sicherheit & Privatsphäre" + }, + "Security key mode": { + "Security key mode": "Sicherheitsschlüssel-Modus" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "Sicherheitsschlüssel-Verfügbarkeit konnte nicht bestätigt werden." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Sicherheitsschlüssel-Unterstützung wurde erkannt, aber es wurde noch kein registrierter Schlüssel gefunden. Du kannst dies jetzt aktivieren und später einen registrieren." + }, + "Select": { + "Select": "Auswählen" + }, + "Select Application": { + "Select Application": "Wähle Applikation" + }, + "Select Bar": { + "Select Bar": "Leiste auswählen" + }, + "Select Custom Theme": { + "Select Custom Theme": "Benutzerdefiniertes Design auswählen" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Dock-Launcher-Logo auswählen" + }, + "Select File to Send": { + "Select File to Send": "Datei zum Senden auswählen" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Launcher Logo" + }, + "Select Profile Image": { + "Select Profile Image": "Profilbild auswählen" + }, + "Select Video or Folder": { + "Select Video or Folder": "Video oder Ordner auswählen" + }, + "Select Wallpaper": { + "Select Wallpaper": "Hintergrundbild" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Hintergrundbild-Verzeichnis auswählen" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "eine Farbe aus der Farbpalette oder nutze die Schieberegler" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Wählen Sie ein Widget aus, das Sie Ihrem Desktop hinzufügen möchten. Jedes Widget ist eine separate Instanz mit eigenen Einstellungen." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Widget zum hinzufügen. Widgets können mehrfach platziert werden, wenn nötig." + }, + "Select a window...": { + "Select a window...": "ein Fenster..." + }, + "Select an image file...": { + "Select an image file...": "eine Bilddatei..." + }, + "Select at least one provider": { + "Select at least one provider": "Wählen Sie mindestens einen Anbieter aus" + }, + "Select device": { + "Select device": "Gerät auswählen" + }, + "Select device...": { + "Select device...": "Drucker..." + }, + "Select driver...": { + "Select driver...": "Treiber..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Schriftstärke für UI" + }, + "Select greeter background image": { + "Select greeter background image": "Hintergrundbild für den Greeter auswählen" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "einen Monitor für das Hintergrundbild" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Monospace Schriftart für Prozessliste und technische Details" + }, + "Select network": { + "Select network": "Netzwerk auswählen" + }, + "Select system sound theme": { + "Select system sound theme": "Systemklangtöne" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Schriftfamilie für UI" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Algorithmus für Hintergrundbilder zur Bestimmung der Farben" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Wählen Sie aus, welche Tastenkombinationsanbieter einbezogen werden sollen" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Wählen Sie aus, welche Übergänge in die Zufallsauswahl aufgenommen werden sollen" + }, + "Select...": { + "Select...": "..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Ausgewähltes Bild konnte nicht gefunden werden." + }, + "Send": { + "Send": "Senden" + }, + "Send Clipboard": { + "Send Clipboard": "Zwischenablage senden" + }, + "Send File": { + "Send File": "Datei senden" + }, + "Send SMS": { + "Send SMS": "SMS senden" + }, + "Sending": { + "Sending": "Senden" + }, + "Separator": { + "Separator": "Trenner" + }, + "Server": { + "Server": "Server" + }, + "Session Filter": { + "Session Filter": "Sitzungsfilter" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Benutzerdefinierten Gerätenamen festlegen" + }, + "Set custom name": { + "Set custom name": "Benutzerdefinierten Namen festlegen" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Benutzerdefinierte Namen für Ihre Audioeingabegeräte festlegen" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Benutzerdefinierte Namen für Ihre Audioausgabegeräte festlegen" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Setze Hintergrundbilder für jeweiligen Monitor" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Setze Hintergrundbilder für helle und dunkle Darstellung" + }, + "Set key and action to save": { + "Set key and action to save": "Taste und Aktion zum Speichern festlegen" + }, + "Set notification rules": { + "Set notification rules": "Benachrichtigungsregeln festlegen" + }, + "Settings": { + "Settings": "Einstellungen" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Einstellungen sind schreibgeschützt. Änderungen werden nicht gespeichert." + }, + "Setup": { + "Setup": "Einrichtung" + }, + "Shadow Color": { + "Shadow Color": "Schattenfarbe" + }, + "Shadow Intensity": { + "Shadow Intensity": "Schattenintensität" + }, + "Shadow Opacity": { + "Shadow Opacity": "Schattendeckkraft" + }, + "Shadow Override": { + "Shadow Override": "Schattenüberschreibung" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "Schatten-Erhöhung auf Leisten und Panels" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "Schatten-Erhöhung auf Modalen und Dialogen" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "Schatten-Erhöhung auf Popouts, OSDs und Dropdowns" + }, + "Shadows": { + "Shadows": "Schatten" + }, + "Share": { + "Share": "Teilen" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Gamma-Control-Einstellungen teilen" + }, + "Share Text": { + "Share Text": "Text teilen" + }, + "Share URL": { + "Share URL": "URL teilen" + }, + "Shared": { + "Shared": "Geteilt" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Alle entfernen • Esc: Schließen" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Umschalt+Eingabe zum Einfügen" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Umschalt+Eingabe: Kopieren • Umschalt+Entf: Alles löschen • Esc: Schließen" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Einfügen • Shift+Entf: Alle entfernen • Esc: Schließen" + }, + "Short": { + "Short": "Kurz" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Tastenkürzel (%1)" + }, + "Shortcuts": { + "Shortcuts": "Tastenkürzel" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Tastenkombinationen (%1)" + }, + "Show": { + "Show": "Anzeigen" + }, + "Show 3rd Party": { + "Show 3rd Party": "Drittanbieter anzeigen" + }, + "Show All Tags": { + "Show All Tags": "Alle Tags anzeigen" + }, + "Show Badge": { + "Show Badge": "Badge anzeigen" + }, + "Show CPU": { + "Show CPU": "CPU anzeigen" + }, + "Show CPU Graph": { + "Show CPU Graph": "CPU-Diagramm anzeigen" + }, + "Show CPU Temp": { + "Show CPU Temp": "CPU-Temperatur anzeigen" + }, + "Show Date": { + "Show Date": "Zeige Datum" + }, + "Show Disk": { + "Show Disk": "Zeige Festaplatte" + }, + "Show Dock": { + "Show Dock": "Dock anzeigen" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Gefühlte Temperatur anzeigen" + }, + "Show Footer": { + "Show Footer": "Fußzeile anzeigen" + }, + "Show Forecast": { + "Show Forecast": "Vorhersage anzeigen" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Zeige GPU Temperatur" + }, + "Show Header": { + "Show Header": "Zeige Kopfzeile" + }, + "Show Hibernate": { + "Show Hibernate": "Ruhezustand anzeigen" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Zeige Stundenangabe" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Stündliche Vorhersage anzeigen" + }, + "Show Humidity": { + "Show Humidity": "Luftfeuchtigkeit anzeigen" + }, + "Show Launcher Button": { + "Show Launcher Button": "Launcher-Schaltfläche anzeigen" + }, + "Show Line Numbers": { + "Show Line Numbers": "Zeige Zeilennummern" + }, + "Show Location": { + "Show Location": "Standort anzeigen" + }, + "Show Lock": { + "Show Lock": "Sperren anzeigen" + }, + "Show Log Out": { + "Show Log Out": "Abmelden anzeigen" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Material Design Wellen-Animationen auf interaktiven Elementen anzeigen" + }, + "Show Media Player": { + "Show Media Player": "Zeige Media Player" + }, + "Show Memory": { + "Show Memory": "Zeige Speicher" + }, + "Show Memory Graph": { + "Show Memory Graph": "Zeige Speicher Graph" + }, + "Show Memory in GB": { + "Show Memory in GB": "Arbeitsspeicher in GB anzeigen" + }, + "Show Network": { + "Show Network": "Zeige Netzwerk" + }, + "Show Network Graph": { + "Show Network Graph": "Zeige Netzwerk Graph" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Zeige nur genutzte Arbeitsbereiche an" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Überlauf-Badge-Anzahl anzeigen" + }, + "Show Password Field": { + "Show Password Field": "Zeige Passwort Feld" + }, + "Show Power Actions": { + "Show Power Actions": "Zeige Energieoptionen" + }, + "Show Power Off": { + "Show Power Off": "Ausschalten anzeigen" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Niederschlagswahrscheinlichkeit anzeigen" + }, + "Show Pressure": { + "Show Pressure": "Luftdruck anzeigen" + }, + "Show Profile Image": { + "Show Profile Image": "Zeige Profilbild" + }, + "Show Reboot": { + "Show Reboot": "Neustart anzeigen" + }, + "Show Restart DMS": { + "Show Restart DMS": "DMS-Neustart anzeigen" + }, + "Show Saved Items": { + "Show Saved Items": "Gespeicherte Elemente anzeigen" + }, + "Show Seconds": { + "Show Seconds": "Zeige Sekunden" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Sonnenaufgang/-untergang anzeigen" + }, + "Show Suspend": { + "Show Suspend": "Zeige Ruhemodus" + }, + "Show Swap": { + "Show Swap": "Swap anzeigen" + }, + "Show System Date": { + "Show System Date": "Zeige Systemdatum" + }, + "Show System Icons": { + "Show System Icons": "Zeige Systemicons" + }, + "Show System Time": { + "Show System Time": "Zeige Systemzeit" + }, + "Show Top Processes": { + "Show Top Processes": "Zeige Top Prozesse" + }, + "Show Weather Condition": { + "Show Weather Condition": "Wetterlage anzeigen" + }, + "Show Week Number": { + "Show Week Number": "Wochennummer anzeigen" + }, + "Show Welcome": { + "Show Welcome": "Willkommensseite anzeigen" + }, + "Show Wind Speed": { + "Show Wind Speed": "Windgeschwindigkeit anzeigen" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Zeige Applikationen von Arbeitsbereich" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Alle 9 Tags anzeigen, statt nur die belegten (nur mit DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Einen Umrissring um die Anzeige des fokussierten Arbeitsbereichs anzeigen" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Cava-Audio-Visualisierer im Medien-Widget anzeigen" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Abgedunkeltes Overlay hinter modalen Dialogen anzeigen" + }, + "Show device": { + "Show device": "Gerät anzeigen" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Dock anzeigen, wenn schwebende Fenster seinen Bereich nicht überlappen" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Schlagschatten auf Benachrichtigungs-Popups anzeigen. Erfordert die Aktivierung von M3 Elevation unter Theme & Farben." + }, + "Show in GB": { + "Show in GB": "In GB anzeigen" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Launcher-Overlay anzeigen, wenn in der Niri-Übersicht getippt wird. Deaktivieren, um einen anderen Launcher zu verwenden." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Modus-Tabs und Tastaturhinweise unten anzeigen." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "Benachrichtigungs-Popups nur auf dem aktuell fokussierten Monitor anzeigen" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "Benachrichtigungen nur auf dem aktuell fokussierten Monitor anzeigen" + }, + "Show on Last Display": { + "Show on Last Display": "Zeigen auf letzten Montior" + }, + "Show on Overlay": { + "Show on Overlay": "Im Overlay anzeigen" + }, + "Show on Overview": { + "Show on Overview": "Zeige auf Übersicht" + }, + "Show on Overview Only": { + "Show on Overview Only": "Nur in der Übersicht anzeigen" + }, + "Show on all connected displays": { + "Show on all connected displays": "Zeige alle verbundenen Monitore" + }, + "Show on screens:": { + "Show on screens:": "Auf Bildschirmen anzeigen:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Bildschirmanzeige bei Helligkeitsänderung anzeigen" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Bildschirmanzeige bei Statusänderung der Feststelltaste anzeigen" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "On-Screen-Display beim Durchwechseln von Audioausgabegeräten anzeigen" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Bildschirmanzeige bei Statusänderung des Leerlauf-Inhibitors anzeigen" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Bildschirmanzeige einblenden, wenn sich der Status des Mediaplayers ändert" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Bildschirmanzeige bei Lautstärkeänderung des Mediaplayers anzeigen" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Bildschirmanzeige beim Stummschalten/Aktivieren des Mikrofons anzeigen" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Bildschirmanzeige bei Änderung des Energieprofils anzeigen" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Bildschirmanzeige bei Lautstärkeänderung anzeigen" + }, + "Show seconds": { + "Show seconds": "Sekunden anzeigen" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Wetter Informationen in Top-Bar und in Einstellungen anzeigen" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "Wochennummer im Kalender anzeigen" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Arbeitsbereich-Indexnummern im Wechsler der oberen Leiste anzeigen" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Arbeitsbereichsnamen auf horizontalen Leisten und den ersten Buchstaben auf vertikalen Leisten anzeigen" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Arbeitsbereiche des aktuell fokussierten Monitors anzeigen" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Zeigt alle laufenden Anwendungen mit Fokus-Anzeige" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Zeigt Arbeitsbereich und ermöglicht das Umschalten" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Zeige wenn Festelltaste aktiv" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Zeigt wenn Mikrofon, Kamera oder Bildschirmteilung aktiv ist" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Ausschalten" + }, + "Signal": { + "Signal": "Signal" + }, + "Signal:": { + "Signal:": "Signal:" + }, + "Size": { + "Size": "Größe" + }, + "Size Constraints": { + "Size Constraints": "Größenbeschränkungen" + }, + "Size Offset": { + "Size Offset": "Abstand" + }, + "Sizing": { + "Sizing": "Größenanpassung" + }, + "Skip": { + "Skip": "Überspringen" + }, + "Skip confirmation": { + "Skip confirmation": "Bestätigung überspringen" + }, + "Skip setup": { + "Skip setup": "Einrichtung überspringen" + }, + "Small": { + "Small": "Klein" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Smartcard-Authentifizierung" + }, + "Smartcard PIN": { + "Smartcard PIN": "Smartcard-PIN" + }, + "Snap": { + "Snap": "Einrasten" + }, + "Snow": { + "Snow": "Schnee" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Einige Plugins benötigen eine neuere DMS Version:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Alphabetisch sortieren" + }, + "Sort By": { + "Sort By": "Sortieren nach" + }, + "Sorting & Layout": { + "Sorting & Layout": "Sortierung & Layout" + }, + "Sound Theme": { + "Sound Theme": "Klangtöne" + }, + "Sounds": { + "Sounds": "Töne" + }, + "Space between windows": { + "Space between windows": "Abstand zwischen Fenster" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Abstand zwischen Fenstern (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Abstand zwischen Fenstern (gaps_in und gaps_out)" + }, + "Spacer": { + "Spacer": "Abstandshalter" + }, + "Spacing": { + "Spacing": "Zwischenraum" + }, + "Speaker settings": { + "Speaker settings": "Lautsprechereinstellungen" + }, + "Speed": { + "Speed": "Geschwindigkeit" + }, + "Spool Area Full": { + "Spool Area Full": "Spool-Bereich voll" + }, + "Square Corners": { + "Square Corners": "keine Abrundung" + }, + "Stacked": { + "Stacked": "Gestapelt" + }, + "Standard": { + "Standard": "Standard" + }, + "Start": { + "Start": "Start" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "KDE Connect oder Valent starten" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Starten Sie KDE Connect oder Valent, um dieses Plugin zu verwenden" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Schreibe deine Notiz hier..." + }, + "State": { + "State": "Zustand" + }, + "Status": { + "Status": "Status" + }, + "Stopped": { + "Stopped": "Gestoppt" + }, + "Stopped Partly": { + "Stopped Partly": "zum Teil gestoppt" + }, + "Stopping": { + "Stopping": "am Stoppen" + }, + "Stretch": { + "Stretch": "Strecken" + }, + "Stripes": { + "Stripes": "Streifen" + }, + "Summary": { + "Summary": "Zusammenfassung" + }, + "Sunrise": { + "Sunrise": "Sonnenaufgang" + }, + "Sunset": { + "Sunset": "Sonnenuntergang" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Unterdrückt Benachrichtigungen wenn aktiviert" + }, + "Surface": { + "Surface": "Oberfläche" + }, + "Surface Variant": { + "Surface Variant": "Oberflächenvariante" + }, + "Suspend": { + "Suspend": "Ruhemodus" + }, + "Suspend behavior": { + "Suspend behavior": "Ruhemodus Verhalten" + }, + "Suspend system after": { + "Suspend system after": "In Ruhemodus wechseln nach" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Ruhezustand nach Standby" + }, + "Sway Website": { + "Sway Website": "Sway-Website" + }, + "Switch User": { + "Switch User": "Benutzer wechseln" + }, + "Switch to power profile": { + "Switch to power profile": "Zu Energieprofil wechseln" + }, + "Sync": { + "Sync": "Sync" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Synchronisiere Modus mit Portal" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Popouts & Modale synchronisieren" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Position über Bildschirme hinweg synchronisieren" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "Sync erfolgreich abgeschlossen." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Dunkelmodus mit Einstellungsportalen für systemweite Theme-Hinweise synchronisieren" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Sync im Hintergrundmodus fehlgeschlagen. Terminal-Modus wird versucht, damit Sie sich interaktiv authentifizieren können." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "Sync erfordert Sudo-Authentifizierung. Terminal wird geöffnet, damit Sie Passwort oder Fingerabdruck verwenden können." + }, + "System": { + "System": "System" + }, + "System App Theming": { + "System App Theming": "System App Darstellung" + }, + "System Check": { + "System Check": "Systemprüfung" + }, + "System Default": { + "System Default": "Systemstandard" + }, + "System Information": { + "System Information": "Systeminformationen" + }, + "System Monitor": { + "System Monitor": "Systemmonitor" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "System Monitor nicht verfügbar" + }, + "System Sounds": { + "System Sounds": "System Töne" + }, + "System Tray": { + "System Tray": "Taskleiste" + }, + "System Update": { + "System Update": "Systemupdate" + }, + "System Updater": { + "System Updater": "System-Updater" + }, + "System Updates": { + "System Updates": "Systemupdates" + }, + "System notification area icons": { + "System notification area icons": "Symbole im Benachrichtigungsbereich des Systems" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Systemklänge sind nicht verfügbar. Installieren Sie %1 für Sound-Unterstützung." + }, + "System theme toggle": { + "System theme toggle": "System-Design umschalten" + }, + "System toast notifications": { + "System toast notifications": "System-Toast-Benachrichtigungen" + }, + "System update custom command": { + "System update custom command": "Benutzerdefinierter Befehl für System-Update" + }, + "Tab": { + "Tab": "Tab" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navigation • ←→↑↓: Grid Nav • Enter/Leertaste: Auswählen" + }, + "Terminal": { + "Terminal": "Terminal" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Zusätzliche benutzerdefinierte Terminal-Parameter" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "Terminal-Fallback fehlgeschlagen. Installieren Sie einen unterstützten Terminal-Emulator oder führen Sie „dms auth sync“ manuell aus." + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminal-Fallback fehlgeschlagen. Installieren Sie einen der unterstützten Terminal-Emulatoren oder führen Sie 'dms greeter sync' manuell aus." + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "Terminal-Fallback geöffnet. Schließen Sie dort die Authentifizierungseinrichtung ab; es wird nach Abschluss automatisch geschlossen." + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminal-Fallback geöffnet. Schließen Sie den Sync dort ab; das Fenster wird nach Abschluss automatisch geschlossen." + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "Zu verwendendes Terminal-Multiplexer-Backend" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "Terminal geöffnet. Schließen Sie dort die Authentifizierungseinrichtung ab; es wird nach Abschluss automatisch geschlossen." + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminal geöffnet. Schließen Sie die Sync-Authentifizierung dort ab; das Fenster wird nach Abschluss automatisch geschlossen." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminals - Immer dunkles Farbschema wählen" + }, + "Test Connection": { + "Test Connection": "Verbindung testen" + }, + "Test Page": { + "Test Page": "Testseite" + }, + "Test page sent to printer": { + "Test page sent to printer": "Testseite wurde zum Drucker gesendet" + }, + "Testing...": { + "Testing...": "Testen..." + }, + "Text": { + "Text": "Text" + }, + "Text Color": { + "Text Color": "Textfarbe" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "Das Tool 'dgop' ist für die Systemüberwachung erforderlich.\nBitte installieren Sie dgop, um diese Funktion zu nutzen." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Die Umgebungsvariable DMS_SOCKET ist nicht gesetzt oder der Socket ist nicht verfügbar. Die automatische Plugin-Verwaltung erfordert DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Die folgenden Einstellungen werden Ihre GTK- und Qt-Einstellungen ändern. Wenn Sie Ihre aktuellen Konfigurationen beibehalten möchten, sichern Sie diese bitte (qt5ct.conf|qt6ct.conf und ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "Der benutzerdefinierte Befehl beim Verbinden mit Sitzungen (erhält den Sitzungsnamen als erstes Argument)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "Warteschlange der Druckaufträge ist leer" + }, + "Theme & Colors": { + "Theme & Colors": "Theme & Farben" + }, + "Theme Color": { + "Theme Color": "Theme-Farbe" + }, + "Theme Registry": { + "Theme Registry": "Design-Registrierung" + }, + "Themes": { + "Themes": "Designs" + }, + "Thickness": { + "Thickness": "Stärke" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Drittanbieter-Plugin Warnung" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Plugins von Drittanbietern werden von der Community erstellt und nicht offiziell von DankMaterialShell unterstützt.\n\nDiese Plugins können Sicherheits- und Datenschutzrisiken bergen – Installation auf eigene Gefahr." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Diese Bindung wird durch config.kdl überschrieben" + }, + "This may take a few seconds": { + "This may take a few seconds": "Dies kann einige Sekunden dauern" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Dieses Plugin hat keine 'settings_write'-Berechtigung.\n\nFügen Sie \"permissions\": [\"settings_read\", \"settings_write\"] zur plugin.json hinzu" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Dieses Widget verhindert das Abschalten der GPU, was die Akkulaufzeit bei Laptops erheblich beeinträchtigen kann. Es wird nicht empfohlen, dies auf Laptops mit Hybrid-Grafik zu verwenden." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Dies löscht alle nicht angehefteten Einträge. %1 angeheftete Einträge werden beibehalten." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Das löscht den gesamten Verlauf der Zwischenablage dauerhaft." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Dies wird dieses gespeicherte Zwischenablage-Element dauerhaft entfernen. Diese Aktion kann nicht rückgängig gemacht werden." + }, + "Thunderstorm": { + "Thunderstorm": "Gewitter" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Gewitter mit Hagel" + }, + "Tile": { + "Tile": "Kachel" + }, + "Tile H": { + "Tile H": "Kachel H" + }, + "Tile V": { + "Tile V": "Kachel V" + }, + "Tiled": { + "Tiled": "Gekachelt" + }, + "Tiled State": { + "Tiled State": "Kachelzustand" + }, + "Tiling": { + "Tiling": "Kachelung" + }, + "Time": { + "Time": "Zeit" + }, + "Time & Date Locale": { + "Time & Date Locale": "Sprachumgebung für Zeit & Datum" + }, + "Time & Weather": { + "Time & Weather": "Zeit & Wetter" + }, + "Time Format": { + "Time Format": "Zeitformat" + }, + "Time format": { + "Time format": "Zeitformat" + }, + "Time remaining: %1": { + "Time remaining: %1": "Verbleibende Zeit: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Zeit bis voll: %1" + }, + "Timed Out": { + "Timed Out": "Zeit abgelaufen" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Zeitüberschreitung für Benachrichtigungen mit kritischer Priorität" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Zeitüberschreitung für Benachrichtigungen mit niedriger Priorität" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Zeitüberschreitung für Benachrichtigungen mit normaler Priorität" + }, + "Title": { + "Title": "Titel" + }, + "Title regex (optional)": { + "Title regex (optional)": "Titel-Regex (optional)" + }, + "To Full": { + "To Full": "Bis voll" + }, + "To update, run the following command:": { + "To update, run the following command:": "Zum Aktualisieren führen Sie folgenden Befehl aus:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Um diese DMS-Bindung zu verwenden, entfernen oder ändern Sie das Tastenkürzel in Ihrer config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Toast-Nachrichten" + }, + "Today": { + "Today": "Heute" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Sichtbarkeit dieser Leistenkonfiguration umschalten" + }, + "Toggling...": { + "Toggling...": "Umschalten..." + }, + "Tomorrow": { + "Tomorrow": "Morgen" + }, + "Tonal Spot": { + "Tonal Spot": "Tonaler Punkt" + }, + "Toner Empty": { + "Toner Empty": "Toner leer" + }, + "Toner Low": { + "Toner Low": "Toner fast leer" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "Zu viele Versuche – gesperrt" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "Zu viele fehlgeschlagene Versuche - Konto könnte gesperrt sein" + }, + "Tools": { + "Tools": "Werkzeuge" + }, + "Top": { + "Top": "Oben" + }, + "Top (Default)": { + "Top (Default)": "Oben (Standard)" + }, + "Top Bar Format": { + "Top Bar Format": "Format der oberen Leiste" + }, + "Top Center": { + "Top Center": "Oben zentriert" + }, + "Top Left": { + "Top Left": "Oben links" + }, + "Top Processes": { + "Top Processes": "Top Prozesse" + }, + "Top Right": { + "Top Right": "Oben rechts" + }, + "Top Section": { + "Top Section": "Oberste Sektion" + }, + "Total": { + "Total": "Gesamt" + }, + "Total Jobs": { + "Total Jobs": "Alle Druckaufträge" + }, + "Touch your security key...": { + "Touch your security key...": "Berühren Sie Ihren Sicherheitsschlüssel..." + }, + "Transform": { + "Transform": "Transformiere" + }, + "Transition Effect": { + "Transition Effect": "Übergangseffekt" + }, + "Transparency": { + "Transparency": "Transparenz" + }, + "Trending GIFs": { + "Trending GIFs": "Beliebte GIF's" + }, + "Trending Stickers": { + "Trending Stickers": "Beliebte Sticker" + }, + "Trigger": { + "Trigger": "Auslöser" + }, + "Trigger Prefix": { + "Trigger Prefix": "Auslöser-Präfix" + }, + "Trigger: %1": { + "Trigger: %1": "Trigger: %1" + }, + "Trust": { + "Trust": "Vertrauen" + }, + "Try a different search": { + "Try a different search": "Versuchen Sie eine andere Suche" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Alle Bildschirme sofort ausschalten, wenn der Sperrbildschirm aktiviert wird" + }, + "Turn off monitors after": { + "Turn off monitors after": "Schalte Monitore aus nach" + }, + "Type": { + "Type": "Typ" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Geben Sie mindestens 2 Zeichen ein" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Geben Sie dieses Präfix ein, um nach Tastenkombinationen zu suchen" + }, + "Type to search files": { + "Type to search files": "Tippen, um nach Dateien zu suchen" + }, + "Typography": { + "Typography": "Typografie" + }, + "Typography & Motion": { + "Typography & Motion": "Typografie & Bewegung" + }, + "Unavailable": { + "Unavailable": "nicht Verfügbar" + }, + "Unfocused Color": { + "Unfocused Color": "Nicht fokussierte Farbe" + }, + "Ungrouped": { + "Ungrouped": "Nicht gruppiert" + }, + "Uninstall": { + "Uninstall": "Deinstallieren" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Greeter deinstallieren" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Plugin deinstallieren" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Deinstallation abgeschlossen. Greeter wurde entfernt." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Deinstallation fehlgeschlagen: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "DMS-Greeter deinstallieren? Dies entfernt die Konfiguration und stellt Ihren vorherigen Display-Manager wieder her. Ein Terminal zur Sudo-Authentifizierung wird geöffnet." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Deinstalliert: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Deinstallieren: %1" + }, + "Unknown": { + "Unknown": "Unbekannt" + }, + "Unknown App": { + "Unknown App": "Unbekannte App" + }, + "Unknown Artist": { + "Unknown Artist": "Unbekannter Künstler" + }, + "Unknown Config": { + "Unknown Config": "Unbekannte Konfiguration" + }, + "Unknown Device": { + "Unknown Device": "Unbekanntes Gerät" + }, + "Unknown GPU": { + "Unknown GPU": "Unbekannte GPU" + }, + "Unknown Monitor": { + "Unknown Monitor": "Unbekannter Monitor" + }, + "Unknown Network": { + "Unknown Network": "Unbekanntes Netzwerk" + }, + "Unknown Title": { + "Unknown Title": "Unbekannter Titel" + }, + "Unknown Track": { + "Unknown Track": "Unbekannter Titel" + }, + "Unload on Close": { + "Unload on Close": "Beim Schließen entladen" + }, + "Unmute": { + "Unmute": "Stummschaltung aufheben" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Stummschaltung der Popups für %1 aufheben" + }, + "Unnamed Rule": { + "Unnamed Rule": "Unbenannte Regel" + }, + "Unpair": { + "Unpair": "Entkoppeln" + }, + "Unpair failed": { + "Unpair failed": "Entkoppeln fehlgeschlagen" + }, + "Unpin": { + "Unpin": "Anheften aufheben" + }, + "Unpin from Dock": { + "Unpin from Dock": "Vom Dock entfernen" + }, + "Unsaved Changes": { + "Unsaved Changes": "Ungespeicherte Änderungen" + }, + "Unsaved changes": { + "Unsaved changes": "Ungespeicherte Änderungen" + }, + "Unsaved note...": { + "Unsaved note...": "Ungespeicherte Notiz..." + }, + "Untitled": { + "Untitled": "ohne Titel" + }, + "Untrust": { + "Untrust": "Misstrauen" + }, + "Up to date": { + "Up to date": "Auf dem neuesten Stand" + }, + "Update": { + "Update": "Aktualisieren" + }, + "Update All": { + "Update All": "Alle updaten" + }, + "Update Plugin": { + "Update Plugin": "Plugin updaten" + }, + "Uptime": { + "Uptime": "Betriebszeit" + }, + "Uptime:": { + "Uptime:": "Betriebszeit:" + }, + "Urgent Color": { + "Urgent Color": "Dringende Farbe" + }, + "Usage Tips": { + "Usage Tips": "Tipps zur Verwendung" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "24‑Stunden‑Format statt 12‑Stunden‑AM/PM verwenden" + }, + "Use Custom Command": { + "Use Custom Command": "Benutzerdefinierten Befehl verwenden" + }, + "Use Grid Layout": { + "Use Grid Layout": "Nutze Raster Layout" + }, + "Use IP Location": { + "Use IP Location": "Positionserkennung durch IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Britische Maßeinheiten verwenden" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Britische Maßeinheiten verwenden (°F, mph, inHg) anstatt von metrischen Einheiten (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Monospace-Schriftart verwenden" + }, + "Use System Theme": { + "Use System Theme": "Nutze System Darstellung" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Ein benutzerdefiniertes Bild für den Anmeldebildschirm verwenden oder leer lassen, um das Desktop-Hintergrundbild zu verwenden." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Eine feste Schattenrichtung für diese Leiste verwenden" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "Sicherheitsschlüssel für die Sperrbildschirm-Authentifizierung verwenden." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Nutze externe Hintergrundbild Verwaltung, z.B. swww, hyprpaper, or swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Animierte Wellen-Fortschrittsbalken für Medienwiedergabe verwenden" + }, + "Use custom border size": { + "Use custom border size": "Benutzerdefinierte Rahmengröße verwenden" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Benutzerdefinierte Rahmen-/Fokusringbreite verwenden" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Benutzerdefinierten Befehl zum Aktualisieren Ihres Systems verwenden" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Benutzerdefinierte Abstände anstelle von Leistenabständen verwenden" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Benutzerdefinierten Fensterradius anstelle des Theme-Radius verwenden" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Benutzerdefinierte Fensterabrundung statt Design-Radius verwenden" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Desktop-Hintergrundbild verwenden" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "Fingerabdruck-Authentifizierung für den Sperrbildschirm verwenden." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Nutze helle Darstellung anstatt von dunkler" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Meter pro Sekunde anstelle von km/h für Windgeschwindigkeit verwenden" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Kleinere Benachrichtigungskarten verwenden" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Nutze Systemklang Thema von den System Einstellungen" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Dieselbe Position und Größe auf allen Displays verwenden" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Auslöser-Präfix zum Aktivieren verwenden" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Wird verwendet, wenn die Akzentfarbe auf Benutzerdefiniert eingestellt ist" + }, + "User": { + "User": "Benutzer" + }, + "Username": { + "Username": "Benutzername" + }, + "Username...": { + "Username...": "Benutzername..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Verwendet Sonnenaufgangs-/-untergangszeiten basierend auf Ihrem Standort." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Verwendet Sonnenaufgang/-untergang, um den Nachtmodus automatisch an Ihren Standort anzupassen." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Verwendet geteilte Einstellungen von Gamma Control" + }, + "Utilities": { + "Utilities": "Dienstprogramme" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN Verbindungen" + }, + "VPN Password": { + "VPN Password": "VPN Passwort" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN Konfiguration geupdated" + }, + "VPN connections": { + "VPN connections": "VPN-Verbindungen" + }, + "VPN deleted": { + "VPN deleted": "VPN gelöscht" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN importiert: %1" + }, + "VPN not available": { + "VPN not available": "VPN nicht verfügbar" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN‑Status & Schnellverbindung" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "Nur VRR-Vollbild" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR bei Bedarf" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Variable Bildwiederholrate" + }, + "Verification": { + "Verification": "Verifizierung" + }, + "Version": { + "Version": "Version" + }, + "Vertical Deck": { + "Vertical Deck": "Vertikales Deck" + }, + "Vertical Grid": { + "Vertical Grid": "Vertikales Raster" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Vertikales Scrollen" + }, + "Vertical Tiling": { + "Vertical Tiling": "Vertikale Kachelung" + }, + "Vibrant": { + "Vibrant": "Lebhaft" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Lebendige Farbpaletete mit spielerischer Sättigung." + }, + "Video Path": { + "Video Path": "Videopfad" + }, + "Video Screensaver": { + "Video Screensaver": "Video-Bildschirmschoner" + }, + "Videos": { + "Videos": "Videos" + }, + "View Mode": { + "View Mode": "Ansichtsmodus" + }, + "Visibility": { + "Visibility": "Sichtbarkeit" + }, + "Visual Effects": { + "Visual Effects": "Visuelle Effekte" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Visueller Trenner zwischen Widgets" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Visueller Effekt beim wechseln des Hintergrundbildes" + }, + "Volume": { + "Volume": "Lautstärke" + }, + "Volume Changed": { + "Volume Changed": "Lautstärke geändert" + }, + "Volume Slider": { + "Volume Slider": "Lautstärkeregler" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Lautstärke, Helligkeit und andere System-OSDs" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Hintergrundbild" + }, + "Wallpaper Error": { + "Wallpaper Error": "Hintergrundbild-Fehler" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Hintergrundbild Monitor" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Hintergrund-Füllmodus" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Verarbeitung des Hintergrundbilds fehlgeschlagen" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Verarbeitung des Hintergrundbilds fehlgeschlagen - Pfad prüfen" + }, + "Wallpapers": { + "Wallpapers": "Hintergrundbilder" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Anzuwendende warme Farbtemperatur" + }, + "Warning": { + "Warning": "Warnung" + }, + "Warnings": { + "Warnings": "Warnungen" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Wellen-Fortschrittsbalken" + }, + "Weather": { + "Weather": "Wetter" + }, + "Weather Widget": { + "Weather Widget": "Wetter Widget" + }, + "Welcome": { + "Welcome": "Willkommen" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Willkommen bei DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "Beim Klicken auf ein Dock-Fenster in einem speziellen Hyprland-Arbeitsbereich diesen wiederherstellen, bevor das Fenster fokussiert wird" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Aktivieren für alphabetische Anwendung-Sortierung. Deaktivieren für Anwendung-Sortierung nach Nutzung." + }, + "When locked": { + "When locked": "Wenn gesperrt" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Wenn das Updater-Widget verwendet wird, blende es aus, wenn kein Update gefunden wurde" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi Passwort" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "WLAN und Ethernet Verbindung" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "WLAN nicht verfügbar" + }, + "WiFi": { + "WiFi": "Wi-Fi" + }, + "WiFi Device": { + "WiFi Device": "Wi-Fi Gerät" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Wi-Fi QR Code für " + }, + "WiFi disabled": { + "WiFi disabled": "WLAN ist deaktiviert" + }, + "WiFi enabled": { + "WiFi enabled": "WLAN aktiviert" + }, + "WiFi is off": { + "WiFi is off": "WLAN ist aus" + }, + "WiFi off": { + "WiFi off": "WLAN aus" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Breit (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Widget-Hintergrundfarbe" + }, + "Widget Management": { + "Widget Management": "Widget Verwaltung" + }, + "Widget Outline": { + "Widget Outline": "Widget-Umriss" + }, + "Widget Style": { + "Widget Style": "Widget-Stil" + }, + "Widget Styling": { + "Widget Styling": "Widgetstil" + }, + "Widget Transparency": { + "Widget Transparency": "Widget Transparenz" + }, + "Widget added": { + "Widget added": "Widget hinzugefügt" + }, + "Widget removed": { + "Widget removed": "Widget entfernt" + }, + "Widgets": { + "Widgets": "Widgets" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widgets, Layout, Stil" + }, + "Width": { + "Width": "Breite" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Breite des Fensterrahmens (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Breite des Fensterrahmens (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Breite von Fensterrahmen und Fokusring" + }, + "Wind": { + "Wind": "Wind" + }, + "Wind Speed": { + "Wind Speed": "Windgeschwindigkeit" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Windgeschwindigkeit in m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "Fensterabrundung" + }, + "Window Gaps": { + "Window Gaps": "Fensterabstände" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Fensterabstände (px)" + }, + "Window Height": { + "Window Height": "Fensterhöhe" + }, + "Window Opening": { + "Window Opening": "Fensteröffnung" + }, + "Window Rounding": { + "Window Rounding": "Fensterabrundung" + }, + "Window Rules": { + "Window Rules": "Fensterregeln" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Fensterregeln schließen fehlende ein" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Fensterregeln nicht konfiguriert" + }, + "Wipe": { + "Wipe": "Wischen" + }, + "Workspace": { + "Workspace": "Arbeitsbereich" + }, + "Workspace Appearance": { + "Workspace Appearance": "Arbeitsbereich-Erscheinungsbild" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Arbeitsbereich Nummerierung" + }, + "Workspace Names": { + "Workspace Names": "Arbeitsflächennamen" + }, + "Workspace Padding": { + "Workspace Padding": "Abstand des Arbeitsbereiches" + }, + "Workspace Settings": { + "Workspace Settings": "Einstellungen zum Arbeitsbereich" + }, + "Workspace Switcher": { + "Workspace Switcher": "Arbeitsbereich-Wechsler" + }, + "Workspace name": { + "Workspace name": "Arbeitsflächenname" + }, + "Workspaces": { + "Workspaces": "Arbeitsbereiche" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Arbeitsbereiche & Widgets" + }, + "Write:": { + "Write:": "Schreiben:" + }, + "X Axis": { + "X Axis": "X-Achse" + }, + "Y Axis": { + "Y Axis": "Y-Achse" + }, + "Yes": { + "Yes": "Ja" + }, + "Yesterday": { + "Yesterday": "Gestern" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Ungespeicherte Änderungen vorhanden. Speichern vor schliessen?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Ungespeicherte Änderungen vorhanden. Jetzt speichern?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Sie haben ungespeicherte Änderungen. Vor dem Erstellen einer neuen Datei speichern?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Sie haben ungespeicherte Änderungen. Vor dem Öffnen einer Datei speichern?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Sie müssen entweder:\nQT_QPA_PLATFORMTHEME=gtk3 ODER\nQT_QPA_PLATFORMTHEME=qt6ct\nals Umgebungsvariablen setzen und dann die Shell neu starten.\n\nqt6ct erfordert die Installation von qt6ct-kde." + }, + "You're All Set!": { + "You're All Set!": "Alles bereit!" + }, + "Your system is up to date!": { + "Your system is up to date!": "Dein System ist auf dem neuesten Stand!" + }, + "actions": { + "actions": "Aktionen" + }, + "attached": { + "attached": "verbunden" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "von %1" + }, + "days": { + "days": "Tage" + }, + "detached": { + "detached": "getrennt" + }, + "device": { + "device": "Gerät" + }, + "devices connected": { + "devices connected": "Geräte verbunden" + }, + "dgop not available": { + "dgop not available": "dgop nicht verfügbar" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms ist eine hochgradig anpassbare, moderne Desktop-Shell mit einem Material 3 inspirierten Design.

Sie wurde mit Quickshell entwickelt, einem QT6-Framework zum Erstellen von Desktop-Shells, und Go, einer statisch typisierten, kompilierten Programmiersprache." + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "dms/cursor-Konfiguration existiert, ist aber nicht eingebunden. Cursor-Einstellungen werden nicht angewendet." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "Die Konfiguration 'dms/outputs' existiert, ist aber nicht in Ihrer Compositor-Konfiguration enthalten. Anzeigeänderungen werden nicht dauerhaft gespeichert." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "z.B., firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "z.B., focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "e.g., notify-send 'Hallo' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "z. B. scratch, /^tmp_.*/, build" + }, + "events": { + "events": "Ereignisse" + }, + "ext": { + "ext": "ext" + }, + "featured": { + "featured": "Hervorgehoben" + }, + "leave empty for default": { + "leave empty for default": "leer lassen für Standardwert" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl nicht verfügbar – Sperrintegration erfordert DMS-Socket-Verbindung" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "mangowc Discord-Server" + }, + "mangowc GitHub": { + "mangowc GitHub": "mangowc GitHub" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen nicht gefunden - installieren Sie das matugen-Paket für dynamisches Theming" + }, + "minutes": { + "minutes": "minuten" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "Nav" + }, + "niri GitHub": { + "niri GitHub": "niri GitHub" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "niri Matrix-Chat" + }, + "niri shortcuts config": { + "niri shortcuts config": "niri-Tastenkombinationskonfiguration" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "jetzt" + }, + "official": { + "official": "offiziell" + }, + "on Hyprland": { + "on Hyprland": "auf Hyprland" + }, + "on MangoWC": { + "on MangoWC": "auf MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "auf Miracle WM" + }, + "on Niri": { + "on Niri": "auf Niri" + }, + "on Scroll": { + "on Scroll": "auf Scroll" + }, + "on Sway": { + "on Sway": "auf Sway" + }, + "open": { + "open": "öffnen" + }, + "or run ": { + "or run ": "oder ausführen " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon nicht verfügbar" + }, + "procs": { + "procs": "Prozesse" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri Subreddit" + }, + "seconds": { + "seconds": "sekunden" + }, + "source": { + "source": "Quelle" + }, + "this app": { + "this app": "diese App" + }, + "up": { + "up": "hoch" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "dms für NM-Integration aktualisieren." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 von %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype ist nicht verfügbar - installiere wtype für Unterstützung zum Einfügen" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "Nur aus vertrauenswürdigen Quellen installieren" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "M - Monat (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "MM - Monat (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "MMM - Monat (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "MMMM - Monat (Januar)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "Plugins können Fehler oder Sicherheitsprobleme enthalten" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "Code vor der Installation prüfen, wenn möglich" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "d - Tag (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "dd - Tag (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "ddd - Tag (Mon)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "dddd - Tag (Montag)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "yy - Jahr (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "yyyy - Jahr (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Leertaste: Erweitern • Eingabe: Aktion/Erweitern • E: Text" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigieren • Enter/Strg+C: Kopieren • Entf: Löschen • F10: Hilfe" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigieren • Eingabe: Einfügen • Entf: Löschen • F10: Hilfe" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/es.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/es.json new file mode 100644 index 0000000..7aa9371 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/es.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 caracteres" + }, + "%1 connected": { + "%1 connected": "%1 conectado" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "" + }, + "%1 disconnected": { + "%1 disconnected": "" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "" + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "" + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "" + }, + "%1 issue found": { + "%1 issue found": "" + }, + "%1 issues found": { + "%1 issues found": "" + }, + "%1 notifications": { + "%1 notifications": "%1 notificaciones" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "%1 variantes" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 widgets" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "hace %1m" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "" + }, + "(Unnamed)": { + "(Unnamed)": "(Sin nombre)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 más" + }, + "/path/to/videos": { + "/path/to/videos": "" + }, + "0 = square corners": { + "0 = square corners": "0 = esquinas cuadradas" + }, + "1 day": { + "1 day": "1 dia" + }, + "1 device connected": { + "1 device connected": "1 dispositivo conectado" + }, + "1 event": { + "1 event": "1 evento" + }, + "1 hour": { + "1 hour": "" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "" + }, + "1 minute": { + "1 minute": "1 minuto" + }, + "1 notification": { + "1 notification": "1 notificación" + }, + "1 second": { + "1 second": "1 segundo" + }, + "10 minutes": { + "10 minutes": "10 minutos" + }, + "10 seconds": { + "10 seconds": "10 segundos" + }, + "10-bit Color": { + "10-bit Color": "Color de 10 bits" + }, + "12 hours": { + "12 hours": "" + }, + "14 days": { + "14 days": "14 dias" + }, + "15 minutes": { + "15 minutes": "" + }, + "15 seconds": { + "15 seconds": "15 segundos" + }, + "180°": { + "180°": "180º" + }, + "2 hours": { + "2 hours": "" + }, + "2 minutes": { + "2 minutes": "2 minutos" + }, + "2 seconds": { + "2 seconds": "" + }, + "20 minutes": { + "20 minutes": "" + }, + "20 seconds": { + "20 seconds": "" + }, + "24-Hour Format": { + "24-Hour Format": "Formato de 24 horas" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "Formato de 24 horas" + }, + "25 seconds": { + "25 seconds": "" + }, + "250 ms": { + "250 ms": "" + }, + "270°": { + "270°": "270º" + }, + "3 days": { + "3 days": "3 dias" + }, + "3 hours": { + "3 hours": "" + }, + "3 minutes": { + "3 minutes": "" + }, + "3 seconds": { + "3 seconds": "3 segundos" + }, + "30 days": { + "30 days": "30 dias" + }, + "30 minutes": { + "30 minutes": "" + }, + "30 seconds": { + "30 seconds": "30 segundos" + }, + "35 seconds": { + "35 seconds": "" + }, + "3rd party": { + "3rd party": "De terceros" + }, + "4 hours": { + "4 hours": "" + }, + "4 seconds": { + "4 seconds": "" + }, + "40 seconds": { + "40 seconds": "" + }, + "45 seconds": { + "45 seconds": "" + }, + "5 minutes": { + "5 minutes": "5 minutos" + }, + "5 seconds": { + "5 seconds": "5 segundos" + }, + "50 seconds": { + "50 seconds": "" + }, + "500 ms": { + "500 ms": "" + }, + "55 seconds": { + "55 seconds": "" + }, + "6 hours": { + "6 hours": "" + }, + "7 days": { + "7 days": "7 días" + }, + "750 ms": { + "750 ms": "" + }, + "8 hours": { + "8 hours": "" + }, + "8 seconds": { + "8 seconds": "8 segundos" + }, + "90 days": { + "90 days": "90 días" + }, + "90°": { + "90°": "90º" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Un archivo con este nombre ya existe. ¿Quieres reemplazarlo?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Un shell de escritorio moderno para compositores Wayland" + }, + "AC Power": { + "AC Power": "" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Abortado" + }, + "About": { + "About": "Información" + }, + "Accent Color": { + "Accent Color": "Color de acento" + }, + "Accept": { + "Accept": "" + }, + "Accept Jobs": { + "Accept Jobs": "Aceptar trabajos" + }, + "Accepting": { + "Accepting": "Aceptando" + }, + "Access clipboard history": { + "Access clipboard history": "Acceso al historial del portapapeles" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Acceso a notificaciones y al modo no molestar" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Acceso a controles y ajustes del sistema" + }, + "Action": { + "Action": "Acción" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "" + }, + "Actions": { + "Actions": "Acciones" + }, + "Activate": { + "Activate": "Activar" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "" + }, + "Active": { + "Active": "Activo" + }, + "Active Color": { + "Active Color": "" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Monitor de pantalla de bloqueo activo" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "" + }, + "Active: %1": { + "Active: %1": "Activo: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Activo: %1 +%2" + }, + "Active: None": { + "Active: None": "Activo: Ninguno" + }, + "Adapters": { + "Adapters": "Adaptadores" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Añadir" + }, + "Add Bar": { + "Add Bar": "Añadir barra" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Añadir Widget de Escritorio" + }, + "Add Printer": { + "Add Printer": "Añadir impresora" + }, + "Add Title": { + "Add Title": "" + }, + "Add Widget": { + "Add Widget": "Añadir widget" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Agregar widget a la sección %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Añade un recuadro alrededor del dock" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Añadir un prefijo personalizado a todas las aplicaciones que se ejecutan. Esto puede ser usado para cosas como 'uwsm-app', 'systemd-run', o otro comando envoltorio." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Añade y configura los widgets que aparecen en tu escritorio" + }, + "Add by Address": { + "Add by Address": "" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Ajustar cuántas columnas se muestran en la cuadrícula." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "Avanzado" + }, + "Afternoon": { + "Afternoon": "Tarde" + }, + "All": { + "All": "Todo" + }, + "All Monitors": { + "All Monitors": "Todos los monitores" + }, + "All checks passed": { + "All checks passed": "Todas las comprobaciones fueron exitosas" + }, + "All day": { + "All day": "Todo el día" + }, + "All displays": { + "All displays": "Todas las pantallas" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Atrás • F1/I: Información del archivo • F10: Ayuda • Esc: Cerrar+" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "Siempre activo" + }, + "Always Show Percentage": { + "Always Show Percentage": "Mostrar siempre el porcentaje" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "" + }, + "Always on icons": { + "Always on icons": "Iconos fijos" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Mostrar siempre al menos 3 espacios, aunque haya menos disponibles" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Mostrar siempre el muelle cuando la vista general de niri está abierta" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Siempre mostrar cuando solo hay una pantalla conectada" + }, + "Amount": { + "Amount": "Cantidad" + }, + "Analog": { + "Analog": "Analogico" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Reloj analógico, digital o apilado" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Analizando la configuración..." + }, + "Animation Duration": { + "Animation Duration": "" + }, + "Animation Speed": { + "Animation Speed": "Velocidad de animación" + }, + "Anonymous Identity": { + "Anonymous Identity": "Identidad anónima" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Identidad anónima (opcional)" + }, + "App Customizations": { + "App Customizations": "" + }, + "App ID Substitutions": { + "App ID Substitutions": "" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "" + }, + "App Launcher": { + "App Launcher": "Lanzador de aplicaciones" + }, + "App Names": { + "App Names": "Nombre de la aplicación" + }, + "App Theming": { + "App Theming": "" + }, + "Appearance": { + "Appearance": "Apariencia" + }, + "Application Dock": { + "Application Dock": "Dock de aplicaciones" + }, + "Applications": { + "Applications": "Aplicaciones" + }, + "Apply Changes": { + "Apply Changes": "Aplicar cambios" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Aplicar colores GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Aplicar colores Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar un tono cálido para disminuir la fatiga visual. Configure abajo la automatización para definir cuándo se activa." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "" + }, + "Apps Dock": { + "Apps Dock": "" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "" + }, + "Apps Icon": { + "Apps Icon": "Apps" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Las aplicaciones son ordenadas por frecuencia de uso, luego por último utilizado, y luego alfabéticamente." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "" + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "" + }, + "Architecture": { + "Architecture": "Arquitectura" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Organice las pantallas y configure la resolución, la frecuencia de actualización y el VRR." + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "Audio" + }, + "Audio Codec": { + "Audio Codec": "Códec de Audio" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Selección de Codec de Audio" + }, + "Audio Devices": { + "Audio Devices": "Dispositivos de audio" + }, + "Audio Input": { + "Audio Input": "Entrada de audio" + }, + "Audio Output": { + "Audio Output": "Salida de auido" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Salida de audio (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Interruptor de salida de audio" + }, + "Audio Visualizer": { + "Audio Visualizer": "Visualizador de audio" + }, + "Audio system restarted": { + "Audio system restarted": "" + }, + "Audio volume control": { + "Audio volume control": "Control del volumen de audio" + }, + "Auth": { + "Auth": "Autenticación" + }, + "Auth Type": { + "Auth Type": "Tipo de autenticación" + }, + "Authenticate": { + "Authenticate": "Autenticar" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "Autenticación" + }, + "Authentication Required": { + "Authentication Required": "Autenticación requerida" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Autenticación fallida, intente nuevamente" + }, + "Authorize": { + "Authorize": "Autorizar" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Autorizar emparejamiento con " + }, + "Authorize service for ": { + "Authorize service for ": "Autorizar servicio para " + }, + "Auto": { + "Auto": "Auto" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "Auto (Ancho)" + }, + "Auto Location": { + "Auto Location": "Localización automática" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Márgenes automáticos en pop‑ups" + }, + "Auto-Clear After": { + "Auto-Clear After": "Limpiar automáticamente despues" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Cierre automático de la vista general de Niri al iniciar aplicaciones." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Eliminar automáticamente las notificaciones más antiguas" + }, + "Auto-hide": { + "Auto-hide": "Ocultar automáticamente" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Ocultar dock Automáticamente" + }, + "Auto-saving...": { + "Auto-saving...": "Guardando automáticamente..." + }, + "Autoconnect": { + "Autoconnect": "Autoconectar" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Conexión automática desactivada" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Conexión automática activada" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "" + }, + "Automatic Control": { + "Automatic Control": "Control Automático" + }, + "Automatic Cycling": { + "Automatic Cycling": "Ciclo automático" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Rotar automáticamente entre los fondos de pantalla en la misma carpeta" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Eliminar automaticamente entradas más viejas que esta" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Detectar la localización automáticamente basándose en la dirección IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Determinar tu ubicación usando tu dirección IP" + }, + "Automatically lock after": { + "Automatically lock after": "Bloquear después de" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Bloquear pantalla cuando el sistema se vaya a suspender" + }, + "Automation": { + "Automation": "" + }, + "Available": { + "Available": "Disponible" + }, + "Available Layouts": { + "Available Layouts": "Diseños disponibles" + }, + "Available Networks": { + "Available Networks": "Redes disponibles" + }, + "Available Plugins": { + "Available Plugins": "Complementos disponibles" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Pantallas disponibles (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Disponible en modo detallado y pronóstico" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Atrás" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Opacidad del fondo de pantalla" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "Imagen de fondo" + }, + "Backlight device": { + "Backlight device": "Dispositivo de brillo" + }, + "Balance power and performance": { + "Balance power and performance": "" + }, + "Balanced": { + "Balanced": "" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Colores armonizados con acentos definidos (base)." + }, + "Bar Configurations": { + "Bar Configurations": "Configuración de barras" + }, + "Bar Shadows": { + "Bar Shadows": "" + }, + "Bar Transparency": { + "Bar Transparency": "Transparencia de barra" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "" + }, + "Battery": { + "Battery": "Batería" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Limite de carga de bateria" + }, + "Battery and power management": { + "Battery and power management": "Bateria y gestion de energia" + }, + "Battery level and power management": { + "Battery level and power management": "Nivel de batería y gestión de energía" + }, + "Behavior": { + "Behavior": "Comportamiento" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Conectar pantalla de bloqueo a las señales dbus de loginctl. Deshabilitar si se usa una pantalla de bloqueo externa" + }, + "Binds Include Missing": { + "Binds Include Missing": "Enlaces Incluir Falta" + }, + "Binds include added": { + "Binds include added": "Inclusión de atajos añadida" + }, + "Bit Depth": { + "Bit Depth": "Profundidad de bits" + }, + "Block Out": { + "Block Out": "" + }, + "Block Out From": { + "Block Out From": "" + }, + "Block notifications": { + "Block notifications": "Bloquear notificaciones" + }, + "Blocked": { + "Blocked": "Bloqueado" + }, + "Blue light filter": { + "Blue light filter": "Filtro de luz azul" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Ajustes Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth no disponible" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Desenfocar capa de papel tapiz" + }, + "Blur on Overview": { + "Blur on Overview": "Desenfocar en la vista general" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Aplicar desenfoque en la vista general de niri" + }, + "Body": { + "Body": "" + }, + "Border": { + "Border": "Borde" + }, + "Border Color": { + "Border Color": "Color de borde" + }, + "Border Opacity": { + "Border Opacity": "Opacidad del borde" + }, + "Border Size": { + "Border Size": "Grosor del borde" + }, + "Border Thickness": { + "Border Thickness": "Grosor del borde" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "" + }, + "Bottom": { + "Bottom": "Abajo" + }, + "Bottom Center": { + "Bottom Center": "" + }, + "Bottom Left": { + "Bottom Left": "Abajo a la izquierda" + }, + "Bottom Right": { + "Bottom Right": "Abajo a la derecha" + }, + "Bottom Section": { + "Bottom Section": "Sección inferior" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Dock inferior para aplicaciones fijadas y abiertas" + }, + "Brightness": { + "Brightness": "Brillo" + }, + "Brightness Slider": { + "Brightness Slider": "Deslizador de brillo" + }, + "Brightness Value": { + "Brightness Value": "Valor del brillo" + }, + "Brightness control not available": { + "Brightness control not available": "Control de brillo no disponible" + }, + "Browse": { + "Browse": "Explorar" + }, + "Browse Files": { + "Browse Files": "" + }, + "Browse Plugins": { + "Browse Plugins": "Explorar Complementos" + }, + "Browse Themes": { + "Browse Themes": "Busqueda de temas" + }, + "Browse or search plugins": { + "Browse or search plugins": "" + }, + "Button Color": { + "Button Color": "" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "Grafico de la CPU" + }, + "CPU Temperature": { + "CPU Temperature": "Temperatura de CPU" + }, + "CPU Usage": { + "CPU Usage": "Uso de CPU" + }, + "CPU temperature display": { + "CPU temperature display": "Mostrar temperatura de CPU" + }, + "CPU usage indicator": { + "CPU usage indicator": "Indicador de uso de la CPU" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Monitorización de CPU, memoria, red y disco" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "Alerta de filtro inseguro en CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "Alerta de filtro faltante en CUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "Servidor de impresión CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS no esta disponibl" + }, + "Camera": { + "Camera": "Cámara" + }, + "Cancel": { + "Cancel": "Cancelar" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "" + }, + "Canceled": { + "Canceled": "Cancelado" + }, + "Cannot pair": { + "Cannot pair": "No se puede emparejar" + }, + "Capabilities": { + "Capabilities": "Capacidades" + }, + "Capacity": { + "Capacity": "Capacidad" + }, + "Caps Lock": { + "Caps Lock": "Bloqueo de Mayus." + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Indicador de Bloq Mayús" + }, + "Caps Lock is on": { + "Caps Lock is on": "" + }, + "Center Section": { + "Center Section": "Sección central" + }, + "Center Single Column": { + "Center Single Column": "Columna central única" + }, + "Center Tiling": { + "Center Tiling": "Mosaico centrado" + }, + "Certificate Password": { + "Certificate Password": "Certificar contraseña" + }, + "Change Song": { + "Change Song": "" + }, + "Change Volume": { + "Change Volume": "" + }, + "Change bar appearance": { + "Change bar appearance": "Cambiar apariencia de la barra" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "" + }, + "Channel": { + "Channel": "Canal" + }, + "Charging": { + "Charging": "Cargando" + }, + "Check for system updates": { + "Check for system updates": "Comprobar actualizaciones del sistema" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "Elegir color" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Elegir Color del Icono en el Lanzador" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "" + }, + "Choose a color": { + "Choose a color": "Escojer un color" + }, + "Choose colors from palette": { + "Choose colors from palette": "Escoje colores de la paleta" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Elige cómo se muestra el widget del tiempo" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "Elegir icono" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Elegir el color de fondo para los widgets" + }, + "Choose the border accent color": { + "Choose the border accent color": "Elegir el color de acento del borde" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Elegir logo del lanzador en la DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Elegir posición de las notificaciones" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Elije dónde aparecen los indicadores en pantalla" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Elija qué pantallas muestran este widget" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Escoger en cuál monitor se muestra la interfaz de la pantalla de bloqueo. Otros mostrarán un color sólido para proteger las pantallas OLED contra quemaduras." + }, + "Chroma Style": { + "Chroma Style": "" + }, + "Cipher": { + "Cipher": "Cifrado" + }, + "Circle": { + "Circle": "" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "" + }, + "Clear": { + "Clear": "Limpiar" + }, + "Clear All": { + "Clear All": "Limpiar Todo" + }, + "Clear All Jobs": { + "Clear All Jobs": "Borrar todos los trabajos" + }, + "Clear History?": { + "Clear History?": "Limpiar historia?" + }, + "Clear Sky": { + "Clear Sky": "" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Limpiar todo el historial cuando el servidor inicia" + }, + "Clear at Startup": { + "Clear at Startup": "Limpiar al inicio" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "" + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Haga clic en \"Configuración\" para crear la configuración de salida y añadirla a la configuración del compositor." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Clic en importar para añadir un archivo .ovpn o .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "" + }, + "Click to capture": { + "Click to capture": "Clic para capturar" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Haz clic para seleccionar un archivo JSON de tema personalizado" + }, + "Clip": { + "Clip": "" + }, + "Clip to Geometry": { + "Clip to Geometry": "" + }, + "Clipboard": { + "Clipboard": "Portapapeles" + }, + "Clipboard History": { + "Clipboard History": "Historial del portapapeles" + }, + "Clipboard Manager": { + "Clipboard Manager": "Gestor de portapapeles" + }, + "Clipboard sent": { + "Clipboard sent": "" + }, + "Clipboard service not available": { + "Clipboard service not available": "Servicio de portapapeles no disponible" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "El portapapeles funciona pero no se guarda nada en el disco" + }, + "Clock": { + "Clock": "Reloj" + }, + "Clock Style": { + "Clock Style": "Estilo del reloj" + }, + "Close": { + "Close": "Cerrar" + }, + "Close All Windows": { + "Close All Windows": "" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Cerrar vista general al iniciar" + }, + "Close Window": { + "Close Window": "" + }, + "Color": { + "Color": "Color" + }, + "Color Gamut": { + "Color Gamut": "Gama de colores" + }, + "Color Management": { + "Color Management": "Gestion de color" + }, + "Color Mode": { + "Color Mode": "Modo de color" + }, + "Color Override": { + "Color Override": "Sobrescribir color" + }, + "Color Picker": { + "Color Picker": "Selector de color" + }, + "Color Temperature": { + "Color Temperature": "Temperatura de color" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "El color es mostrado en los monitores sin la pantalla de bloqueo" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "" + }, + "Color temperature for day time": { + "Color temperature for day time": "Temperatura de color para el día" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Temperatura de color para el modo nocturno" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "" + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "" + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Tema de color del registro DMS" + }, + "Colorful": { + "Colorful": "" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Colores vivos con contrastes luminosos." + }, + "Colorize Active": { + "Colorize Active": "" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Colores del fondo de pantalla" + }, + "Column": { + "Column": "Columna" + }, + "Column Display": { + "Column Display": "" + }, + "Column Width": { + "Column Width": "" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "Comando" + }, + "Commands": { + "Commands": "" + }, + "Communication": { + "Communication": "Comunicación" + }, + "Community themes": { + "Community themes": "Temas de la comunidad" + }, + "Compact": { + "Compact": "Compacto" + }, + "Compact Mode": { + "Compact Mode": "Modo compacto" + }, + "Completed": { + "Completed": "Completado" + }, + "Compositor": { + "Compositor": "Compositor" + }, + "Compositor Settings": { + "Compositor Settings": "Ajustes del compositor" + }, + "Compositor not supported": { + "Compositor not supported": "" + }, + "Config Format": { + "Config Format": "Formato de la configuracion" + }, + "Config action: %1": { + "Config action: %1": "Acción de configuración: %1" + }, + "Config validation failed": { + "Config validation failed": "Fallo en la validación de la configuracion" + }, + "Configuration": { + "Configuration": "Configuracion" + }, + "Configuration activated": { + "Configuration activated": "Configuración activada" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "La configuración se conservará cuando esta pantalla vuelva a conectarse" + }, + "Configure": { + "Configure": "Configurar" + }, + "Configure Keybinds": { + "Configure Keybinds": "Configurar atajos de teclado" + }, + "Configure a new printer": { + "Configure a new printer": "Configurar nueva impresora" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Configurar íconos para espacios de trabajo con nombre. Los íconos tienen prioridad sobre los números cuando ambos están activados." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Configurar qué pantallas muestran los componentes del sistema" + }, + "Confirm": { + "Confirm": "Confirmar" + }, + "Confirm Delete": { + "Confirm Delete": "Confirmar eliminacion" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Confirmar cambios de pantalla" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Confirmar clave de acceso para " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Conflictos con: %1" + }, + "Connect": { + "Connect": "Conectar" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Conectar a una red oculta" + }, + "Connect to VPN": { + "Connect to VPN": "Conectar a una VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Conectarse al Wi-Fi" + }, + "Connected": { + "Connected": "Conectado" + }, + "Connected Device": { + "Connected Device": "" + }, + "Connected Displays": { + "Connected Displays": "Pantallas conectadas" + }, + "Connecting to Device": { + "Connecting to Device": "Conectando al dispositivo" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Conectando..." + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "" + }, + "Content": { + "Content": "" + }, + "Content copied": { + "Content copied": "" + }, + "Contrast": { + "Contrast": "Contraste" + }, + "Control Center": { + "Control Center": "Centro de control" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "" + }, + "Control currently playing media": { + "Control currently playing media": "Controlar la reproducción en curso" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Controla cuánta información de las notificaciones se muestra en la pantalla de bloqueo" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "" + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Controle los espacios de trabajo y las columnas desplazándose por la barra" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Controla la opacidad de todas las ventanas emergentes, modales y sus capas de contenido." + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "Enfriamiento" + }, + "Copied GIF": { + "Copied GIF": "" + }, + "Copied MP4": { + "Copied MP4": "" + }, + "Copied WebP": { + "Copied WebP": "" + }, + "Copied to clipboard": { + "Copied to clipboard": "Copiado al portapapeles" + }, + "Copied!": { + "Copied!": "¡Copiado!" + }, + "Copy": { + "Copy": "" + }, + "Copy Content": { + "Copy Content": "" + }, + "Copy Full Command": { + "Copy Full Command": "" + }, + "Copy HTML": { + "Copy HTML": "Copiar HTML" + }, + "Copy Name": { + "Copy Name": "" + }, + "Copy PID": { + "Copy PID": "Copiar ID del Proceso" + }, + "Copy Text": { + "Copy Text": "Copiar texto" + }, + "Copy path": { + "Copy path": "Copiar ubicación" + }, + "Corner Radius": { + "Corner Radius": "Radio de la esquina" + }, + "Corner Radius Override": { + "Corner Radius Override": "Redondeo de esquinas personal" + }, + "Corners & Background": { + "Corners & Background": "Esquinas y Fondo" + }, + "Count Only": { + "Count Only": "Solo la cantidad" + }, + "Cover Open": { + "Cover Open": "Cubierta abierta" + }, + "Create": { + "Create": "" + }, + "Create Dir": { + "Create Dir": "Crear carpeta" + }, + "Create Printer": { + "Create Printer": "Crear impresora" + }, + "Create Window Rule": { + "Create Window Rule": "" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "" + }, + "Creating...": { + "Creating...": "Creando..." + }, + "Critical Priority": { + "Critical Priority": "Prioridad Crítica" + }, + "Current": { + "Current": "Actuales" + }, + "Current Items": { + "Current Items": "Elementos Actuales" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "" + }, + "Current Period": { + "Current Period": "Período actual" + }, + "Current Status": { + "Current Status": "Estado actual" + }, + "Current Temp": { + "Current Temp": "Temperatura actual" + }, + "Current Theme: %1": { + "Current Theme: %1": "Tema actual: %1" + }, + "Current Weather": { + "Current Weather": "Clima actual" + }, + "Current Workspace": { + "Current Workspace": "" + }, + "Current time and date display": { + "Current time and date display": "Mostrar hora y fecha actual" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Condiciones meteorológicas y temperatura actuales" + }, + "Current: %1": { + "Current: %1": "Actual: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "" + }, + "Cursor Size": { + "Cursor Size": "Tamaño del cursor" + }, + "Cursor Theme": { + "Cursor Theme": "Tema del cursor" + }, + "Custom": { + "Custom": "Personal" + }, + "Custom Color": { + "Custom Color": "Color personalizado" + }, + "Custom Duration": { + "Custom Duration": "Duracion personalizada" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Comando de hibernación personalizado" + }, + "Custom Location": { + "Custom Location": "Ubicación personalizada" + }, + "Custom Lock Command": { + "Custom Lock Command": "Comando de bloqueo personalizado" + }, + "Custom Logout Command": { + "Custom Logout Command": "Comando de cierre de sesion personalizado" + }, + "Custom Name": { + "Custom Name": "" + }, + "Custom Power Actions": { + "Custom Power Actions": "Acciones de energía personalizadas" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Comando de apagado personalizado" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Comando de reinicio personalizado" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Comando de suspension personalizado" + }, + "Custom Transparency": { + "Custom Transparency": "Transparencia personalizada" + }, + "Custom power profile": { + "Custom power profile": "" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Tema personalizado cargado desde archivo JSON" + }, + "Custom...": { + "Custom...": "Personalizado..." + }, + "Custom: ": { + "Custom: ": "Personalizado: " + }, + "Customizable empty space": { + "Customizable empty space": "Espacio vacío personalizable" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Personalizar qué acciones aparecen en el menú de energía" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "Monitor DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "DEMOSTRACIÓN - Haz clic en cualquier lugar para salir" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Gestor de complementos DMS no disponible" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Atajos de DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS desactualizado" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Servicio de DMS no está conectado. Los ajustes del portapapeles no están disponibles." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Acciones de DMS Shell (lanzador, portapapeles, etc.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET no disponible" + }, + "DWL service not available": { + "DWL service not available": "Servicio DWL no disponible" + }, + "Daily": { + "Daily": "" + }, + "Daily at:": { + "Daily at:": "Todos los días a las:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell está listo para utilizarse" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "Dank Shell e Iconos del Sistema (requiere reinicio)" + }, + "Dark Mode": { + "Dark Mode": "Modo oscuro" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "Fondo de modal oscuro" + }, + "Date Format": { + "Date Format": "Formato de fecha" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Amanecer (Crepúsculo astronómico)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Amanecer (Crepusculo Civil)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Amanecer (Crepúsculo náutico)" + }, + "Day Date": { + "Day Date": "" + }, + "Day Month Date": { + "Day Month Date": "" + }, + "Day Temperature": { + "Day Temperature": "Temperatura de día" + }, + "Daytime": { + "Daytime": "Durante el día" + }, + "Deck": { + "Deck": "Bandeja" + }, + "Default": { + "Default": "Base" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "Anchura por defecto (%)" + }, + "Default selected action": { + "Default selected action": "Acción predeterminada" + }, + "Defaults": { + "Defaults": "Base" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Borrar • Shift+Del: Borrar todo • 1-9: Acciones • F10: Ayuda • Esc: Cerrar" + }, + "Delete": { + "Delete": "Eliminar" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "" + }, + "Delete Class": { + "Delete Class": "Eliminar clase" + }, + "Delete Printer": { + "Delete Printer": "Eliminar impresora" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "" + }, + "Delete VPN": { + "Delete VPN": "Eliminar VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Colores que reflejan fielmente la imagen original." + }, + "Description": { + "Description": "Descripción" + }, + "Desktop": { + "Desktop": "" + }, + "Desktop Clock": { + "Desktop Clock": "Reloj del escritorio" + }, + "Desktop Entry": { + "Desktop Entry": "" + }, + "Desktop Widget": { + "Desktop Widget": "Widget de escritorio" + }, + "Desktop Widgets": { + "Desktop Widgets": "Widgets del Escritorio" + }, + "Desktop background images": { + "Desktop background images": "Imágenes de fondo de escritorio" + }, + "Detailed": { + "Detailed": "Detallado" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "Desarrollo" + }, + "Device": { + "Device": "Dispositivo" + }, + "Device connections": { + "Device connections": "Conexiones de dispositivos" + }, + "Device names updated": { + "Device names updated": "" + }, + "Device paired": { + "Device paired": "Dispositivo emparejado" + }, + "Device unpaired": { + "Device unpaired": "" + }, + "Digital": { + "Digital": "Digital" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Desactivar conexión automática" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Desactivar sitema de fondos de pantalla por defecto" + }, + "Disable History Persistence": { + "Disable History Persistence": "Deshabilitar persistencia del historial" + }, + "Disable Output": { + "Disable Output": "Desabilitar salida" + }, + "Disabled": { + "Disabled": "Desactivado" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Desabilitando WiFi..." + }, + "Disc": { + "Disc": "" + }, + "Discard": { + "Discard": "Descartar" + }, + "Discharging": { + "Discharging": "" + }, + "Disconnect": { + "Disconnect": "Desconectar" + }, + "Disconnected": { + "Disconnected": "Desconectado" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Wi‑Fi desconectado" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "Disco" + }, + "Disk I/O": { + "Disk I/O": "E/S de disco" + }, + "Disk Usage": { + "Disk Usage": "Uso de disco" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "Discos" + }, + "Dismiss": { + "Dismiss": "Descartar" + }, + "Display": { + "Display": "" + }, + "Display Assignment": { + "Display Assignment": "Pantalla asignada" + }, + "Display Control": { + "Display Control": "Control del monitor" + }, + "Display Name Format": { + "Display Name Format": "Formato de nombre" + }, + "Display Profiles": { + "Display Profiles": "" + }, + "Display Settings": { + "Display Settings": "Ajustes de monitor" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Mostrar un dock con aplicaciones ancladas y en ejecución" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Prioridades visibles sobre apps en pantalla completa" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Mostrar y cambiar diseños DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Mostrar iconos de aplicaciones en los espacios" + }, + "Display brightness control": { + "Display brightness control": "Control del brillo de la pantalla" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "La configuración de la pantalla no está disponible. No se admite el protocolo de gestión de salida WLR." + }, + "Display currently focused application title": { + "Display currently focused application title": "Mostrar título de la aplicación enfocada" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Mostrar pronósticos por hora" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Mostrar solo los espacios que contengan ventanas" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Mostrar acciones en una cuadrícula en vez de una lista" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Mostrar segundos en el reloj" + }, + "Display the power system menu": { + "Display the power system menu": "Mostrar el menu de apagado de sistema" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Mostrar valores de porcentaje de brillo y volumen en las ventanas emergentes del OSD" + }, + "Displays": { + "Displays": "Pantallas" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Muestra la distribución de teclado activa y permite cambiarla" + }, + "Distribution": { + "Distribution": "Distribución" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Paleta variada con toda la gama de colores." + }, + "Do Not Disturb": { + "Do Not Disturb": "No molestar" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock y Lanzador" + }, + "Dock Transparency": { + "Dock Transparency": "Transparencia del dock" + }, + "Dock Visibility": { + "Dock Visibility": "Visibilidad del dock" + }, + "Docs": { + "Docs": "Docs" + }, + "Documents": { + "Documents": "" + }, + "Domain (optional)": { + "Domain (optional)": "Dominio (opcional)" + }, + "Don't Change": { + "Don't Change": "No cambiar" + }, + "Don't Save": { + "Don't Save": "No guardar" + }, + "Door Open": { + "Door Open": "Puera abierta" + }, + "Downloads": { + "Downloads": "" + }, + "Drag to Reorder": { + "Drag to Reorder": "" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Arrastra los widgets para reordenarlos dentro de las secciones. Usa el icono de ojo para ocultar/mostrar widgets (mantiene el espacio), o la X para eliminarlos por completo." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "" + }, + "Driver": { + "Driver": "Controlador" + }, + "Drizzle": { + "Drizzle": "" + }, + "Duplicate": { + "Duplicate": "Duplicado" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Desenfocar fondo de pantalla" + }, + "Duration": { + "Duration": "" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Crepúsculo (crepúsculo astronómico)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Crepúsculo (Civil Twighlight)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Atardecer (Crepúsculo náutico)" + }, + "Dynamic": { + "Dynamic": "Dinamico" + }, + "Dynamic Properties": { + "Dynamic Properties": "" + }, + "Dynamic Theming": { + "Dynamic Theming": "Temas dinámicos" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Colores dinámicos desde el fondo de pantalla" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Colores y esquemas dinámicos" + }, + "Edge Spacing": { + "Edge Spacing": "Espacio entre bordes" + }, + "Edit App": { + "Edit App": "" + }, + "Edit Window Rule": { + "Edit Window Rule": "" + }, + "Education": { + "Education": "Educación" + }, + "Empty": { + "Empty": "Vacío" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Habilita la profundidad de color de 10 bits para ampliar la gama de colores y la compatibilidad con HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Activar conexión automática" + }, + "Enable Bar": { + "Enable Bar": "Habilitar barra" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Activar \"No Molestar\"" + }, + "Enable History": { + "Enable History": "Activar historial" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Activar el overlay en la vista general" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "" + }, + "Enable System Sounds": { + "Enable System Sounds": "Activar sonidos del sistema" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "Habilitar clima" + }, + "Enable WiFi": { + "Enable WiFi": "Habilitar WiFi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Activar capa de desenfoque dirigida por el compositor (namespace: dms:blurwallpaper). Requiere configuración manual de Niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Habilitar autenticación por huella digital" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Habilitar integración con loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "Habilitado" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Habilitando WiFi..." + }, + "End": { + "End": "Final" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "" + }, + "Enlargement %": { + "Enlargement %": "" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Ingresar clave de 6 dígitos" + }, + "Enter PIN": { + "Enter PIN": "Ingresar PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "Ingresar PIN para " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "Ingresar credenciales para " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Ingresar formato personalizado para la pantalla de bloqueo (e.j., dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Ingresar formato personalizado para la barra superior (e.j., ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "" + }, + "Enter filename...": { + "Enter filename...": "Ingrese nombre de archivo..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Introduce prefijo de lanzamiento (e.j.,'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Ingrese el nombre y la contraseña de la red" + }, + "Enter passkey for ": { + "Enter passkey for ": "Ingresar clave para " + }, + "Enter password for ": { + "Enter password for ": "Ingresa la contraseña para " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Introduzca esta clave en " + }, + "Enter to Paste": { + "Enter to Paste": "" + }, + "Enterprise": { + "Enterprise": "Empresa" + }, + "Entry pinned": { + "Entry pinned": "" + }, + "Entry unpinned": { + "Entry unpinned": "" + }, + "Environment Variables": { + "Environment Variables": "" + }, + "Error": { + "Error": "Error" + }, + "Errors": { + "Errors": "Errores" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Zona exclusiva" + }, + "Experimental Feature": { + "Experimental Feature": "Funcion experimental" + }, + "Explore": { + "Explore": "Explorar" + }, + "Exponential": { + "Exponential": "Exponencial" + }, + "Expressive": { + "Expressive": "" + }, + "Extend battery life": { + "Extend battery life": "" + }, + "Extensible architecture": { + "Extensible architecture": "Arquitectura extensible" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Manejo externo del fondo de pantalla" + }, + "Extra Arguments": { + "Extra Arguments": "Argumentos extra" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Accionar • F10: Ayudar" + }, + "Fade": { + "Fade": "" + }, + "Fade to lock screen": { + "Fade to lock screen": "Bloquear con transición suave" + }, + "Fade to monitor off": { + "Fade to monitor off": "Fundido antes de apagar monitor" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Error al activar la configuración" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "" + }, + "Failed to add binds include": { + "Failed to add binds include": "Fallo al añadir la inclusion de binds" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Error al agregar la impresora a la clase" + }, + "Failed to browse device": { + "Failed to browse device": "" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Error al cancelar todos los trabajos" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Error al cancelar el trabajo seleccionado" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Hubo un error al conectar con la VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Fallo al conectar a %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Fallo al copiar la entrada" + }, + "Failed to create printer": { + "Failed to create printer": "Error al crear la impresora" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Error al eliminar VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Error al eliminar la clase" + }, + "Failed to delete printer": { + "Failed to delete printer": "Error al eliminar la impresora" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Error al desactivar la aceptación de trabajos" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Error al desactivar el modo nocturno" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Error al desconectar VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Error al desconectar los VPN" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Error al desconectar Wi‑Fi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Fallo al habilitar la localizacion por IP" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Error al activar el WiFi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Error al habilitar la aceptación de trabajos" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Fallo al habilitar el modo nocturno" + }, + "Failed to hold job": { + "Failed to hold job": "Error al retener el trabajo" + }, + "Failed to import VPN": { + "Failed to import VPN": "Error al importar VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Error al cargar configuración VPN" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Fallo al cargar la configuración del portapapeles" + }, + "Failed to move job": { + "Failed to move job": "Error al mover el trabajo" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Fallo al parsear plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Fallo al parsear session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Fallo al parsear settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Error al pausar la impresora" + }, + "Failed to pin entry": { + "Failed to pin entry": "" + }, + "Failed to print test page": { + "Failed to print test page": "Error al imprimir la página de prueba" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "" + }, + "Failed to remove device": { + "Failed to remove device": "Error al eliminar dispositivo" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Fallo al eliminar atajo de tecla" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Error al quitar la impresora de la clase" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "" + }, + "Failed to restart job": { + "Failed to restart job": "Error al reiniciar el trabajo" + }, + "Failed to resume printer": { + "Failed to resume printer": "Error al reanudar la impresora" + }, + "Failed to ring device": { + "Failed to ring device": "" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Fallo al guardar ajuste del portapapeles" + }, + "Failed to save keybind": { + "Failed to save keybind": "No se ha podido guardar la combinación de teclas" + }, + "Failed to save profile file": { + "Failed to save profile file": "" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "" + }, + "Failed to send file": { + "Failed to send file": "" + }, + "Failed to send ping": { + "Failed to send ping": "" + }, + "Failed to set brightness": { + "Failed to set brightness": "Fallo al establecer el brillo" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Fallo al establecer la ubicación del modo nocturno" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Fallo al establecer el horario del modo nocturno" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "No se ha podido ajustar la temperatura del modo nocturno" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "Hubo un error al poner la imágen de perfil" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Error al establecer la imagen de perfil: %1" + }, + "Failed to share": { + "Failed to share": "" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Error al iniciar la conexión con %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "" + }, + "Failed to update VPN": { + "Failed to update VPN": "Error al actualizar VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Fallo al actualizar la conexión automática" + }, + "Failed to update description": { + "Failed to update description": "Error al actualizar la descripción" + }, + "Failed to update location": { + "Failed to update location": "Error al actualizar la ubicación" + }, + "Failed to update sharing": { + "Failed to update sharing": "Error al actualizar la compartición" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Fallo al escribir archivo temporal para la validacion" + }, + "Features": { + "Features": "Funciones" + }, + "Feels": { + "Feels": "Sensación" + }, + "Feels Like": { + "Feels Like": "Sensación térmica" + }, + "Feels Like %1°": { + "Feels Like %1°": "Sensación térmica %1°" + }, + "Fidelity": { + "Fidelity": "" + }, + "Field": { + "Field": "" + }, + "File": { + "File": "Archivo" + }, + "File Already Exists": { + "File Already Exists": "El archivo ya existe" + }, + "File Information": { + "File Information": "Información del archivo" + }, + "File received from": { + "File received from": "" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "" + }, + "Files": { + "Files": "Archivos" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Supervisión del uso del sistema de archivos" + }, + "Fill": { + "Fill": "" + }, + "Find in Text": { + "Find in Text": "Encontrar texto" + }, + "Find in note...": { + "Find in note...": "Encontrar en notas..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "Terminar" + }, + "First Day of Week": { + "First Day of Week": "" + }, + "First Time Setup": { + "First Time Setup": "Configuración inicial" + }, + "Fit": { + "Fit": "" + }, + "Fix Now": { + "Fix Now": "Arreglar ahora" + }, + "Fixing...": { + "Fixing...": "Arreglando..." + }, + "Flags": { + "Flags": "" + }, + "Flipped": { + "Flipped": "Voltear" + }, + "Flipped 180°": { + "Flipped 180°": "Volteado 180" + }, + "Flipped 270°": { + "Flipped 270°": "Volteado 270" + }, + "Flipped 90°": { + "Flipped 90°": "Volteado 90" + }, + "Float": { + "Float": "" + }, + "Focus": { + "Focus": "" + }, + "Focus at Startup": { + "Focus at Startup": "Centrarse en el inicio" + }, + "Focused Border": { + "Focused Border": "" + }, + "Focused Color": { + "Focused Color": "" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "Ventana enfocada" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "" + }, + "Folder": { + "Folder": "" + }, + "Folders": { + "Folders": "" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "" + }, + "Follow focus": { + "Follow focus": "Seguir foco" + }, + "Font": { + "Font": "" + }, + "Font Family": { + "Font Family": "Familia de tipografía" + }, + "Font Scale": { + "Font Scale": "Tamaño de la tipografía" + }, + "Font Size": { + "Font Size": "Tamaño de fuente" + }, + "Font Weight": { + "Font Weight": "Grosor de fuente" + }, + "Font used on the login screen": { + "Font used on the login screen": "" + }, + "Force HDR": { + "Force HDR": "Forzar HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "" + }, + "Force Wide Color": { + "Force Wide Color": "Force Wide Color" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Forzar que las aplicaciones de terminal usen esquemas de colores oscuros" + }, + "Forecast": { + "Forecast": "Pronóstico" + }, + "Forecast Days": { + "Forecast Days": "" + }, + "Forecast Not Available": { + "Forecast Not Available": "No hay previsión del tiempo disponible" + }, + "Forever": { + "Forever": "Siempre" + }, + "Forget": { + "Forget": "Olvidar" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "" + }, + "Forget Device": { + "Forget Device": "Olvidar dispositivo" + }, + "Forget Network": { + "Forget Network": "Olvidar red" + }, + "Forgot network %1": { + "Forgot network %1": "Olvidaste la red %1" + }, + "Format Legend": { + "Format Legend": "Guía de formato" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "" + }, + "Freezing Drizzle": { + "Freezing Drizzle": "" + }, + "Frequency": { + "Frequency": "Frecuencia" + }, + "Fruit Salad": { + "Fruit Salad": "" + }, + "Full Command:": { + "Full Command:": "" + }, + "Full Content": { + "Full Content": "Contenido completo" + }, + "Full Day & Month": { + "Full Day & Month": "" + }, + "Full with Year": { + "Full with Year": "" + }, + "Fullscreen": { + "Fullscreen": "" + }, + "Fullscreen Only": { + "Fullscreen Only": "" + }, + "Fully Charged": { + "Fully Charged": "" + }, + "Fun": { + "Fun": "Diversión" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: cuadrícula - Z/X: tamaño" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "Monitorización de GPU" + }, + "GPU Temperature": { + "GPU Temperature": "Temperatura de GPU" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE y más" + }, + "Games": { + "Games": "Juegos" + }, + "Gamma Control": { + "Gamma Control": "Control de gamma" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Control de gamma no disponible. Requiere DMS API v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "" + }, + "Get Started": { + "Get Started": "Comenzar" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "" + }, + "Golden Hour": { + "Golden Hour": "Crepúsculo" + }, + "Good": { + "Good": "Bien" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Redondeo de esquinas góticas" + }, + "Goth Corners": { + "Goth Corners": "Esquinas góticas" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Desvanecer gradualmente la pantalla antes de bloquear, con una duración configurable" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "La pantalla se funde a negro antes de apagar el monitor, tras un intervalo configurable" + }, + "Graph Time Range": { + "Graph Time Range": "Gráfico Intervalo de tiempo" + }, + "Graphics": { + "Graphics": "Gráficos" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "Cuadricula" + }, + "Grid Columns": { + "Grid Columns": "Columnas de cuadrícula" + }, + "Grid: OFF": { + "Grid: OFF": "Cuadricula: OFF" + }, + "Grid: ON": { + "Grid: ON": "Cuadricula: ON" + }, + "Group": { + "Group": "" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Aplicaciones del espacio de trabajo en grupo" + }, + "Group by App": { + "Group by App": "Agrupar por aplicación" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Mostrar número de ventanas agrupadas en el icono de la aplicación" + }, + "Group removed": { + "Group removed": "" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Agrupar iconos de aplicaciones repetidos en espacios de trabajo desenfocados" + }, + "Groups": { + "Groups": "" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "Mapeo de tonos HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "El modo HDR es experimental. Comprueba que tu monitor es compatible con HDR antes de activarlo." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML copiado al portapapeles" + }, + "Health": { + "Health": "Salud" + }, + "Heavy Rain": { + "Heavy Rain": "" + }, + "Heavy Snow": { + "Heavy Snow": "" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "" + }, + "Height": { + "Height": "" + }, + "Held": { + "Held": "Retenido" + }, + "Help": { + "Help": "Ayuda" + }, + "Hex": { + "Hex": "HEX" + }, + "Hibernate": { + "Hibernate": "Hibernar" + }, + "Hidden": { + "Hidden": "" + }, + "Hidden (%1)": { + "Hidden (%1)": "" + }, + "Hidden Apps": { + "Hidden Apps": "" + }, + "Hidden Network": { + "Hidden Network": "" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "" + }, + "Hide": { + "Hide": "" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "" + }, + "Hide App": { + "Hide App": "" + }, + "Hide Delay": { + "Hide Delay": "Ocultar Retardo" + }, + "Hide Indicators": { + "Hide Indicators": "" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Ocultar widget de actualizacion" + }, + "Hide When Typing": { + "Hide When Typing": "Ocultar cuando se tipea" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Ocultar opciones cuando hay ventanas abiertas" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Ocultar cursor cuando se presionan teclas" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "" + }, + "Hide device": { + "Hide device": "" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "" + }, + "Hide on Touch": { + "Hide on Touch": "" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Paleta fiel que conserva los tonos originales." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "Historial" + }, + "History Retention": { + "History Retention": "Preservación del historial" + }, + "History Settings": { + "History Settings": "Ajustes de historial" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "" + }, + "Hold Duration": { + "Hold Duration": "Duración de pulsación" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Mantenga pulsado para confirmar" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Mantener pulsado para confirmar" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Manten para confirmar (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Mantener pulsado para confirmar (%1s)" + }, + "Home": { + "Home": "" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "" + }, + "Hot Corners": { + "Hot Corners": "Esquinas calientes" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Título de la superposición de teclas de acceso rápido (opcional)" + }, + "Hour": { + "Hour": "Hora" + }, + "Hourly": { + "Hourly": "" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Con qué frecuencia cambiar el fondo de pantalla" + }, + "How the background image is scaled": { + "How the background image is scaled": "" + }, + "Humidity": { + "Humidity": "Humedad" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Sobreescribir opciones de Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "Lo entiendo" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "Dirección IP:" + }, + "IP address or hostname": { + "IP address or hostname": "" + }, + "ISO Date": { + "ISO Date": "" + }, + "Icon": { + "Icon": "Icono" + }, + "Icon Scale": { + "Icon Scale": "" + }, + "Icon Size": { + "Icon Size": "Tamaño de icono" + }, + "Icon Size %": { + "Icon Size %": "" + }, + "Icon Theme": { + "Icon Theme": "Tema de iconos" + }, + "Idle": { + "Idle": "Inactivo" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inhibir inactividad" + }, + "Idle Settings": { + "Idle Settings": "Ajustes de inactividad" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Monitoreo de inactividad no soportado - requiere versión reciente de Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Si el campo esta oculto, aparecera tan pronto como la tecla este presionada" + }, + "Ignore Completely": { + "Ignore Completely": "" + }, + "Image": { + "Image": "Imagen" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Imagen copiada al portapapeles" + }, + "Import": { + "Import": "Importar" + }, + "Import VPN": { + "Import VPN": "Importar VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Color del monitor inactivo" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Incluir transiciones" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "" + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Plugins incompatibles cargados" + }, + "Incorrect password": { + "Incorrect password": "Contraseña incorrecta" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Estilo del indicador" + }, + "Individual Batteries": { + "Individual Batteries": "Baterías individuales" + }, + "Individual bar configuration": { + "Individual bar configuration": "Configuración individual de la barra" + }, + "Info": { + "Info": "Información" + }, + "Inherit": { + "Inherit": "Heredar" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "" + }, + "Input Devices": { + "Input Devices": "Dispositivos de entrada" + }, + "Input Volume Slider": { + "Input Volume Slider": "Deslizador de volumen de entrada" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Instalar" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "Instalar complemento" + }, + "Install Theme": { + "Install Theme": "Instalar tema" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Instalar tema de colores desde el repositorio de temas de DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "Instalación fallida: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Instalar matugen para tematizacion dinamica" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "¿Instalar plugin '%1' desde el registro de DMS?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Instalar complementos de los registros de complementos DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "¿Instalar el tema '%1' desde el registro DMS?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "Instalado" + }, + "Installed: %1": { + "Installed: %1": "Instalado: %1" + }, + "Installing: %1": { + "Installing: %1": "Instalando: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "" + }, + "Intensity": { + "Intensity": "Intensidad" + }, + "Interface:": { + "Interface:": "Interfaz:" + }, + "Interlock Open": { + "Interlock Open": "Bloqueo abierto" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervalo" + }, + "Invalid configuration": { + "Invalid configuration": "Configuracion invalida" + }, + "Invert on mode change": { + "Invert on mode change": "Invertir al cambiar de modo" + }, + "Iris Bloom": { + "Iris Bloom": "" + }, + "Isolate Displays": { + "Isolate Displays": "Aislar pantallas" + }, + "Jobs": { + "Jobs": "Trabajos" + }, + "Jobs: ": { + "Jobs: ": "Trabajos:" + }, + "Keep Awake": { + "Keep Awake": "Mantener despierto" + }, + "Keep Changes": { + "Keep Changes": "Mantener cambios" + }, + "Keeping Awake": { + "Keeping Awake": "Mantener despierto" + }, + "Kernel": { + "Kernel": "" + }, + "Key": { + "Key": "Tecla" + }, + "Keybind Sources": { + "Keybind Sources": "" + }, + "Keybinds": { + "Keybinds": "Atajos de teclado" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Distribución de teclado" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Atajos de teclado" + }, + "Keys": { + "Keys": "Teclas" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "Matar el proceso" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "Dispositivo LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "" + }, + "Largest": { + "Largest": "" + }, + "Last hour": { + "Last hour": "Última hora" + }, + "Last launched %1": { + "Last launched %1": "Usado hace %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "Usado justo ahora" + }, + "Latitude": { + "Latitude": "Latitud" + }, + "Launch": { + "Launch": "Iniciar" + }, + "Launch Prefix": { + "Launch Prefix": "Prefijo de lanzamiento" + }, + "Launch on dGPU": { + "Launch on dGPU": "Iniciar con la tarjeta discreta" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "Lanzador" + }, + "Launcher Button": { + "Launcher Button": "" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Icono del lanzador" + }, + "Layout": { + "Layout": "Diseño" + }, + "Layout Overrides": { + "Layout Overrides": "Anulaciones de diseño" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "Izquierda" + }, + "Left Center": { + "Left Center": "" + }, + "Left Section": { + "Left Section": "Sección izquierda" + }, + "Light Direction": { + "Light Direction": "" + }, + "Light Mode": { + "Light Mode": "Modo claro" + }, + "Light Rain": { + "Light Rain": "" + }, + "Light Snow": { + "Light Snow": "" + }, + "Light Snow Showers": { + "Light Snow Showers": "" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "Lineal" + }, + "Lines: %1": { + "Lines: %1": "Líneas: %1" + }, + "List": { + "List": "Lista" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Paleta vibrante con acentos saturados." + }, + "Load Average": { + "Load Average": "" + }, + "Loading codecs...": { + "Loading codecs...": "Cargando codecs..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Cargando los atajos..." + }, + "Loading trending...": { + "Loading trending...": "" + }, + "Loading...": { + "Loading...": "Cargando..." + }, + "Local": { + "Local": "Local" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "Ubicación" + }, + "Location Search": { + "Location Search": "Búsqueda de ubicación" + }, + "Lock": { + "Lock": "Bloquear" + }, + "Lock Screen": { + "Lock Screen": "Pantalla de bloqueo" + }, + "Lock Screen Display": { + "Lock Screen Display": "Visualización de la pantalla de bloqueo" + }, + "Lock Screen Format": { + "Lock Screen Format": "Formato en la pantalla de bloqueo" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Comportamiento de la pantalla de bloqueo" + }, + "Lock Screen layout": { + "Lock Screen layout": "Disposicion de la pantalla de bloqueo" + }, + "Lock at startup": { + "Lock at startup": "" + }, + "Lock before suspend": { + "Lock before suspend": "Bloquear pantalla antes de suspender" + }, + "Lock fade grace period": { + "Lock fade grace period": "Intervalo de fundido antes de bloquear la pantalla" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "" + }, + "Log Out": { + "Log Out": "Cerrar sesión" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "Largo" + }, + "Long Text": { + "Long Text": "Texto largo" + }, + "Long press": { + "Long press": "" + }, + "Longitude": { + "Longitude": "Longitud" + }, + "Low Priority": { + "Low Priority": "Prioridad baja" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Configurar complementos para extender la funcionalidad de DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Administra hasta 4 barras diferentes. Cada una tiene su posición, widgets, estilo y pantalla asignada." + }, + "Management": { + "Management": "Gestión" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "Sobreescribir opciones de MangoWC" + }, + "Manual": { + "Manual": "" + }, + "Manual Coordinates": { + "Manual Coordinates": "Coordenadas manuales" + }, + "Manual Direction": { + "Manual Direction": "" + }, + "Manual Gap Size": { + "Manual Gap Size": "Tamaño de separación manual" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Mostrar/Ocultar manualmente" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "" + }, + "Margin": { + "Margin": "Margen" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Suministro de tinta vacío" + }, + "Marker Supply Low": { + "Marker Supply Low": "Suministro de tinta bajo" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Depósito de residuos casi lleno" + }, + "Marker Waste Full": { + "Marker Waste Full": "Depósito de residuos lleno" + }, + "Match Criteria": { + "Match Criteria": "" + }, + "Matches profile: %1": { + "Matches profile: %1": "" + }, + "Material Colors": { + "Material Colors": "Colores Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Temas de color inspirados en Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Colores material generados desde el fondo de pantalla" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen perdido" + }, + "Matugen Palette": { + "Matugen Palette": "Paleta de Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Monitor objetivo de Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Plantillas de Matugen" + }, + "Max Edges": { + "Max Edges": "" + }, + "Max H": { + "Max H": "" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "" + }, + "Max Running Apps": { + "Max Running Apps": "" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "" + }, + "Max Volume": { + "Max Volume": "" + }, + "Max W": { + "Max W": "" + }, + "Max apps to show": { + "Max apps to show": "Máximo de aplicaciones a mostrar" + }, + "Max to Edges": { + "Max to Edges": "" + }, + "Maximize": { + "Maximize": "" + }, + "Maximize Detection": { + "Maximize Detection": "Maximizar la detección" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Tamaño máximo de entrada" + }, + "Maximum History": { + "Maximum History": "Historial máxima" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Número máximo de entradas del portapapeles a conservar" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Número máximo de notificaciones que se conservarán" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Tamaño máximo por entrada en el portapapeles" + }, + "Media": { + "Media": "Multimedia" + }, + "Media Controls": { + "Media Controls": "Controles multimedia" + }, + "Media Empty": { + "Media Empty": "Medio vacio" + }, + "Media Jam": { + "Media Jam": "Papel atascado" + }, + "Media Low": { + "Media Low": "Medio bajo" + }, + "Media Needed": { + "Media Needed": "Medio necesario" + }, + "Media Playback": { + "Media Playback": "" + }, + "Media Player": { + "Media Player": "Reproductor de multimedia" + }, + "Media Player Settings": { + "Media Player Settings": "Ajustes del reproductor" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "Reproductores (" + }, + "Media Volume": { + "Media Volume": "Volumen de multimedia" + }, + "Medium": { + "Medium": "Medio" + }, + "Memory": { + "Memory": "Memoria" + }, + "Memory Graph": { + "Memory Graph": "Grafico de memoria" + }, + "Memory Usage": { + "Memory Usage": "Uso de memoria" + }, + "Memory usage indicator": { + "Memory usage indicator": "Indicador del uso de memoria" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Mensaje" + }, + "Message Content": { + "Message Content": "" + }, + "Microphone": { + "Microphone": "Micrófono" + }, + "Microphone Mute": { + "Microphone Mute": "Silenciar micrófono" + }, + "Microphone Volume": { + "Microphone Volume": "Volumen del micrófono" + }, + "Microphone settings": { + "Microphone settings": "Ajustes de microfono" + }, + "Microphone volume control": { + "Microphone volume control": "Control de volumen del microfono" + }, + "Middle Section": { + "Middle Section": "Sección central" + }, + "Min H": { + "Min H": "" + }, + "Min W": { + "Min W": "" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Paleta simple con un único color base." + }, + "Minute": { + "Minute": "Minuto" + }, + "Mirror Display": { + "Mirror Display": "Pantalla de espejo" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "" + }, + "Modal Background": { + "Modal Background": "Fondo modal" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "" + }, + "Mode": { + "Mode": "Modo" + }, + "Mode:": { + "Mode:": "Modo:" + }, + "Model": { + "Model": "Modelo" + }, + "Modified": { + "Modified": "Modificado" + }, + "Modular widget bar": { + "Modular widget bar": "Barra de widgets modular" + }, + "Monitor": { + "Monitor": "" + }, + "Monitor Configuration": { + "Monitor Configuration": "Configuracion del monitor" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Intervalo de fundido antes de apagar el monitor" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Seleccionar monitor que define los colores dinámicos" + }, + "Monochrome": { + "Monochrome": "" + }, + "Monocle": { + "Monocle": "Monóculo" + }, + "Monospace Font": { + "Monospace Font": "Fuente monoespaciada" + }, + "Month Date": { + "Month Date": "" + }, + "Morning": { + "Morning": "Mañana" + }, + "Mount Points": { + "Mount Points": "Puntos de montaje" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Apariencia del cursor del ratón" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "" + }, + "Move": { + "Move": "" + }, + "Move Widget": { + "Move Widget": "Mover widget" + }, + "Moving to Paused": { + "Moving to Paused": "Pausando" + }, + "Multi-Monitor": { + "Multi-Monitor": "" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "" + }, + "Mute Popups": { + "Mute Popups": "" + }, + "Mute popups for %1": { + "Mute popups for %1": "" + }, + "Muted": { + "Muted": "" + }, + "Muted Apps": { + "Muted Apps": "" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Paleta con tonos suaves y relajantes." + }, + "NM not supported": { + "NM not supported": "No se soporta este NM" + }, + "Name": { + "Name": "Nombre" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Iconos de espacios de trabajo numerados" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "Navegación" + }, + "Network": { + "Network": "Red" + }, + "Network Graph": { + "Network Graph": "Gráfico de red" + }, + "Network Info": { + "Network Info": "Información de red" + }, + "Network Information": { + "Network Information": "Información de red" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Monitor de velocidad de red" + }, + "Network Status": { + "Network Status": "Estado de conexión" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Mostrar velocidad de descarga y subida de la red" + }, + "Neutral": { + "Neutral": "" + }, + "Never": { + "Never": "Nunca" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "Nuevo" + }, + "New Key": { + "New Key": "Nueva tecla" + }, + "New Keybind": { + "New Keybind": "Nuevo atajo" + }, + "New Notification": { + "New Notification": "Nueva notificación" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "" + }, + "Next": { + "Next": "Siguiente" + }, + "Next Transition": { + "Next Transition": "Siguiente transicion" + }, + "Night": { + "Night": "Noche" + }, + "Night Mode": { + "Night Mode": "Modo noche" + }, + "Night Temperature": { + "Night Temperature": "Temperatura nocturna" + }, + "Night mode & gamma": { + "Night mode & gamma": "" + }, + "Niri Integration": { + "Niri Integration": "Integración con Niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Anulaciones de diseño Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Acciones del compositor Niri (enfocar,mover, etc.)" + }, + "No": { + "No": "No" + }, + "No Active Players": { + "No Active Players": "Sin reproductores activos" + }, + "No Anim": { + "No Anim": "" + }, + "No Background": { + "No Background": "Sin fondo" + }, + "No Battery": { + "No Battery": "" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "No se encontró un adaptador de Bluetooth" + }, + "No Blur": { + "No Blur": "" + }, + "No Border": { + "No Border": "" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "" + }, + "No Dim": { + "No Dim": "" + }, + "No Focus": { + "No Focus": "" + }, + "No GPU detected": { + "No GPU detected": "No se detecta GPU" + }, + "No GPUs detected": { + "No GPUs detected": "No se detectaron GPUs" + }, + "No History": { + "No History": "" + }, + "No Media": { + "No Media": "Sin medios" + }, + "No Round": { + "No Round": "" + }, + "No Rounding": { + "No Rounding": "" + }, + "No Shadow": { + "No Shadow": "" + }, + "No VPN profiles": { + "No VPN profiles": "Sin perfiles VPN" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "Sin datos climáticos" + }, + "No Weather Data Available": { + "No Weather Data Available": "No hay datos meteorológicos disponibles" + }, + "No action": { + "No action": "Sin accion" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "" + }, + "No adapters": { + "No adapters": "Sin adaptadores" + }, + "No app customizations.": { + "No app customizations.": "" + }, + "No apps found": { + "No apps found": "" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "" + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "" + }, + "No battery": { + "No battery": "Sin bateria" + }, + "No brightness devices available": { + "No brightness devices available": "No hay dispositivos de brillo disponibles" + }, + "No changes": { + "No changes": "Sin cambios" + }, + "No checks passed": { + "No checks passed": "" + }, + "No custom theme file": { + "No custom theme file": "Ningún archivo de tema personalizado" + }, + "No devices": { + "No devices": "" + }, + "No devices connected": { + "No devices connected": "No hay dispositivos conectados" + }, + "No devices found": { + "No devices found": "No se encontraron dispositivos" + }, + "No disk data": { + "No disk data": "No hay datos en el disco" + }, + "No disk data available": { + "No disk data available": "No hay datos de disco disponibles" + }, + "No drivers found": { + "No drivers found": "No se encontraron controladores" + }, + "No errors": { + "No errors": "Sin errores" + }, + "No features enabled": { + "No features enabled": "Ninguna función activada" + }, + "No files found": { + "No files found": "Archivos no encontrados" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "" + }, + "No hidden apps.": { + "No hidden apps.": "" + }, + "No info items": { + "No info items": "" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "" + }, + "No input devices found": { + "No input devices found": "" + }, + "No items added yet": { + "No items added yet": "No hay nada añadido todavía" + }, + "No keybinds found": { + "No keybinds found": "No se encontraron atajos" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "" + }, + "No match criteria": { + "No match criteria": "" + }, + "No matches": { + "No matches": "Sin coincidencias" + }, + "No matching processes": { + "No matching processes": "" + }, + "No monitors": { + "No monitors": "" + }, + "No mount points found": { + "No mount points found": "" + }, + "No output device": { + "No output device": "" + }, + "No output devices found": { + "No output devices found": "" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "" + }, + "No plugins found": { + "No plugins found": "No hay complementos encontrados" + }, + "No plugins found.": { + "No plugins found.": "No hay complementos encontrados." + }, + "No printer found": { + "No printer found": "Impresora no encontrada" + }, + "No printers configured": { + "No printers configured": "No hay impresoras configuradas" + }, + "No printers found": { + "No printers found": "No se encontraron impresoras" + }, + "No profiles": { + "No profiles": "" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "" + }, + "No results found": { + "No results found": "" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "No se han encontrado temas" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "No hay temas instalados. Busca temas para instalar en el repositorio/tienda de complementos." + }, + "No trigger": { + "No trigger": "" + }, + "No video found in folder": { + "No video found in folder": "" + }, + "No wallpaper selected": { + "No wallpaper selected": "No hay papel pintado seleccionado" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "" + }, + "No warnings": { + "No warnings": "Sin alertas" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "" + }, + "No widgets available": { + "No widgets available": "No hay widgets disponibles" + }, + "No widgets match your search": { + "No widgets match your search": "Ningún widget encaja con tu búsqueda" + }, + "No window rules configured": { + "No window rules configured": "" + }, + "None": { + "None": "Ninguna" + }, + "Normal": { + "Normal": "Normal" + }, + "Normal Font": { + "Normal Font": "Fuente normal" + }, + "Normal Priority": { + "Normal Priority": "Prioridad normal" + }, + "Not available": { + "Not available": "No disponible" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "No conectado" + }, + "Not detected": { + "Not detected": "No detectado" + }, + "Not paired": { + "Not paired": "" + }, + "Not set": { + "Not set": "" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Nota: esto sólo cambia el porcentaje, no limita realmente la carga." + }, + "Notepad": { + "Notepad": "Notas" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Ajustes del bloc de notas" + }, + "Notepad Slideout": { + "Notepad Slideout": "Bloc de notas" + }, + "Nothing": { + "Nothing": "" + }, + "Nothing to see here": { + "Nothing to see here": "Nada que ver aquí" + }, + "Notification Center": { + "Notification Center": "Centro de notificaciones" + }, + "Notification Display": { + "Notification Display": "" + }, + "Notification Overlay": { + "Notification Overlay": "Superposición de notificaciones" + }, + "Notification Popups": { + "Notification Popups": "Notificaciones emergentes" + }, + "Notification Rules": { + "Notification Rules": "" + }, + "Notification Settings": { + "Notification Settings": "Ajustes de notificaciones" + }, + "Notification Timeouts": { + "Notification Timeouts": "Duración de las notificaciones" + }, + "Notification toast popups": { + "Notification toast popups": "Notificaciones emergentes en pantalla" + }, + "Notifications": { + "Notifications": "Notificaciones" + }, + "Numbers": { + "Numbers": "Números" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "" + }, + "OK": { + "OK": "" + }, + "OS Logo": { + "OS Logo": "OS Logo" + }, + "OSD Position": { + "OSD Position": "Posición OSD" + }, + "Occupied Color": { + "Occupied Color": "" + }, + "Off": { + "Off": "Apagado" + }, + "Office": { + "Office": "Oficina" + }, + "Offline": { + "Offline": "" + }, + "Offline Report": { + "Offline Report": "Reporte sin conexión" + }, + "Older": { + "Older": "Más antiguas" + }, + "On": { + "On": "" + }, + "On-Demand": { + "On-Demand": "" + }, + "On-Screen Displays": { + "On-Screen Displays": "Indicadores en pantalla" + }, + "On-screen Displays": { + "On-screen Displays": "Indicadores en pantalla" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Ajustar gamma en función de la hora o ubicación." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Solo mostrar ventanas del monitor actual en cada dock" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Solo visible si la hibernación es soportada por tu sistema" + }, + "Opacity": { + "Opacity": "Opacidad" + }, + "Opaque": { + "Opaque": "" + }, + "Open": { + "Open": "Abrir" + }, + "Open App": { + "Open App": "" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "" + }, + "Open Notepad File": { + "Open Notepad File": "Abrir archivo de Notas" + }, + "Open a new note": { + "Open a new note": "" + }, + "Open folder": { + "Open folder": "" + }, + "Open in Browser": { + "Open in Browser": "" + }, + "Open in terminal": { + "Open in terminal": "" + }, + "Open search bar to find text": { + "Open search bar to find text": "Abrir barra de búsqueda para encontrar texto" + }, + "Open with...": { + "Open with...": "Abrir con..." + }, + "Opening SMS": { + "Opening SMS": "" + }, + "Opening SMS app": { + "Opening SMS app": "" + }, + "Opening file browser": { + "Opening file browser": "" + }, + "Opening files": { + "Opening files": "" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "Descripción opcional" + }, + "Optional location": { + "Optional location": "Ubicación opcional" + }, + "Options": { + "Options": "Opciones" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "" + }, + "Original: %1": { + "Original: %1": "" + }, + "Other": { + "Other": "Otro" + }, + "Outline": { + "Outline": "" + }, + "Output": { + "Output": "" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Área de salida casi llena" + }, + "Output Area Full": { + "Output Area Full": "Área de salida llena" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "" + }, + "Output Tray Missing": { + "Output Tray Missing": "Bandeja de salida no encontrada" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Los resultados incluyen" + }, + "Overcast": { + "Overcast": "" + }, + "Overflow": { + "Overflow": "" + }, + "Overridden by config": { + "Overridden by config": "Sobreescrito por la configuracion" + }, + "Override": { + "Override": "Sobrescribir" + }, + "Override Border Size": { + "Override Border Size": "" + }, + "Override Corner Radius": { + "Override Corner Radius": "Anular radio de esquina" + }, + "Override Gaps": { + "Override Gaps": "Anular lagunas" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Anular la configuración de diseño global para esta salida" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "Sobreescribe" + }, + "Overview": { + "Overview": "Resumen" + }, + "Overview of your network connections": { + "Overview of your network connections": "Vista general de conexiones de red" + }, + "Overwrite": { + "Overwrite": "Sobrescribir" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "" + }, + "Pad Hours": { + "Pad Hours": "" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "Relleno" + }, + "Pair": { + "Pair": "Emparejar" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Emparejar dispositivo Bluetooth" + }, + "Paired": { + "Paired": "Vinculado" + }, + "Pairing": { + "Pairing": "" + }, + "Pairing failed": { + "Pairing failed": "Emparejamiento fallido" + }, + "Pairing request from": { + "Pairing request from": "" + }, + "Pairing request sent": { + "Pairing request sent": "" + }, + "Pairing requested": { + "Pairing requested": "" + }, + "Pairing...": { + "Pairing...": "Vinculando..." + }, + "Partly Cloudy": { + "Partly Cloudy": "" + }, + "Passkey:": { + "Passkey:": "Clave de acceso:" + }, + "Password": { + "Password": "Contraseña" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "" + }, + "Pattern": { + "Pattern": "" + }, + "Pause": { + "Pause": "Pausar" + }, + "Paused": { + "Paused": "Pausado" + }, + "Pending": { + "Pending": "Pendiente" + }, + "Pending Charge": { + "Pending Charge": "" + }, + "Pending Discharge": { + "Pending Discharge": "" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Fondos de pantalla según el modo" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Fondos de pantalla según el monitor" + }, + "Per-screen config": { + "Per-screen config": "" + }, + "Percentage": { + "Percentage": "Porcentaje" + }, + "Performance": { + "Performance": "" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Permiso denegado para poner la imagen de perfil." + }, + "Personalization": { + "Personalization": "Personalización" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "" + }, + "Phone number": { + "Phone number": "" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "" + }, + "Pin": { + "Pin": "Fijar" + }, + "Pin to Dock": { + "Pin to Dock": "Fijar al dock" + }, + "Ping": { + "Ping": "" + }, + "Ping sent": { + "Ping sent": "" + }, + "Ping sent to": { + "Ping sent to": "" + }, + "Pinned": { + "Pinned": "Fijado" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "" + }, + "Pixelate": { + "Pixelate": "" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Pon aquí el directorio de complementos. Cada complemento debe tener un archivo plugin.json adjunto." + }, + "Place plugins in %1": { + "Place plugins in %1": "Colocar plugins en %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Reproducir sonido al recibir una nueva notificación" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Reproducir sonido al conectar el cable de alimentación" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Reproducir sonido al ajustar el volumen" + }, + "Play sounds for system events": { + "Play sounds for system events": "Reproducir sonidos para eventos del sistema" + }, + "Playback": { + "Playback": "Reproducción" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "" + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "Enchufado" + }, + "Plugged in": { + "Plugged in": "Enchufado" + }, + "Plugin": { + "Plugin": "Complemento" + }, + "Plugin Directory": { + "Plugin Directory": "Directorio de complementos" + }, + "Plugin Management": { + "Plugin Management": "Gestión de complementos" + }, + "Plugin Visibility": { + "Plugin Visibility": "" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Complemento desactivado – actívalo en los ajustes de complementos" + }, + "Plugins": { + "Plugins": "Complementos" + }, + "Pointer": { + "Pointer": "Puntero" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "" + }, + "Popup Only": { + "Popup Only": "" + }, + "Popup Position": { + "Popup Position": "Posición" + }, + "Popup Shadow": { + "Popup Shadow": "" + }, + "Popup Transparency": { + "Popup Transparency": "Transparencia de popups" + }, + "Popup behavior, position": { + "Popup behavior, position": "Comportamiento y posición de las notificaciones emergentes" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "" + }, + "Position": { + "Position": "Posición" + }, + "Position, pinned apps": { + "Position, pinned apps": "Posición de las aplicaciones fijadas" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Posibles conflictos de sobrescritura" + }, + "Power": { + "Power": "Potencia" + }, + "Power & Security": { + "Power & Security": "Energía y seguridad" + }, + "Power & Sleep": { + "Power & Sleep": "Energia y Sueño" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Confirmación de acción" + }, + "Power Menu Customization": { + "Power Menu Customization": "Ajustes del menú de apagado" + }, + "Power Off": { + "Power Off": "Apagar" + }, + "Power Options": { + "Power Options": "Opciones de Energía" + }, + "Power Profile": { + "Power Profile": "Perfil de energia" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Perfil de Energía Degradada" + }, + "Power Saver": { + "Power Saver": "" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Apagar monitores al bloquearse" + }, + "Power profile management available": { + "Power profile management available": "Gestión del perfil de potencia disponible" + }, + "Power source": { + "Power source": "Fuente de energia" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "Precipitaciones" + }, + "Precipitation": { + "Precipitation": "" + }, + "Precipitation Chance": { + "Precipitation Chance": "Probabilidad de lluvia" + }, + "Preference": { + "Preference": "Preferencia" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Anchuras prefijadas (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "" + }, + "Press key...": { + "Press key...": "Presiona la tecla deseada..." + }, + "Pressure": { + "Pressure": "Presión" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Evitar que la pantalla se apague por inactividad" + }, + "Preview": { + "Preview": "" + }, + "Primary": { + "Primary": "Primario" + }, + "Primary Container": { + "Primary Container": "" + }, + "Print Server Management": { + "Print Server Management": "Gestión del servidor de impresión" + }, + "Print Server not available": { + "Print Server not available": "Servidor de impresión no disponible" + }, + "Printer": { + "Printer": "Impresora" + }, + "Printer Classes": { + "Printer Classes": "Clases de impresoras" + }, + "Printer created successfully": { + "Printer created successfully": "Impresora creada con éxito" + }, + "Printer deleted": { + "Printer deleted": "Impresora eliminada" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Nombre de impresora (sin espacios)" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "Impresoras" + }, + "Printers: ": { + "Printers: ": "Impresoras: " + }, + "Prioritize performance": { + "Prioritize performance": "" + }, + "Priority": { + "Priority": "" + }, + "Privacy Indicator": { + "Privacy Indicator": "Indicador de privacidad" + }, + "Privacy Mode": { + "Privacy Mode": "" + }, + "Private Key Password": { + "Private Key Password": "Clave de acceso privada" + }, + "Process Count": { + "Process Count": "Conteo de procesos" + }, + "Processes": { + "Processes": "Procesos" + }, + "Processes:": { + "Processes:": "Procesos:" + }, + "Processing": { + "Processing": "Procesando" + }, + "Profile Image Error": { + "Profile Image Error": "Error de imagen de perfil" + }, + "Profile activated: %1": { + "Profile activated: %1": "" + }, + "Profile deleted": { + "Profile deleted": "" + }, + "Profile error": { + "Profile error": "" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "La imagen de perfil es muy grande. Por favor usa una más pequeña." + }, + "Profile name": { + "Profile name": "" + }, + "Profile not found": { + "Profile not found": "" + }, + "Profile saved: %1": { + "Profile saved: %1": "" + }, + "Protocol": { + "Protocol": "Protocolo" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Acceso rápido al lanzador de aplicaciones" + }, + "Quick access to color picker": { + "Quick access to color picker": "Acceso rápido al selector de color" + }, + "Quick access to notepad": { + "Quick access to notepad": "Acceso rápido al bloc de notas" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Panel deslizante para apuntar notas rápidas" + }, + "Quick system toggles": { + "Quick system toggles": "Configuración rápida del sistema" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "" + }, + "Rain": { + "Rain": "" + }, + "Rain Chance": { + "Rain Chance": "Lluvia" + }, + "Rainbow": { + "Rainbow": "" + }, + "Random": { + "Random": "" + }, + "Rate": { + "Rate": "Tasa" + }, + "Read:": { + "Read:": "" + }, + "Reason": { + "Reason": "R" + }, + "Reboot": { + "Reboot": "Reiniciar" + }, + "Recent Colors": { + "Recent Colors": "Colores recientes" + }, + "Recently Used Apps": { + "Recently Used Apps": "Aplicaciones usadas recientemente" + }, + "Recommended available": { + "Recommended available": "Recomendación disponible" + }, + "Refresh": { + "Refresh": "Recargar" + }, + "Refresh Weather": { + "Refresh Weather": "Actualizar El Tiempo" + }, + "Regex": { + "Regex": "" + }, + "Reject": { + "Reject": "" + }, + "Reject Jobs": { + "Reject Jobs": "Rechazar trabajos" + }, + "Release": { + "Release": "" + }, + "Reload Plugin": { + "Reload Plugin": "Reiniciar complemento" + }, + "Remaining": { + "Remaining": "" + }, + "Remaining / Total": { + "Remaining / Total": "" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "" + }, + "Remember last user": { + "Remember last user": "" + }, + "Remove": { + "Remove": "Remover" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Eliminar espacios y bordes cuando las ventanas estan maximizadas" + }, + "Rename": { + "Rename": "" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "" + }, + "Repeat": { + "Repeat": "" + }, + "Replacement": { + "Replacement": "" + }, + "Report": { + "Report": "Reporte" + }, + "Request Pairing": { + "Request Pairing": "" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Requiere mantener pulsado el botón/tecla para confirmar apagar, reiniciar, suspender, hibernar y cerrar sesión" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Requiere la herramienta 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "DMS Requiere %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Requiere un compositor DWL" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Requiere compatibilidad con el modo nocturno" + }, + "Reset": { + "Reset": "Reiniciar" + }, + "Reset Position": { + "Reset Position": "Reiniciar posicion" + }, + "Reset Size": { + "Reset Size": "Reiniciar tamaño" + }, + "Reset to default name": { + "Reset to default name": "" + }, + "Resize Widget": { + "Resize Widget": "Redimensionar Widget" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Resolución y refresco" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Resolución, posición, escala" + }, + "Restart DMS": { + "Restart DMS": "Reiniciar DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Reiniciar DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "" + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "Continuar" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Invertir la dirección de desplazamiento" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Invertir la dirección del cambio de espacio de trabajo al desplazarse por la barra" + }, + "Revert": { + "Revert": "Revertir" + }, + "Right": { + "Right": "Derecha" + }, + "Right Center": { + "Right Center": "" + }, + "Right Section": { + "Right Section": "Sección derecha" + }, + "Right Tiling": { + "Right Tiling": "Mosaico derecho" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Haga clic con el botón derecho del ratón y arrástrelo a cualquier parte del widget" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Haz clic con el botón derecho y arrastra la esquina inferior derecha" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Clic derecho en la barra para cambiar" + }, + "Ring": { + "Ring": "" + }, + "Ringing": { + "Ringing": "" + }, + "Ripple Effects": { + "Ripple Effects": "" + }, + "Root Filesystem": { + "Root Filesystem": "Raíz del sistema de archivos" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Esquinas redondeadas para ventanas" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Esquinas de ventana redondeadas (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Esquinas de ventana redondeadas (decoration.rounding)" + }, + "Rule": { + "Rule": "" + }, + "Rule Name": { + "Rule Name": "" + }, + "Rules (%1)": { + "Rules (%1)": "" + }, + "Run Again": { + "Run Again": "Ejecutar de nuevo" + }, + "Run DMS Templates": { + "Run DMS Templates": "Ejecutar plantillas de DMS" + }, + "Run User Templates": { + "Run User Templates": "Ejecutar plantillas de usuario" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Ejecutar un programa (e.j, firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Ejecutar un comando de shell (e.j, notify-send)" + }, + "Running Apps": { + "Running Apps": "Aplicaciones activas" + }, + "Running Apps Settings": { + "Running Apps Settings": "Ajustes de aplicaciones activas" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "Brillo SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Saturación SDR" + }, + "SMS": { + "SMS": "" + }, + "Save": { + "Save": "Guardar" + }, + "Save Notepad File": { + "Save Notepad File": "Guardar archivo" + }, + "Save QR Code": { + "Save QR Code": "" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Guardar en el historial las notificaciones de prioridad crítica" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Guardar en el historial las notificaciones ignoradas" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Guardar en el historial las notificaciones de prioridad baja" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Guardar en el historial las notificaciones de prioridad normal" + }, + "Save password": { + "Save password": "Guardar contraseña" + }, + "Saved": { + "Saved": "Guardado" + }, + "Saved Configurations": { + "Saved Configurations": "Configuraciones guardadas" + }, + "Saved Note": { + "Saved Note": "" + }, + "Saved item deleted": { + "Saved item deleted": "" + }, + "Saving...": { + "Saving...": "" + }, + "Scale": { + "Scale": "Escala" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Escalar fuentes de la barra independientemente" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Escala todos los tamaños de fuente en todo el shell" + }, + "Scan": { + "Scan": "Escanear" + }, + "Scanning": { + "Scanning": "Escaneando" + }, + "Scanning...": { + "Scanning...": "Escaneando..." + }, + "Science": { + "Science": "Ciencia" + }, + "Score": { + "Score": "" + }, + "Screen Sharing": { + "Screen Sharing": "" + }, + "Screen sharing": { + "Screen sharing": "Compartir pantalla" + }, + "Scroll": { + "Scroll": "" + }, + "Scroll Factor": { + "Scroll Factor": "" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "Rueda de desplazamiento" + }, + "Scroll song title": { + "Scroll song title": "Desplazamiento del título de la canción" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Desplazar el título si no cabe en el widget" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Comportamiento de la rueda de desplazamiento en el widget multimedia" + }, + "Scrolling": { + "Scrolling": "Desplazamiento" + }, + "Search App Actions": { + "Search App Actions": "" + }, + "Search Options": { + "Search Options": "" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" + }, + "Search for a location...": { + "Search for a location...": "Buscar una ubicación..." + }, + "Search keybinds...": { + "Search keybinds...": "Buscar combinaciones de tecla" + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "" + }, + "Search plugins...": { + "Search plugins...": "Buscar complementos..." + }, + "Search processes...": { + "Search processes...": "" + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "Buscar temas..." + }, + "Search widgets...": { + "Search widgets...": "Buscar widgets..." + }, + "Search...": { + "Search...": "Buscar..." + }, + "Searching...": { + "Searching...": "Buscando..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "Secundario" + }, + "Secured": { + "Secured": "Seguro" + }, + "Security": { + "Security": "Seguridad" + }, + "Security & privacy": { + "Security & privacy": "Seguridad y privacidad" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "" + }, + "Select Application": { + "Select Application": "Seleccionar una aplicación" + }, + "Select Bar": { + "Select Bar": "Seleccionar barra" + }, + "Select Custom Theme": { + "Select Custom Theme": "Elegir tema personalizado" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "" + }, + "Select File to Send": { + "Select File to Send": "" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Seleccionar logo del lanzador" + }, + "Select Profile Image": { + "Select Profile Image": "Elegir foto de perfil" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "Seleccionar fondo de pantalla" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Elegir carpeta de fondos de pantalla" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Selecciona un color de la paleta o usa el deslizador" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Selecciona un widget para añadirlo a tu escritorio. Cada widget es una instancia independiente con su propia configuración." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Elija un widget para añadir. Puede añadir varias copias del mismo widget si es necesario." + }, + "Select a window...": { + "Select a window...": "" + }, + "Select an image file...": { + "Select an image file...": "Selecciona un archivo de imagen..." + }, + "Select at least one provider": { + "Select at least one provider": "Seleccione al menos un proveedor" + }, + "Select device": { + "Select device": "" + }, + "Select device...": { + "Select device...": "Elegir dispositivo..." + }, + "Select driver...": { + "Select driver...": "Elegir controlador..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Seleccionar el peso de la fuente para el texto de la interfaz de usuario" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Seleccionar monitor para configurar el fondo de pantalla" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Selecciona la fuente monoespaciada para la lista de procesos y la información técnica" + }, + "Select network": { + "Select network": "" + }, + "Select system sound theme": { + "Select system sound theme": "Seleccionar tema de sonidos del sistema" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Seleccione la familia de fuentes para el texto de la interfaz de usuario" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Selecciona el algoritmo de colores del fondo de pantalla" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Seleccionar transiciones para aplicar de forma aleatoria" + }, + "Select...": { + "Select...": "Seleccionar..." + }, + "Selected image file not found.": { + "Selected image file not found.": "La imagen seleccionada no se encuentra." + }, + "Send": { + "Send": "" + }, + "Send Clipboard": { + "Send Clipboard": "" + }, + "Send File": { + "Send File": "" + }, + "Send SMS": { + "Send SMS": "" + }, + "Sending": { + "Sending": "" + }, + "Separator": { + "Separator": "Separador" + }, + "Server": { + "Server": "Servidor" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "" + }, + "Set custom name": { + "Set custom name": "" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Configurar diferentes fondos de pantalla para cada monitor conectado" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Configurar diferentes fondos de pantalla para los modos claro y oscuro" + }, + "Set key and action to save": { + "Set key and action to save": "Establecer tecla y acción para guardar" + }, + "Set notification rules": { + "Set notification rules": "" + }, + "Settings": { + "Settings": "Ajustes" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Los ajustes son de solo lectura. Los cambios no persistirán." + }, + "Setup": { + "Setup": "Configurar" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "" + }, + "Share Text": { + "Share Text": "" + }, + "Share URL": { + "Share URL": "" + }, + "Shared": { + "Shared": "" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Borrar todo • Esc: Cerrar " + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Mayús+Intro: Pegar - Mayús+Supr: Borrar todo - Esc: Cerrar" + }, + "Short": { + "Short": "Corto" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "Atajos" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Atajos (%1)" + }, + "Show": { + "Show": "" + }, + "Show 3rd Party": { + "Show 3rd Party": "" + }, + "Show All Tags": { + "Show All Tags": "Mostrar todas las etiquetas" + }, + "Show Badge": { + "Show Badge": "" + }, + "Show CPU": { + "Show CPU": "Mostrar CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Mostrar grafico de CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "Mostrar temperatura de CPU" + }, + "Show Date": { + "Show Date": "Mostrar fecha" + }, + "Show Disk": { + "Show Disk": "Mostrar disco" + }, + "Show Dock": { + "Show Dock": "Mostrar dock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Mostrar sensación térmica" + }, + "Show Footer": { + "Show Footer": "" + }, + "Show Forecast": { + "Show Forecast": "Mostrar pronóstico" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Mostrar temperatura de la GPU" + }, + "Show Header": { + "Show Header": "Mostrar cabecera" + }, + "Show Hibernate": { + "Show Hibernate": "Mostrar Hibernar" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Mostrar números de horas" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Mostrar pronóstico por hora" + }, + "Show Humidity": { + "Show Humidity": "Mostrar humedad" + }, + "Show Launcher Button": { + "Show Launcher Button": "" + }, + "Show Line Numbers": { + "Show Line Numbers": "Mostrar números de líneas" + }, + "Show Location": { + "Show Location": "Mostrar ubicación" + }, + "Show Lock": { + "Show Lock": "Mostrar Bloquear" + }, + "Show Log Out": { + "Show Log Out": "Mostrar Cerrar sesión" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "" + }, + "Show Media Player": { + "Show Media Player": "" + }, + "Show Memory": { + "Show Memory": "Mostrar memoria" + }, + "Show Memory Graph": { + "Show Memory Graph": "Mostrar gráfico de memoria" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "Mostrar red" + }, + "Show Network Graph": { + "Show Network Graph": "Mostrar grafico de la red" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Mostrar solo espacios de trabajo ocupados" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "" + }, + "Show Password Field": { + "Show Password Field": "Mostrar campo de contraseña" + }, + "Show Power Actions": { + "Show Power Actions": "Mostrar acciones de energia" + }, + "Show Power Off": { + "Show Power Off": "Mostrar Apagar" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Mostrar probabilidad de precipitaciones" + }, + "Show Pressure": { + "Show Pressure": "Mostrar presión" + }, + "Show Profile Image": { + "Show Profile Image": "Mostrar imagen de perfil" + }, + "Show Reboot": { + "Show Reboot": "Mostrar Reiniciar" + }, + "Show Restart DMS": { + "Show Restart DMS": "Mostrar Reiniciar DMS" + }, + "Show Saved Items": { + "Show Saved Items": "" + }, + "Show Seconds": { + "Show Seconds": "Mostrar segundos" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Mostrar amanecer/anochecer" + }, + "Show Suspend": { + "Show Suspend": "Mostrar Suspender" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "Mostrar fecha del sistema" + }, + "Show System Icons": { + "Show System Icons": "Mostrar iconos del sistema" + }, + "Show System Time": { + "Show System Time": "Mostrar tiempo del sistema" + }, + "Show Top Processes": { + "Show Top Processes": "Mostrar procesos principales" + }, + "Show Weather Condition": { + "Show Weather Condition": "Mostrar estado del tiempo" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "Mostrar bienvenida" + }, + "Show Wind Speed": { + "Show Wind Speed": "Mostrar velocidad del viento" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Mostrar aplicaciones en el espacio de trabajo" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Mostrar las 9 etiquetas en lugar de solo las ocupadas (solo DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Mostrar visualizador de auido cava en el widget de multimedia" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Oscurecer el fondo al abrir un modal" + }, + "Show device": { + "Show device": "" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostrar la superposición del lanzador al escribir en la vista general de Niri. Desactivar para utilizar otro lanzador." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "" + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "Mostrar en última pantalla" + }, + "Show on Overlay": { + "Show on Overlay": "Mostrar en superposición" + }, + "Show on Overview": { + "Show on Overview": "Mostrar en vista general" + }, + "Show on Overview Only": { + "Show on Overview Only": "" + }, + "Show on all connected displays": { + "Show on all connected displays": "Mostrar en todas las pantallas conectadas" + }, + "Show on screens:": { + "Show on screens:": "Mostrar en pantallas:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Mostrar en pantalla cuando el brillo cambia" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Mostrar en pantalla al activar o desactivar Bloq Mayús" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Mostrar en pantalla al ciclar los dispositivos de salida de audio" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Mostrar en pantalla cuando el estado del inhibidor cambia" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Mostrar en pantalla cuando el volumen multimedia cambia" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Mostrar en pantalla cuando el micrófono se silencia/reactiva" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Mostrar en pantalla cuando el perfil de energía cambia" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Mostrar en pantalla cuando el volumen cambia" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Mostrar clima en la barra superior y en el centro de control" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Indicar el orden de los espacios en la barra superior" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Mostrar el nombre del espacio de trabajo en las barras horizontales y la primera letra en las verticales" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Mostrar todas las ventanas abiertas destacando la enfocada" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Mostrar espacios de trabajo y permitir cambiar entre ellos" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Indica si las mayúsculas están activadas" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Muestra si micrófono, cámara o pantalla están en uso" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Apagar" + }, + "Signal": { + "Signal": "Señal" + }, + "Signal:": { + "Signal:": "Señal:" + }, + "Size": { + "Size": "Tamaño" + }, + "Size Constraints": { + "Size Constraints": "" + }, + "Size Offset": { + "Size Offset": "Tamaño relativo" + }, + "Sizing": { + "Sizing": "Redimensionamiento" + }, + "Skip": { + "Skip": "Pasar" + }, + "Skip confirmation": { + "Skip confirmation": "" + }, + "Skip setup": { + "Skip setup": "" + }, + "Small": { + "Small": "" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Autenticación con tarjeta inteligente" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN de la tarjeta inteligente" + }, + "Snap": { + "Snap": "" + }, + "Snow": { + "Snow": "" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Algunos plugins requieren una version más nueva de DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Ordenar alfabéticamente" + }, + "Sort By": { + "Sort By": "Ordenar por" + }, + "Sorting & Layout": { + "Sorting & Layout": "Clasificación y presentación" + }, + "Sound Theme": { + "Sound Theme": "Tema de sonidos" + }, + "Sounds": { + "Sounds": "Sonidos" + }, + "Space between windows": { + "Space between windows": "Espacio entre ventanas" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Espacio entre ventanas (hueco_in y hueco_ext)" + }, + "Spacer": { + "Spacer": "Espaciador" + }, + "Spacing": { + "Spacing": "Espacio" + }, + "Speaker settings": { + "Speaker settings": "Ajustes del altavoz" + }, + "Speed": { + "Speed": "Velocidad" + }, + "Spool Area Full": { + "Spool Area Full": "Cola de impresión llena" + }, + "Square Corners": { + "Square Corners": "Esquinas cuadradas" + }, + "Stacked": { + "Stacked": "Apilado" + }, + "Standard": { + "Standard": "" + }, + "Start": { + "Start": "Empezar" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Escribe tus notas aquí..." + }, + "State": { + "State": "Estado" + }, + "Status": { + "Status": "Estado" + }, + "Stopped": { + "Stopped": "Detenido" + }, + "Stopped Partly": { + "Stopped Partly": "Detenido parcialmente" + }, + "Stopping": { + "Stopping": "Deteniendo" + }, + "Stretch": { + "Stretch": "" + }, + "Stripes": { + "Stripes": "" + }, + "Summary": { + "Summary": "" + }, + "Sunrise": { + "Sunrise": "Amanecer" + }, + "Sunset": { + "Sunset": "Atardecer" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Suprimir las ventanas emergentes de notificación mientras están activadas" + }, + "Surface": { + "Surface": "Superficie" + }, + "Surface Variant": { + "Surface Variant": "" + }, + "Suspend": { + "Suspend": "Suspender" + }, + "Suspend behavior": { + "Suspend behavior": "Comportamiento de suspensión" + }, + "Suspend system after": { + "Suspend system after": "Suspender sistema después de" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "Cambiar usuario" + }, + "Switch to power profile": { + "Switch to power profile": "Cambiar perfil de energia" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Sincronizar modo con los portales" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Sincronizar el tema oscuro con las preferencias globales del sistema" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "Sistema" + }, + "System App Theming": { + "System App Theming": "Tematización de aplicaciones" + }, + "System Check": { + "System Check": "" + }, + "System Default": { + "System Default": "" + }, + "System Information": { + "System Information": "" + }, + "System Monitor": { + "System Monitor": "Monitor del sistema" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Monitor del sistema no disponible" + }, + "System Sounds": { + "System Sounds": "Sonidos del sistema" + }, + "System Tray": { + "System Tray": "Bandeja del sistema" + }, + "System Update": { + "System Update": "Actualización del sistema" + }, + "System Updater": { + "System Updater": "Actualizador del sistema" + }, + "System Updates": { + "System Updates": "Actualizaciones del sistema" + }, + "System notification area icons": { + "System notification area icons": "Iconos del área de notificaciones del sistema" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "" + }, + "System theme toggle": { + "System theme toggle": "Tema del sistema" + }, + "System toast notifications": { + "System toast notifications": "Notificaciones emergentes del sistema" + }, + "System update custom command": { + "System update custom command": "Comando al actualizar" + }, + "Tab": { + "Tab": "Pestaña" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Seleccionar" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Parametros adicionales" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Forzar modo oscuro en terminales" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "Página de prueba" + }, + "Test page sent to printer": { + "Test page sent to printer": "Página de prueba enviada a la impresora" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "Texto" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "" + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variable de entorno DMS_SOCKET no está configurada o el socket no está disponible. La gestión automática de complementos requiere DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Los siguientes ajustes modificarán tu configuración de GTK y Qt. Si deseas conservar tu configuración actual, haz una copia de seguridad de los archivos (qt5ct.conf | qt6ct.conf y ~/.config/gtk-3.0 | gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "La cola de impresión está vacía" + }, + "Theme & Colors": { + "Theme & Colors": "Tema y colores" + }, + "Theme Color": { + "Theme Color": "Color del tema" + }, + "Theme Registry": { + "Theme Registry": "" + }, + "Themes": { + "Themes": "Temas" + }, + "Thickness": { + "Thickness": "Espesor" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Aviso sobre complemento externo" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "" + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "La combinacion de teclas ha sido sobreescrita por config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Este widget evita que la GPU entre en estados de apagado y puede afectar significativamente la batería en portátiles. No se recomienda usarlo en portátiles con gráficos híbridos." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Esto eliminará permanentemente todo el historial del portapapeles." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "" + }, + "Thunderstorm": { + "Thunderstorm": "" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "" + }, + "Tile": { + "Tile": "" + }, + "Tile H": { + "Tile H": "" + }, + "Tile V": { + "Tile V": "" + }, + "Tiled": { + "Tiled": "" + }, + "Tiled State": { + "Tiled State": "" + }, + "Tiling": { + "Tiling": "Mosaico" + }, + "Time": { + "Time": "" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "Tiempo y clima" + }, + "Time Format": { + "Time Format": "Formato de tiempo" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "Tiempo restante: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Tiempo hasta lleno: %1" + }, + "Timed Out": { + "Timed Out": "Tiempo agotado" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Tiempo de espera para notificaciones de prioridad crítica" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Tiempo limite para las notificaciones de baja prioridad" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Tiempo de espera para notificaciones de prioridad normal" + }, + "Title": { + "Title": "Titulo" + }, + "Title regex (optional)": { + "Title regex (optional)": "" + }, + "To Full": { + "To Full": "Carga completa" + }, + "To update, run the following command:": { + "To update, run the following command:": "Para actualizar, ejecute el siguiente comando:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Para utilizar este bind DMS, elimine o cambie el keybind en su config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Mensajes emergentes" + }, + "Today": { + "Today": "Hoy" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Cambiar visibilidad de la barra" + }, + "Toggling...": { + "Toggling...": "Cambiando..." + }, + "Tomorrow": { + "Tomorrow": "Mañana" + }, + "Tonal Spot": { + "Tonal Spot": "" + }, + "Toner Empty": { + "Toner Empty": "Tóner vacío" + }, + "Toner Low": { + "Toner Low": "Tóner bajo" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "Herrramientas" + }, + "Top": { + "Top": "Arriba" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "Formato en la barra superior" + }, + "Top Center": { + "Top Center": "" + }, + "Top Left": { + "Top Left": "Arriba a la izquierda" + }, + "Top Processes": { + "Top Processes": "Procesos superiores" + }, + "Top Right": { + "Top Right": "Arriba a la derecha" + }, + "Top Section": { + "Top Section": "Sección superior" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "Trabajos totales" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Transformar" + }, + "Transition Effect": { + "Transition Effect": "Efecto de transición" + }, + "Transparency": { + "Transparency": "Transparencia" + }, + "Trending GIFs": { + "Trending GIFs": "" + }, + "Trending Stickers": { + "Trending Stickers": "" + }, + "Trigger": { + "Trigger": "" + }, + "Trigger Prefix": { + "Trigger Prefix": "" + }, + "Trigger: %1": { + "Trigger: %1": "" + }, + "Trust": { + "Trust": "" + }, + "Try a different search": { + "Try a different search": "" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "" + }, + "Turn off monitors after": { + "Turn off monitors after": "Apagar monitores después de" + }, + "Type": { + "Type": "Tipo" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "" + }, + "Type to search files": { + "Type to search files": "" + }, + "Typography": { + "Typography": "Tipografía" + }, + "Typography & Motion": { + "Typography & Motion": "Tipografia y movimiento" + }, + "Unavailable": { + "Unavailable": "No disponible" + }, + "Unfocused Color": { + "Unfocused Color": "" + }, + "Ungrouped": { + "Ungrouped": "" + }, + "Uninstall": { + "Uninstall": "Desinstalar" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Desinstalar complemento" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Desinstalacion fallida: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Desinstalado: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Desinstalando: %1" + }, + "Unknown": { + "Unknown": "Desconocido" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "" + }, + "Unknown Config": { + "Unknown Config": "Configuración desconocida" + }, + "Unknown Device": { + "Unknown Device": "Dispositivo desconocido" + }, + "Unknown GPU": { + "Unknown GPU": "GPU desconocida" + }, + "Unknown Monitor": { + "Unknown Monitor": "Monitor desconocido" + }, + "Unknown Network": { + "Unknown Network": "Red desconocida" + }, + "Unknown Title": { + "Unknown Title": "" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "" + }, + "Unmute": { + "Unmute": "" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "" + }, + "Unnamed Rule": { + "Unnamed Rule": "" + }, + "Unpair": { + "Unpair": "" + }, + "Unpair failed": { + "Unpair failed": "" + }, + "Unpin": { + "Unpin": "" + }, + "Unpin from Dock": { + "Unpin from Dock": "Desfijar del dock" + }, + "Unsaved Changes": { + "Unsaved Changes": "Cambios sin guardar" + }, + "Unsaved changes": { + "Unsaved changes": "Cambios sin guardar" + }, + "Unsaved note...": { + "Unsaved note...": "Nota sin guardar..." + }, + "Untitled": { + "Untitled": "Sin titulo" + }, + "Untrust": { + "Untrust": "" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "" + }, + "Update All": { + "Update All": "Actualizar todo" + }, + "Update Plugin": { + "Update Plugin": "Actualizar complemento" + }, + "Uptime": { + "Uptime": "" + }, + "Uptime:": { + "Uptime:": "" + }, + "Urgent Color": { + "Urgent Color": "Color para urgencia" + }, + "Usage Tips": { + "Usage Tips": "" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Usar formato de 24 horas en lugar de 12 horas AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Usar comando personalizado" + }, + "Use Grid Layout": { + "Use Grid Layout": "Usar diseño en cuadrícula" + }, + "Use IP Location": { + "Use IP Location": "Usar la localización de la IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Usar unidades imperiales" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Usar unidades imperiales (°F, mph, inHg) en lugar de métricas (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Usar fuente monoespaciada" + }, + "Use System Theme": { + "Use System Theme": "Usar tema del sistema" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Usar un gestor de fondos de pantalla externo como swww, hyprpaper, o swaybg" + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Utilizar barras de progreso con efecto de ola para la reproducción de medios" + }, + "Use custom border size": { + "Use custom border size": "Usar un tamaño de borde personalizado" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Utilizar un comando personalizado para actualizar el sistema" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Utilizar espacios personalizados en lugar de espaciado entre barras" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Usar radio de ventana personalizado en lugar del radio del tema" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Usar tema claro en lugar del tema oscuro" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Usar tema de sonidos del sistema" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "" + }, + "User": { + "User": "Usuario" + }, + "Username": { + "Username": "Nombre de usuario" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "" + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usar las horas de amanecer/anochecer para ajustar automáticamente el modo noche basándose en tu localización." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "" + }, + "Utilities": { + "Utilities": "Utilidades" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "Conexiones VPN" + }, + "VPN Password": { + "VPN Password": "Contraseña VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "Configuración VPN actualizada" + }, + "VPN connections": { + "VPN connections": "Conexiones VPN" + }, + "VPN deleted": { + "VPN deleted": "VPN eliminada" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN importada: %1" + }, + "VPN not available": { + "VPN not available": "VPN no disponible" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "Estado de VPN y conexión rápida" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR a la carta" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Frecuencia de actualización variable" + }, + "Verification": { + "Verification": "" + }, + "Version": { + "Version": "Versión" + }, + "Vertical Deck": { + "Vertical Deck": "Bandeja vertical" + }, + "Vertical Grid": { + "Vertical Grid": "Cuadricula vertical" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Desplazamiento vertical" + }, + "Vertical Tiling": { + "Vertical Tiling": "Desplazamiento vertical" + }, + "Vibrant": { + "Vibrant": "" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Paleta vibrante y juguetona." + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "" + }, + "View Mode": { + "View Mode": "" + }, + "Visibility": { + "Visibility": "Visibilidad" + }, + "Visual Effects": { + "Visual Effects": "" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Divisor visual entre widgets" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Efecto visual usado al cambiar el fondo de pantalla" + }, + "Volume": { + "Volume": "Volumen" + }, + "Volume Changed": { + "Volume Changed": "Cambio de volumen" + }, + "Volume Slider": { + "Volume Slider": "Deslizador de volumen" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Volumen, brillo y otros indicadores en pantalla" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Fondo de pantalla" + }, + "Wallpaper Error": { + "Wallpaper Error": "Error en el fondo de pantalla" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Monitor de fondo de pantalla" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Fallo en el procesamiento del fondo de pantalla" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Fallo en el procesamiento del fondo de pantalla - compruebe la ruta del fondo de pantalla" + }, + "Wallpapers": { + "Wallpapers": "Fondos de pantalla" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Temperatura de color cálida para aplicar" + }, + "Warning": { + "Warning": "Advertencia" + }, + "Warnings": { + "Warnings": "Alertas" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Barras de progreso en forma de onda" + }, + "Weather": { + "Weather": "Clima" + }, + "Weather Widget": { + "Weather Widget": "Clima" + }, + "Welcome": { + "Welcome": "Bienvenido" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Al activarse, las aplicaciones se ordenan alfabéticamente. Al desactivarse, se ordenan por frecuencia de uso." + }, + "When locked": { + "When locked": "" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Si se utiliza el widget actualizador, ocultarlo si no se encuentra ninguna actualización" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Contraseña Wi-Fi" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Conexión Wi-Fi y Eternet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi no disponible" + }, + "WiFi": { + "WiFi": "Wi-Fi" + }, + "WiFi Device": { + "WiFi Device": "Dispositivo Wi-Fi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "" + }, + "WiFi disabled": { + "WiFi disabled": "Wi‑Fi desactivado" + }, + "WiFi enabled": { + "WiFi enabled": "Wi-Fi habilitado" + }, + "WiFi is off": { + "WiFi is off": "Wi‑Fi apagado" + }, + "WiFi off": { + "WiFi off": "" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Ancho (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Color de fondo del Widget" + }, + "Widget Management": { + "Widget Management": "Gestión de widgets" + }, + "Widget Outline": { + "Widget Outline": "Contorno en widgets" + }, + "Widget Style": { + "Widget Style": "Estilo de Widget" + }, + "Widget Styling": { + "Widget Styling": "Estilo de widgets" + }, + "Widget Transparency": { + "Widget Transparency": "Transparencia de widget" + }, + "Widget added": { + "Widget added": "Widget añadido" + }, + "Widget removed": { + "Widget removed": "Widget eliminado" + }, + "Widgets": { + "Widgets": "Widgets" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "" + }, + "Width": { + "Width": "" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "" + }, + "Wind": { + "Wind": "Viento" + }, + "Wind Speed": { + "Wind Speed": "Velocidad del viento" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "" + }, + "Window Corner Radius": { + "Window Corner Radius": "Radio de la esquina de la ventana" + }, + "Window Gaps": { + "Window Gaps": "Separacion de ventana" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Separacion de ventanas (px)" + }, + "Window Height": { + "Window Height": "" + }, + "Window Opening": { + "Window Opening": "" + }, + "Window Rounding": { + "Window Rounding": "" + }, + "Window Rules": { + "Window Rules": "" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "" + }, + "Wipe": { + "Wipe": "" + }, + "Workspace": { + "Workspace": "Espacio de trabajo" + }, + "Workspace Appearance": { + "Workspace Appearance": "" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Espacios de trabajo numerados" + }, + "Workspace Names": { + "Workspace Names": "Nombres de los espacios de trabajo" + }, + "Workspace Padding": { + "Workspace Padding": "Margen de los espacios de trabajo" + }, + "Workspace Settings": { + "Workspace Settings": "Ajustes de espacios de trabajo" + }, + "Workspace Switcher": { + "Workspace Switcher": "Espacios de trabajo" + }, + "Workspace name": { + "Workspace name": "" + }, + "Workspaces": { + "Workspaces": "Espacios de trabajo" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Espacios de trabajo y Widgets" + }, + "Write:": { + "Write:": "" + }, + "X Axis": { + "X Axis": "Eje X" + }, + "Y Axis": { + "Y Axis": "Eje Y" + }, + "Yes": { + "Yes": "Si" + }, + "Yesterday": { + "Yesterday": "Ayer" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Tienes cambios sin guardar. ¿Guardar antes de cerrar esta pestaña?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Tienes cambios sin guardar. ¿Guardar antes de continuar?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Tienes cambios sin guardar. ¿Guardar antes de crear un archivo nuevo?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Tienes cambios sin guardar. ¿Guardar antes de abrir otro archivo?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "" + }, + "You're All Set!": { + "You're All Set!": "" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "" + }, + "by %1": { + "by %1": "por %1" + }, + "days": { + "days": "dias" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "dispositivo" + }, + "devices connected": { + "devices connected": "dispositivos conectados" + }, + "dgop not available": { + "dgop not available": "dgop no disponible" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "" + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configuración dms/outputs existe pero no está incluida en la configuración del compositor. Los cambios de visualización no persistirán." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "e.j. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "por ejemplo, focus-workspace 3, redimensionar-columna -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "e.j., notify-send 'Hola' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "eventos" + }, + "ext": { + "ext": "" + }, + "featured": { + "featured": "" + }, + "leave empty for default": { + "leave empty for default": "deja vacio para valor por defecto" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl no disponible - integración requiere conexión al socket DMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matguen no encontrado - instala el paquete matugen para la tematización dinámica" + }, + "minutes": { + "minutes": "minutos" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "ahora" + }, + "official": { + "official": "oficial" + }, + "on Hyprland": { + "on Hyprland": "" + }, + "on MangoWC": { + "on MangoWC": "" + }, + "on Miracle WM": { + "on Miracle WM": "" + }, + "on Niri": { + "on Niri": "" + }, + "on Scroll": { + "on Scroll": "" + }, + "on Sway": { + "on Sway": "" + }, + "open": { + "open": "" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "segundos" + }, + "source": { + "source": "fuente" + }, + "this app": { + "this app": "" + }, + "up": { + "up": "" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "Actualizar dms para integración con NM." + }, + "v%1 by %2": { + "v%1 by %2": "" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype no disponible - instala wtype para soporte de pegado" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Instalar solo desde fuentes confiables" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "M - Mes (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "MM - Mes (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "MMM - Mes (Ene)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "MMMM - Mes (Enero)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Los complementos pueden tener fallos o riesgos de seguridad" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Revisa el código antes de instalar cuando sea posible" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "d - Día (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "dd - Día (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "ddd - Nombre del día (Lun)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "dddd - Nombre del día (Lunes)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "yy - Año (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "yyyy - Año (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fa.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fa.json new file mode 100644 index 0000000..86c389e --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fa.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "سرعت انیمیشن %1" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 حرف" + }, + "%1 connected": { + "%1 connected": "%1 متصل" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "مدت زمان سفارشی انیمیشن %1" + }, + "%1 disconnected": { + "%1 disconnected": "%1 غیرمتصل" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 غیرمتصل (پنهان)" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 وجود دارد اما در فایل پیکربندی شامل نشده است. نگاشت‌کلیدهای سفارشی تا زمانی که این مشکل برطرف نشده باشد کار نخواهند کرد." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 وجود دارد اما وارد نشده است. قواعد پنجره اعمال نخواهند شد." + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "اکنون %1 وارد پیکربندی شد" + }, + "%1 issue found": { + "%1 issue found": "" + }, + "%1 issues found": { + "%1 issues found": "" + }, + "%1 notifications": { + "%1 notifications": "%1 اعلان" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "%1 نوع" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 ابزارک" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "%1 دقیقه پیش" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "(پیش‌فرض)" + }, + "(Unnamed)": { + "(Unnamed)": "(بدون نام)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 بیشتر" + }, + "/path/to/videos": { + "/path/to/videos": "" + }, + "0 = square corners": { + "0 = square corners": "۰ = گوشه‌های مربعی" + }, + "1 day": { + "1 day": "۱ روز" + }, + "1 device connected": { + "1 device connected": "1 دستگاه متصل" + }, + "1 event": { + "1 event": "۱ رویداد" + }, + "1 hour": { + "1 hour": "۱ ساعت" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "۱ ساعت و نیم" + }, + "1 minute": { + "1 minute": "۱ دقیقه" + }, + "1 notification": { + "1 notification": "1 اعلان" + }, + "1 second": { + "1 second": "۱ ثانیه" + }, + "10 minutes": { + "10 minutes": "۱۰ دقیقه" + }, + "10 seconds": { + "10 seconds": "۱۰ ثانیه" + }, + "10-bit Color": { + "10-bit Color": "رنگ ۱۰ بیتی" + }, + "12 hours": { + "12 hours": "۱۲ ساعت" + }, + "14 days": { + "14 days": "۱۴ روز" + }, + "15 minutes": { + "15 minutes": "۱۵ دقیقه" + }, + "15 seconds": { + "15 seconds": "۱۵ ثانیه" + }, + "180°": { + "180°": "۱۸۰°" + }, + "2 hours": { + "2 hours": "۲ ساعت" + }, + "2 minutes": { + "2 minutes": "۲ دقیقه" + }, + "2 seconds": { + "2 seconds": "۲ ثانیه" + }, + "20 minutes": { + "20 minutes": "۲۰ دقیقه" + }, + "20 seconds": { + "20 seconds": "۲۰ ثانیه" + }, + "24-Hour Format": { + "24-Hour Format": "قالب ۲۴ ساعته" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "قالب ۲۴ ساعته" + }, + "25 seconds": { + "25 seconds": "۲۵ ثانیه" + }, + "250 ms": { + "250 ms": "۲۵۰ ms" + }, + "270°": { + "270°": "۲۷۰°" + }, + "3 days": { + "3 days": "۳ روز" + }, + "3 hours": { + "3 hours": "۳ ساعت" + }, + "3 minutes": { + "3 minutes": "۳ دقیقه" + }, + "3 seconds": { + "3 seconds": "۳ ثانیه" + }, + "30 days": { + "30 days": "۳۰ روز" + }, + "30 minutes": { + "30 minutes": "۳۰ دقیقه" + }, + "30 seconds": { + "30 seconds": "۳۰ ثانیه" + }, + "35 seconds": { + "35 seconds": "۳۵ ثانیه" + }, + "3rd party": { + "3rd party": "شخص ثالث" + }, + "4 hours": { + "4 hours": "۴ ساعت" + }, + "4 seconds": { + "4 seconds": "۴ ثانیه" + }, + "40 seconds": { + "40 seconds": "۴۰ ثانیه" + }, + "45 seconds": { + "45 seconds": "۴۵ ثانیه" + }, + "5 minutes": { + "5 minutes": "‍۵ دقیقه" + }, + "5 seconds": { + "5 seconds": "۵ ثانیه" + }, + "50 seconds": { + "50 seconds": "۵۰ ثانیه" + }, + "500 ms": { + "500 ms": "۵۰۰ ms" + }, + "55 seconds": { + "55 seconds": "۵۵ ثانیه" + }, + "6 hours": { + "6 hours": "۶ ساعت" + }, + "7 days": { + "7 days": "۷ روز" + }, + "750 ms": { + "750 ms": "۷۵۰ ms" + }, + "8 hours": { + "8 hours": "۸ ساعت" + }, + "8 seconds": { + "8 seconds": "۸ ثانیه" + }, + "90 days": { + "90 days": "۹۰ روز" + }, + "90°": { + "90°": "۹۰°" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "فایلی با این نام از قبل وجود دارد. آیا می‌خواهید آن را بازنویسی کنید؟" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "یک پوسته دسکتاپ مدرن برای کامپازیتورهای وِیلند" + }, + "AC Power": { + "AC Power": "برق AC" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "لغو شد" + }, + "About": { + "About": "درباره" + }, + "Accent Color": { + "Accent Color": "رنگ تأکیدی" + }, + "Accept": { + "Accept": "پذیرفتن" + }, + "Accept Jobs": { + "Accept Jobs": "پذیرش کار‌های چاپ" + }, + "Accepting": { + "Accepting": "پذیرش" + }, + "Access clipboard history": { + "Access clipboard history": "دسترسی به تاریخچه کلیپ‌بورد" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "دسترسی به اعلان‌ها و مزاحم نشوید" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "دسترسی به کنترل‌ها و تنظیمات سیستم" + }, + "Action": { + "Action": "اقدام" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "" + }, + "Actions": { + "Actions": "اقدام‌ها" + }, + "Activate": { + "Activate": "فعال‌سازی" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "فعال‌سازی" + }, + "Active": { + "Active": "فعال" + }, + "Active Color": { + "Active Color": "رنگ فعال" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "مانیتور فعال صفحه قفل" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "رنگ کاشی پس‌زمینه فعال و آیکون" + }, + "Active: %1": { + "Active: %1": "فعال: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "فعال: %1 + %2" + }, + "Active: None": { + "Active: None": "فعال: هیچکدام" + }, + "Adapters": { + "Adapters": "آداپتور‌ها" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "افزودن" + }, + "Add Bar": { + "Add Bar": "افزودن نوار" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "افزودن ابزارک دسکتاپ" + }, + "Add Printer": { + "Add Printer": "افزودن چاپگر" + }, + "Add Title": { + "Add Title": "افزودن عنوان" + }, + "Add Widget": { + "Add Widget": "افزودن ابزارک" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "افزودن ابزارک به بخش %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "افزودن یک حاشیه دور داک" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "یک پیشوند سفارشی به تمام برنامه‌های در حال اجرا اضافه کنید. این می‌تواند برای مواردی مانند «uwsm-app»، «systemd-run» یا سایر بسته‌بندی دستور‌ها استفاده شود." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "افزودن و پیکربندی ابزارک‌هایی که در دسکتاپ شما نمایان می‌شوند" + }, + "Add by Address": { + "Add by Address": "" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "تعداد ستون‌ها در حالت نمای جدولی را تنظیم کنید." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "تنظیم حجم صدا به‌ازای هر پله اسکرول" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "پیشرفته" + }, + "Afternoon": { + "Afternoon": "بعد از ظهر" + }, + "All": { + "All": "همه" + }, + "All Monitors": { + "All Monitors": "همه مانیتورها" + }, + "All checks passed": { + "All checks passed": "همه بررسی‌ها با موفقیت انجام شد" + }, + "All day": { + "All day": "کل روز" + }, + "All displays": { + "All displays": "همه نمایشگر‌ها" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "اجازه بده کلیک ها از ابزارک عبور کنند" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: بازگشت • F1/I: اطلاعات فایل • F10: راهنما • Esc: بستن" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "همیشه فعال" + }, + "Always Show Percentage": { + "Always Show Percentage": "همیشه درصد را نشان بده" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "همیشه داک را پنهان کن و هنگام نزدیک شدن اشاره‌گر موس به منطقه داک آن را نمایش بده" + }, + "Always on icons": { + "Always on icons": "آیکون‌ها همیشه فعال" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "همیشه حداقل ۳ محیط‌کار را نمایش بده، حتی اگر کمتر موجود بود" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "همیشه هنگامی که نمای کلی نیری باز است داک را نشان بده" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "همیشه وقتی فقط یک نمایشگر متصل وجود دارد، نشان بده" + }, + "Amount": { + "Amount": "مقدار" + }, + "Analog": { + "Analog": "آنالوگ" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "نمایش ساعت آنالوگ، دیجیتال یا انباشته" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "در حال تحلیل پیکربندی..." + }, + "Animation Duration": { + "Animation Duration": "مدت زمان انیمیشن" + }, + "Animation Speed": { + "Animation Speed": "سرعت انیمیشن" + }, + "Anonymous Identity": { + "Anonymous Identity": "هویت ناشناس" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "هویت ناشناس (اختیاری)" + }, + "App Customizations": { + "App Customizations": "سفارشی‌سازی برنامه" + }, + "App ID Substitutions": { + "App ID Substitutions": "جایگزینی شناسه برنامه‌ها" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "رجکس شناسه برنامه (مانند ^firefox$)" + }, + "App Launcher": { + "App Launcher": "لانچر برنامه" + }, + "App Names": { + "App Names": "نام برنامه‌ها" + }, + "App Theming": { + "App Theming": "تم برنامه" + }, + "Appearance": { + "Appearance": "نمای ظاهری" + }, + "Application Dock": { + "Application Dock": "داک برنامه" + }, + "Applications": { + "Applications": "برنامه‌ها" + }, + "Apply Changes": { + "Apply Changes": "اعمال تغییرات" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "اعمال رنگ‌های GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "اعمال رنگ‌های Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای زمان فعال شدن آن استفاده کنید." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "برنامه‌ها" + }, + "Apps Dock": { + "Apps Dock": "داک برنامه‌ها" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "تنظیمات داک برنامه‌ها" + }, + "Apps Icon": { + "Apps Icon": "آیکون برنامه‌ها" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "برنامه‌ها بر اساس دفعات استفاده، سپس آخرین استفاده و در نهایت بر اساس حروف الفبا مرتب شده‌اند." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "برنامه‌ها با نام نمایشی، آیکون و گزینه‌های اجرای سفارشی. روی یک برنامه راست‌کلیک کرده و «ویرایش برنامه» را برای سفارشی‌سازی انتخاب کنید." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "برنامه‌هایی که پاپ‌آپ اعلان آن‌ها بی‌صدا شده است. برای حذف، بی‌صدا را بردارید یا برنامه را حذف کنید." + }, + "Architecture": { + "Architecture": "معماری" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "چیدمان نمایشگرها و پیکربندی وضوح، نرخ تازه‌سازی و VRR" + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "صدا" + }, + "Audio Codec": { + "Audio Codec": "کدک صوتی" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "انتخاب کدک صوتی" + }, + "Audio Devices": { + "Audio Devices": "دستگاه‌های صوتی" + }, + "Audio Input": { + "Audio Input": "ورودی صوتی" + }, + "Audio Output": { + "Audio Output": "خروجی صوتی" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "دستگاه‌های خروجی صوتی (" + }, + "Audio Output Switch": { + "Audio Output Switch": "تغییر خروجی صوتی" + }, + "Audio Visualizer": { + "Audio Visualizer": "مصورساز صوتی" + }, + "Audio system restarted": { + "Audio system restarted": "سیستم صوتی راه‌اندازی مجدد شد" + }, + "Audio volume control": { + "Audio volume control": "کنترل حجم صدا" + }, + "Auth": { + "Auth": "احراز هویت" + }, + "Auth Type": { + "Auth Type": "نوع احراز هویت" + }, + "Authenticate": { + "Authenticate": "احراز هویت" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "احراز هویت" + }, + "Authentication Required": { + "Authentication Required": "احراز هویت نیاز است" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "احراز هویت ناموفق بود، لطفا دوباره تلاش کنید" + }, + "Authorize": { + "Authorize": "اجازه دادن" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "اجازه جفت‌سازی با " + }, + "Authorize service for ": { + "Authorize service for ": "اجازه سرویس برای " + }, + "Auto": { + "Auto": "خودکار" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "خودکار (عریض)" + }, + "Auto Location": { + "Auto Location": "موقعیت مکانی خودکار" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "فاصله پاپ‌آپ خودکار" + }, + "Auto-Clear After": { + "Auto-Clear After": "پاک‌کردن خودکار پس از" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "وقفه پنهان خودکار" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "هنگام اجرای برنامه‌ها نمای کلی نیری را خودکار ببند." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "اعلان‌های قدیمی تر از این را خودکار حذف کن" + }, + "Auto-hide": { + "Auto-hide": "پنهان خودکار" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "پنهان خودکار داک" + }, + "Auto-saving...": { + "Auto-saving...": "درحال ذخیره خودکار..." + }, + "Autoconnect": { + "Autoconnect": "اتصال خودکار" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "اتصال خودکار غیرفعال" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "اتصال خودکار فعال" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "حالت رنگ خودکار" + }, + "Automatic Control": { + "Automatic Control": "کنترل خودکار" + }, + "Automatic Cycling": { + "Automatic Cycling": "تغییر خودکار" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "تصاویر پس‌زمینه را در همان پوشه به صورت خودکار تغییر بده" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "مدخل‌های قدیمی‌تر از این را به صورت خودکار پاک کن" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "تشخیص خودکار موقعیت مکانی بر اساس آدرس IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "تشخیص خودکار موقعیت مکانی بر اساس آدرس IP شما" + }, + "Automatically lock after": { + "Automatically lock after": "قفل خودکار پس از" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "به طور خودکار صفحه را هنگامی که DMS شروع می‌شود قفل کن" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "صفحه را هنگام آماده‌شدن سیستم برای تعلیق به صورت خودکار قفل کن" + }, + "Automation": { + "Automation": "خودکار‌سازی" + }, + "Available": { + "Available": "در دسترس" + }, + "Available Layouts": { + "Available Layouts": "چیدمان‌های موجود" + }, + "Available Networks": { + "Available Networks": "شبکه‌های در دسترس" + }, + "Available Plugins": { + "Available Plugins": "افزونه‌های در دسترس" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "نمایشگر‌های در دسترس (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "در حالت‌های نمایش با جزئیات و پیش‌بینی در دسترس است" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "بازگشت" + }, + "Backend": { + "Backend": "بک‌اند" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "شفافیت پس‌زمینه" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "تصویر پس‌زمینه" + }, + "Backlight device": { + "Backlight device": "دستگاه نور پس‌زمینه" + }, + "Balance power and performance": { + "Balance power and performance": "تعادل انرژی و کارایی" + }, + "Balanced": { + "Balanced": "متعادل" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "پالت رنگی متعادل با رنگ تأکیدی متمرکز (پیش‌فرض)." + }, + "Bar Configurations": { + "Bar Configurations": "پیکربندی نوار" + }, + "Bar Shadows": { + "Bar Shadows": "" + }, + "Bar Transparency": { + "Bar Transparency": "شفافیت نوار" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "مدت زمان پایه برای انیمیشن‌ها (برای استفاده سفارشی بکشید)" + }, + "Battery": { + "Battery": "باتری" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "محدودیت شارژ باتری" + }, + "Battery and power management": { + "Battery and power management": "مدیریت باتری و پاور" + }, + "Battery level and power management": { + "Battery level and power management": "وضعیت باتری و مدیریت انرژی" + }, + "Behavior": { + "Behavior": "رفتار" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "صفحه قفل را از loginctl به سیگنال dbus متصل کن. در صورت استفاده از یک صفحه قفل خارجی غیر فعال کنید" + }, + "Binds Include Missing": { + "Binds Include Missing": "Include نگاشت‌ها یافت نشد" + }, + "Binds include added": { + "Binds include added": "Include نگاشت‌ها اضافه شد" + }, + "Bit Depth": { + "Bit Depth": "عمق بیت" + }, + "Block Out": { + "Block Out": "مسدود کردن خروج" + }, + "Block Out From": { + "Block Out From": "مسدود کردن خروج از" + }, + "Block notifications": { + "Block notifications": "مسدود‌کردن اعلان‌ها" + }, + "Blocked": { + "Blocked": "مسدود شده" + }, + "Blue light filter": { + "Blue light filter": "فیلتر نور آبی" + }, + "Bluetooth": { + "Bluetooth": "بلوتوث" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "تنظیمات بلوتوث" + }, + "Bluetooth not available": { + "Bluetooth not available": "بلوتوث در دسترس نیست" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "مات‌کردن لایه تصویر پس‌زمینه" + }, + "Blur on Overview": { + "Blur on Overview": "لایه مات در نمای کلی" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "هنگامی که نمای کلی niri باز است تصویر پس‌زمینه را مات کن" + }, + "Body": { + "Body": "بدنه" + }, + "Border": { + "Border": "حاشیه" + }, + "Border Color": { + "Border Color": "رنگ حاشیه" + }, + "Border Opacity": { + "Border Opacity": "شفافیت حاشیه" + }, + "Border Size": { + "Border Size": "اندازه حاشیه" + }, + "Border Thickness": { + "Border Thickness": "ضخامت حاشیه" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "حاشیه با پس‌زمینه" + }, + "Bottom": { + "Bottom": "پایین" + }, + "Bottom Center": { + "Bottom Center": "پایین وسط" + }, + "Bottom Left": { + "Bottom Left": "پایین چپ" + }, + "Bottom Right": { + "Bottom Right": "پایین راست" + }, + "Bottom Section": { + "Bottom Section": "بخش پایین" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "داک پایین برای برنامه‌های درحال اجرا یا سنجاق شده" + }, + "Brightness": { + "Brightness": "روشنایی" + }, + "Brightness Slider": { + "Brightness Slider": "اسلایدر روشنایی" + }, + "Brightness Value": { + "Brightness Value": "مقدار روشنایی" + }, + "Brightness control not available": { + "Brightness control not available": "کنترل روشنایی در دسترس نیست" + }, + "Browse": { + "Browse": "مرور" + }, + "Browse Files": { + "Browse Files": "مرور فایل‌ها" + }, + "Browse Plugins": { + "Browse Plugins": "مرور افزونه‌ها" + }, + "Browse Themes": { + "Browse Themes": "مرور تم‌ها" + }, + "Browse or search plugins": { + "Browse or search plugins": "مرور یا جستجوی افزونه‌ها" + }, + "Button Color": { + "Button Color": "رنگ دکمه‌" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "نمودار CPU" + }, + "CPU Temperature": { + "CPU Temperature": "دمای CPU" + }, + "CPU Usage": { + "CPU Usage": "میزان مصرف CPU" + }, + "CPU temperature display": { + "CPU temperature display": "نمایش دمای CPU" + }, + "CPU usage indicator": { + "CPU usage indicator": "نشانگر میزان مصرف CPU" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "نظارت بر CPU، حافظه، شبکه و دیسک" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "اخطار فیلتر ناایمن CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "اخطار نبود فیلتر CUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "سرور چاپ CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS در دسترس نیست" + }, + "Camera": { + "Camera": "دوربین" + }, + "Cancel": { + "Cancel": "لغو" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "تمام کار‌ها برای «%1» لغو شود؟" + }, + "Canceled": { + "Canceled": "لغو شد" + }, + "Cannot pair": { + "Cannot pair": "جفت‌سازی امکان‌پذیر نیست" + }, + "Capabilities": { + "Capabilities": "قابلیت‌ها" + }, + "Capacity": { + "Capacity": "ظرفیت" + }, + "Caps Lock": { + "Caps Lock": "قفل حروف بزرگ" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "نشانگر Caps Lock" + }, + "Caps Lock is on": { + "Caps Lock is on": "قفل حروف بزرگ روشن است" + }, + "Center Section": { + "Center Section": "بخش مرکزی" + }, + "Center Single Column": { + "Center Single Column": "تک ستون مرکزی" + }, + "Center Tiling": { + "Center Tiling": "تایلینگ مرکزی" + }, + "Certificate Password": { + "Certificate Password": "گذرواژه گواهی" + }, + "Change Song": { + "Change Song": "تغییر آهنگ" + }, + "Change Volume": { + "Change Volume": "تغییر حجم صدا" + }, + "Change bar appearance": { + "Change bar appearance": "نمای ظاهری نوار را تغییر بده" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "" + }, + "Channel": { + "Channel": "کانال" + }, + "Charging": { + "Charging": "درحال شارژ" + }, + "Check for system updates": { + "Check for system updates": "بررسی برای بروزرسانی‌های سیستم" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "انتخاب رنگ" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "انتخاب رنگ حالت تاریک" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "رنگ لوگوی لانجر دَنک را انتخاب کنید" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "انتخاب رنگ لوگوی لانچر" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "انتخاب رنگ حالت روشن" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "انتخاب رنگ تصویر پس‌زمینه" + }, + "Choose a color": { + "Choose a color": "یک رنگ انتخاب کنید" + }, + "Choose colors from palette": { + "Choose colors from palette": "انتخاب رنگ‌ها از پالت رنگی" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "انتخاب کنید که ابزارک آب و هوا چگونه نمایش داده شود" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "انتخاب آیکون" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "رنگ پس‌زمینه برای ابزارک‌ها انتخاب کنید" + }, + "Choose the border accent color": { + "Choose the border accent color": "انتخاب رنگ تأکیدی حاشیه" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "لوگوی نمایش‌داده شده بر دکمه‌ی لانچر در نوار دَنک را انتخاب کنید" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "انتخاب کنید پاپ‌آپ اعلان کجای صفحه ظاهر شود" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "انتخاب کنید که کدام نمایشگر‌های بر صفحه نمایان شوند" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "انتخاب کنید که کدام نمایشگر‌ها این ابزارک را نشان دهند" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "انتخاب کنید که کدام مانیتور رابط صفحه قفل را نشان دهد. مانیتورهای دیگر برای محافظت در برابر سوختگی OLED، رنگ ثابتی را نمایش می‌دهند." + }, + "Chroma Style": { + "Chroma Style": "استایل رنگی" + }, + "Cipher": { + "Cipher": "رمزگذار" + }, + "Circle": { + "Circle": "دایره" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "رجکس کلاس (مانند ^firefox$)" + }, + "Clear": { + "Clear": "پاک‌کردن" + }, + "Clear All": { + "Clear All": "پاک‌کردن همه" + }, + "Clear All Jobs": { + "Clear All Jobs": "پاک‌کردن همه کار‌های چاپ" + }, + "Clear History?": { + "Clear History?": "تاریخچه پاک شود؟" + }, + "Clear Sky": { + "Clear Sky": "آسمان پاک" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "هنگام راه‌اندازی سرور تمام تاریخچه را پاک کن" + }, + "Clear at Startup": { + "Clear at Startup": "پاک‌کردن در هنگام راه‌اندازی" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "برای ایجاد %1 و افزودن include به پیکربندی، روی «راه‌اندازی» کلیک کنید." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "برای ایجاد %1 و افزودن include به پیکربندی کامپازیتور خود، روی «راه‌اندازی» کلیک کنید." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "برای ایجاد پیکربندی اشاره‌گر موس و افزودن include به پیکربندی کامپازیتور خود، روی «راه‌اندازی» کلیک کنید." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "برای ایجاد پیکربندی خروجی‌ها و افزودن include به پیکربندی کامپازیتور خود، روی «راه‌اندازی» کلیک کنید." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "برای افزودن یک فایل .conf یا .ovpn روی وارد کردن کلیک کنید" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "رد شدن کلیک" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "برای ویرایش، روی هر میانبری کلیک کنید. تغییرات در %1 ذخیره می‌شوند" + }, + "Click to capture": { + "Click to capture": "برای ضبط کلیک کنید" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "برای انتخاب یک فایل JSON قالب سفارشی کلیک کنید" + }, + "Clip": { + "Clip": "برش" + }, + "Clip to Geometry": { + "Clip to Geometry": "برش براساس ابعاد" + }, + "Clipboard": { + "Clipboard": "کلیپ‌بورد" + }, + "Clipboard History": { + "Clipboard History": "تاریخچه کلیپ‌بورد" + }, + "Clipboard Manager": { + "Clipboard Manager": "مدیریت کلیپ‌بورد" + }, + "Clipboard sent": { + "Clipboard sent": "کلیپ‌بورد ارسال شد" + }, + "Clipboard service not available": { + "Clipboard service not available": "سرویس کلیپ‌بورد در دسترس نیست" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "کلیپ‌بورد کار می‌کند اما چیزی در دیسک ذخیره نمی‌شود" + }, + "Clock": { + "Clock": "ساعت" + }, + "Clock Style": { + "Clock Style": "استایل ساعت" + }, + "Close": { + "Close": "بستن" + }, + "Close All Windows": { + "Close All Windows": "بستن همه پنجره‌ها" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "بستن نمای کلی هنگام اجرا" + }, + "Close Window": { + "Close Window": "بستن پنجره" + }, + "Color": { + "Color": "رنگ" + }, + "Color Gamut": { + "Color Gamut": "طیف رنگ" + }, + "Color Management": { + "Color Management": "مدیریت رنگ" + }, + "Color Mode": { + "Color Mode": "حالت رنگ" + }, + "Color Override": { + "Color Override": "رنگ جایگزین" + }, + "Color Picker": { + "Color Picker": "انتخابگر رنگ" + }, + "Color Temperature": { + "Color Temperature": "دمای رنگ" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "رنگ نمایش داده شده در مانیتورهای بدون صفحه قفل" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "رنگ برای دکمه‌‌های عمل اصلی" + }, + "Color temperature for day time": { + "Color temperature for day time": "دمای رنگ برای زمان روز" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "دمای رنگ برای حالت شب" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "تم رنگی برای برجسته‌سازی کد." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "تم رنگی برای برجسته‌سازی کد. %1 تم دردسترس است." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "رنگ تم از مخزن DMS" + }, + "Colorful": { + "Colorful": "رنگارنگ" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "ترکیب رنگارنگ از رنگ‌های تأکیدی متضاد." + }, + "Colorize Active": { + "Colorize Active": "رنگ‌آمیزی حالت فعال" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "رنگ‌ها از تصویر پس‌زمینه" + }, + "Column": { + "Column": "ستون" + }, + "Column Display": { + "Column Display": "نمایشگر ستون" + }, + "Column Width": { + "Column Width": "طول ستون" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "دستور" + }, + "Commands": { + "Commands": "دستورات" + }, + "Communication": { + "Communication": "ارتباطات" + }, + "Community themes": { + "Community themes": "تم‌های کامیونیتی" + }, + "Compact": { + "Compact": "فشرده" + }, + "Compact Mode": { + "Compact Mode": "حالت فشرده" + }, + "Completed": { + "Completed": "کامل شده" + }, + "Compositor": { + "Compositor": "کامپازیتور" + }, + "Compositor Settings": { + "Compositor Settings": "تنظیمات کامپازیتور" + }, + "Compositor not supported": { + "Compositor not supported": "کامپازیتور پشتیبانی نمی‌شود" + }, + "Config Format": { + "Config Format": "تنظیم قالب" + }, + "Config action: %1": { + "Config action: %1": "اقدام پیکربندی: %1" + }, + "Config validation failed": { + "Config validation failed": "اعتبارسنجی پیکربندی ناموفق بود" + }, + "Configuration": { + "Configuration": "پیکربندی" + }, + "Configuration activated": { + "Configuration activated": "پیکربندی فعال شد" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "وقتی این نمایشگر دوباره وصل شود، پیکربندی حفظ خواهد شد" + }, + "Configure": { + "Configure": "پیکربندی" + }, + "Configure Keybinds": { + "Configure Keybinds": "پیکربندی نگاشت‌کلیدها" + }, + "Configure a new printer": { + "Configure a new printer": "پیکربندی یک چاپگر جدید" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "آیکون‌ها را برای محیط‌کارهای نام‌دار تنظیم کنید. آیکون‌ها بر شماره‌ها هنگامی که هر دو فعال باشند اولویت دارند." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "پیکربندی انطباق معیار و اقدامات" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "تنظیم کنید که کدام نمایشگر‌ها «%1» را نشان دهند" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "تنظیم کنید که کدام نمایشگر‌ها اجزای پوسته را نمایش دهند" + }, + "Confirm": { + "Confirm": "تأیید" + }, + "Confirm Delete": { + "Confirm Delete": "تأیید حذف" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "تأیید تغییرات نمایشگر" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "تأیید کلید عبور برای " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "تداخل با: %1" + }, + "Connect": { + "Connect": "اتصال" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "اتصال به شبکه پنهان" + }, + "Connect to VPN": { + "Connect to VPN": "اتصال به VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "اتصال به وای‌فای" + }, + "Connected": { + "Connected": "متصل" + }, + "Connected Device": { + "Connected Device": "دستگاه متصل" + }, + "Connected Displays": { + "Connected Displays": "نمایشگر‌های متصل" + }, + "Connecting to Device": { + "Connecting to Device": "درحال اتصال به دستگاه" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "درحال اتصال..." + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "شامل" + }, + "Content": { + "Content": "محتوا" + }, + "Content copied": { + "Content copied": "محتوا کپی شد" + }, + "Contrast": { + "Contrast": "کنتراست" + }, + "Control Center": { + "Control Center": "مرکز کنترل" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "رنگ کاشی مرکز کنترل" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "مدت زمان انیمیشن را برای پاپ‌آپ اعلان‌ها و تاریخچه مشخص کنید" + }, + "Control currently playing media": { + "Control currently playing media": "کنترل رسانه درحال پخش" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "مشخص کنید که کدام اطلاعات اعلان در صفحه قفل نمایش داده شود" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "مشخص کنید کدام افزونه‌ها در حالت «همه» بدون نیاز به پیشوند راه‌انداز نمایش داده شوند. برای تغییر ترتیب بکشید." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "کنترل محیط‎‌کارها و ستون‌ها با اسکرول روی نوار" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "میزان شفافیت همه پاپ‌آپ‌ها، مودال‌ها و لایه‌های محتوای آنها را کنترل می‌کند" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "زمان باقی مانده" + }, + "Copied GIF": { + "Copied GIF": "گیف کپی شد" + }, + "Copied MP4": { + "Copied MP4": "MP4 کپی شد" + }, + "Copied WebP": { + "Copied WebP": "WebP کپی شد" + }, + "Copied to clipboard": { + "Copied to clipboard": "در کلیپ‌بورد کپی شد" + }, + "Copied!": { + "Copied!": "کپی شد!" + }, + "Copy": { + "Copy": "کپی" + }, + "Copy Content": { + "Copy Content": "کپی محتوا" + }, + "Copy Full Command": { + "Copy Full Command": "کپی دستور کامل" + }, + "Copy HTML": { + "Copy HTML": "کپی HTML" + }, + "Copy Name": { + "Copy Name": "کپی نام" + }, + "Copy PID": { + "Copy PID": "کپی PID" + }, + "Copy Text": { + "Copy Text": "کپی متن" + }, + "Copy path": { + "Copy path": "کپی مسیر" + }, + "Corner Radius": { + "Corner Radius": "شعاع گوشه" + }, + "Corner Radius Override": { + "Corner Radius Override": "جایگزینی شعاع گوشه‌ها" + }, + "Corners & Background": { + "Corners & Background": "گوشه‌ها و پس‌زمینه" + }, + "Count Only": { + "Count Only": "فقط تعداد" + }, + "Cover Open": { + "Cover Open": "درپوش باز" + }, + "Create": { + "Create": "ایجاد" + }, + "Create Dir": { + "Create Dir": "ایجاد دایرکتوری" + }, + "Create Printer": { + "Create Printer": "ایجاد چاپگر" + }, + "Create Window Rule": { + "Create Window Rule": "ایجاد قاعده پنجره" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "ایجاد قاعده برای:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "برای بی‌صدا کردن، نادیده گرفتن، مخفی‌سازی از تاریخچه، یا تغییر اولویت اعلان‌ها قواعدی ایجاد کنید. در حالت پیش‌فرض، تنها اولویت تغییر می‌کند؛ اعلان‌ها همچنان به‌صورت عادی نمایش داده می‌شوند." + }, + "Creating...": { + "Creating...": "درحال ایجاد..." + }, + "Critical Priority": { + "Critical Priority": "اولویت حیاتی" + }, + "Current": { + "Current": "کنونی" + }, + "Current Items": { + "Current Items": "آیتم‌های کنونی" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "مانیتور کنونی" + }, + "Current Period": { + "Current Period": "بازه‌ی کنونی" + }, + "Current Status": { + "Current Status": "وضعیت کنونی" + }, + "Current Temp": { + "Current Temp": "دمای کنونی" + }, + "Current Theme: %1": { + "Current Theme: %1": "تم کنونی: %1" + }, + "Current Weather": { + "Current Weather": "آب و هوای کنونی" + }, + "Current Workspace": { + "Current Workspace": "محیط‌کار کنونی" + }, + "Current time and date display": { + "Current time and date display": "نمایش زمان و تاریخ کنونی" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "وضعیت آب و هوا و دمای کنونی" + }, + "Current: %1": { + "Current: %1": "کنونی: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "پیکربندی اشاره‌گر موس تنظیم نشده" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "دستور include اشاره‌گر موس یافت نشد" + }, + "Cursor Size": { + "Cursor Size": "اندازه اشاره‌گر موس" + }, + "Cursor Theme": { + "Cursor Theme": "تم اشاره‌گر موس" + }, + "Custom": { + "Custom": "سفارشی" + }, + "Custom Color": { + "Custom Color": "رنگ سفارشی" + }, + "Custom Duration": { + "Custom Duration": "مدت زمان سفارشی" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "دستور هایبرنیت سفارشی" + }, + "Custom Location": { + "Custom Location": "موقعیت مکانی سفارشی" + }, + "Custom Lock Command": { + "Custom Lock Command": "دستور قفل سفارشی" + }, + "Custom Logout Command": { + "Custom Logout Command": "دستور خروج سفارشی" + }, + "Custom Name": { + "Custom Name": "نام سفارشی" + }, + "Custom Power Actions": { + "Custom Power Actions": "اقدام‌های پاور سفارشی" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "دستور خاموش‌کردن سفارشی" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "دستور راه‌اندازی مجدد سفارشی" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "دستور تعلیق سفارشی" + }, + "Custom Transparency": { + "Custom Transparency": "شفافیت سفارشی" + }, + "Custom power profile": { + "Custom power profile": "پروفایل پاور سفارشی" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "تم سفارشی از فایل JSON بارگذاری شد" + }, + "Custom...": { + "Custom...": "سفارشی..." + }, + "Custom: ": { + "Custom: ": "سفارشی: " + }, + "Customizable empty space": { + "Customizable empty space": "فضای خالی قابل تنظیم" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "مشخص کن کدام گزینه‌ها در منوی پاور نمایش داده شوند" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "مانیتور DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "حالت آزمایشی - برای خروج بر هر‌جایی کلیک کنید" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "مدیریت افزونه DMS در دسترس نیست" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "میانبرهای DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS بروز نیست" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "سرویس DMS قطع می‌باشد. تنظیمات کلیپ‌بورد در دسترس نیست." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "اقدام‌های شِل DMS (لانچر، کلیپ‌بورد و غیره)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET در دسترس نیست" + }, + "DWL service not available": { + "DWL service not available": "سرویس DWL در دسترس نیست" + }, + "Daily": { + "Daily": "روزانه" + }, + "Daily at:": { + "Daily at:": "روزانه در:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "نوار دَنک" + }, + "DankBar": { + "DankBar": "نوار دَنک" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "دَنک متریال شل آماده استفاده می‌باشد" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "آیکون‌های DankShell و سیستم (نیازمند راه‌اندازی مجدد)" + }, + "Dark Mode": { + "Dark Mode": "حالت تاریک" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "تیره‌کردن پس‌زمینه مودال" + }, + "Date Format": { + "Date Format": "قالب تاریخ" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "سپیده دم (گرگ و میش نجومی)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "سپیده دم (گرگ و میش مدنی)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "سپیده دم (گرگ و میش دریایی)" + }, + "Day Date": { + "Day Date": "تاریخ روز" + }, + "Day Month Date": { + "Day Month Date": "تاریخ روز ماه" + }, + "Day Temperature": { + "Day Temperature": "دمای روز" + }, + "Daytime": { + "Daytime": "روز" + }, + "Deck": { + "Deck": "دک" + }, + "Default": { + "Default": "پیش‌فرض" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "طول پیش‌فرض (%)" + }, + "Default selected action": { + "Default selected action": "اقدام انتخابی پیش‌فرض" + }, + "Defaults": { + "Defaults": "پیش‌فرض‌ها" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "برای رفتار پنجره قواعد تعریف کنید. در %1 ذخیره می‌شود" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: پاک‌کردن • Shift+Del: پاک‌کردن همه • 1-9: اقدامات • F10: راهنما • Esc: بستن" + }, + "Delete": { + "Delete": "حذف" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "«%1» حذف شود؟" + }, + "Delete Class": { + "Delete Class": "حذف کلاس" + }, + "Delete Printer": { + "Delete Printer": "حذف چاپگر" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "مورد ذخیره‌شده حذف شود؟" + }, + "Delete VPN": { + "Delete VPN": "حذف VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "کلاس «%1» حذف شود؟" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "پروفایل «%1» حذف شود؟" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "رنگ‌هایی را استخراج می‌کند که با تصویر زیرین مطابقت نزدیکی دارند." + }, + "Description": { + "Description": "توضیحات" + }, + "Desktop": { + "Desktop": "دسکتاپ" + }, + "Desktop Clock": { + "Desktop Clock": "ساعت دسکتاپ" + }, + "Desktop Entry": { + "Desktop Entry": "مدخل دسکتاپ" + }, + "Desktop Widget": { + "Desktop Widget": "ابزارک دسکتاپ" + }, + "Desktop Widgets": { + "Desktop Widgets": "ابزارک‌های دسکتاپ" + }, + "Desktop background images": { + "Desktop background images": "تصاویر پس‌زمینه دسکتاپ" + }, + "Detailed": { + "Detailed": "با جزئیات" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "توسعه" + }, + "Device": { + "Device": "دستگاه" + }, + "Device connections": { + "Device connections": "اتصال‌های دستگاه" + }, + "Device names updated": { + "Device names updated": "نام دستگاه‌ها بروز شدند" + }, + "Device paired": { + "Device paired": "دستگاه جفت شد" + }, + "Device unpaired": { + "Device unpaired": "دستگاه جفت نشده" + }, + "Digital": { + "Digital": "دیجیتال" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "غیرفعال کردن اتصال خودکار" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "غیرفعال کردن تصاویر پس‌زمینه داخلی" + }, + "Disable History Persistence": { + "Disable History Persistence": "غیرفعال کردن ماندگاری تاریخچه" + }, + "Disable Output": { + "Disable Output": "غیرفعال‌کردن خروجی" + }, + "Disabled": { + "Disabled": "غیرفعال" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "غیرفعال‌سازی وای‌فای..." + }, + "Disc": { + "Disc": "دیسک" + }, + "Discard": { + "Discard": "نادیده‌گرفتن" + }, + "Discharging": { + "Discharging": "تخلیه شارژ" + }, + "Disconnect": { + "Disconnect": "قطع اتصال" + }, + "Disconnected": { + "Disconnected": "غیر متصل" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "اتصال از وای‌فای قطع شد" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "دیسک" + }, + "Disk I/O": { + "Disk I/O": "ورودی/خروجی دیسک" + }, + "Disk Usage": { + "Disk Usage": "میزان مصرف دیسک" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "دیسک‌ها" + }, + "Dismiss": { + "Dismiss": "رد کردن" + }, + "Display": { + "Display": "نمایشگر" + }, + "Display Assignment": { + "Display Assignment": "تنظیم نمایشگر" + }, + "Display Control": { + "Display Control": "کنترل نمایشگر" + }, + "Display Name Format": { + "Display Name Format": "قالب نمایش نام" + }, + "Display Profiles": { + "Display Profiles": "پروفایل‌های نمایشگر" + }, + "Display Settings": { + "Display Settings": "تنظیمات نمایشگر" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "یک داک با برنامه‌های سنجاق شده و درحال اجرا را نمایش بده" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "نمایش همه اولویت‌ها روی برنامه‌های تمام‌صفحه" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "نمایش و تغییر چیدمان‌های DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "آیکون برنامه‌ها را در نشانگر‌های محیط‌کار نمایش بده" + }, + "Display brightness control": { + "Display brightness control": "کنترل روشنایی نمایشگر" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "پیکربندی نمایشگر در دسترس نیست. پروتکل مدیریت خروجی WLR پشتیبانی نمی‌شود." + }, + "Display currently focused application title": { + "Display currently focused application title": "نمایش عنوان برنامه فوکوس شده کنونی" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "نمایش پیش‌بینی‌های ساعتی آب و هوا" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "فقط محیط‌کارهایی که شامل پنجره هستند را نمایش بده" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "اقدامات منوی پاور را در جدول به جای فهرست نمایش بده" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "نمایش ثانیه در ساعت" + }, + "Display the power system menu": { + "Display the power system menu": "نمایش منوی پاور سیستم" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "مقدار درصد حجم صدا و روشنایی صفحه را در پاپ‌آپ‌های OSD نمایش بده" + }, + "Displays": { + "Displays": "نمایشگر‌ها" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "تعداد را هنگام فعال بودن سرریز شدن نمایش می‌دهد" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "چیدمان صفحه‌کلید فعال را نمایش می‌دهد و امکان تغییر را فراهم می‌کند" + }, + "Distribution": { + "Distribution": "توزیع" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "پالت رنگی متنوع که طیف کاملی از رنگ‌ها را در بر می‌گیرد." + }, + "Do Not Disturb": { + "Do Not Disturb": "مزاحم نشوید" + }, + "Dock": { + "Dock": "داک" + }, + "Dock & Launcher": { + "Dock & Launcher": "داک و لانچر" + }, + "Dock Transparency": { + "Dock Transparency": "شفافیت داک" + }, + "Dock Visibility": { + "Dock Visibility": "وضعیت نمایش داک" + }, + "Docs": { + "Docs": "مستندات" + }, + "Documents": { + "Documents": "اسناد" + }, + "Domain (optional)": { + "Domain (optional)": "دامنه (اختیاری)" + }, + "Don't Change": { + "Don't Change": "تغییر نده" + }, + "Don't Save": { + "Don't Save": "ذخیره نکن" + }, + "Door Open": { + "Door Open": "درب باز" + }, + "Downloads": { + "Downloads": "بارگیری‌ها" + }, + "Drag to Reorder": { + "Drag to Reorder": "نگه‌داشتن برای بازآرایی" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "برای مرتب‌سازی مجدد ابزارک‌ها میان بخش‌ها، آنها را بکشید. از نماد چشم برای مخفی کردن/نمایش ویجت‌ها (حفظ فاصله) یا از X برای حذف کامل آنها استفاده کنید." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "نگه‌داشتن نشانگر محیط‌کارها برای بازآرایی آنها" + }, + "Driver": { + "Driver": "درایور" + }, + "Drizzle": { + "Drizzle": "باران‌ریزه" + }, + "Duplicate": { + "Duplicate": "تکثیر" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "تصویر پس‌زمینه تکراری با تاری" + }, + "Duration": { + "Duration": "مدت زمان" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "غروب (گرگ و میش نجومی)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "غروب (گرگ و میش مدنی)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "غروب (گرگ و میش دریایی)" + }, + "Dynamic": { + "Dynamic": "پویا" + }, + "Dynamic Properties": { + "Dynamic Properties": "ترجیهات پویا" + }, + "Dynamic Theming": { + "Dynamic Theming": "پوسته پویا" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "رنگ‌های پویا از تصویر پس‌زمینه" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "رنگ‌های پویا، پیش‌تنظیم‌ها" + }, + "Edge Spacing": { + "Edge Spacing": "فاصله لبه" + }, + "Edit App": { + "Edit App": "ویرایش برنامه" + }, + "Edit Window Rule": { + "Edit Window Rule": "ویرایش قاعده پنجره" + }, + "Education": { + "Education": "آموزش" + }, + "Empty": { + "Empty": "خالی" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "فعال‌کردن عمق رنگ ۱۰ بیت برای طیف رنگ عریض‌تر و پشتیبانی HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "فعال‌کردن اتصال خودکار" + }, + "Enable Bar": { + "Enable Bar": "فعال‌کردن نوار" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "فعال‌کردن مزاحم نشوید" + }, + "Enable History": { + "Enable History": "فعال‌کردن تاریخچه" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "فعال‌کردن overlay نمای کلی" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "فعال کردن افکت موجی" + }, + "Enable System Sounds": { + "Enable System Sounds": "فعال‌کردن صدای سیستم" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "فعال کردن آب و هوا" + }, + "Enable WiFi": { + "Enable WiFi": "فعال کردن وای‌فای" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "فعال‌سازی لایه مات قابل کنترل توسط کامپازیتور (namespace: dms:blurwallpaper). نیازمند پیکربندی دستی niri است." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "فعال‌کردن احراز هویت با اثرانگشت" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "فعال‌کردن یکپارچه‌سازی قفل loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "فعال" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "فعال‌سازی وای‌فای..." + }, + "End": { + "End": "پایان" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "بزرگنمایی با اشاره" + }, + "Enlargement %": { + "Enlargement %": "٪ بزرگنمایی" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "کلید عبور ۶ رقمی را وارد کنید" + }, + "Enter PIN": { + "Enter PIN": "PIN را وارد کنید" + }, + "Enter PIN for ": { + "Enter PIN for ": "ورود PIN برای " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "متن یا URL برای اشتراک‌گذاری وارد کنید" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "نام جدید برای این محیط‌کار وارد کنید" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "ورود اعتبارنامه‌ها برای " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "قالب سفارشی صفحه قفل را وارد کنید (مانند dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "قالب سفارشی نوار بالا را وارد کنید (مانند ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "نام دستگاه‌ را وارد کنید..." + }, + "Enter filename...": { + "Enter filename...": "نام فایل را وارد کنید..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "پیشوند اجرا را وارد کنید (مانند 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "نام شبکه و گذرواژه را وارد کنید" + }, + "Enter passkey for ": { + "Enter passkey for ": "ورود کلید عبور برای " + }, + "Enter password for ": { + "Enter password for ": "ورود گذرواژه برای " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "ورود این کلید عبور در " + }, + "Enter to Paste": { + "Enter to Paste": "Enter برای الصاق" + }, + "Enterprise": { + "Enterprise": "شرکت" + }, + "Entry pinned": { + "Entry pinned": "مدخل سنجاق شد" + }, + "Entry unpinned": { + "Entry unpinned": "سنجاق مدخل برداشته شد" + }, + "Environment Variables": { + "Environment Variables": "متغیر‌های محیطی" + }, + "Error": { + "Error": "خطا" + }, + "Errors": { + "Errors": "خطا‌ها" + }, + "Ethernet": { + "Ethernet": "اترنت" + }, + "Exact": { + "Exact": "دقیق" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "آفست ناحیه انحصاری" + }, + "Experimental Feature": { + "Experimental Feature": "قابلیت آزمایشی" + }, + "Explore": { + "Explore": "کاوش" + }, + "Exponential": { + "Exponential": "نمایی" + }, + "Expressive": { + "Expressive": "پررنگ" + }, + "Extend battery life": { + "Extend battery life": "افزایش عمر باتری" + }, + "Extensible architecture": { + "Extensible architecture": "معماری گسترش‌پذیر" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "مدیریت تصویر پس‌زمینه خارجی" + }, + "Extra Arguments": { + "Extra Arguments": "آرگومان‌های اضافی" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: تغییر حالت • F10: راهنما" + }, + "Fade": { + "Fade": "محو شدن" + }, + "Fade to lock screen": { + "Fade to lock screen": "محو شدن برای قفل صفحه" + }, + "Fade to monitor off": { + "Fade to monitor off": "محو شدن تا خاموشی نمایشگر" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "پذیرش جفت‌سازی ناموفق بود" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "فعال‌سازی پیکربندی ناموفق بود" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "فعال‌سازی پروفایل ناموفق بود - فایل یافت نشد" + }, + "Failed to add binds include": { + "Failed to add binds include": "افزودن include نگاشت‌ها ناموفق بود" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "افزودن چاپگر به کلاس ناموفق بود" + }, + "Failed to browse device": { + "Failed to browse device": "مرور دستگاه ناموفق بود" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "لغو همه کار‌های چاپ ناموفق بود" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "لغو کار چاپ انتخاب شده ناموفق بود" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "بررسی محدودیت سنجاق ناموفق بود" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "اتصال به VPN ناموفق بود" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "اتصال به %1 ناموفق بود" + }, + "Failed to copy entry": { + "Failed to copy entry": "کپی مدخل ناموفق بود" + }, + "Failed to create printer": { + "Failed to create printer": "ایجاد چاپگر ناموفق بود" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "ساخت دایرکتوری پروفایل‌ها ناموفق بود" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "حذف VPN ناموفق بود" + }, + "Failed to delete class": { + "Failed to delete class": "حذف کلاس ناموفق بود" + }, + "Failed to delete printer": { + "Failed to delete printer": "حذف چاپگر ناموفق بود" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "غیرفعال‌سازی پذیرش کارهای چاپ ناموفق بود" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "غیرفعال‌کردن حال شب ناموفق بود" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "قطع اتصال از VPN ناموفق بود" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "قطع اتصال از VPN‌ها ناموفق بود" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "قطع اتصال وای‌فای ناموفق بود" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "فعال‌کردن موقعیت مکانی IP ناموفق بود" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "فعال‌کردن وای‌فای ناموفق بود" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "فعال‌سازی پذیرش کارهای چاپ ناموفق بود" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "فعال‌کردن حالت شب ناموفق بود" + }, + "Failed to hold job": { + "Failed to hold job": "نگه‌داشتن کار چاپ ناموفق بود" + }, + "Failed to import VPN": { + "Failed to import VPN": "وارد کردن VPN ناموفق بود" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "اجرای برنامه SMS ناموفق بود" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "بارگذاری پیکربندی VPN ناموفق بود" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "بارگذاری پیکربندی کلیپ‌بورد ناموفق بود." + }, + "Failed to move job": { + "Failed to move job": "انتقال کار چاپ ناموفق بود" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "تجزیه فایل plugin_settings.json ناموفق بود" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "تجزیه فایل session.json ناموفق بود" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "تجزیه فایل settings.json ناموفق بود" + }, + "Failed to pause printer": { + "Failed to pause printer": "توقف چاپگر ناموفق بود" + }, + "Failed to pin entry": { + "Failed to pin entry": "سنجاق کردن مدخل ناموفق بود" + }, + "Failed to print test page": { + "Failed to print test page": "چاپ صفحه تست ناموفق بود" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "رد کردن اتصال ناموفق بود" + }, + "Failed to remove device": { + "Failed to remove device": "حذف دستگاه ناموفق بود" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "حذف نگاشت‌کلید ناموفق بود" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "حذف چاپگر از کلاس ناموفق بود" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "راه‌اندازی مجدد سیستم صوتی ناموفق بود" + }, + "Failed to restart job": { + "Failed to restart job": "شروع مجدد کار چاپ ناموفق بود" + }, + "Failed to resume printer": { + "Failed to resume printer": "ازسرگیری چاپگر ناموفق بود" + }, + "Failed to ring device": { + "Failed to ring device": "زنگ زدن دستگاه ناموفق بود" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "ذخیره پیکربندی صوتی ناموفق بود" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "ذخیره تنظیمات کلیپ‌بورد ناموفق بود" + }, + "Failed to save keybind": { + "Failed to save keybind": "ذخیره نگاشت‌کلید ناموفق بود" + }, + "Failed to save profile file": { + "Failed to save profile file": "ذخیره فایل پروفایل ناموفق بود" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "ارسال کلیپ‌بورد ناموفق بود" + }, + "Failed to send file": { + "Failed to send file": "ارسال فایل ناموفق بود" + }, + "Failed to send ping": { + "Failed to send ping": "ارسال پینگ ناموفق بود" + }, + "Failed to set brightness": { + "Failed to set brightness": "تنظیم روشنایی ناموفق بود" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "تنظیم مکان حالت شب ناموفق بود" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "تنظیم زمان‌بندی حالت شب ناموفق بود" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "تنظیم دمای حالت شب ناموفق بود" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "تنظیم تصویر نمایه ناموفق بود" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "تنظیم تصویر نمایه ناموفق بود: %1" + }, + "Failed to share": { + "Failed to share": "اشتراک‌گذاری ناموفق بود" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "شروع اتصال به %1 ناموفق بود" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "برداشتن سنجاق مدخل ناموفق بود" + }, + "Failed to update VPN": { + "Failed to update VPN": "بروزرسانی VPN ناموفق بود" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "بروزرسانی اتصال خودکار ناموفق بود" + }, + "Failed to update description": { + "Failed to update description": "بروزرسانی توضیحات ناموفق بود" + }, + "Failed to update location": { + "Failed to update location": "بروزرسانی مکان ناموفق بود" + }, + "Failed to update sharing": { + "Failed to update sharing": "بروزرسانی اشتراک‌گذاری ناموفق بود" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "نوشتن فایل موقت برای اعتبارسنجی ناموفق بود" + }, + "Features": { + "Features": "ویژگی‌ها" + }, + "Feels": { + "Feels": "دمای حسی" + }, + "Feels Like": { + "Feels Like": "دمای حسی" + }, + "Feels Like %1°": { + "Feels Like %1°": "دمای حسی %1°" + }, + "Fidelity": { + "Fidelity": "دقیق" + }, + "Field": { + "Field": "فیلد" + }, + "File": { + "File": "فایل" + }, + "File Already Exists": { + "File Already Exists": "فایل از قبل وجود دارد" + }, + "File Information": { + "File Information": "اطلاعات فایل" + }, + "File received from": { + "File received from": "فایل دریافت شده از" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "جستجوی فایل به dsearch نیاز دارد\nاز github.com/morelazers/dsearch نصب کنید" + }, + "Files": { + "Files": "فایل‌ها" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "نظارت بر استفاده از سیستم فایل" + }, + "Fill": { + "Fill": "پُر" + }, + "Find in Text": { + "Find in Text": "یافتن در متن" + }, + "Find in note...": { + "Find in note...": "یافتن در یادداشت..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "پایان" + }, + "First Day of Week": { + "First Day of Week": "" + }, + "First Time Setup": { + "First Time Setup": "راه‌اندازی اولیه" + }, + "Fit": { + "Fit": "متناسب" + }, + "Fix Now": { + "Fix Now": "رفع فوری" + }, + "Fixing...": { + "Fixing...": "درحال رفع..." + }, + "Flags": { + "Flags": "فلگ‌ها" + }, + "Flipped": { + "Flipped": "وارونه" + }, + "Flipped 180°": { + "Flipped 180°": "وارونه ۱۸۰°" + }, + "Flipped 270°": { + "Flipped 270°": "وارونه ۲۷۰°" + }, + "Flipped 90°": { + "Flipped 90°": "وارونه ۹۰°" + }, + "Float": { + "Float": "شناور" + }, + "Focus": { + "Focus": "فوکوس" + }, + "Focus at Startup": { + "Focus at Startup": "فوکوس در هنگام راه‌اندازی" + }, + "Focused Border": { + "Focused Border": "حاشیه فوکوس" + }, + "Focused Color": { + "Focused Color": "رنگ فوکوس شده" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "پنجره فوکوس‌شده" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "مه" + }, + "Folder": { + "Folder": "پوشه" + }, + "Folders": { + "Folders": "پوشه‌ها" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "فوکوس مانیتور را دنبال کن" + }, + "Follow focus": { + "Follow focus": "پیروی از فوکوس" + }, + "Font": { + "Font": "" + }, + "Font Family": { + "Font Family": "خانواده فونت" + }, + "Font Scale": { + "Font Scale": "بزرگنمایی فونت" + }, + "Font Size": { + "Font Size": "اندازه فونت" + }, + "Font Weight": { + "Font Weight": "وزن فونت" + }, + "Font used on the login screen": { + "Font used on the login screen": "" + }, + "Force HDR": { + "Force HDR": "اجبار HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "بستن اجباری (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "اجبار رنگ عریض" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "برنامه‌های ترمینال به استفاده از طرح‌های رنگی تیره وادار کن" + }, + "Forecast": { + "Forecast": "پیش‌بینی" + }, + "Forecast Days": { + "Forecast Days": "پیش‌بینی روزها" + }, + "Forecast Not Available": { + "Forecast Not Available": "پیش‌بینی موجود نیست" + }, + "Forever": { + "Forever": "برای همیشه" + }, + "Forget": { + "Forget": "فراموش کردن" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "«%1» فراموش شود؟" + }, + "Forget Device": { + "Forget Device": "فراموش‌کردن دستگاه" + }, + "Forget Network": { + "Forget Network": "فراموش‌کردن شبکه" + }, + "Forgot network %1": { + "Forgot network %1": "فراموشی شبکه %1" + }, + "Format Legend": { + "Format Legend": "راهنمای قالب‌بندی" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "هنگامی که لانچر بسته شد VRAM/حافظه را آزاد کن. ممکن است باعث اندکی تأخیر هنگام باز کردن مجدد شود." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "باران‌ریزه یخ‌زن" + }, + "Frequency": { + "Frequency": "فرکانس" + }, + "Fruit Salad": { + "Fruit Salad": "رنگارنگ" + }, + "Full Command:": { + "Full Command:": "دستور کامل:" + }, + "Full Content": { + "Full Content": "محتوای کامل" + }, + "Full Day & Month": { + "Full Day & Month": "روز کامل و ماه" + }, + "Full with Year": { + "Full with Year": "کامل با سال" + }, + "Fullscreen": { + "Fullscreen": "تمام‌صفحه" + }, + "Fullscreen Only": { + "Fullscreen Only": "فقط تمام‌صفحه" + }, + "Fully Charged": { + "Fully Charged": "کاملا شارژ شده" + }, + "Fun": { + "Fun": "سرگرمی" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: جدول • Z/X: اندازه" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "نظارت بر GPU" + }, + "GPU Temperature": { + "GPU Temperature": "دمای GPU" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK، Qt، IDEها و بیشتر" + }, + "Games": { + "Games": "بازی‌ها" + }, + "Gamma Control": { + "Gamma Control": "کنترل گاما" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "کنترل گاما در دسترس نیست. نیاز به DMS API نسخه ۶ به بالا دارد." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "عمومی" + }, + "Get Started": { + "Get Started": "شروع کنید" + }, + "GitHub": { + "GitHub": "گیت‌هاب" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "مدت تمام انیمیشن‌ها را سراسری مقیاس کن" + }, + "Golden Hour": { + "Golden Hour": "ساعت طلایی" + }, + "Good": { + "Good": "خوب" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "شعاع گوشه‌های گوتیک" + }, + "Goth Corners": { + "Goth Corners": "گوشه‌های گوتیک" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "قبل از قفل شدن، صفحه را با یک دوره زمانی قابل تنظیم به تدریج محو کن" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "قبل از خاموش شدن مانیتور‌ها، صفحه را با یک دوره زمانی قابل تنظیم به تدریج محو کن" + }, + "Graph Time Range": { + "Graph Time Range": "بازه زمانی نمودار" + }, + "Graphics": { + "Graphics": "گرافیک" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "جدولی" + }, + "Grid Columns": { + "Grid Columns": "ستون‌های جدول" + }, + "Grid: OFF": { + "Grid: OFF": "جدول:‌ خاموش" + }, + "Grid: ON": { + "Grid: ON": "جدول:‌ روشن" + }, + "Group": { + "Group": "گروه" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "گروه‌بندی برنامه‌های محیط‌کار" + }, + "Group by App": { + "Group by App": "گروه‌بندی بر اساس برنامه" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "چندین پنجره از برنامه یکسان با نشانگر تعداد پنجره‌ها گروه‌بندی کن" + }, + "Group removed": { + "Group removed": "گروه حذف شد" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "برنامه‌های تکرار شده در محیط‌کارهای فوکوس نشده را گروه‌بندی کن" + }, + "Groups": { + "Groups": "گروه‌ها" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "نگاشت تُن HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "حالت HDR آزمایشی است. قبل از فعال کردن، مطمئن شوید که مانیتور شما از HDR پشتیبانی می‌کند." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "کد HTML در کلیپ‌بورد کپی شد" + }, + "Health": { + "Health": "سلامت" + }, + "Heavy Rain": { + "Heavy Rain": "باران سنگین" + }, + "Heavy Snow": { + "Heavy Snow": "برف سنگین" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "برف سنگین پراکنده" + }, + "Height": { + "Height": "ارتفاع" + }, + "Held": { + "Held": "نگه‌داشتن" + }, + "Help": { + "Help": "راهنما" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "هایبرنیت" + }, + "Hidden": { + "Hidden": "پنهان" + }, + "Hidden (%1)": { + "Hidden (%1)": "پنهان (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "برنامه‌های پنهان" + }, + "Hidden Network": { + "Hidden Network": "شبکه پنهان" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "برنامه‌های پنهان در لانچر ظاهر نمی‌شوند. روی یک برنامه راست‌کلیک کرده و «پنهان کردن برنامه» را برای پنهان کردن آن انتخاب کنید." + }, + "Hide": { + "Hide": "پنهان" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "پنهان کردن شخص ثالث" + }, + "Hide App": { + "Hide App": "پنهان کردن برنامه" + }, + "Hide Delay": { + "Hide Delay": "تأخیر پنهان‌شدن" + }, + "Hide Indicators": { + "Hide Indicators": "پنهان کردن نشانگر‌ها" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "پنهان‌کردن ابزارک بروزرسان" + }, + "Hide When Typing": { + "Hide When Typing": "هنگام تایپ پنهان کن" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "وقتی پنجره‌ها باز هستند پنهان کن" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "اشاره‌گر موس را بعد از عدم فعالیت پنهان کن (۰ = غیرفعال)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "اشاره‌گر موس را هنگام فشردن کلید‌های صفحه‌کلید پنهان کن" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "اشاره‌گر موس را هنگام استفاده از ورودی لمسی پنهان کن" + }, + "Hide device": { + "Hide device": "پنهان کردن دستگاه" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "پنهان کردن محتوای اعلان را تا هنگام گسترش" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "محتوای اعلان را تا هنگام گسترش پنهان کن؛ پاپ‌آپ‌ها به طور پیش‌فرض گسترش‌یافته نمایش داده می‌شوند" + }, + "Hide on Touch": { + "Hide on Touch": "هنگام لمس پنهان کن" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "پالت رنگی با دقت بالا که رنگ‌های اصلی را حفظ می‌کند." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "تاریخچه" + }, + "History Retention": { + "History Retention": "نگهداری تاریخچه" + }, + "History Settings": { + "History Settings": "تنظیمات تاریخچه" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "تاریخچه پاک شد. %1 مدخل سنجاق شده نگه داشته شد." + }, + "Hold Duration": { + "Hold Duration": "مدت زمان نگه‌داشتن" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "برای تأیید بیشتر نگه‌دارید" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "نگه‌داشتن برای تأیید اقدام پاور" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "برای تأیید نگه‌دارید (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "برای تأیید نگه‌دارید (%1s)" + }, + "Home": { + "Home": "خانه" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "نام هاست" + }, + "Hot Corners": { + "Hot Corners": "گوشه‌های فعال" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "عنوان کلید میانبر overlay (اختیاری)" + }, + "Hour": { + "Hour": "ساعت" + }, + "Hourly": { + "Hourly": "ساعتی" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "تعداد پیش‌بینی‌های ساعتی" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "چند وقت یکبار تصویر پس‌زمینه تغییر کند" + }, + "How the background image is scaled": { + "How the background image is scaled": "" + }, + "Humidity": { + "Humidity": "رطوبت" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "جایگزینی‌های چیدمان هایپرلند" + }, + "Hyprland Options": { + "Hyprland Options": "گزینه‌های هایپرلند" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "متوجه شدم" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "آدرس IP:" + }, + "IP address or hostname": { + "IP address or hostname": "" + }, + "ISO Date": { + "ISO Date": "تاریخ ISO" + }, + "Icon": { + "Icon": "آیکون" + }, + "Icon Scale": { + "Icon Scale": "بزرگنمایی آیکون" + }, + "Icon Size": { + "Icon Size": "اندازه آیکون" + }, + "Icon Size %": { + "Icon Size %": "٪ اندازه آیکون" + }, + "Icon Theme": { + "Icon Theme": "تم آیکون" + }, + "Idle": { + "Idle": "بیکار" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "مهارگر بیکاری" + }, + "Idle Settings": { + "Idle Settings": "تنظیمات بیکاری سیستم" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "نظارت بر بیکاری سیستم پشتیبانی نمی‌شود - به نسخه بروزتر Quickshell نیاز است" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "اگر فیلد پنهان باشد، به محض فشردن کلید پدیدار می‌شود." + }, + "Ignore Completely": { + "Ignore Completely": "کلاً نادیده بگیر" + }, + "Image": { + "Image": "تصویر" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "تصویر در کلیپ‌بورد کپی شد" + }, + "Import": { + "Import": "وارد کردن" + }, + "Import VPN": { + "Import VPN": "وارد کردن VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "رنگ مانیتور غیر‌فعال" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "اضافه‌کردن گذارها" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "اقدام‌های دسکتاپ (میانبر‌ها) را در نتایج جستجو وارد کن." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "افزونه‌های ناسازگار بارگذاری شده‌اند" + }, + "Incorrect password": { + "Incorrect password": "گذرواژه نادرست" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "استایل نشانگر" + }, + "Individual Batteries": { + "Individual Batteries": "باتری‌های جداگانه" + }, + "Individual bar configuration": { + "Individual bar configuration": "پیکربندی جداگانه نوار‌ها" + }, + "Info": { + "Info": "اطلاعات" + }, + "Inherit": { + "Inherit": "ارث‌بردن" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "قابل جلوگیری" + }, + "Input Devices": { + "Input Devices": "دستگاه‌های ورودی" + }, + "Input Volume Slider": { + "Input Volume Slider": "اسلایدر حجم صدای ورودی" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "نصب" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "نصب افزونه" + }, + "Install Theme": { + "Install Theme": "نصب تم" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "نصب تم رنگ‌ها از مخزن تم DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "نصب ناموفق بود:‌ %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "نصب بسته matugen برای تم پویا" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "آیا می‌خواهید افزونه '%1' را از مخزن DMS نصب کنید؟" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "نصب افزونه‌ها از مخزن افزونه DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "آیا می‌خواهید تم '%1' را از مخزن DMS نصب کنید؟" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "نصب شده" + }, + "Installed: %1": { + "Installed: %1": "نصب شده: %1" + }, + "Installing: %1": { + "Installing: %1": "درحال نصب: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "پنهان خودکار هوشمند" + }, + "Intensity": { + "Intensity": "شدت" + }, + "Interface:": { + "Interface:": "رابط:" + }, + "Interlock Open": { + "Interlock Open": "قفل داخلی باز" + }, + "Internet": { + "Internet": "اینترنت" + }, + "Interval": { + "Interval": "وقفه" + }, + "Invalid configuration": { + "Invalid configuration": "پیکربندی نامعتبر" + }, + "Invert on mode change": { + "Invert on mode change": "معکوس هنگام تغییر حالت" + }, + "Iris Bloom": { + "Iris Bloom": "باز کردن چشم" + }, + "Isolate Displays": { + "Isolate Displays": "ایزوله‌کردن نمایشگر‌ها" + }, + "Jobs": { + "Jobs": "کار‌های چاپ" + }, + "Jobs: ": { + "Jobs: ": "کار‌های چاپ: " + }, + "Keep Awake": { + "Keep Awake": "بیدار نگه‌ دار" + }, + "Keep Changes": { + "Keep Changes": "حفظ تغییرات" + }, + "Keeping Awake": { + "Keeping Awake": "بیدار نگه داشتن" + }, + "Kernel": { + "Kernel": "کرنل" + }, + "Key": { + "Key": "کلید" + }, + "Keybind Sources": { + "Keybind Sources": "منابع نگاشت‌کلیدها" + }, + "Keybinds": { + "Keybinds": "نگاشت‌کلیدها" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "تنظیمات نگاشت‌کلیدهای جستجو" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "نگاشت‌کلیدها همراه نتایج عادی جستجو نمایش داده می‌شوند" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "نام چیدمان صفحه‌کلید" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "میانبر‌های صفحه‌کلید" + }, + "Keys": { + "Keys": "کلیدها" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "بستن فرایند" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "دستگاه LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "بزرگ" + }, + "Largest": { + "Largest": "بزرگ‌ترین" + }, + "Last hour": { + "Last hour": "ساعت گذشته" + }, + "Last launched %1": { + "Last launched %1": "آخرین اجرا %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "آخرین اجرا به تازگی" + }, + "Latitude": { + "Latitude": "عرض جغرافیایی" + }, + "Launch": { + "Launch": "اجرا" + }, + "Launch Prefix": { + "Launch Prefix": "پیشوند اجرا" + }, + "Launch on dGPU": { + "Launch on dGPU": "اجرا با dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "لانچر" + }, + "Launcher Button": { + "Launcher Button": "دکمه لانچر" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "لوگوی دکمه لانچر" + }, + "Layout": { + "Layout": "چیدمان" + }, + "Layout Overrides": { + "Layout Overrides": "جایگزینی‌های چیدمان" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "چپ" + }, + "Left Center": { + "Left Center": "چپ وسط" + }, + "Left Section": { + "Left Section": "بخش چپ" + }, + "Light Direction": { + "Light Direction": "" + }, + "Light Mode": { + "Light Mode": "حالت روشن" + }, + "Light Rain": { + "Light Rain": "باران سبک" + }, + "Light Snow": { + "Light Snow": "برف سبک" + }, + "Light Snow Showers": { + "Light Snow Showers": "برف پراکنده" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "خط" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "خطی" + }, + "Lines: %1": { + "Lines: %1": "خط: %1" + }, + "List": { + "List": "فهرست" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "پالت رنگی زنده با رنگ‌های تأکیدی اشباع شده." + }, + "Load Average": { + "Load Average": "متوسط بارگذاری" + }, + "Loading codecs...": { + "Loading codecs...": "بارگذاری کدک‌ها..." + }, + "Loading keybinds...": { + "Loading keybinds...": "بارگذاری نگاشت‌کلید..." + }, + "Loading trending...": { + "Loading trending...": "درحال بارگذاری پرطرفدار‌ها..." + }, + "Loading...": { + "Loading...": "درحال بارگذاری..." + }, + "Local": { + "Local": "محلی" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "مکان" + }, + "Location Search": { + "Location Search": "جستجوی موقعیت مکانی" + }, + "Lock": { + "Lock": "قفل" + }, + "Lock Screen": { + "Lock Screen": "صفحه قفل" + }, + "Lock Screen Display": { + "Lock Screen Display": "نمایشگر صفحه قفل" + }, + "Lock Screen Format": { + "Lock Screen Format": "قالب صفحه قفل" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "رفتار صفحه قفل" + }, + "Lock Screen layout": { + "Lock Screen layout": "چیدمان صفحه قفل" + }, + "Lock at startup": { + "Lock at startup": "قفل در هنگام راه‌اندازی" + }, + "Lock before suspend": { + "Lock before suspend": "قفل‌کردن قبل از تعلیق" + }, + "Lock fade grace period": { + "Lock fade grace period": "بازه زمانی محو شدن تدریجی قفل" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "قفل شده" + }, + "Log Out": { + "Log Out": "خروج" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "طولانی" + }, + "Long Text": { + "Long Text": "متن طولانی" + }, + "Long press": { + "Long press": "فشردن طولانی" + }, + "Longitude": { + "Longitude": "طول جغرافیایی" + }, + "Low Priority": { + "Low Priority": "اولویت پایین" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "از اجرای KDE Connect یا Valent در دستگاه‌های دیگر خود اطمینان حاصل کنید" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "مدیریت و پیکربندی افزونه‌ها برای گسترش کارایی DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "مدیریت حداکثر ۴ پیکربندی مستقل برای نوارها. هر نوار موقعیت، ابزارک‌ها، استایل و نحوه نمایش خاص خود را دارد." + }, + "Management": { + "Management": "مدیریت" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "جایگزینی‌های چیدمان MangoWC" + }, + "Manual": { + "Manual": "" + }, + "Manual Coordinates": { + "Manual Coordinates": "مختصات دستی" + }, + "Manual Direction": { + "Manual Direction": "" + }, + "Manual Gap Size": { + "Manual Gap Size": "اندازه فاصله دستی" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "نمایش/پنهان دستی" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "نام کلاس پنجره‌ها را برای نمایش مناسب آیکون به نام آیکون‌ها نگاشت کنید" + }, + "Margin": { + "Margin": "فاصله بیرونی" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "مخزن مارکر خالی است" + }, + "Marker Supply Low": { + "Marker Supply Low": "مخزن مارکر کم است" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "ضایعات مارکر تقریبا پر است" + }, + "Marker Waste Full": { + "Marker Waste Full": "ضایعات مارکر پر است" + }, + "Match Criteria": { + "Match Criteria": "انطباق معیار" + }, + "Matches profile: %1": { + "Matches profile: %1": "منطبق با پروفایل: %1" + }, + "Material Colors": { + "Material Colors": "رنگ‌های Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "رنگ‌های تم الهام گرفته شده از متریال دیزاین" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "رنگ‌های متریال گرفته شده از تصویر پس‌زمینه" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen یافت نشد" + }, + "Matugen Palette": { + "Matugen Palette": "پالت رنگی Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "مانیتور هدف Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "قالب‌های Matugen" + }, + "Max Edges": { + "Max Edges": "بیشینه لبه‌ها" + }, + "Max H": { + "Max H": "بیشینه H" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "بیشینه برنامه‌های سنجاق شده" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "بیشینه برنامه‌های سنجاق شده (۰ = نامحدود)" + }, + "Max Running Apps": { + "Max Running Apps": "بیشینه برنامه‌های درحال اجرا" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "بیشینه برنامه‌های درحال اجرا (۰ = نامحدود)" + }, + "Max Volume": { + "Max Volume": "حجم صدای بیشینه" + }, + "Max W": { + "Max W": "بیشینه W" + }, + "Max apps to show": { + "Max apps to show": "بیشینه برنامه‌ها برای نمایش" + }, + "Max to Edges": { + "Max to Edges": "بیشینه تا لبه‌ها" + }, + "Maximize": { + "Maximize": "بزرگ‌کردن پنجره" + }, + "Maximize Detection": { + "Maximize Detection": "تشخیص بزرگ‌شدن پنجره" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "بیشینه کردن آیکون‌های ابزارک" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "بیشینه کردن متن ابزارک" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "حداکثر اندازه مدخل" + }, + "Maximum History": { + "Maximum History": "حداکثر تاریخچه" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "بیشینه مدخل‌های سنجاق شده" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "بیشینه تعداد مدخل‌های کلیپ‌بورد برای نگه‌داری" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "بیشینه تعداد مدخل‌هایی که می‌توانند ذخیره شوند" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "بیشینه تعداد اعلان‌هایی که باید نگه داشته شوند" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "به بیشینه مدخل‌های سنجاق شده رسیدید" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "بیشینه اندازه برای هر مدخل کلیپ‌بورد" + }, + "Media": { + "Media": "رسانه" + }, + "Media Controls": { + "Media Controls": "کنترل‌های رسانه" + }, + "Media Empty": { + "Media Empty": "مدیا خالی است" + }, + "Media Jam": { + "Media Jam": "مدیا مسدود شده است" + }, + "Media Low": { + "Media Low": "مدیا کم است" + }, + "Media Needed": { + "Media Needed": "مدیا مورد نیاز است" + }, + "Media Playback": { + "Media Playback": "پخش رسانه" + }, + "Media Player": { + "Media Player": "پخش‌کننده رسانه" + }, + "Media Player Settings": { + "Media Player Settings": "تنظیمات پخش‌کننده رسانه" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "پخش‌کننده‌های رسانه (" + }, + "Media Volume": { + "Media Volume": "حجم صدای رسانه" + }, + "Medium": { + "Medium": "متوسط" + }, + "Memory": { + "Memory": "حافظه" + }, + "Memory Graph": { + "Memory Graph": "نمودار حافظه" + }, + "Memory Usage": { + "Memory Usage": "میزان مصرف حافظه" + }, + "Memory usage indicator": { + "Memory usage indicator": "نشانگر میزان مصرف حافظه" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "پیام" + }, + "Message Content": { + "Message Content": "محتوای پیام" + }, + "Microphone": { + "Microphone": "میکروفون" + }, + "Microphone Mute": { + "Microphone Mute": "میکروفون بی‌صدا" + }, + "Microphone Volume": { + "Microphone Volume": "حجم صدای میکروفون" + }, + "Microphone settings": { + "Microphone settings": "تنظیمات میکروفون" + }, + "Microphone volume control": { + "Microphone volume control": "کنترل حجم صدای میکروفون" + }, + "Middle Section": { + "Middle Section": "بخش میانی" + }, + "Min H": { + "Min H": "کمینه H" + }, + "Min W": { + "Min W": "کمینه W" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "پالت رنگی مینیمال ساخته‌شده حول یک رنگ." + }, + "Minute": { + "Minute": "دقیقه" + }, + "Mirror Display": { + "Mirror Display": "آینه‌کردن نمایشگر" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "متغیر‌های محیطی یافت نشد" + }, + "Modal Background": { + "Modal Background": "پس‌زمینه مودال" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "مودال‌ها" + }, + "Mode": { + "Mode": "حالت" + }, + "Mode:": { + "Mode:": "حالت:" + }, + "Model": { + "Model": "مدل" + }, + "Modified": { + "Modified": "اصلاح شده" + }, + "Modular widget bar": { + "Modular widget bar": "نوار ابزارک ماژولار" + }, + "Monitor": { + "Monitor": "مانیتور" + }, + "Monitor Configuration": { + "Monitor Configuration": "پیکربندی مانیتور" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "بازه زمانی محو شدن تدریجی مانیتور" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "مانیتوری که تصویر پس‌زمینه آن رنگ‌های تم پویا را تعیین می‌کند" + }, + "Monochrome": { + "Monochrome": "تک‌رنگ" + }, + "Monocle": { + "Monocle": "Monocle" + }, + "Monospace Font": { + "Monospace Font": "فونت monospace" + }, + "Month Date": { + "Month Date": "تاریخ ماه" + }, + "Morning": { + "Morning": "صبح" + }, + "Mount Points": { + "Mount Points": "نقاط اتصال" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "نمای ظاهری اشاره‌گر موس" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "اندازه اشاره‌گر موس به پیکسل" + }, + "Move": { + "Move": "حرکت" + }, + "Move Widget": { + "Move Widget": "انتقال ابزارک" + }, + "Moving to Paused": { + "Moving to Paused": "انتقال به حالت متوقف شده" + }, + "Multi-Monitor": { + "Multi-Monitor": "چند مانیتوره" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "موسیقی" + }, + "Mute Popups": { + "Mute Popups": "پاپ‌آپ‌ها بی‌صدا شوند" + }, + "Mute popups for %1": { + "Mute popups for %1": "بی‌صدا کردن پاپ‌آپ‌ها را برای %1" + }, + "Muted": { + "Muted": "بی‌صدا" + }, + "Muted Apps": { + "Muted Apps": "برنامه‌های بی‌صدا" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "پالت رنگی ساکت با تن‌های ملایم و آرامش‌بخش." + }, + "NM not supported": { + "NM not supported": "NM پشتیبانی نمی‌شود" + }, + "Name": { + "Name": "نام" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "آیکون محیط‌کارهای نام‌دار" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "پیمایش" + }, + "Network": { + "Network": "شبکه" + }, + "Network Graph": { + "Network Graph": "نمودار شبکه" + }, + "Network Info": { + "Network Info": "اطلاعات شبکه" + }, + "Network Information": { + "Network Information": "اطلاعات شبکه" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "نام شبکه (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "نمایشگر سرعت شبکه" + }, + "Network Status": { + "Network Status": "وضعیت شبکه" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "نمایش سرعت بارگیری و بارگذاری شبکه" + }, + "Neutral": { + "Neutral": "خنثی" + }, + "Never": { + "Never": "هرگز" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "جدید" + }, + "New Key": { + "New Key": "کلید جدید" + }, + "New Keybind": { + "New Keybind": "نگاشت‌کلید جدید" + }, + "New Notification": { + "New Notification": "اعلان جدید" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "قاعده پنجره جدید" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "نام جدید گروه..." + }, + "Next": { + "Next": "بعدی" + }, + "Next Transition": { + "Next Transition": "گذار بعدی" + }, + "Night": { + "Night": "شب" + }, + "Night Mode": { + "Night Mode": "حالت شب" + }, + "Night Temperature": { + "Night Temperature": "دمای شب" + }, + "Night mode & gamma": { + "Night mode & gamma": "حالت شب و گاما" + }, + "Niri Integration": { + "Niri Integration": "همگام‌سازی نیری" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "جایگزینی‌های چیدمان‌ نیری" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "اقدام‌های کامپازیتور نیری (focus، move و غیره)" + }, + "No": { + "No": "خیر" + }, + "No Active Players": { + "No Active Players": "پخش‌کننده فعالی یافت نشد" + }, + "No Anim": { + "No Anim": "بدون انیمیشن" + }, + "No Background": { + "No Background": "بدون پس‌زمینه" + }, + "No Battery": { + "No Battery": "بدون باتری" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "آداپتور بلوتوثی یافت نشد" + }, + "No Blur": { + "No Blur": "بدون مات شدن" + }, + "No Border": { + "No Border": "بدون حاشیه" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "هیچ میانبری برای DMS پیکربندی نشده" + }, + "No Dim": { + "No Dim": "بدون تاریک‌شدن" + }, + "No Focus": { + "No Focus": "بدون فوکوس" + }, + "No GPU detected": { + "No GPU detected": "GPU شناسایی نشد" + }, + "No GPUs detected": { + "No GPUs detected": "هیچ GPUای شناسایی نشد" + }, + "No History": { + "No History": "بدون تاریخچه" + }, + "No Media": { + "No Media": "رسانه‌ای یافت نشد" + }, + "No Round": { + "No Round": "بدون گردی" + }, + "No Rounding": { + "No Rounding": "بدون گردی" + }, + "No Shadow": { + "No Shadow": "بدون سایه" + }, + "No VPN profiles": { + "No VPN profiles": "هیچ پروفایل VPNای یافت نشد" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "بدون داده آب و هوا" + }, + "No Weather Data Available": { + "No Weather Data Available": "داده آب و هوا در دسترس نیست" + }, + "No action": { + "No action": "بدون اقدام" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "بدون آداپتور" + }, + "No adapters": { + "No adapters": "آداپتوری یافت نشد" + }, + "No app customizations.": { + "No app customizations.": "هیچ سفارشی‌سازی برنامه‌ای موجود نیست." + }, + "No apps found": { + "No apps found": "هیچ برنامه‌ای یافت نشد" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "هیچ برنامه‌ای هنوز اجرا نشده است." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "هیچ برنامه‌ای بی‌صدا نشده است. برای افزودن یکی به اینجا روی اعلان راست‌کلیک کرده و «بی‌صدا کردن پاپ‌آپ‌ها» را انتخاب کنید." + }, + "No battery": { + "No battery": "بدون باتری" + }, + "No brightness devices available": { + "No brightness devices available": "هیچ دستگاه روشنایی موجود نیست" + }, + "No changes": { + "No changes": "بدون تغییرات" + }, + "No checks passed": { + "No checks passed": "هیچ‌یک از بررسی‌ها موفق نبود" + }, + "No custom theme file": { + "No custom theme file": "هیچ تم سفارشی یافت نشد" + }, + "No devices": { + "No devices": "بدون دستگاه" + }, + "No devices connected": { + "No devices connected": "بدون دستگاه متصل" + }, + "No devices found": { + "No devices found": "دستگاهی یافت نشد" + }, + "No disk data": { + "No disk data": "بدون داده دیسک" + }, + "No disk data available": { + "No disk data available": "داده دیسک در دسترس نیست" + }, + "No drivers found": { + "No drivers found": "درایوری یافت نشد" + }, + "No errors": { + "No errors": "بدون خطا" + }, + "No features enabled": { + "No features enabled": "هیچ قابلیتی فعال نشده" + }, + "No files found": { + "No files found": "هیچ فایلی یافت نشد" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "هیچ پوشه‌ای یافت نشد" + }, + "No hidden apps.": { + "No hidden apps.": "هیچ برنامه پنهانی موجود نیست." + }, + "No info items": { + "No info items": "مورد اطلاعاتی وجود ندارد" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "بدون دستگاه ورودی" + }, + "No input devices found": { + "No input devices found": "هیچ دستگاه ورودی‌ای یافت نشد" + }, + "No items added yet": { + "No items added yet": "هنوز آیتمی اضافه نشده" + }, + "No keybinds found": { + "No keybinds found": "هیچ نگاشت‌کلیدی یافت نشد" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "هیچ افزونه‌ لانچری نصب نشده است." + }, + "No match criteria": { + "No match criteria": "هیچ انطباق معیاری یافت نشد" + }, + "No matches": { + "No matches": "موردی پیدا نشد" + }, + "No matching processes": { + "No matching processes": "فرآیند موردنظر یافت نشد" + }, + "No monitors": { + "No monitors": "بدون مانیتور" + }, + "No mount points found": { + "No mount points found": "هیچ نقاط اتصالی یافت نشد" + }, + "No output device": { + "No output device": "بدون دستگاه خروجی" + }, + "No output devices found": { + "No output devices found": "هیچ دستگاه خروجی‌ای یافت نشد" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "بدون نتایج افزونه" + }, + "No plugins found": { + "No plugins found": "افزونه‌ای یافت نشد" + }, + "No plugins found.": { + "No plugins found.": "افزونه‌ای یافت نشد." + }, + "No printer found": { + "No printer found": "هیچ چاپگری یافت نشد" + }, + "No printers configured": { + "No printers configured": "هیچ چاپگری پیکربندی نشده است" + }, + "No printers found": { + "No printers found": "هیچ چاپگری یافت نشد" + }, + "No profiles": { + "No profiles": "هیچ پروفایلی یافت نشد" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "هیچ مدخل کلیپ‌بورد اخیری یافت نشد" + }, + "No results found": { + "No results found": "هیچ نتیجه‌ای یافت نشد" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "هیچ مدخل کلیپ‌بوردی ذخیره نشده است" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "هیچ تمی یافت نشد" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "هیچ تمی نصب نشده. تم‌ها را برای نصب از مخزن مرور کنید." + }, + "No trigger": { + "No trigger": "بدون راه‌انداز" + }, + "No video found in folder": { + "No video found in folder": "" + }, + "No wallpaper selected": { + "No wallpaper selected": "تصویر پس‌زمینه‌ای انتخاب نشده" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "هیچ تصویر پس‌زمینه‌ای یافت نشد\n\nروی آیکون پوشه زیر برای مرور کلیک کنید" + }, + "No warnings": { + "No warnings": "بدون اخطار" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "هیچ ابزارکی افزوده نشده است. برای شروع روی «افزودن ابزارک» کلیک کنید." + }, + "No widgets available": { + "No widgets available": "هیچ ابزارکی موجود نیست" + }, + "No widgets match your search": { + "No widgets match your search": "هیچ ابزارکی با جستجوی شما مطابقت ندارد" + }, + "No window rules configured": { + "No window rules configured": "هیچ قاعده پنجره‌ای پیکربندی نشده" + }, + "None": { + "None": "هیچکدام" + }, + "Normal": { + "Normal": "عادی" + }, + "Normal Font": { + "Normal Font": "فونت معمولی" + }, + "Normal Priority": { + "Normal Priority": "اولویت عادی" + }, + "Not available": { + "Not available": "در دسترس نیست" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "متصل نیست" + }, + "Not detected": { + "Not detected": "تشخیص داده نشد" + }, + "Not paired": { + "Not paired": "جفت نشده" + }, + "Not set": { + "Not set": "تنظیم نشده" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "نکته: این فقط درصد را تغییر می‌دهد، به طور واقعی محدودیت روی شارژ کردن اعمال نمی‌کند." + }, + "Notepad": { + "Notepad": "دفترچه یادداشت" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "تنظیمات دفترچه یادداشت" + }, + "Notepad Slideout": { + "Notepad Slideout": "دفترچه یادداشت کشویی" + }, + "Nothing": { + "Nothing": "هیچ" + }, + "Nothing to see here": { + "Nothing to see here": "چیزی برای مشاهده نیست" + }, + "Notification Center": { + "Notification Center": "مرکز اعلانات" + }, + "Notification Display": { + "Notification Display": "نمایشگر اعلان" + }, + "Notification Overlay": { + "Notification Overlay": "نمایش اعلان‌ها بر لایه overlay" + }, + "Notification Popups": { + "Notification Popups": "پاپ‌آپ اعلان‌ها" + }, + "Notification Rules": { + "Notification Rules": "قواعد اعلان‌ها" + }, + "Notification Settings": { + "Notification Settings": "تنظیمات اعلان‌ها" + }, + "Notification Timeouts": { + "Notification Timeouts": "وقفه اعلان‌ها" + }, + "Notification toast popups": { + "Notification toast popups": "پاپ‌آپ‌های اعلان به صورت تُست" + }, + "Notifications": { + "Notifications": "اعلان‌ها" + }, + "Numbers": { + "Numbers": "شماره‌ها" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "عددی (ماه/روز)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "عددی (روز/ماه)" + }, + "OK": { + "OK": "خوب" + }, + "OS Logo": { + "OS Logo": "لوگوی OS" + }, + "OSD Position": { + "OSD Position": "مکان OSD" + }, + "Occupied Color": { + "Occupied Color": "رنگ اشغال شده" + }, + "Off": { + "Off": "خاموش" + }, + "Office": { + "Office": "اداری" + }, + "Offline": { + "Offline": "آفلاین" + }, + "Offline Report": { + "Offline Report": "گزارش آفلاین" + }, + "Older": { + "Older": "قدیمی‌تر" + }, + "On": { + "On": "روشن" + }, + "On-Demand": { + "On-Demand": "هنگام درخواست" + }, + "On-Screen Displays": { + "On-Screen Displays": "نمایشگر‌های بر صفحه" + }, + "On-screen Displays": { + "On-screen Displays": "نمایشگر‌های بر صفحه (OSD)" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "گاما را فقط بر اساس قواعد زمانی یا مکانی تنظیم کن." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "تنها پنجره‌ها در مانیتور کنونی را در هر داک نمایش بده" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "فقط در صورتی قابل مشاهده است که سیستم شما از هایبرنیت پشتیبانی کند" + }, + "Opacity": { + "Opacity": "شفافیت" + }, + "Opaque": { + "Opaque": "کدر" + }, + "Open": { + "Open": "باز‌ کردن" + }, + "Open App": { + "Open App": "باز کردن برنامه" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "برنامه KDE Connect را در گوشی خود باز کنید" + }, + "Open Notepad File": { + "Open Notepad File": "باز‌ کردن فایل دفترچه یادداشت" + }, + "Open a new note": { + "Open a new note": "باز کردن یادداشت جدید" + }, + "Open folder": { + "Open folder": "باز کردن پوشه" + }, + "Open in Browser": { + "Open in Browser": "باز کردن در مرورگر" + }, + "Open in terminal": { + "Open in terminal": "باز کردن در ترمینال" + }, + "Open search bar to find text": { + "Open search bar to find text": "باز‌ کردن نوار جستجو برای یافتن متن" + }, + "Open with...": { + "Open with...": "باز کردن با..." + }, + "Opening SMS": { + "Opening SMS": "باز کردن SMS" + }, + "Opening SMS app": { + "Opening SMS app": "باز کردن برنامه SMS" + }, + "Opening file browser": { + "Opening file browser": "باز کردن مرورگر فایل" + }, + "Opening files": { + "Opening files": "باز کردن فایل‌ها" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "توضیحات اختیاری" + }, + "Optional location": { + "Optional location": "مکان اختیاری" + }, + "Options": { + "Options": "گزینه‌ها" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "ابزارک‌ها را در گروه‌های تاشو سامان‌دهی کن" + }, + "Original: %1": { + "Original: %1": "اصل: %1" + }, + "Other": { + "Other": "دیگر" + }, + "Outline": { + "Outline": "خط بیرونی" + }, + "Output": { + "Output": "خروجی" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "محل خروج تقریبا پر است" + }, + "Output Area Full": { + "Output Area Full": "محل خروج پر است" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "دستگاه‌های خروجی" + }, + "Output Tray Missing": { + "Output Tray Missing": "سینی خروج موجود نیست" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Include خروجی‌ها یافت نشد" + }, + "Overcast": { + "Overcast": "کاملاْ ابری" + }, + "Overflow": { + "Overflow": "سرریزی" + }, + "Overridden by config": { + "Overridden by config": "جایگزین شده توسط پیکربندی" + }, + "Override": { + "Override": "جایگزین" + }, + "Override Border Size": { + "Override Border Size": "بازنویسی اندازه حاشیه" + }, + "Override Corner Radius": { + "Override Corner Radius": "جایگزینی شعاع گوشه‌ها" + }, + "Override Gaps": { + "Override Gaps": "جایگزینی فاصله‌ها" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "تنظیمات چیدمان عمومی را برای این خروجی جایگزین کن" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "جایگزینی‌ها" + }, + "Overview": { + "Overview": "نمای کلی" + }, + "Overview of your network connections": { + "Overview of your network connections": "نمای کلی از اتصالات شبکه شما" + }, + "Overwrite": { + "Overwrite": "بازنویسی" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "حاشیه‌دار" + }, + "Pad Hours": { + "Pad Hours": "حاشیه‌گذاری ساعات" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "فاصله درونی" + }, + "Pair": { + "Pair": "جفت‌سازی" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "جفت‌سازی دستگاه بلوتوثی" + }, + "Paired": { + "Paired": "جفت شده" + }, + "Pairing": { + "Pairing": "درحال جفت‌سازی" + }, + "Pairing failed": { + "Pairing failed": "جفت‌سازی ناموفق بود" + }, + "Pairing request from": { + "Pairing request from": "درخواست جفت‌سازی از" + }, + "Pairing request sent": { + "Pairing request sent": "درخواست جفت‌سازی فرستاده شد" + }, + "Pairing requested": { + "Pairing requested": "جفت‌سازی درخواست شد" + }, + "Pairing...": { + "Pairing...": "درحال جفت شدن..." + }, + "Partly Cloudy": { + "Partly Cloudy": "نیمه ابری" + }, + "Passkey:": { + "Passkey:": "کلید عبور:" + }, + "Password": { + "Password": "گذرواژه" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "الصاق" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "" + }, + "Pattern": { + "Pattern": "الگو" + }, + "Pause": { + "Pause": "توقف" + }, + "Paused": { + "Paused": "متوقف شده" + }, + "Pending": { + "Pending": "در حال بررسی" + }, + "Pending Charge": { + "Pending Charge": "در انتظار شارژ" + }, + "Pending Discharge": { + "Pending Discharge": "در انتظار تخلیه شارژ" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "تصاویر پس‌زمینه اختصاصی هر حالت" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "تصویر پس‌زمینه برای هر مانیتور" + }, + "Per-screen config": { + "Per-screen config": "پیکربندی به ازای هر صفحه" + }, + "Percentage": { + "Percentage": "درصد" + }, + "Performance": { + "Performance": "کارایی" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "اجازه تنظیم تصویر نمایه داده نشد." + }, + "Personalization": { + "Personalization": "شخصی‌سازی" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Phone Connect دردسترس نیست" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "عدم دسترسی Phone Connect" + }, + "Phone number": { + "Phone number": "شماره تلفن" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "تصاویر" + }, + "Pin": { + "Pin": "سنجاق" + }, + "Pin to Dock": { + "Pin to Dock": "سنجاق به داک" + }, + "Ping": { + "Ping": "پینگ" + }, + "Ping sent": { + "Ping sent": "پینگ فرستاده شد" + }, + "Ping sent to": { + "Ping sent to": "پینگ فرستاده شد به" + }, + "Pinned": { + "Pinned": "سنجاق شده" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "برنامه‌های سنجاق شده و درحال اجرا به همراه کشیدن و رها کردن" + }, + "Pixelate": { + "Pixelate": "پیکسلی کردن" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "دایرکتوری افزونه‌ها را اینجا قرار دهید. هر افزونه باید فایل مشخصات plugins.json داشته باشد." + }, + "Place plugins in %1": { + "Place plugins in %1": "افزونه‌ها را در %1 قرار بده" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "وقتی اعلان جدید وارد شد صدا را پخش کن" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "وقتی کابل شارژر وصل شد صدا را پخش کن" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "وقتی حجم صدا تنظیم شد صدا را پخش کن" + }, + "Play sounds for system events": { + "Play sounds for system events": "برای رویداد‌های سیستمی صدا را پخش کن" + }, + "Playback": { + "Playback": "پخش" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "لطفا صبر کنید..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "اتصال به برق" + }, + "Plugged in": { + "Plugged in": "اتصال به برق" + }, + "Plugin": { + "Plugin": "افزونه" + }, + "Plugin Directory": { + "Plugin Directory": "دایرکتوری افزونه" + }, + "Plugin Management": { + "Plugin Management": "مدیریت افزونه" + }, + "Plugin Visibility": { + "Plugin Visibility": "نمایانی افزونه‌ها" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "افزونه غیرفعال است - برای استفاده آن را در تنظیمات افزونه‌ها فعال کنید" + }, + "Plugins": { + "Plugins": "افزونه‌ها" + }, + "Pointer": { + "Pointer": "اشاره‌گر" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "پاپ‌آپ‌ها" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "پاپ‌آپ‌ها و مودال‌ها از سرعت انیمیشن سراسری پیروی کنند (برای سفارشی‌سازی جداگانه غیرفعال کنید)" + }, + "Popup Only": { + "Popup Only": "فقط پاپ‌آپ" + }, + "Popup Position": { + "Popup Position": "مکان پاپ‌آپ" + }, + "Popup Shadow": { + "Popup Shadow": "سایه پاپ‌آپ" + }, + "Popup Transparency": { + "Popup Transparency": "شفافیت پاپ‌آپ" + }, + "Popup behavior, position": { + "Popup behavior, position": "رفتار پاپ‌آپ، مکان" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "پورتال" + }, + "Position": { + "Position": "مکان" + }, + "Position, pinned apps": { + "Position, pinned apps": "مکاان، برنامه‌های سنجاق شده" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "امکان تداخل جایگزین‌ها" + }, + "Power": { + "Power": "پاور" + }, + "Power & Security": { + "Power & Security": "پاور و امنیت" + }, + "Power & Sleep": { + "Power & Sleep": "پاور و خواب" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "تأیید اقدام پاور" + }, + "Power Menu Customization": { + "Power Menu Customization": "سفارشی‌سازی منوی پاور" + }, + "Power Off": { + "Power Off": "خاموش" + }, + "Power Options": { + "Power Options": "گزینه‌های پاور" + }, + "Power Profile": { + "Power Profile": "پروفایل پاور" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "تنزل‌دادن پروفایل پاور" + }, + "Power Saver": { + "Power Saver": "ذخیره انرژی" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "خاموش کردن مانیتورها هنگام قفل" + }, + "Power profile management available": { + "Power profile management available": "مدیریت پروفایل پاور در دسترس" + }, + "Power source": { + "Power source": "منبع پاور" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "بارش" + }, + "Precipitation": { + "Precipitation": "احتمال بارش" + }, + "Precipitation Chance": { + "Precipitation Chance": "احتمال بارش" + }, + "Preference": { + "Preference": "تنظیمات" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "عرض‌های از پیش تعیین شده (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "دکمه Enter را فشار دهید و سیستم صوتی برای اعمال تغییرات راه‌اندازی مجدد خواهد شد" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "برای الصاق Enter، برای کپی Shift+Enter را فشار دهید" + }, + "Press key...": { + "Press key...": "کلید را فشار دهید..." + }, + "Pressure": { + "Pressure": "فشار" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "وقفه جلوگیری از خاموش‌شدن صفحه" + }, + "Preview": { + "Preview": "پیش‌نمایش" + }, + "Primary": { + "Primary": "اصلی" + }, + "Primary Container": { + "Primary Container": "زمینه اصلی" + }, + "Print Server Management": { + "Print Server Management": "مدیریت سرور چاپ" + }, + "Print Server not available": { + "Print Server not available": "سرور چاپ در دسترس نیست" + }, + "Printer": { + "Printer": "چاپگر" + }, + "Printer Classes": { + "Printer Classes": "کلاس‌های چاپگر" + }, + "Printer created successfully": { + "Printer created successfully": "چاپگر با موفقیت ایجاد شد" + }, + "Printer deleted": { + "Printer deleted": "چاپگر حذف شد" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "نام چاپگر (بدون فاصله)" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "چاپگر‌ها" + }, + "Printers: ": { + "Printers: ": "چاپگر‌ها: " + }, + "Prioritize performance": { + "Prioritize performance": "اولویت با کارایی" + }, + "Priority": { + "Priority": "اولویت" + }, + "Privacy Indicator": { + "Privacy Indicator": "نشانگر حریم خصوصی" + }, + "Privacy Mode": { + "Privacy Mode": "حالت حریم خصوصی" + }, + "Private Key Password": { + "Private Key Password": "کلید خصوصی گذرواژه" + }, + "Process Count": { + "Process Count": "تعداد فرایند‌ها" + }, + "Processes": { + "Processes": "فرایندها" + }, + "Processes:": { + "Processes:": "فرایندها:" + }, + "Processing": { + "Processing": "درحال پردازش" + }, + "Profile Image Error": { + "Profile Image Error": "خطای تصویر نمایه" + }, + "Profile activated: %1": { + "Profile activated: %1": "پروفایل فعال شد: %1" + }, + "Profile deleted": { + "Profile deleted": "پروفایل حذف شد" + }, + "Profile error": { + "Profile error": "خطای پروفایل" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "تصویر پروفایل بیش‌از حد بزرگ است. لطفا از تصویر کوچکتر استفاده کنید." + }, + "Profile name": { + "Profile name": "نام پروفایل" + }, + "Profile not found": { + "Profile not found": "پروفایل یافت نشد" + }, + "Profile saved: %1": { + "Profile saved: %1": "پروفایل ذخیره شد: %1" + }, + "Protocol": { + "Protocol": "پروتکل" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "دسترسی سریع" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "دسترسی سریع به لانچر برنامه" + }, + "Quick access to color picker": { + "Quick access to color picker": "دسترسی سریع به انتخابگر رنگ" + }, + "Quick access to notepad": { + "Quick access to notepad": "دسترسی سریع به دفترچه یادداشت" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "پنل کشویی یادداشت‌برداری سریع" + }, + "Quick system toggles": { + "Quick system toggles": "تنظیمات سریع" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "شعاع" + }, + "Rain": { + "Rain": "باران" + }, + "Rain Chance": { + "Rain Chance": "احتمال بارش" + }, + "Rainbow": { + "Rainbow": "رنگین‌کمان" + }, + "Random": { + "Random": "تصادفی" + }, + "Rate": { + "Rate": "نرخ انتقال" + }, + "Read:": { + "Read:": "خواندن:" + }, + "Reason": { + "Reason": "علت" + }, + "Reboot": { + "Reboot": "راه‌اندازی مجدد" + }, + "Recent Colors": { + "Recent Colors": "رنگ‌های اخیر" + }, + "Recently Used Apps": { + "Recently Used Apps": "برنامه‌های استفاده شده اخیر" + }, + "Recommended available": { + "Recommended available": "پیشنهادی موجود است" + }, + "Refresh": { + "Refresh": "تازه‌سازی" + }, + "Refresh Weather": { + "Refresh Weather": "تازه‌سازی آب و هوا" + }, + "Regex": { + "Regex": "رجکس" + }, + "Reject": { + "Reject": "رد کردن" + }, + "Reject Jobs": { + "Reject Jobs": "ردکردن کارهای چاپ" + }, + "Release": { + "Release": "رها کردن" + }, + "Reload Plugin": { + "Reload Plugin": "بارگذاری مجدد افزونه" + }, + "Remaining": { + "Remaining": "" + }, + "Remaining / Total": { + "Remaining / Total": "" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "" + }, + "Remember last user": { + "Remember last user": "" + }, + "Remove": { + "Remove": "حذف" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "حذف فاصله درونی ابزارک" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "حذف فاصله‌ها و حاشیه هنگام بزرگ‌کردن پنجره‌ها" + }, + "Rename": { + "Rename": "تغییر نام" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "تغییر نام محیط‌کار" + }, + "Repeat": { + "Repeat": "تکرار" + }, + "Replacement": { + "Replacement": "جایگزین" + }, + "Report": { + "Report": "گزارش" + }, + "Request Pairing": { + "Request Pairing": "درخواست جفت‌سازی" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "برای تأیید خاموش، راه‌اندازی مجدد، تعلیق، هایبرنیت و خروج، نگه داشتن دکمه/کلید را الزام کن" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "به %1 نیاز دارد" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "به ابزار 'dgop' نیاز دارد" + }, + "Requires DMS %1": { + "Requires DMS %1": "به DMS %1 نیاز دارد" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "به کامپازیتور DWL نیاز دارد" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "به پشتیبانی حالت شب نیاز دارد" + }, + "Reset": { + "Reset": "تنظیم مجدد" + }, + "Reset Position": { + "Reset Position": "تنظیم مجدد مکان" + }, + "Reset Size": { + "Reset Size": "تنظیم مجدد اندازه" + }, + "Reset to default name": { + "Reset to default name": "تنظیم مجدد به نام پیش‌فرض" + }, + "Resize Widget": { + "Resize Widget": "تغییر اندازه ابزارک" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "وضوح و تازه‌سازی" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "وضوح، مکان، بزرگنمایی" + }, + "Restart DMS": { + "Restart DMS": "راه‌اندازی مجدد DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "دَنک متریال شل را مجدد راه بینداز" + }, + "Restarting audio system...": { + "Restarting audio system...": "راه‌اندازی مجدد سیستم صوتی..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "ازسرگیری" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "جهت اسکرول معکوس" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "جهت تغییر محیط‌کار را هنگام اسکرول‌کردن روی نوار معکوس کن" + }, + "Revert": { + "Revert": "برگرداندن" + }, + "Right": { + "Right": "راست" + }, + "Right Center": { + "Right Center": "راست وسط" + }, + "Right Section": { + "Right Section": "بخش راست" + }, + "Right Tiling": { + "Right Tiling": "تایلینگ راست" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "راست‌کلیک کرده و بر هر جایی از ابزارک بکشید" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "راست‌کلیک کرده و گوشه پایین سمت راست را بکشید" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "برای تغییر چیدمان، روی ابزارک نوار راست‌کلیک کنید" + }, + "Ring": { + "Ring": "زنگ زدن" + }, + "Ringing": { + "Ringing": "درحال زنگ زدن" + }, + "Ripple Effects": { + "Ripple Effects": "افکت موجی" + }, + "Root Filesystem": { + "Root Filesystem": "سیستم‌فایل ریشه" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "گوشه‌های گرد برای پنجره‌ها" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "گوشه‌های گرد برای پنجره‌ها (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "گوشه‌های گرد برای پنجره‌ها (decoration.rounding)" + }, + "Rule": { + "Rule": "قاعده" + }, + "Rule Name": { + "Rule Name": "نام قاعده" + }, + "Rules (%1)": { + "Rules (%1)": "قواعد (%1)" + }, + "Run Again": { + "Run Again": "اجرای دوباره" + }, + "Run DMS Templates": { + "Run DMS Templates": "اجرای قالب‌های DMS" + }, + "Run User Templates": { + "Run User Templates": "اجرای قالب‌های کاربر" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "اجرای یک برنامه (مانند firefox، kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "اجرای یک دستور شِل (مانند notify-send)" + }, + "Running Apps": { + "Running Apps": "برنامه‌های درحال اجرا" + }, + "Running Apps Settings": { + "Running Apps Settings": "تنظیمات برنامه‌های درحال اجرا" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "روشنایی SDR" + }, + "SDR Saturation": { + "SDR Saturation": "اشباع رنگ SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "ذخیره" + }, + "Save Notepad File": { + "Save Notepad File": "ذخیره فایل دفترچه یادداشت" + }, + "Save QR Code": { + "Save QR Code": "ذخیره کد QR" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "ذخیره و جابه‌جایی بین پیکربندی‌های نمایشگر" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "اعلان‌ها با اولویت حیاتی را در تاریخچه ذخیره کن" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "اعلان‌های رد شده را در تاریخچه ذخیره کن" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "اعلان‌ها با اولویت پایین را در تاریخچه ذخیره کن" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "اعلان‌ها با اولویت عادی را در تاریخچه ذخیره کن" + }, + "Save password": { + "Save password": "ذخیره گذرواژه" + }, + "Saved": { + "Saved": "ذخیره شد" + }, + "Saved Configurations": { + "Saved Configurations": "پیکربندی‌های ذخیره شده" + }, + "Saved Note": { + "Saved Note": "یادداشت ذخیره شده" + }, + "Saved item deleted": { + "Saved item deleted": "مورد ذخیره شده حذف شد" + }, + "Saving...": { + "Saving...": "درحال ذخیره..." + }, + "Scale": { + "Scale": "بزرگنمایی" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "اندازه فونت نوار دَنک را به صورت مستقل مقیاس کن" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "اندازه آیکون‌های نوار دَنک را به صورت مستقل مقیاس کن" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "تمام اندازه‌های فونت در سراسر شِل مقیاس کن" + }, + "Scan": { + "Scan": "اسکن" + }, + "Scanning": { + "Scanning": "درحال اسکن" + }, + "Scanning...": { + "Scanning...": "درحال اسکن..." + }, + "Science": { + "Science": "علمی" + }, + "Score": { + "Score": "امتیاز" + }, + "Screen Sharing": { + "Screen Sharing": "اشتراک‌گذاری صفحه" + }, + "Screen sharing": { + "Screen sharing": "اشتراک‌گذاری صفحه" + }, + "Scroll": { + "Scroll": "اسکرول" + }, + "Scroll Factor": { + "Scroll Factor": "ضریب اسکرول" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "چرخ اسکرول" + }, + "Scroll song title": { + "Scroll song title": "حرکت عنوان آهنگ" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "اگر عنوان در ابزارک جا نشد آن را حرکت بده" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "رفتار چرخ اسکرول در ابزارک رسانه" + }, + "Scrolling": { + "Scrolling": "اسکرولینگ" + }, + "Search App Actions": { + "Search App Actions": "جستجوی اقدام برنامه‌ها" + }, + "Search Options": { + "Search Options": "گزینه‌های جستجو" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "با ترکیب کلید‌ها، توضیحات یا نام اقدام‌ جستجو کنید.\n\nاقدام پیش‌فرض نگاشت‌کلید را در کلیپ‌بورد کپی می‌کند.\nبرای سنجاق‌ کردن نگاشت‌کلید‌های پر استفاده راست‌کلیک کنید یا پیکان راست را فشار دهید - آن‌ها هنگام جستجو نکردن در بالای لیست ظاهر خواهند شد." + }, + "Search for a location...": { + "Search for a location...": "جستجو برای موقعیت مکانی..." + }, + "Search keybinds...": { + "Search keybinds...": "جستجو در نگاشت‌کلیدها..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "میانبر‌های صفحه‌کلید از کامپازیتور یا برنامه‌هایتان را جستجو کنید" + }, + "Search plugins...": { + "Search plugins...": "جستجوی افزونه‌ها..." + }, + "Search processes...": { + "Search processes...": "جستجوی فرایند‌ها..." + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "جستجوی تم‌ها..." + }, + "Search widgets...": { + "Search widgets...": "جستجوی ابزارک‌ها..." + }, + "Search...": { + "Search...": "جستجو..." + }, + "Searching...": { + "Searching...": "درحال جستجو..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "ثانویه" + }, + "Secured": { + "Secured": "ایمن" + }, + "Security": { + "Security": "امنیت" + }, + "Security & privacy": { + "Security & privacy": "امنیت و حریم خصوصی" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "انتخاب" + }, + "Select Application": { + "Select Application": "انتخاب برنامه" + }, + "Select Bar": { + "Select Bar": "انتخاب نوار" + }, + "Select Custom Theme": { + "Select Custom Theme": "انتخاب تم سفارشی" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "لوگوی لانچر داک را انتخاب کنید" + }, + "Select File to Send": { + "Select File to Send": "فایل برای ارسال انتخاب کنید" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "انتخاب لوگوی لانچر" + }, + "Select Profile Image": { + "Select Profile Image": "انتخاب تصویر نمایه" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "انتخاب تصویر پس‌زمینه" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "انتخاب دایرکتوری تصاویر پس‌زمینه" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "انتخاب رنگ از پالت رنگی یا اسلایدر‌های سفارشی" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "یک ابزارک برای افزودن به دسکتاپ خود انتخاب کنید. هر ابزارک یک نمونه جداگانه با تنظیمات خاص خود است." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "یک ابزارک برای افزودن انتخاب کنید. در صورت نیاز می‌توانید چندین نمونه از یک ابزارک را اضافه کنید." + }, + "Select a window...": { + "Select a window...": "یک پنجره انتخاب کنید..." + }, + "Select an image file...": { + "Select an image file...": "انتخاب فایل تصویر..." + }, + "Select at least one provider": { + "Select at least one provider": "حداقل یک ارائه‌دهنده انتخاب کنید" + }, + "Select device": { + "Select device": "انتخاب دستگاه" + }, + "Select device...": { + "Select device...": "انتخاب دستگاه..." + }, + "Select driver...": { + "Select driver...": "انتخاب درایور..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "وزن فونت برای متن UI انتخاب کنید" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "مانیتور را برای پیکربندی تصویر پس‌زمینه انتخاب کنید" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "فونت monospace را برای فهرست فرایند‌ها و نمایشگر‌های فنی انتخاب کنید" + }, + "Select network": { + "Select network": "انتخاب شبکه" + }, + "Select system sound theme": { + "Select system sound theme": "انتخاب تم صدای سیستم" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "خانواده فونت را برای متن UI انتخاب کنید" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "انتخاب الگوریتم پالت رنگی استفاده شده برای رنگ‌های بر اساس تصویر پس‌زمینه" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "انتخاب کنید که کدام ارائه دهنده نگاشت‌کلید‌ها include شود" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "انتخاب کنید کدام گذارها در تصادفی‌سازی باشند" + }, + "Select...": { + "Select...": "انتخاب..." + }, + "Selected image file not found.": { + "Selected image file not found.": "فایل تصویر انتخاب شده یافت نشد." + }, + "Send": { + "Send": "ارسال" + }, + "Send Clipboard": { + "Send Clipboard": "ارسال کلیپ‌بورد" + }, + "Send File": { + "Send File": "ارسال فایل" + }, + "Send SMS": { + "Send SMS": "ارسال SMS" + }, + "Sending": { + "Sending": "درحال ارسال" + }, + "Separator": { + "Separator": "جداکننده" + }, + "Server": { + "Server": "سرور" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "تنظیم نام سفارشی دستگاه" + }, + "Set custom name": { + "Set custom name": "تنظیم نام سفارشی" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "برای دستگاه‌های ورودی صوتی خود نام سفارشی تنظیم کنید" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "برای دستگاه‌های خروجی صوتی خود نام سفارشی تنظیم کنید" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "تصاویر پس‌زمینه مختلف برای هر مانیتور متصل تنظیم کن" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "تصاویر پس‌زمینه مختلف برای حالت روشن و تاریک تنظیم کن" + }, + "Set key and action to save": { + "Set key and action to save": "کلید و اقدام را برای ذخیره تنظیم کنید" + }, + "Set notification rules": { + "Set notification rules": "تنظیم قوانین اعلان‌ها" + }, + "Settings": { + "Settings": "تنظیمات" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "تنظیمات فقط قابل خواندن هستند. تغییرات حفظ نخواهند شد." + }, + "Setup": { + "Setup": "راه‌اندازی" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "اشتراک‌گذاری" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "اشتراک‌گذاری تنظیمات کنترل گاما" + }, + "Share Text": { + "Share Text": "اشتراک‌گذاری متن" + }, + "Share URL": { + "Share URL": "اشتراک‌گذاری URL" + }, + "Shared": { + "Shared": "به اشتراک گذاشته شد" + }, + "Shell": { + "Shell": "شِل" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: پاک‌کردن همه • Esc: بستن" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "برای الصاق Shift+Enter" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Enter: کپی • Shift+Del: پاک‌کردن همه • Esc: بستن" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: الصاق • Shift+Del: پاک‌کردن همه • Esc: بستن" + }, + "Short": { + "Short": "کوتاه" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "میانبرها" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "میانبر‌ها (%1)" + }, + "Show": { + "Show": "نمایش" + }, + "Show 3rd Party": { + "Show 3rd Party": "نمایش شخص ثالث" + }, + "Show All Tags": { + "Show All Tags": "نمایش همه برچسب‌ها" + }, + "Show Badge": { + "Show Badge": "نمایش نشان" + }, + "Show CPU": { + "Show CPU": "نمایش CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "نمایش نمودار CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "نمایش دمای CPU" + }, + "Show Date": { + "Show Date": "نمایش تاریخ" + }, + "Show Disk": { + "Show Disk": "نمایش دیسک" + }, + "Show Dock": { + "Show Dock": "نمایش داک" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "نمایش دمای حسی" + }, + "Show Footer": { + "Show Footer": "نمایش پاورقی" + }, + "Show Forecast": { + "Show Forecast": "نمایش پیش‌بینی" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "نمایش دمای GPU" + }, + "Show Header": { + "Show Header": "نمایش سربرگ" + }, + "Show Hibernate": { + "Show Hibernate": "نمایش هایبرنیت" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "نمایش شماره‌های ساعت" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "نمایش پیش‌بینی‌های ساعتی" + }, + "Show Humidity": { + "Show Humidity": "نمایش رطوبت" + }, + "Show Launcher Button": { + "Show Launcher Button": "دکمه لانچر را نمایش بده" + }, + "Show Line Numbers": { + "Show Line Numbers": "نمایش شماره خطوط" + }, + "Show Location": { + "Show Location": "نمایش موقعیت مکانی" + }, + "Show Lock": { + "Show Lock": "نمایش قفل" + }, + "Show Log Out": { + "Show Log Out": "نمایش خروج" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "انیمیشن موجی متریال دیزاین روی عناصر تعاملی نمایش بده" + }, + "Show Media Player": { + "Show Media Player": "نمایش پخش‌کننده رسانه" + }, + "Show Memory": { + "Show Memory": "نمایش حافظه" + }, + "Show Memory Graph": { + "Show Memory Graph": "نمایش نمودار حافظه" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "نمایش شبکه" + }, + "Show Network Graph": { + "Show Network Graph": "نمایش نمودار شبکه" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "نمایش فقط محیط‌کار اشغال شده" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "نمایش نشان تعداد سرریز" + }, + "Show Password Field": { + "Show Password Field": "نمایش فیلد گذرواژه" + }, + "Show Power Actions": { + "Show Power Actions": "نمایش اقدام‌های پاور" + }, + "Show Power Off": { + "Show Power Off": "نمایش خاموش‌کردن" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "نمایش احتمال بارش" + }, + "Show Pressure": { + "Show Pressure": "نمایش فشار" + }, + "Show Profile Image": { + "Show Profile Image": "نمایش تصویر نمایه" + }, + "Show Reboot": { + "Show Reboot": "نمایش راه‌اندازی مجدد" + }, + "Show Restart DMS": { + "Show Restart DMS": "نمایش راه‌اندازی مجدد DMS" + }, + "Show Saved Items": { + "Show Saved Items": "نمایش موارد ذخیره شده" + }, + "Show Seconds": { + "Show Seconds": "نمایش ثانیه‌ها" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "نمایش طلوع/غروب" + }, + "Show Suspend": { + "Show Suspend": "نمایش تعلیق" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "نمایش تاریخ سیستم" + }, + "Show System Icons": { + "Show System Icons": "نمایش آیکون‌های سیستم" + }, + "Show System Time": { + "Show System Time": "نمایش زمان سیستم" + }, + "Show Top Processes": { + "Show Top Processes": "نمایش فرایند‌های مهم" + }, + "Show Weather Condition": { + "Show Weather Condition": "نمایش شرایط آب و هوا" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "نمایش خوش آمدید" + }, + "Show Wind Speed": { + "Show Wind Speed": "نمایش سرعت باد" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "نمایش برنامه‌های محیط‌کار" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "نمایش کل ۹ برچسب به جای فقط برچسب‌های اشغال شده (فقط DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "یک خط بیرونی دور نشانگر محیط‌کار فوکوس شده نشان بده" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "نمایش مصورساز صوتی cava در ابزارک رسانه" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "لایه overlay تیره پشت پنجره مودال نمایش بده" + }, + "Show device": { + "Show device": "نمایش دستگاه" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "داک را هنگامی که پنجره‌های شناور با محیط آن همپوشانی ندارند نمایش بده" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "لایه overlay لانچر را هنگام تایپ در نمای کلی نیری نمایش بده. برای استفاده از لانچر دیگری غیرفعال کنید." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "حالت تب‌ها و راهنمایی‌های صفحه‌کلید را در پایین نمایش بده." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "نمایش در آخرین نمایشگر" + }, + "Show on Overlay": { + "Show on Overlay": "نمایش بر لایه overlay" + }, + "Show on Overview": { + "Show on Overview": "نمایش روی نمای کلی" + }, + "Show on Overview Only": { + "Show on Overview Only": "فقط روی نمای کلی نمایش بده" + }, + "Show on all connected displays": { + "Show on all connected displays": "نمایش همه نمایشگر‌های متصل" + }, + "Show on screens:": { + "Show on screens:": "نمایش روی صفحات:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "نمایشگر بر صفحه را هنگام تغییر روشنایی نمایش بده" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "نمایشگر بر صفحه را هنگام تغییر وضعیت قفل حروف بزرگ نمایش بده" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "نمایشگر بر صفحه را هنگام تغییر دستگاه‌های خروجی صوتی نمایش بده" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "نمایشگر بر صفحه را هنگام تغیر وضعیت مهارگر بیکاری نمایش بده" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "نمایشگر بر صفحه را هنگامی که وضعیت پخش‌کننده رسانه تغییر می‌کند نمایش بده" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "نمایشگر بر صفحه را هنگام تغییر حجم صدای پخش‌کننده رسانه نمایش بده" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "نمایشگر بر صفحه را هنگام بی‌صدا/صدادار شدن میکروفون نمایش بده" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "نمایشگر بر صفحه را هنگام تغییر پروفایل پاور نمایش بده" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "نمایشگر بر صفحه را هنگام تغییر حجم صدا نمایش بده" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "اطلاعات آب و هوا را در نوار بالا و مرکز کنترل نمایش بده" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "شماره شاخص محیط‌‎کار را در تغییردهنده محیط‌کار نوار بالا نمایش بده" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "نام محیط‌کار را در نوارهای افقی و اولین حرف را در نوار‌های عمودی نمایش بده" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "محیط‌کارهای مانیتور فوکوس شده کنونی را نمایش بده" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "همه برنامه‌های درحال اجرا را با نشانگر متمرکز نمایش می‌دهد" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "محیط‌کار کنونی را نمایش می‌دهد و امکان تغییر را فراهم می‌کند" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "زمانی که caps lock فعال است نمایش داده می‌شود" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "هنگامی که میکروفون، دوربین یا اشتراک‌گذاری صفحه فعال باشد نشان داده می‌شود" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "خاموش‌کردن" + }, + "Signal": { + "Signal": "سیگنال" + }, + "Signal:": { + "Signal:": "سیگنال:" + }, + "Size": { + "Size": "اندازه" + }, + "Size Constraints": { + "Size Constraints": "محدودیت‌های اندازه" + }, + "Size Offset": { + "Size Offset": "آفست اندازه" + }, + "Sizing": { + "Sizing": "اندازه‌دهی" + }, + "Skip": { + "Skip": "رد کردن" + }, + "Skip confirmation": { + "Skip confirmation": "رد کردن تأیید" + }, + "Skip setup": { + "Skip setup": "رد کردن راه‌اندازی" + }, + "Small": { + "Small": "کوچک" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "احراز هویت با کارت هوشمند" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN کارت هوشمند" + }, + "Snap": { + "Snap": "چسباندن" + }, + "Snow": { + "Snow": "برف" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "برخی افزونه‌ها نیازمند نسخه جدیدتر DMS هستند:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "مرتب‌سازی بر اساس حروف الفبا" + }, + "Sort By": { + "Sort By": "مرتب‌سازی براساس" + }, + "Sorting & Layout": { + "Sorting & Layout": "مرتب‌سازی و چیدمان" + }, + "Sound Theme": { + "Sound Theme": "تم صدا" + }, + "Sounds": { + "Sounds": "صدا‌ها" + }, + "Space between windows": { + "Space between windows": "فاصله بین پنجره‌ها" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "فاصله بین پنجره‌ها (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "فاصله بین پنجره‌ها (gaps_in و gaps_out)" + }, + "Spacer": { + "Spacer": "فاصله دهنده" + }, + "Spacing": { + "Spacing": "فاصله گذاری" + }, + "Speaker settings": { + "Speaker settings": "تنظیمات بلندگو" + }, + "Speed": { + "Speed": "سرعت" + }, + "Spool Area Full": { + "Spool Area Full": "فضای صف چاپ پر است" + }, + "Square Corners": { + "Square Corners": "گوشه‌های مربعی" + }, + "Stacked": { + "Stacked": "انباشته" + }, + "Standard": { + "Standard": "استاندارد" + }, + "Start": { + "Start": "شروع" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "برنامه KDE Connect یا Valent را آغاز کنید" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "برنامه KDE Connect یا Valent را برای استفاده از این افزونه آغاز کنید" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "تایپ‌کردن یادداشت‌هایتان را اینجا شروع کنید..." + }, + "State": { + "State": "وضعیت" + }, + "Status": { + "Status": "وضعیت" + }, + "Stopped": { + "Stopped": "متوقف شد" + }, + "Stopped Partly": { + "Stopped Partly": "تا حدی متوقف شد" + }, + "Stopping": { + "Stopping": "درحال توقف" + }, + "Stretch": { + "Stretch": "کشیده" + }, + "Stripes": { + "Stripes": "راه راه" + }, + "Summary": { + "Summary": "خلاصه" + }, + "Sunrise": { + "Sunrise": "طلوع" + }, + "Sunset": { + "Sunset": "غروب" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "هنگام فعال‌ بودن پاپ‌آپ‌های اعلان را مسدود می‌کند" + }, + "Surface": { + "Surface": "زمینه" + }, + "Surface Variant": { + "Surface Variant": "سطح متغیر" + }, + "Suspend": { + "Suspend": "تعلیق" + }, + "Suspend behavior": { + "Suspend behavior": "رفتار تعلیق" + }, + "Suspend system after": { + "Suspend system after": "تعلیق پس از" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "تعلیق سپس هایبرنیت" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "تغییر کاربر" + }, + "Switch to power profile": { + "Switch to power profile": "تغییر به پروفایل پاور" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "همگام‌سازی حالت با پورتال" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "همگام‌سازی پاپ‌آپ‌ها و مودال‌ها" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "همگام‌سازی مکان در تمامی صفحات" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "همگام‌سازی حالت تاریک با پورتال سیستم برای هماهنگی تم در سطح سیستم" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "سیستم" + }, + "System App Theming": { + "System App Theming": "تم‌دادن برنامه‌ سیستمی" + }, + "System Check": { + "System Check": "بررسی سیستم" + }, + "System Default": { + "System Default": "پیش‌فرض سیستم" + }, + "System Information": { + "System Information": "اطلاعات سیستم" + }, + "System Monitor": { + "System Monitor": "ناظر سیستم" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "ناظر سیستم در دسترس نیست" + }, + "System Sounds": { + "System Sounds": "صدا‌های سیستمی" + }, + "System Tray": { + "System Tray": "سینی سیستم" + }, + "System Update": { + "System Update": "بروزرسانی سیستم" + }, + "System Updater": { + "System Updater": "بروزرسان سیستم" + }, + "System Updates": { + "System Updates": "بروزرسانی‌های سیستم" + }, + "System notification area icons": { + "System notification area icons": "آیکون های ناحیه اعلان‌های سیستم" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "صدا‌های سیستم دردسترس نیستند. %1 را برای پشتیبانی صوتی نصب کنید." + }, + "System theme toggle": { + "System theme toggle": "تغییر تم سیستم" + }, + "System toast notifications": { + "System toast notifications": "اعلان‌های سیستم به صورت تُست" + }, + "System update custom command": { + "System update custom command": "دستور سفارشی بروزرسانی سیستم" + }, + "Tab": { + "Tab": "تب" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: پیمایش • ←→↑↓: پیمایش جدولی • Enter/Space: انتخاب" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "پارامتر‌های اضافی سفارشی ترمینال" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "ترمینال‌ها - همیشه از تم تاریک استفاده کن" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "صفحه تست" + }, + "Test page sent to printer": { + "Test page sent to printer": "صفحه تست به چاپگر ارسال شد" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "متن" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "ابزار «dgop» برای نظارت سیستم نیاز است.\nلطفا برای استفاده از این قابلیت dgop را نصب کنید." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "متغیر محیطی DMS_SOCKET تنظیم نشده یا سوکت موجود نیست. مدیریت افزونه خودکار به DMS_SOCKET نیاز دارد." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "تنظیمات پایین، تنظیمات Qt و GTK شما را تغییر می‌دهند. اگر می‌خواهید تنظیمات کنونی خود را نگه دارید، لطفا از آنها نسخه پشتیبان تهیه کنید (qt5ctl.conf |qt6ctl.conf و ~/.config/gtk-3.0|gtk-4.0)" + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "صف کار چاپگر خالی است" + }, + "Theme & Colors": { + "Theme & Colors": "تم و رنگ‌ها" + }, + "Theme Color": { + "Theme Color": "رنگ تم" + }, + "Theme Registry": { + "Theme Registry": "مخزن تم‌ها" + }, + "Themes": { + "Themes": "تم‌ها" + }, + "Thickness": { + "Thickness": "ضخامت" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "اخطار افزونه شخص ثالث" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "افزونه‌های شخص‌ثالث توسط کامیونیتی ساخته شده‌اند و به‌طور رسمی توسط دَنک متریال شل پشتیبانی نمی‌شوند.\n\nاین افزونه‌ها ممکن است خطرات امنیتی و حریم خصوصی داشته باشند - با مسئولیت خودتان نصب کنید." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "این نگاشت توسط config.kdl بازنویسی شده" + }, + "This may take a few seconds": { + "This may take a few seconds": "این ممکن است چند ثانیه طول بکشد" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "این افزونه اجازه «settings_write» را ندارد.\n\nبه plugins.json خط \"permissions\": [\"settings_read\", \"settings_write\"] را اضافه کنید" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "این ابزارک از حالت‌های خاموش شدن GPU جلوگیری می‌کند، که ​​می‌تواند به طور قابل توجهی بر عمر باتری لپ‌تاپ‌ها تأثیر بگذارد. استفاده از این ابزارک در لپ‌تاپ‌هایی با گرافیک هیبریدی توصیه نمی‌شود." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "این همه مدخل‌های سنجاق نشده را پاک می‌کند. %1 مدخل سنجاق شده نگه داشته می‌شوند." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "این کار تمام تاریخچه کلیپ‌بورد را برای همیشه حذف می‌کند." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "این به طور دائمی این مورد کلیپ‌بورد را حذف خواهد کرد. این عمل برگشت‌ناپذیر است." + }, + "Thunderstorm": { + "Thunderstorm": "رعد و برق" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "رعد و برق با تگرگ" + }, + "Tile": { + "Tile": "کاشی‌وار" + }, + "Tile H": { + "Tile H": "کاشی‌وار افقی" + }, + "Tile V": { + "Tile V": "کاشی‌وار عمودی" + }, + "Tiled": { + "Tiled": "کاشی‌شده" + }, + "Tiled State": { + "Tiled State": "حالت کاشی‌شده" + }, + "Tiling": { + "Tiling": "تایلینگ" + }, + "Time": { + "Time": "زمان" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "زمان و آب و هوا" + }, + "Time Format": { + "Time Format": "قالب زمان" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "زمان باقی‌مانده: %1" + }, + "Time until full: %1": { + "Time until full: %1": "زمان تا پر شدن:‌ %1" + }, + "Timed Out": { + "Timed Out": "زمان تمام شد" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "وقفه اعلان‌ها با اولویت حیاتی" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "وقفه اعلان‌ها با اولویت پایین" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "وقفه اعلان‌ها با اولویت عادی" + }, + "Title": { + "Title": "عنوان" + }, + "Title regex (optional)": { + "Title regex (optional)": "رجکس عنوان (اختیاری)" + }, + "To Full": { + "To Full": "تا پر شدن" + }, + "To update, run the following command:": { + "To update, run the following command:": "برای بروزرسانی، دستور زیر را اجرا کن:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "برای استفاده از این نگاشت DMS، نگاشت‌کلید را در config.kdl خود حذف کنید یا تغییر دهید" + }, + "Toast Messages": { + "Toast Messages": "پیام‌های تًست" + }, + "Today": { + "Today": "امروز" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "پیکربندی تغییر نمایش این نوار" + }, + "Toggling...": { + "Toggling...": "در حال تغییر وضعیت..." + }, + "Tomorrow": { + "Tomorrow": "فردا" + }, + "Tonal Spot": { + "Tonal Spot": "تُن برجسته" + }, + "Toner Empty": { + "Toner Empty": "تونر خالی است" + }, + "Toner Low": { + "Toner Low": "تونر کم است" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "ابزارها" + }, + "Top": { + "Top": "بالا" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "قالب نوار بالا" + }, + "Top Center": { + "Top Center": "بالا وسط" + }, + "Top Left": { + "Top Left": "بالا چپ" + }, + "Top Processes": { + "Top Processes": "فرایند‌های مهم" + }, + "Top Right": { + "Top Right": "بالا راست" + }, + "Top Section": { + "Top Section": "بخش بالا" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "تمام کار‌های چاپ" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "تبدیل" + }, + "Transition Effect": { + "Transition Effect": "افکت گذار" + }, + "Transparency": { + "Transparency": "شفافیت" + }, + "Trending GIFs": { + "Trending GIFs": "گیف‌های پرطرفدار" + }, + "Trending Stickers": { + "Trending Stickers": "برچسب‌های پرطرفدار" + }, + "Trigger": { + "Trigger": "راه‌انداز" + }, + "Trigger Prefix": { + "Trigger Prefix": "پیشوند راه‌انداز" + }, + "Trigger: %1": { + "Trigger: %1": "راه‌انداز: %1" + }, + "Trust": { + "Trust": "اعتماد" + }, + "Try a different search": { + "Try a different search": "یک جستجوی دیگر را امتحان کنید" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "همه نمایشگر‌ها را هنگامی که صفحه قفل فعال می‌شود بلادرنگ خاموش کن" + }, + "Turn off monitors after": { + "Turn off monitors after": "خاموش‌کردن مانیتور پس از" + }, + "Type": { + "Type": "نوع" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "حداقل ۲ کاراکتر تایپ کنید" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "این پیشوند را برای جستجوی نگاشت‌کلیدها تایپ کنید" + }, + "Type to search files": { + "Type to search files": "برای جستجوی فایل‌ها تایپ کنید" + }, + "Typography": { + "Typography": "تایپوگرافی" + }, + "Typography & Motion": { + "Typography & Motion": "تایپوگرافی و حرکت" + }, + "Unavailable": { + "Unavailable": "ناموجود" + }, + "Unfocused Color": { + "Unfocused Color": "رنگ فوکوس نشده" + }, + "Ungrouped": { + "Ungrouped": "گروه‌بندی نشده" + }, + "Uninstall": { + "Uninstall": "حذف" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "حذف افزونه" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "حذف ناموفق بود: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "حذف شده: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "درحال حذف: %1" + }, + "Unknown": { + "Unknown": "ناشناخته" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "هنرمند ناشناس" + }, + "Unknown Config": { + "Unknown Config": "پیکربندی ناشناخته" + }, + "Unknown Device": { + "Unknown Device": "دستگاه ناشناخته" + }, + "Unknown GPU": { + "Unknown GPU": "کارت گرافیک ناشناخته" + }, + "Unknown Monitor": { + "Unknown Monitor": "مانیتور ناشناخته" + }, + "Unknown Network": { + "Unknown Network": "شبکه ناشناخته" + }, + "Unknown Title": { + "Unknown Title": "عنوان ناشناس" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "خالی‌کردن هنگام بستن" + }, + "Unmute": { + "Unmute": "صدادار کردن" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "صدادار کردن پاپ‌آپ‌ها را برای %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "قاعده بی‌نام" + }, + "Unpair": { + "Unpair": "لغو جفت‌سازی" + }, + "Unpair failed": { + "Unpair failed": "لغو جفت‌سازی ناموفق بود" + }, + "Unpin": { + "Unpin": "برداشتن سنجاق" + }, + "Unpin from Dock": { + "Unpin from Dock": "جداکردن از داک" + }, + "Unsaved Changes": { + "Unsaved Changes": "تغییرات ذخیره نشده" + }, + "Unsaved changes": { + "Unsaved changes": "تغییرات ذخیره نشده" + }, + "Unsaved note...": { + "Unsaved note...": "یادداشت ذخیره نشده..." + }, + "Untitled": { + "Untitled": "بدون عنوان" + }, + "Untrust": { + "Untrust": "لغو اعتماد" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "بروزرسانی" + }, + "Update All": { + "Update All": "بروزرسانی همه" + }, + "Update Plugin": { + "Update Plugin": "بروزرسانی افزونه" + }, + "Uptime": { + "Uptime": "زمان اجرا" + }, + "Uptime:": { + "Uptime:": "زمان اجرا:" + }, + "Urgent Color": { + "Urgent Color": "رنگ ضروری" + }, + "Usage Tips": { + "Usage Tips": "راهنمای استفاده" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "از قالب 24 ساعته به جای 12 ساعته ق.ظ/ب.ظ استفاده کن" + }, + "Use Custom Command": { + "Use Custom Command": "استفاده از دستور سفارشی" + }, + "Use Grid Layout": { + "Use Grid Layout": "استفاده از چیدمان جدولی" + }, + "Use IP Location": { + "Use IP Location": "استفاده از موقعیت مکانی IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "استفاده از واحد‌های بریتانیایی" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "استفاده از واحد‌های بریتانیایی (°F, mph, inHg) به جای واحد‌های متریک (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "استفاده از فونت monospace" + }, + "Use System Theme": { + "Use System Theme": "استفاده از تم سیستم" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "از مدیریت تصویر پس‌زمینه خارجی مانند swww، hyprpaper یا swaybg استفاده کن." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "استفاده از نوارهای پیشرفت موجی متحرک برای پخش رسانه" + }, + "Use custom border size": { + "Use custom border size": "از اندازه حاشیه سفارشی استفاده کن" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "از طول حاشیه/focus-ring سفارشی استفاده کن" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "استفاده از دستور سفارشی برای بروزرسانی سیستم شما" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "از فاصله سفارشی به جای فاصله نوار استفاده کن" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "استفاده از شعاع پنجره سفارشی به جای شعاع تم" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "استفاده از گردی پنجره سفارشی به جای شعاع تم" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "از تم روشن به جای تم تاریک استفاده کن" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "از متر بر ثانیه به جای km/h برای سرعت باد استفاده کن" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "از کارت‌های اعلان کوچکتر استفاده کن" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "استفاده از تم صدا در تنظیمات سیستم" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "از مکان و اندازه یکسان بین تمامی نمایشگرها استفاده کن" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "از پیشوند راه‌انداز برای فعال‌کردن استفاده کن" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "وقتی رنگ تأکیدی سفارشی تنظیم شده استفاده می‌شود" + }, + "User": { + "User": "کاربر" + }, + "Username": { + "Username": "نام کاربری" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "از زمان‌های طلوع/غروب بر اساس موقعیت مکانی شما استفاده می‌کند." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "از زمان طلوع/غروب خورشید برای تنظیم خودکار حالت شب بر اساس موقعیت مکانی شما استفاده می‌کند." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "با استفاده از تنظیمات مشترک کنترل گاما" + }, + "Utilities": { + "Utilities": "برنامه‌های کمکی" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "اتصال‌های VPN" + }, + "VPN Password": { + "VPN Password": "گذرواژه VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "گذرواژه VPN بروز شد" + }, + "VPN connections": { + "VPN connections": "اتصالات VPN" + }, + "VPN deleted": { + "VPN deleted": "VPN حذف شد" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN وارد شد:‌ %1" + }, + "VPN not available": { + "VPN not available": "VPN موجود نیست" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "وضعیت VPN و اتصال سریع" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR فقط تمام‌صفحه" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR بر اساس تقاضا" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "نرخ تازه‌سازی متغیر (VRR)" + }, + "Verification": { + "Verification": "تأیید" + }, + "Version": { + "Version": "نسخه" + }, + "Vertical Deck": { + "Vertical Deck": "دک عمودی" + }, + "Vertical Grid": { + "Vertical Grid": "جدول عمودی" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "اسکرولینگ عمودی" + }, + "Vertical Tiling": { + "Vertical Tiling": "تایلینگ عمودی" + }, + "Vibrant": { + "Vibrant": "زنده" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "پالتر رنگی پر جنب و جوش با اشباع رنگی سرزنده." + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "ویدئوها" + }, + "View Mode": { + "View Mode": "حالت نمایش" + }, + "Visibility": { + "Visibility": "دید" + }, + "Visual Effects": { + "Visual Effects": "افکت‌های بصری" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "جداکننده بصری بین ابزارک‌ها" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "افکت بصری مورد استفاده هنگام تغییر تصویر زمینه" + }, + "Volume": { + "Volume": "حجم صدا" + }, + "Volume Changed": { + "Volume Changed": "تغییر حجم صدا" + }, + "Volume Slider": { + "Volume Slider": "اسلایدر حجم صدا" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "OSD‌های حجم صدا، روشنایی و سیستمی" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "تصویر پس‌زمینه" + }, + "Wallpaper Error": { + "Wallpaper Error": "خطای تصویر پس‌زمینه" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "مانیتور تصویر پس‌زمینه" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "پردازش تصویر پس‌زمینه ناموفق بود" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "پردازش تصویر پس‌زمینه ناموفق بود - مسیر تصویر پس‌زمینه را بررسی کنید" + }, + "Wallpapers": { + "Wallpapers": "تصاویر پس‌زمینه" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "دمای رنگ گرم برای اعمال" + }, + "Warning": { + "Warning": "اخطار" + }, + "Warnings": { + "Warnings": "اخطار‌ها" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "نوار‌های پیشرفت موجی" + }, + "Weather": { + "Weather": "آب و هوا" + }, + "Weather Widget": { + "Weather Widget": "ابزارک آب و هوا" + }, + "Welcome": { + "Welcome": "خوش آمدید" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "به دَنک متریال شل خوش آمدید" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "هنگام فعال بودن، برنامه‌ها بر اساس حروف الفبا مرتب می‌شوند. هنگام غیرفعال بودن، برنامه ها بر اساس دفعات استفاده مرتب می‌شوند." + }, + "When locked": { + "When locked": "هنگام قفل شدن" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "وقتی از ابزارک بروزرسان استفاده می‌شود، اگر بروزرسانی یافت نشد، آن را پنهان کن" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "گذرواژه وای‌فای" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "اتصالات Wi-Fi و اترنت" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi در دسترس نیست" + }, + "WiFi": { + "WiFi": "وای‌فای" + }, + "WiFi Device": { + "WiFi Device": "دستگاه وای‌فای" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "کد QR وای‌فای برای " + }, + "WiFi disabled": { + "WiFi disabled": "وای‌فای غیرفعال" + }, + "WiFi enabled": { + "WiFi enabled": "وای‌فای فعال" + }, + "WiFi is off": { + "WiFi is off": "وای‌فای خاموش است" + }, + "WiFi off": { + "WiFi off": "وای‌فای خاموش" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "عریض (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "رنگ پس‌زمینه ابزارک" + }, + "Widget Management": { + "Widget Management": "مدیریت ابزارک‌ها" + }, + "Widget Outline": { + "Widget Outline": "خط بیرونی ابزارک" + }, + "Widget Style": { + "Widget Style": "استایل ابزارک" + }, + "Widget Styling": { + "Widget Styling": "استایل‌‌دهی ابزارک‌" + }, + "Widget Transparency": { + "Widget Transparency": "شفافیت ابزارک" + }, + "Widget added": { + "Widget added": "ابزارک اضافه شد" + }, + "Widget removed": { + "Widget removed": "ابزارک حذف شد" + }, + "Widgets": { + "Widgets": "ابزارک‌ها" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "ابزارک‌ها، چیدمان، استایل" + }, + "Width": { + "Width": "طول" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "ضخامت حاشیه پنجره (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "ضخامت حاشیه پنجره (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "ضخامت حاشیه پنجره و حلقه فوکوس" + }, + "Wind": { + "Wind": "باد" + }, + "Wind Speed": { + "Wind Speed": "سرعت باد" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "سرعت باد به m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "شعاع گوشه پنجره‌ها" + }, + "Window Gaps": { + "Window Gaps": "فاصله پنجره‌ها" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "فاصله پنجره‌ها (px)" + }, + "Window Height": { + "Window Height": "ارتفاع پنجره" + }, + "Window Opening": { + "Window Opening": "باز کردن پنجره" + }, + "Window Rounding": { + "Window Rounding": "گردی پنجره" + }, + "Window Rules": { + "Window Rules": "قواعد پنجره‌ها" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "دستور Include برای قواعد پنجره‌ها یافت نشد" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "قواعد پنجره‌ها پیکربندی نشده‌اند" + }, + "Wipe": { + "Wipe": "پاک کردن" + }, + "Workspace": { + "Workspace": "محیط‌کار" + }, + "Workspace Appearance": { + "Workspace Appearance": "نمای ظاهری محیط‌کار" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "شماره شاخص محیط‌کارها" + }, + "Workspace Names": { + "Workspace Names": "نام محیط‌کارها" + }, + "Workspace Padding": { + "Workspace Padding": "فاصله درونی محیط‌کار" + }, + "Workspace Settings": { + "Workspace Settings": "تنظیمات محیط‌کار" + }, + "Workspace Switcher": { + "Workspace Switcher": "تغییردهنده محیط‌کار" + }, + "Workspace name": { + "Workspace name": "نام محیط‌کار" + }, + "Workspaces": { + "Workspaces": "محیط‌کارها" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "محیط‌کارها و ابزارک‌ها" + }, + "Write:": { + "Write:": "نوشتن:" + }, + "X Axis": { + "X Axis": "محور X" + }, + "Y Axis": { + "Y Axis": "محور Y" + }, + "Yes": { + "Yes": "بله" + }, + "Yesterday": { + "Yesterday": "دیروز" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "شما تغییرات ذخیره نشده‌ دارید. آیا پیش از بستن این برگه ذخیره شوند؟" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "شما تغییرات ذخیره نشده‌ دارید. پیش از ادامه ذخیره شوند؟" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از ایجاد فایل جدید، ذخیره شوند؟" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از باز کردن فایل، ذخیره شوند؟" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "لازم است یکی از مقادیر زیر را به عنوان متغیر محیطی تنظیم نمایید:\nQT_QPA_PLATFORMTHEME=gtk3 یا\nQT_QPA_PLATFORMTHEME=qt6ct\nو پس از آن، شل را مجدداً راه‌اندازی کنید.\n\nبسته qt6ct نیازمند نصب qt6ct-kde است." + }, + "You're All Set!": { + "You're All Set!": "همه چیز آماده است!" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "اقدام‌ها" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "براندون" + }, + "by %1": { + "by %1": "توسط %1" + }, + "days": { + "days": "روز" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "دستگاه" + }, + "devices connected": { + "devices connected": "دستگاه‌های متصل" + }, + "dgop not available": { + "dgop not available": "dgop در دسترس نیست" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "پیکربندی dms/cursor وجود دارد اما وارد نشده است. تنظیمات اشاره‌گر موس اعمال نخواهند شد." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "پیکربندی dms/outputs وجود دارد اما در پیکربندی کامپوزیتور شما گنجانده نشده است. تغییرات نمایشگر پایدار نخواهند بود." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "مانند firefox، kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "مانند focus-workspace 3، resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "مانند notify-send 'Hello' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "رویداد‌ها" + }, + "ext": { + "ext": "پسوند" + }, + "featured": { + "featured": "پیشنهادی" + }, + "leave empty for default": { + "leave empty for default": "برای پیش‌فرض خالی رها کنید" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl در دسترس نیست - یکپارچه‌سازی قفل به اتصال سوکت DMS نیاز دارد" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen یافت نشد - بسته matugen را برای تم پویا نصب کنید" + }, + "minutes": { + "minutes": "دقیقه" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "پیمایش" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "پیکربندی میانبرهای نیری" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "اکنون" + }, + "official": { + "official": "رسمی" + }, + "on Hyprland": { + "on Hyprland": "در Hyprland" + }, + "on MangoWC": { + "on MangoWC": "در MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "در Miracle WM" + }, + "on Niri": { + "on Niri": "در Niri" + }, + "on Scroll": { + "on Scroll": "در Scroll" + }, + "on Sway": { + "on Sway": "در Sway" + }, + "open": { + "open": "باز کردن" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "فرایند" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "ثانیه" + }, + "source": { + "source": "منبع" + }, + "this app": { + "this app": "این برنامه" + }, + "up": { + "up": "روشن" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "DMS را برای یکپارچه‌سازی NM بروز کنید." + }, + "v%1 by %2": { + "v%1 by %2": "نسخه %1 توسط %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype در دسترس نیست - wtype را برای پشتیبانی از الصاق نصب کنید" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "نصب فقط از منابع معتبر" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - ماه (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - ماه (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - ماه (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - ماه (January)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• افزونه ممکن است باگ یا مشکلات امنیتی داشته باشد" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• پیش از نصب در صورت امکان کد را بررسی کنید" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - روز (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - روز (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - نام روز (Mon)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - نام روز (Monday)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - سال (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - سال (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: پیمایش • Space: گسترش • Enter: اقدام/گسترش • E: متن" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: پیمایش • Enter: الصاق • Del: حذف • F10: راهنما" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fr.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fr.json new file mode 100644 index 0000000..af781a7 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/fr.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "Vitesse d'animation %1" + }, + "%1 Sessions": { + "%1 Sessions": "%1 sessions" + }, + "%1 active session": { + "%1 active session": "%1 session active" + }, + "%1 active sessions": { + "%1 active sessions": "%1 sessions actives" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 adaptateur, aucun connecté" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 adaptateurs, aucun connecté" + }, + "%1 character": { + "%1 character": "%1 caractère" + }, + "%1 characters": { + "%1 characters": "%1 caractères" + }, + "%1 connected": { + "%1 connected": "%1 connecté" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "Durée d'animation personnalisée %1" + }, + "%1 disconnected": { + "%1 disconnected": "%1 déconnecté" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 déconnecté (caché)" + }, + "%1 display": { + "%1 display": "%1 écran" + }, + "%1 displays": { + "%1 displays": "%1 écrans" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 existe mais n’est pas inclus dans la configuration. Les raccourcis personnalisés ne fonctionneront pas tant que ce problème n’est pas corrigé." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 existe mais n'est pas inclus. Les règles de fenêtres ne s'appliqueront pas." + }, + "%1 filtered": { + "%1 filtered": "%1 filtré" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 est maintenant inclus dans la configuration" + }, + "%1 issue found": { + "%1 issue found": "%1 problème trouvé" + }, + "%1 issues found": { + "%1 issues found": "%1 problèmes trouvés" + }, + "%1 notifications": { + "%1 notifications": "%1 notification(s)" + }, + "%1 update": { + "%1 update": "%1 mise à jour" + }, + "%1 updates": { + "%1 updates": "%1 mises à jour" + }, + "%1 variants": { + "%1 variants": "%1 variante(s)" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 fond d'écran • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 fonds d'écran • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 widgets" + }, + "%1 window": { + "%1 window": "%1 fenêtre" + }, + "%1 windows": { + "%1 windows": "%1 fenêtres" + }, + "%1m ago": { + "%1m ago": "il y a %1 min" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'Alternatif' laisse la clé se déverrouiller d'elle-même. 'Deux facteurs' nécessite un mot de passe ou une empreinte d'abord, puis la clé." + }, + "(Default)": { + "(Default)": "(Par défaut)" + }, + "(Unnamed)": { + "(Unnamed)": "(Sans nom)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 supplémentaire(s)" + }, + "/path/to/videos": { + "/path/to/videos": "/chemin/vers/vidéos/" + }, + "0 = square corners": { + "0 = square corners": "0 = coins carrés" + }, + "1 day": { + "1 day": "1 jour" + }, + "1 device connected": { + "1 device connected": "1 appareil connecté" + }, + "1 event": { + "1 event": "1 événement" + }, + "1 hour": { + "1 hour": "1 heure" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 heure et 30 minutes" + }, + "1 minute": { + "1 minute": "1 minute" + }, + "1 notification": { + "1 notification": "1 notification" + }, + "1 second": { + "1 second": "1 seconde" + }, + "10 minutes": { + "10 minutes": "10 minutes" + }, + "10 seconds": { + "10 seconds": "10 secondes" + }, + "10-bit Color": { + "10-bit Color": "Couleur 10 bits" + }, + "12 hours": { + "12 hours": "12 heures" + }, + "14 days": { + "14 days": "14 jours" + }, + "15 minutes": { + "15 minutes": "15 minutes" + }, + "15 seconds": { + "15 seconds": "15 secondes" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 heures" + }, + "2 minutes": { + "2 minutes": "2 minutes" + }, + "2 seconds": { + "2 seconds": "2 secondes" + }, + "20 minutes": { + "20 minutes": "20 minutes" + }, + "20 seconds": { + "20 seconds": "20 secondes" + }, + "24-Hour Format": { + "24-Hour Format": "Format 24 Heures" + }, + "24-hour clock": { + "24-hour clock": "Horloge 24 heures" + }, + "24-hour format": { + "24-hour format": "Format 24 heures" + }, + "25 seconds": { + "25 seconds": "25 secondes" + }, + "250 ms": { + "250 ms": "250ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 jours" + }, + "3 hours": { + "3 hours": "3 heures" + }, + "3 minutes": { + "3 minutes": "3 minutes" + }, + "3 seconds": { + "3 seconds": "3 secondes" + }, + "30 days": { + "30 days": "30 jours" + }, + "30 minutes": { + "30 minutes": "30 minutes" + }, + "30 seconds": { + "30 seconds": "30 secondes" + }, + "35 seconds": { + "35 seconds": "35 secondes" + }, + "3rd party": { + "3rd party": "tiers" + }, + "4 hours": { + "4 hours": "4 heures" + }, + "4 seconds": { + "4 seconds": "4 secondes" + }, + "40 seconds": { + "40 seconds": "40 secondes" + }, + "45 seconds": { + "45 seconds": "45 secondes" + }, + "5 minutes": { + "5 minutes": "5 minutes" + }, + "5 seconds": { + "5 seconds": "5 secondes" + }, + "50 seconds": { + "50 seconds": "50 secondes" + }, + "500 ms": { + "500 ms": "500ms" + }, + "55 seconds": { + "55 seconds": "55 secondes" + }, + "6 hours": { + "6 hours": "6 heures" + }, + "7 days": { + "7 days": "7 jours" + }, + "750 ms": { + "750 ms": "750ms" + }, + "8 hours": { + "8 hours": "8 heures" + }, + "8 seconds": { + "8 seconds": "8 secondes" + }, + "90 days": { + "90 days": "90 jours" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Un fichier portant ce nom existe déjà. Voulez-vous le remplacer ?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Un environnement de bureau moderne pour les compositeurs Wayland" + }, + "AC Power": { + "AC Power": "Alimentation secteur" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Annulé" + }, + "About": { + "About": "À propos" + }, + "Accent Color": { + "Accent Color": "Couleur d’accentuation" + }, + "Accept": { + "Accept": "Accepter" + }, + "Accept Jobs": { + "Accept Jobs": "Accepter les tâches" + }, + "Accepting": { + "Accepting": "En cours d’acceptation" + }, + "Access clipboard history": { + "Access clipboard history": "Accéder à l’historique du presse-papiers" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Accès aux notifications et au mode ne pas déranger" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Accès aux contrôles et paramètres système" + }, + "Action": { + "Action": "Action" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "L'action a échoué ou le terminal a été fermé." + }, + "Actions": { + "Actions": "Actions" + }, + "Activate": { + "Activate": "Activer" + }, + "Activate Greeter": { + "Activate Greeter": "Activer le Greeter" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Activer le greeter DMS ? Un terminal va s'ouvrir pour l'authentification sudo. Exécutez la Synchro après l'activation pour appliquer vos paramètres." + }, + "Activation": { + "Activation": "Activation" + }, + "Active": { + "Active": "Actif" + }, + "Active Color": { + "Active Color": "Couleur active" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Écran actif pour l’écran de verrouillage" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Activer l’arrière-plan de la tuile et la couleur de l’icône" + }, + "Active: %1": { + "Active: %1": "Actif : %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Actif : %1 +%2" + }, + "Active: None": { + "Active: None": "Actif : aucun" + }, + "Adapters": { + "Adapters": "Adaptateurs" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Ajouter" + }, + "Add Bar": { + "Add Bar": "Ajouter une barre" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Ajouter un widget de bureau" + }, + "Add Printer": { + "Add Printer": "Ajouter une imprimante" + }, + "Add Title": { + "Add Title": "Ajouter titre" + }, + "Add Widget": { + "Add Widget": "Ajouter un widget" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Ajouter un widget à la section %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Ajouter une bordure autour du dock" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Ajouter un préfixe personnalisé à tous les lancements d’applications (ex. uwsm-app, systemd-run ou autres wrappers de commandes)." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Ajouter et configurer les widgets affichés sur le bureau" + }, + "Add by Address": { + "Add by Address": "Ajouter par adresse" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Ajuster le nombre de colonnes en mode vue en grille." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Ajuster le volume à la molette" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Ajuste le contraste des couleurs générées (-100 = minimum, 0 = standard, 100 = maximum)" + }, + "Advanced": { + "Advanced": "Avancé" + }, + "Afternoon": { + "Afternoon": "Après-midi" + }, + "All": { + "All": "Tous" + }, + "All Monitors": { + "All Monitors": "Tous les écrans" + }, + "All checks passed": { + "All checks passed": "Toutes les vérifications ont réussi" + }, + "All day": { + "All day": "Toute la journée" + }, + "All displays": { + "All displays": "Tous les écrans" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Autoriser les clics à travers le widget" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Retour arrière : Retour • F1/I : Infos fichier • F10 : Aide • Échap : Fermer" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternatif (OR)" + }, + "Always Active": { + "Always Active": "Toujours actif" + }, + "Always Show Percentage": { + "Always Show Percentage": "Toujours afficher le pourcentage" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Toujours cacher le dock et le révéler au survol proche de la zone du dock" + }, + "Always on icons": { + "Always on icons": "Icônes toujours visibles" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Toujours afficher au minimum 3 espaces de travail, même si moins sont disponibles" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Toujours afficher le dock lorsque la vue d’ensemble de Niri est ouverte" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Toujours afficher lorsqu’un seul écran est connecté" + }, + "Amount": { + "Amount": "Quantité" + }, + "Analog": { + "Analog": "Analogique" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Affichage de l’horloge analogique, numérique ou empilée" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Analyse de la configuration…" + }, + "Animation Duration": { + "Animation Duration": "Durée d'animation" + }, + "Animation Speed": { + "Animation Speed": "Vitesse d'animation" + }, + "Anonymous Identity": { + "Anonymous Identity": "Identité anonyme" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Identité anonyme (facultatif)" + }, + "App Customizations": { + "App Customizations": "Personnalisation d'appli" + }, + "App ID Substitutions": { + "App ID Substitutions": "Substitutions d’identifiant d’application" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "Regex de l'ID d'appli (e.g. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Lanceur d’applications" + }, + "App Names": { + "App Names": "Noms des applications" + }, + "App Theming": { + "App Theming": "Habillage des applis" + }, + "Appearance": { + "Appearance": "Apparence" + }, + "Application Dock": { + "Application Dock": "Dock d’applications" + }, + "Applications": { + "Applications": "Applications" + }, + "Apply Changes": { + "Apply Changes": "Appliquer les modifications" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Appliquer les couleurs GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Appliquer les couleurs Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Appliquer une température de couleur chaude pour réduire la fatigue visuelle. Utilisez les paramètres d’automatisation ci-dessous pour définir son activation." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "Applis" + }, + "Apps Dock": { + "Apps Dock": "Dock d'applis" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Paramètres des applis du Dock" + }, + "Apps Icon": { + "Apps Icon": "Icône des applis" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Les applications sont classées par fréquence d’utilisation, puis par dernière utilisation, puis par ordre alphabétique." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Les applis avec un nom, une icône ou des options de lancement personnalisées. Faites un clic droit sur une appli et sélectionnez 'Editer appli' pour customiser." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Applis dont les notifications popup sont en sourdine. Réactivez ou supprimez pour les rétablir. " + }, + "Architecture": { + "Architecture": "Architecture" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Êtes-vous sur de vouloir terminer la session \"%1\" ? " + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Organiser les écrans et configurer la résolution, la fréquence de rafraîchissement et le VRR." + }, + "Attach": { + "Attach": "Attacher" + }, + "Audio": { + "Audio": "Audio" + }, + "Audio Codec": { + "Audio Codec": "Codec audio" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Sélection du codec audio" + }, + "Audio Devices": { + "Audio Devices": "Appareils audio" + }, + "Audio Input": { + "Audio Input": "Entrée audio" + }, + "Audio Output": { + "Audio Output": "Sortie audio" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Périphériques de sortie audio (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Sélecteur de sortie audio" + }, + "Audio Visualizer": { + "Audio Visualizer": "Visualiseur audio" + }, + "Audio system restarted": { + "Audio system restarted": "Système audio redémarré" + }, + "Audio volume control": { + "Audio volume control": "Contrôle du volume audio" + }, + "Auth": { + "Auth": "Authentification" + }, + "Auth Type": { + "Auth Type": "Type d’authentification" + }, + "Authenticate": { + "Authenticate": "S’authentifier" + }, + "Authenticating...": { + "Authenticating...": "Authentification..." + }, + "Authentication": { + "Authentication": "Authentification" + }, + "Authentication Required": { + "Authentication Required": "Authentification requise" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "Erreur d'authentification - essayez à nouveau" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Échec de l’authentification, veuillez réessayer" + }, + "Authorize": { + "Authorize": "Autoriser" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Autoriser l’appairage avec " + }, + "Authorize service for ": { + "Authorize service for ": "Autoriser le service pour " + }, + "Auto": { + "Auto": "Auto" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "Auto (large)" + }, + "Auto Location": { + "Auto Location": "Localisation automatique" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Espacements automatiques des fenêtres contextuelles" + }, + "Auto-Clear After": { + "Auto-Clear After": "Nettoyage automatique après" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Délai de masquage automatique" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Fermer automatiquement la vue d’ensemble de Niri lors du lancement d’applications." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Supprimer automatiquement les notifications plus anciennes que ceci" + }, + "Auto-hide": { + "Auto-hide": "Cacher automatiquement" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Masquer automatiquement le dock" + }, + "Auto-saving...": { + "Auto-saving...": "Sauvegarde automatique..." + }, + "Autoconnect": { + "Autoconnect": "Connexion automatique" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Connexion automatique désactivée" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Connexion automatique activée" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Mode sombre automatique" + }, + "Automatic Control": { + "Automatic Control": "Passage automatique" + }, + "Automatic Cycling": { + "Automatic Cycling": "Défilement automatique" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Faire défiler automatiquement les fonds d’écran du même dossier" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Supprimer automatiquement les entrées plus anciennes que ce délai" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Détecter automatiquement la localisation à partir de l’adresse IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Détermine automatiquement votre emplacement à l'aide de votre adresse IP" + }, + "Automatically lock after": { + "Automatically lock after": "Verrouillage automatique après" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Verrouiller l'écran automatiquement lorsque DMS démarre" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Verrouiller automatiquement l’écran lorsque le système se prépare à se mettre en veille" + }, + "Automation": { + "Automation": "Automatisation" + }, + "Available": { + "Available": "Disponible" + }, + "Available Layouts": { + "Available Layouts": "Dispositions disponibles" + }, + "Available Networks": { + "Available Networks": "Réseaux disponibles" + }, + "Available Plugins": { + "Available Plugins": "Plugins disponibles" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Écrans disponibles (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Disponible dans les modes Vue détaillée et Prévisions" + }, + "Available.": { + "Available.": "Disponible." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Retour" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "Arrière-plan" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Opacité de l’arrière-plan" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "Image d’arrière-plan" + }, + "Backlight device": { + "Backlight device": "Périphérique de rétroéclairage" + }, + "Balance power and performance": { + "Balance power and performance": "Équilibre entre consommation et performance" + }, + "Balanced": { + "Balanced": "Equilibré" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Palette équilibrée avec des accents ciblés (par défaut)." + }, + "Bar Configurations": { + "Bar Configurations": "Configurations de la barre" + }, + "Bar Shadows": { + "Bar Shadows": "Ombres de barre" + }, + "Bar Transparency": { + "Bar Transparency": "Transparence de la barre" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Couleur de base pour les ombres (l'opacité est appliquée automatiquement)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Durée de base des animations (faites glisser pour utiliser une valeur personnalisée)" + }, + "Battery": { + "Battery": "Batterie" + }, + "Battery %1": { + "Battery %1": "Batterie %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Limite de charge de la batterie" + }, + "Battery and power management": { + "Battery and power management": "Gestion de la batterie et de l’alimentation" + }, + "Battery level and power management": { + "Battery level and power management": "Niveau de batterie et gestion de l'alimentation" + }, + "Behavior": { + "Behavior": "Comportement" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Lier l’écran de verrouillage aux signaux D-Bus de loginctl. À désactiver si un écran de verrouillage externe est utilisé." + }, + "Binds Include Missing": { + "Binds Include Missing": "Inclusion des raccourcis manquante" + }, + "Binds include added": { + "Binds include added": "Inclusion des raccourcis ajoutée" + }, + "Bit Depth": { + "Bit Depth": "Profondeur de bits" + }, + "Block Out": { + "Block Out": "Bloquer" + }, + "Block Out From": { + "Block Out From": "Bloquer de" + }, + "Block notifications": { + "Block notifications": "Bloquer les notifications" + }, + "Blocked": { + "Blocked": "Bloqué" + }, + "Blue light filter": { + "Blue light filter": "Filtre de lumière bleue" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Paramètres Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth non disponible" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Flouter la couche du fond d’écran" + }, + "Blur on Overview": { + "Blur on Overview": "Flou dans la vue d’ensemble" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Flouter le fond d’écran lorsque la vue d’ensemble de Niri est ouverte" + }, + "Body": { + "Body": "Corps" + }, + "Border": { + "Border": "Bordure" + }, + "Border Color": { + "Border Color": "Couleur de la bordure" + }, + "Border Opacity": { + "Border Opacity": "Opacité de la bordure" + }, + "Border Size": { + "Border Size": "Taille de la bordure" + }, + "Border Thickness": { + "Border Thickness": "Épaisseur de la bordure" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "Bordures avec fond" + }, + "Bottom": { + "Bottom": "Bas" + }, + "Bottom Center": { + "Bottom Center": "Au centre en bas" + }, + "Bottom Left": { + "Bottom Left": "Bas gauche" + }, + "Bottom Right": { + "Bottom Right": "Bas droit" + }, + "Bottom Section": { + "Bottom Section": "Section inférieure" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Dock inférieur pour les applications épinglées et en cours d’exécution" + }, + "Brightness": { + "Brightness": "Luminosité" + }, + "Brightness Slider": { + "Brightness Slider": "Curseur de luminosité" + }, + "Brightness Value": { + "Brightness Value": "Valeur de luminosité" + }, + "Brightness control not available": { + "Brightness control not available": "Contrôle de la luminosité non disponible" + }, + "Browse": { + "Browse": "Parcourir" + }, + "Browse Files": { + "Browse Files": "Chercher des fichiers" + }, + "Browse Plugins": { + "Browse Plugins": "Parcourir les plugins" + }, + "Browse Themes": { + "Browse Themes": "Parcourir les thèmes" + }, + "Browse or search plugins": { + "Browse or search plugins": "Chercher des plugins" + }, + "Button Color": { + "Button Color": "Couleur du bouton" + }, + "CPU": { + "CPU": "Processeur" + }, + "CPU Graph": { + "CPU Graph": "Graphique du CPU" + }, + "CPU Temperature": { + "CPU Temperature": "Température CPU" + }, + "CPU Usage": { + "CPU Usage": "Utilisation CPU" + }, + "CPU temperature display": { + "CPU temperature display": "Affichage de la température du CPU" + }, + "CPU usage indicator": { + "CPU usage indicator": "Indicateur d’utilisation du CPU" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Surveillance du processeur, de la mémoire, du réseau et du disque" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "Avertissement de filtre non sécurisé CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "Avertissement de filtre manquant CUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "Serveur d’impression CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS non disponible" + }, + "Camera": { + "Camera": "Caméra" + }, + "Cancel": { + "Cancel": "Annuler" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Annuler tous les jobs pour \"%1\" ?" + }, + "Canceled": { + "Canceled": "Annulé" + }, + "Cannot pair": { + "Cannot pair": "Impossible d’appairer" + }, + "Capabilities": { + "Capabilities": "Capacités" + }, + "Capacity": { + "Capacity": "Capacité" + }, + "Caps Lock": { + "Caps Lock": "Verr. Maj." + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Indicateur Verr. Maj." + }, + "Caps Lock is on": { + "Caps Lock is on": "Verr Maj est activé" + }, + "Center Section": { + "Center Section": "Partie centrale" + }, + "Center Single Column": { + "Center Single Column": "Colonne centrale unique" + }, + "Center Tiling": { + "Center Tiling": "Mosaïque centrée" + }, + "Certificate Password": { + "Certificate Password": "Mot de passe du certificat" + }, + "Change Song": { + "Change Song": "Changer de musique" + }, + "Change Volume": { + "Change Volume": "Changer le volume" + }, + "Change bar appearance": { + "Change bar appearance": "Modifier l’apparence de la barre" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "Changer les paramètres régionaux utilisés pour le format de la date et de l'heure, indépendant de la langue de l'interface." + }, + "Channel": { + "Channel": "Canal" + }, + "Charging": { + "Charging": "En charge" + }, + "Check for system updates": { + "Check for system updates": "Rechercher des mises à jour système" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "Vérification des mises à jour..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "Vérification de la nécessité de l'authentification sudo..." + }, + "Checking...": { + "Checking...": "Vérification..." + }, + "Checking…": { + "Checking…": "Vérification..." + }, + "Choose Color": { + "Choose Color": "Choisir une couleur" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Choisir la couleur du mode sombre" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Choisir la couleur du logo du Lanceur dans le Dock" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Choisir la couleur du logo du lanceur" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Choisir la couleur du mode clair" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Choisir la couleur du fond d'écran" + }, + "Choose a color": { + "Choose a color": "Choisir une couleur" + }, + "Choose colors from palette": { + "Choose colors from palette": "Choisir des couleurs depuis la palette" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Choisir le mode d’affichage du widget météo" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Choisissez comment cette barre gère la direction de l'ombre" + }, + "Choose icon": { + "Choose icon": "Choisir une icône" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Choisir la couleur de fond des widgets" + }, + "Choose the border accent color": { + "Choose the border accent color": "Choisir la couleur d’accentuation de la bordure" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Choisir le logo affiché sur le bouton du lanceur dans la DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Choisir l’emplacement d’affichage des notifications" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Choisir l’emplacement des affichages à l’écran" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Choisir les écrans sur lesquels afficher ce widget" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Choisir l’écran qui affiche l’interface de verrouillage. Les autres écrans afficheront une couleur unie pour éviter le marquage OLED." + }, + "Chroma Style": { + "Chroma Style": "Style chromatique" + }, + "Cipher": { + "Cipher": "Chiffrement" + }, + "Circle": { + "Circle": "Cercle" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Classe regex (e.g. firefox$)" + }, + "Clear": { + "Clear": "Effacer" + }, + "Clear All": { + "Clear All": "Tout effacer" + }, + "Clear All Jobs": { + "Clear All Jobs": "Supprimer toutes les tâches" + }, + "Clear History?": { + "Clear History?": "Effacer l'historique ?" + }, + "Clear Sky": { + "Clear Sky": "Ciel dégagé" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Effacer tout l’historique au démarrage du serveur" + }, + "Clear at Startup": { + "Clear at Startup": "Effacer au démarrage" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Cliquez sur « Configurer » pour créer %1 et l’ajouter à la configuration." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Cliquez sur “Configuration” pour créer %1 et l’ajouter aux inclusions de la configuration de votre compositeur." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Cliquez sur « Configurer » pour créer la configuration du curseur et l’ajouter à celle du compositeur." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Cliquez sur « Configurer » pour créer la configuration des sorties et l’inclure dans la configuration du compositeur." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Cliquez sur importer pour ajouter un fichier .ovpn ou .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Cliquez sur Actualiser pour vérifier l'état." + }, + "Click Through": { + "Click Through": "Cliquable à travers" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Cliquez sur un raccourci pour l’éditer. Les modifications sont enregistrées dans %1" + }, + "Click to capture": { + "Click to capture": "Cliquer pour capturer" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Cliquez pour sélectionner un fichier JSON de thème personnalisé" + }, + "Clip": { + "Clip": "Ancrer" + }, + "Clip to Geometry": { + "Clip to Geometry": "Ancrer à la géométrie" + }, + "Clipboard": { + "Clipboard": "Presse-papiers" + }, + "Clipboard History": { + "Clipboard History": "Historique du presse-papiers" + }, + "Clipboard Manager": { + "Clipboard Manager": "Gestionnaire de presse-papiers" + }, + "Clipboard sent": { + "Clipboard sent": "Presse-papier envoyé" + }, + "Clipboard service not available": { + "Clipboard service not available": "Service de presse-papiers non disponible" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Le presse-papiers fonctionne mais rien n’est enregistré sur le disque" + }, + "Clock": { + "Clock": "Horloge" + }, + "Clock Style": { + "Clock Style": "Style de l’horloge" + }, + "Close": { + "Close": "Fermer" + }, + "Close All Windows": { + "Close All Windows": "Fermer toutes les fenêtres" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Fermer la vue d’ensemble au lancement" + }, + "Close Window": { + "Close Window": "Fermer la fenêtre" + }, + "Color": { + "Color": "Couleur" + }, + "Color Gamut": { + "Color Gamut": "Gamme de couleurs" + }, + "Color Management": { + "Color Management": "Gestion des couleurs" + }, + "Color Mode": { + "Color Mode": "Mode actuel" + }, + "Color Override": { + "Color Override": "Forcer la couleur" + }, + "Color Picker": { + "Color Picker": "Sélecteur de couleur" + }, + "Color Temperature": { + "Color Temperature": "Température de couleur" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Couleur affichée sur les écrans sans interface de verrouillage" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Couleur primaire pour les boutons d'action" + }, + "Color temperature for day time": { + "Color temperature for day time": "Température de couleur pour la journée" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Température de couleur pour le mode nuit" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Thème de couleur pour le surlignage." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Thème de couleur pour le surlignage. %1 thèmes disponibles." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Thème de couleurs provenant du registre DMS" + }, + "Colorful": { + "Colorful": "Coloré" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Mélange coloré avec des accents lumineux et contrastés." + }, + "Colorize Active": { + "Colorize Active": "Coloriser actif" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Couleurs extraites du fond d’écran" + }, + "Column": { + "Column": "Colonne" + }, + "Column Display": { + "Column Display": "Affichage en colonnes" + }, + "Column Width": { + "Column Width": "Longueur de colonne" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "Commande" + }, + "Commands": { + "Commands": "Commandes" + }, + "Communication": { + "Communication": "Communication" + }, + "Community themes": { + "Community themes": "Thèmes de la communauté" + }, + "Compact": { + "Compact": "Compact" + }, + "Compact Mode": { + "Compact Mode": "Mode compact" + }, + "Completed": { + "Completed": "Terminé" + }, + "Compositor": { + "Compositor": "Compositeur" + }, + "Compositor Settings": { + "Compositor Settings": "Paramètres du compositeur" + }, + "Compositor not supported": { + "Compositor not supported": "Compositeur non supporté" + }, + "Config Format": { + "Config Format": "Format de configuration" + }, + "Config action: %1": { + "Config action: %1": "Action de configuration : %1" + }, + "Config validation failed": { + "Config validation failed": "Échec de la validation de la configuration" + }, + "Configuration": { + "Configuration": "Configuration" + }, + "Configuration activated": { + "Configuration activated": "Configuration activée" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "La configuration sera conservée lorsque cet écran se reconnectera" + }, + "Configure": { + "Configure": "Configurer" + }, + "Configure Keybinds": { + "Configure Keybinds": "Configurer les raccourcis clavier" + }, + "Configure a new printer": { + "Configure a new printer": "Configurer une nouvelle imprimante" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Configurer les icônes pour les espaces de travail nommés. Les icônes ont priorité sur les numéros lorsqu’ils sont tous deux activés." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Configurer les critères de correspondance et les actions" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Configurer les écrans affichant \"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Configurer les écrans affichant les composants du shell" + }, + "Confirm": { + "Confirm": "Confirmer" + }, + "Confirm Delete": { + "Confirm Delete": "Confirmer la suppression" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Confirmer les modifications d’affichage" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Confirmer la clé de sécurité pour " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Conflits avec : %1" + }, + "Connect": { + "Connect": "Connecter" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Se connecter à un réseau masqué" + }, + "Connect to VPN": { + "Connect to VPN": "Se connecter à un VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Se connecter au Wi-Fi" + }, + "Connected": { + "Connected": "Connecté" + }, + "Connected Device": { + "Connected Device": "Appareil connecté" + }, + "Connected Displays": { + "Connected Displays": "Écrans connectés" + }, + "Connecting to Device": { + "Connecting to Device": "Connexion au périphérique" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Connexion..." + }, + "Connection failed": { + "Connection failed": "Connexion échouée" + }, + "Contains": { + "Contains": "Contient" + }, + "Content": { + "Content": "Contenu" + }, + "Content copied": { + "Content copied": "Contenu copié" + }, + "Contrast": { + "Contrast": "Contraste" + }, + "Control Center": { + "Control Center": "Centre de contrôle" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Couleur de la tuile du centre de contrôle" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Contrôler la durée des animations des popups et de l’historique des notifications" + }, + "Control currently playing media": { + "Control currently playing media": "Contrôle le média en lecture" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Contrôlez les informations de notification affichées sur l’écran de verrouillage" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Contrôlez quels plugins apparaissent dans le mode 'Tous' sans nécessiter de préfixe de déclenchement. Faites glisser pour réorganiser." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Contrôler les espaces de travail et les colonnes via le défilement sur la barre" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Contrôle l’opacité de toutes les fenêtres contextuelles, modales et de leurs couches de contenu" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Contrôle la transparence des ombres" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "Délai" + }, + "Copied GIF": { + "Copied GIF": "GIF copié" + }, + "Copied MP4": { + "Copied MP4": "MP4 copié" + }, + "Copied WebP": { + "Copied WebP": "WebP copié" + }, + "Copied to clipboard": { + "Copied to clipboard": "Copié dans le presse-papiers" + }, + "Copied!": { + "Copied!": "Copié !" + }, + "Copy": { + "Copy": "Copier" + }, + "Copy Content": { + "Copy Content": "Copier contenu" + }, + "Copy Full Command": { + "Copy Full Command": "Copier commande complète" + }, + "Copy HTML": { + "Copy HTML": "Copier HTML" + }, + "Copy Name": { + "Copy Name": "Copier nom" + }, + "Copy PID": { + "Copy PID": "Copier le PID" + }, + "Copy Text": { + "Copy Text": "Copier texte" + }, + "Copy path": { + "Copy path": "Copier chemin" + }, + "Corner Radius": { + "Corner Radius": "Rayon des coins" + }, + "Corner Radius Override": { + "Corner Radius Override": "Forcer le rayon des coins" + }, + "Corners & Background": { + "Corners & Background": "Coins et arrière-plan" + }, + "Count Only": { + "Count Only": "Nombre uniquement" + }, + "Cover Open": { + "Cover Open": "Capot ouvert" + }, + "Create": { + "Create": "Créer" + }, + "Create Dir": { + "Create Dir": "Créer un dossier" + }, + "Create Printer": { + "Create Printer": "Créer une imprimante" + }, + "Create Window Rule": { + "Create Window Rule": "Créer règle de fenêtre" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "Créer une nouvelle %1 session (n)" + }, + "Create rule for:": { + "Create rule for:": "Créer règle pour :" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Créez des règles pour mettre en sourdine, ignorer, masquer de l’historique ou modifier la priorité des notifications. Par défaut, seule la priorité est modifiée; les notifications s’affichent normalement. " + }, + "Creating...": { + "Creating...": "Création..." + }, + "Critical Priority": { + "Critical Priority": "Priorité critique" + }, + "Current": { + "Current": "Actuel" + }, + "Current Items": { + "Current Items": "Éléments actuels" + }, + "Current Locale": { + "Current Locale": "Paramètres régionaux actuels" + }, + "Current Monitor": { + "Current Monitor": "Ecran actuel" + }, + "Current Period": { + "Current Period": "Période actuelle" + }, + "Current Status": { + "Current Status": "État actuel" + }, + "Current Temp": { + "Current Temp": "Température actuelle" + }, + "Current Theme: %1": { + "Current Theme: %1": "Thème actuel : %1" + }, + "Current Weather": { + "Current Weather": "Météo actuelle" + }, + "Current Workspace": { + "Current Workspace": "Espace de travail actuel" + }, + "Current time and date display": { + "Current time and date display": "Affichage de l'heure et de la date actuelles" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Conditions météorologiques et température actuelles" + }, + "Current: %1": { + "Current: %1": "Actuel : %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Configuration du curseur non définie" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Inclusion du curseur manquante" + }, + "Cursor Size": { + "Cursor Size": "Taille du curseur" + }, + "Cursor Theme": { + "Cursor Theme": "Thème du curseur" + }, + "Custom": { + "Custom": "Personnalisé" + }, + "Custom Color": { + "Custom Color": "Couleur personnalisée" + }, + "Custom Duration": { + "Custom Duration": "Durée personnalisée" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Commande d’hibernation personnalisée" + }, + "Custom Location": { + "Custom Location": "Localisation personnalisée" + }, + "Custom Lock Command": { + "Custom Lock Command": "Commande de verrouillage personnalisée" + }, + "Custom Logout Command": { + "Custom Logout Command": "Commande de déconnexion personnalisée" + }, + "Custom Name": { + "Custom Name": "Nom personnalisé" + }, + "Custom Power Actions": { + "Custom Power Actions": "Actions d’alimentation personnalisées" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Commande d’extinction personnalisée" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Commande de redémarrage personnalisée" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Couleur d'ombre personnalisée" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Surcharge d'ombre personnalisée" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Commande de mise en veille personnalisée" + }, + "Custom Transparency": { + "Custom Transparency": "Transparence personnalisée" + }, + "Custom power profile": { + "Custom power profile": "Profil d’alimentation personnalisé" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Thème personnalisé chargé depuis un fichier JSON" + }, + "Custom...": { + "Custom...": "Personnalisé..." + }, + "Custom: ": { + "Custom: ": "Personnalisé : " + }, + "Customizable empty space": { + "Customizable empty space": "Espace vide personnalisable" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Personnaliser les actions affichées dans le menu d’alimentation" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "Moniteur DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "MODE DÉMO — Cliquez n’importe où pour quitter" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Gestionnaire de plugins DMS indisponible" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Raccourcis DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS obsolète" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Le service DMS n’est pas connecté. Les paramètres du presse-papiers sont indisponibles." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Actions du shell DMS (lanceur, presse-papiers, etc.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET indisponible" + }, + "DWL service not available": { + "DWL service not available": "Service DWL indisponible" + }, + "Daily": { + "Daily": "Par jour" + }, + "Daily at:": { + "Daily at:": "Chaque jour à :" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Barre Dank" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell est prêt à l’emploi" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "Icônes DankShell et système (redémarrage requis)" + }, + "Dark Mode": { + "Dark Mode": "Mode sombre" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "Assombrir l’arrière-plan des fenêtres modales" + }, + "Date Format": { + "Date Format": "Format de date" + }, + "Date format": { + "Date format": "Format de date" + }, + "Date format on greeter": { + "Date format on greeter": "Format de date sur le greeter" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Aube (crépuscule astronomique)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Aube (crépuscule civil)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Aube (crépuscule nautique)" + }, + "Day Date": { + "Day Date": "Date jour" + }, + "Day Month Date": { + "Day Month Date": "Date jour mois" + }, + "Day Temperature": { + "Day Temperature": "Température en journée" + }, + "Daytime": { + "Daytime": "En journée" + }, + "Deck": { + "Deck": "Dock" + }, + "Default": { + "Default": "Par défaut" + }, + "Default (Black)": { + "Default (Black)": "Par défaut (Noir)" + }, + "Default Width (%)": { + "Default Width (%)": "Largeur par défaut (%)" + }, + "Default selected action": { + "Default selected action": "Action sélectionnée par défaut" + }, + "Defaults": { + "Defaults": "Valeurs par défaut" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Définir les règles pour le comportement des fenêtres. Enregistré dans %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Suppr : Effacer • Maj+Suppr : Tout effacer • 1-9 : Actions • F10 : Aide • Échap : Fermer" + }, + "Delete": { + "Delete": "Supprimer" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Supprimer \"%1\" ?" + }, + "Delete Class": { + "Delete Class": "Supprimer la classe" + }, + "Delete Printer": { + "Delete Printer": "Supprimer l’imprimante" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Supprimer l'élément sauvegardé ?" + }, + "Delete VPN": { + "Delete VPN": "Supprimer le VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Supprimer la classe \"%1\" ?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Supprimer le profil \"%1\" ?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Dépendances & documentation" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Génère des couleurs proches de l’image sous-jacente." + }, + "Description": { + "Description": "Description" + }, + "Desktop": { + "Desktop": "Bureau" + }, + "Desktop Clock": { + "Desktop Clock": "Horloge du bureau" + }, + "Desktop Entry": { + "Desktop Entry": "Entrée de bureau" + }, + "Desktop Widget": { + "Desktop Widget": "Widget de bureau" + }, + "Desktop Widgets": { + "Desktop Widgets": "Widgets de bureau" + }, + "Desktop background images": { + "Desktop background images": "Images d’arrière-plan du bureau" + }, + "Detailed": { + "Detailed": "Détaillé" + }, + "Details for \"%1": { + "Details for \"%1\"": "Détails pour \"%1\"" + }, + "Development": { + "Development": "Développement" + }, + "Device": { + "Device": "Appareil" + }, + "Device connections": { + "Device connections": "Connexions des périphériques" + }, + "Device names updated": { + "Device names updated": "Noms des appareils mis à jour" + }, + "Device paired": { + "Device paired": "Périphérique appairé" + }, + "Device unpaired": { + "Device unpaired": "Appareil déconnecté" + }, + "Digital": { + "Digital": "Numérique" + }, + "Direction Source": { + "Direction Source": "Direction de la source" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Désactiver la connexion automatique" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Désactiver les fonds d’écran intégrés" + }, + "Disable History Persistence": { + "Disable History Persistence": "Désactiver la persistance de l’historique" + }, + "Disable Output": { + "Disable Output": "Désactiver la sortie" + }, + "Disabled": { + "Disabled": "Désactivé" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Désactivation du Wi-Fi..." + }, + "Disc": { + "Disc": "Disc" + }, + "Discard": { + "Discard": "Ignorer" + }, + "Discharging": { + "Discharging": "Déchargement" + }, + "Disconnect": { + "Disconnect": "Déconnecter" + }, + "Disconnected": { + "Disconnected": "Déconnecté" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Wi-Fi déconnecté" + }, + "Discover Devices": { + "Discover Devices": "Découvrir les appareils" + }, + "Disk": { + "Disk": "Disque" + }, + "Disk I/O": { + "Disk I/O": "Disque I/O" + }, + "Disk Usage": { + "Disk Usage": "Utilisation du disque" + }, + "Disk Usage Display": { + "Disk Usage Display": "Affichage de l'utilisation du disque" + }, + "Disks": { + "Disks": "Disques" + }, + "Dismiss": { + "Dismiss": "Ignorer" + }, + "Display": { + "Display": "Écran" + }, + "Display Assignment": { + "Display Assignment": "Affectation de l’écran" + }, + "Display Control": { + "Display Control": "Contrôle de l’affichage" + }, + "Display Name Format": { + "Display Name Format": "Format du nom d’affichage" + }, + "Display Profiles": { + "Display Profiles": "Profils d'écran" + }, + "Display Settings": { + "Display Settings": "Paramètres d’affichage" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Afficher un dock avec les applications épinglées et en cours d’exécution" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Afficher toutes les priorités au-dessus des applications en plein écran" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Afficher et changer les dispositions DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Afficher les icônes des applications dans les indicateurs d’espaces de travail" + }, + "Display brightness control": { + "Display brightness control": "Contrôle de la luminosité de l’écran" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "La configuration d’affichage n’est pas disponible. Le protocole de gestion de sortie WLR n’est pas pris en charge." + }, + "Display currently focused application title": { + "Display currently focused application title": "Afficher le titre de l’application actuellement active" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Afficher les prévisions météo horaires" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Afficher uniquement les espaces de travail contenant des fenêtres" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Afficher les actions du menu d’alimentation sous forme de grille" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Afficher les secondes sur l’horloge" + }, + "Display the power system menu": { + "Display the power system menu": "Afficher le menu d’alimentation du système" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Afficher les pourcentages de volume et de luminosité dans les fenêtres OSD" + }, + "Displays": { + "Displays": "Affichages" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Affiche le compteur lorsque le débordement est actif" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Affiche la disposition de clavier active et permet de la changer" + }, + "Distribution": { + "Distribution": "Distribution" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Palette variée couvrant l’ensemble du spectre." + }, + "Do Not Disturb": { + "Do Not Disturb": "Ne pas déranger" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock et lanceur" + }, + "Dock Transparency": { + "Dock Transparency": "Transparence du dock" + }, + "Dock Visibility": { + "Dock Visibility": "Visibilité du dock" + }, + "Docs": { + "Docs": "Documentation" + }, + "Documents": { + "Documents": "Documents" + }, + "Domain (optional)": { + "Domain (optional)": "Domaine (optionnel)" + }, + "Don't Change": { + "Don't Change": "Ne pas modifier" + }, + "Don't Save": { + "Don't Save": "Ne pas enregistrer" + }, + "Door Open": { + "Door Open": "Porte ouverte" + }, + "Downloads": { + "Downloads": "Téléchargements" + }, + "Drag to Reorder": { + "Drag to Reorder": "Glisser pour réorganiser" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Faites glisser les widgets pour les réorganiser dans les sections. Utilisez l’icône en forme d’œil pour afficher ou masquer les widgets (en conservant l’espacement), ou le X pour les supprimer complètement." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Glisser les indicateurs d'espaces de travail pour les réorganiser" + }, + "Driver": { + "Driver": "Pilote" + }, + "Drizzle": { + "Drizzle": "Bruine" + }, + "Duplicate": { + "Duplicate": "Dupliquer" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Dupliquer le fond d’écran avec flou" + }, + "Duration": { + "Duration": "Durée" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Crépuscule (astronomique)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Crépuscule (civil)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Crépuscule (nautique)" + }, + "Dynamic": { + "Dynamic": "Dynamique" + }, + "Dynamic Properties": { + "Dynamic Properties": "Propriétés dynamiques" + }, + "Dynamic Theming": { + "Dynamic Theming": "Habillage dynamique" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Couleurs dynamiques à partir du fond d’écran" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Couleurs dynamiques, préréglages" + }, + "Edge Spacing": { + "Edge Spacing": "Espacement des bords" + }, + "Edit App": { + "Edit App": "Editer appli" + }, + "Edit Window Rule": { + "Edit Window Rule": "Editer règle de fenêtre" + }, + "Education": { + "Education": "Éducation" + }, + "Empty": { + "Empty": "Vide" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Activer la profondeur de couleur 10 bits pour une gamme de couleurs étendue et la prise en charge du HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Activer la connexion automatique" + }, + "Enable Bar": { + "Enable Bar": "Activer la barre" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Activer le mode ne pas déranger" + }, + "Enable History": { + "Enable History": "Activer l’historique" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Activer la superposition de la vue d’ensemble" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Activer l'effet d'ondulation" + }, + "Enable System Sounds": { + "Enable System Sounds": "Activer les sons système" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Activer l'économiseur d'écran vidéo" + }, + "Enable Weather": { + "Enable Weather": "Activer la météo" + }, + "Enable WiFi": { + "Enable WiFi": "Activer le Wi-Fi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Activer une couche de flou détectable par le compositeur (espace de noms : dms:blurwallpaper). Nécessite une configuration manuelle de Niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Activer l'empreinte à la connexion" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Activer l’authentification par empreinte digitale" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Activer l’intégration du verrouillage via loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "Activer la clé de sécurité à la connexion" + }, + "Enable security key authentication": { + "Enable security key authentication": "Activer l'authentification avec clé de sécurité" + }, + "Enabled": { + "Enabled": "Activé" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "Activé, mais la disponibilité de l'empreinte n'a pas pu être confirmée." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "Activé, mais aucun lecteur d'empreintes n'a été détecté." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Activé, mais aucune empreinte n'a encore été enregistrée. Enregistrez une empreinte et exécutez la Synchro." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "Activé, mais la disponibilité de la clé de sécurité n'a pas pu être confirmée." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "Activé. PAM fourni déjà une authentification par empreinte." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "Activé. PAM fourni déjà une authentification par clé de sécurité." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Activé. PAM fourni l'authentification par empreinte, mais aucune empreinte n'a encore été enregistrée." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Activation du Wi-Fi..." + }, + "End": { + "End": "Fin" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Élargir lors du survol" + }, + "Enlargement %": { + "Enlargement %": "Élargissement %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Saisir la clé à 6 chiffres" + }, + "Enter PIN": { + "Enter PIN": "Entrer le code PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "Saisir le code PIN pour " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Entrer l'URL ou le texte à partager" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Entrer un nouveau nom pour la session \"%1\"" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Entrer un nom pour cet espace de travail" + }, + "Enter command or script path": { + "Enter command or script path": "Entrer une commande ou un chemin de script" + }, + "Enter credentials for ": { + "Enter credentials for ": "Saisir les identifiants pour " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Saisir le format personnalisé de l’écran de verrouillage (ex. : dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Saisir le format personnalisé de la barre supérieure (ex. : ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Entrer le nom de l'appareil..." + }, + "Enter filename...": { + "Enter filename...": "Entrez le nom du fichier..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Saisir le préfixe de lancement (ex. : « uwsm-app »)" + }, + "Enter network name and password": { + "Enter network name and password": "Saisir le nom du réseau et le mot de passe" + }, + "Enter passkey for ": { + "Enter passkey for ": "Saisir la clé pour " + }, + "Enter password for ": { + "Enter password for ": "Saisir le mot de passe pour " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Saisir cette clé sur " + }, + "Enter to Paste": { + "Enter to Paste": "Entrée pour coller" + }, + "Enterprise": { + "Enterprise": "Entreprise" + }, + "Entry pinned": { + "Entry pinned": "Entrée épinglée" + }, + "Entry unpinned": { + "Entry unpinned": "Entrée désépinglée" + }, + "Environment Variables": { + "Environment Variables": "Variables d'environnement" + }, + "Error": { + "Error": "Erreur" + }, + "Errors": { + "Errors": "Erreurs" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Exact" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Décalage de zone exclusive" + }, + "Experimental Feature": { + "Experimental Feature": "Fonctionnalité expérimentale" + }, + "Explore": { + "Explore": "Explorer" + }, + "Exponential": { + "Exponential": "Exponentiel" + }, + "Expressive": { + "Expressive": "Expressif" + }, + "Extend battery life": { + "Extend battery life": "Étendre la durée de vide la batterie" + }, + "Extensible architecture": { + "Extensible architecture": "Architecture extensible" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Gestion externe des fonds d’écran" + }, + "Extra Arguments": { + "Extra Arguments": "Arguments supplémentaires" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I : Basculer • F10 : Aide" + }, + "Fade": { + "Fade": "Fondu" + }, + "Fade to lock screen": { + "Fade to lock screen": "Fondu vers l’écran de verrouillage" + }, + "Fade to monitor off": { + "Fade to monitor off": "Fondu avant extinction de l’écran" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Échec de l'appairage" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Échec de l’activation de la configuration" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Échec d'activation du profil - fichier non trouvé" + }, + "Failed to add binds include": { + "Failed to add binds include": "Échec de l’ajout de l’inclusion des raccourcis" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Échec de l’ajout de l’imprimante à la classe" + }, + "Failed to browse device": { + "Failed to browse device": "Échec de la recherche de l'appareil" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Échec de l’annulation de toutes les tâches" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Échec de l’annulation de la tâche sélectionnée" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "Échec de la vérification des mises à jour : %1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Échec de la vérification de la limite d'épinglage" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Échec de la connexion au VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Échec de la connexion à %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Échec de la copie de l’entrée" + }, + "Failed to create printer": { + "Failed to create printer": "Échec de la création de l’imprimante" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Échec de la création des répertoires de profils" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Échec de la suppression du VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Échec de la suppression de la classe" + }, + "Failed to delete printer": { + "Failed to delete printer": "Échec de la suppression de l’imprimante" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Échec de la désactivation de l’acceptation des tâches" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Échec de la désactivation du mode nuit" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Échec de la déconnexion du VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Échec de la déconnexion des VPN" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Échec de la déconnexion du Wi-Fi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Échec de l’activation de la localisation par IP" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Échec de l’activation du Wi-Fi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Échec de l’activation de l’acceptation des tâches" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Échec de l’activation du mode nuit" + }, + "Failed to hold job": { + "Failed to hold job": "Échec de la mise en attente de la tâche" + }, + "Failed to import VPN": { + "Failed to import VPN": "Échec de l’importation du VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Échec du lancement de l'appli SMS" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Échec du chargement de la configuration VPN" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Échec du chargement de la configuration du presse-papiers" + }, + "Failed to move job": { + "Failed to move job": "Échec du déplacement de la tâche" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Échec de l’analyse de plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Échec de l’analyse de session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Échec de l’analyse de settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Échec de la mise en pause de l’imprimante" + }, + "Failed to pin entry": { + "Failed to pin entry": "Échec de l'épinglage de l'entrée" + }, + "Failed to print test page": { + "Failed to print test page": "Échec de l’impression de la page de test" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Échec du rejet de l'appairage" + }, + "Failed to remove device": { + "Failed to remove device": "Échec de la suppression du périphérique" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Échec de la suppression du raccourci clavier" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Échec du retrait de l’imprimante de la classe" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Échec du redémarrage du système audio" + }, + "Failed to restart job": { + "Failed to restart job": "Échec du redémarrage de la tâche" + }, + "Failed to resume printer": { + "Failed to resume printer": "Échec de la reprise de l’imprimante" + }, + "Failed to ring device": { + "Failed to ring device": "Échec de la sonnerie sur l'appareil" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Échec de l'exécution de 'dms greeter status'. Vérifiez que DMS est installé et dans le PATH." + }, + "Failed to save audio config": { + "Failed to save audio config": "Échec de la sauvegarde de la config audio" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Échec de l’enregistrement du paramètre du presse-papiers" + }, + "Failed to save keybind": { + "Failed to save keybind": "Échec de l’enregistrement du raccourci clavier" + }, + "Failed to save profile file": { + "Failed to save profile file": "Échec de la sauvegarde du fichier de profil" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Échec de l'envoi du presse-papier" + }, + "Failed to send file": { + "Failed to send file": "Échec de l'envoi du fichier" + }, + "Failed to send ping": { + "Failed to send ping": "Échec de l'envoi du ping" + }, + "Failed to set brightness": { + "Failed to set brightness": "Échec du réglage de la luminosité" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Échec du réglage de l’emplacement du mode nuit" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Échec du réglage de la planification du mode nuit" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Échec du réglage de la température du mode nuit" + }, + "Failed to set power profile": { + "Failed to set power profile": "Échec lors de l'édition du profil d'alimentation" + }, + "Failed to set profile image": { + "Failed to set profile image": "Échec de la définition de l’image de profil" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Échec de la définition de l’image de profil : %1" + }, + "Failed to share": { + "Failed to share": "Échec du partage" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Échec du démarrage de la connexion à %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Échec du désépinglage de l'entrée" + }, + "Failed to update VPN": { + "Failed to update VPN": "Échec de la mise à jour du VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Échec de la mise à jour de la connexion automatique" + }, + "Failed to update description": { + "Failed to update description": "Échec de la mise à jour de la description" + }, + "Failed to update location": { + "Failed to update location": "Échec de la mise à jour de l’emplacement" + }, + "Failed to update sharing": { + "Failed to update sharing": "Échec de la mise à jour du partage" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Échec de l’écriture du fichier temporaire pour la validation" + }, + "Features": { + "Features": "Fonctionnalités" + }, + "Feels": { + "Feels": "Ressenti" + }, + "Feels Like": { + "Feels Like": "Température ressentie" + }, + "Feels Like %1°": { + "Feels Like %1°": "Ressenti %1°C" + }, + "Fidelity": { + "Fidelity": "Fidelité" + }, + "Field": { + "Field": "Champ" + }, + "File": { + "File": "Fichier" + }, + "File Already Exists": { + "File Already Exists": "Fichier déjà existant" + }, + "File Information": { + "File Information": "Informations sur le fichier" + }, + "File received from": { + "File received from": "Fichier reçu de" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "La recherche de fichiers nécessite dsearch\nInstallez-le depuis github.com/morelazers/dsearch" + }, + "Files": { + "Files": "Fichiers" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Surveillance de l’utilisation du système de fichiers" + }, + "Fill": { + "Fill": "Remplir" + }, + "Find in Text": { + "Find in Text": "Rechercher dans le texte" + }, + "Find in note...": { + "Find in note...": "Rechercher dans la note..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "La disponibilité de l'empreinte n'a pas pu être confirmée." + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Lecteur d'empreintes détecté, mais aucune empreinte n'a encore été enregistrée. Vous pouvez l'activer maintenant et enregistrer une empreinte plus tard." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "Terminer" + }, + "First Day of Week": { + "First Day of Week": "Premier jour de la semaine" + }, + "First Time Setup": { + "First Time Setup": "Configuration initiale" + }, + "Fit": { + "Fit": "Ajuster" + }, + "Fix Now": { + "Fix Now": "Corriger maintenant" + }, + "Fixing...": { + "Fixing...": "Correction en cours..." + }, + "Flags": { + "Flags": "Indicateurs" + }, + "Flipped": { + "Flipped": "Inversé" + }, + "Flipped 180°": { + "Flipped 180°": "Inversé à 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Inversé à 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Inversé à 90°" + }, + "Float": { + "Float": "Flottant" + }, + "Focus": { + "Focus": "Focus" + }, + "Focus at Startup": { + "Focus at Startup": "Focus au démarrage" + }, + "Focused Border": { + "Focused Border": "Bordure active" + }, + "Focused Color": { + "Focused Color": "Couleur active" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Uniquement l'écran sélectionné" + }, + "Focused Window": { + "Focused Window": "Fenêtre active" + }, + "Focused monitor only": { + "Focused monitor only": "Uniquement l'écran sélectionné" + }, + "Fog": { + "Fog": "Brouillard" + }, + "Folder": { + "Folder": "Dossier" + }, + "Folders": { + "Folders": "Dossiers" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Suivre le focus de l’écran" + }, + "Follow focus": { + "Follow focus": "Suivre le focus" + }, + "Font": { + "Font": "Police" + }, + "Font Family": { + "Font Family": "Famille de Polices" + }, + "Font Scale": { + "Font Scale": "Échelle de la police" + }, + "Font Size": { + "Font Size": "Taille de la police" + }, + "Font Weight": { + "Font Weight": "Épaisseur de la police" + }, + "Font used on the login screen": { + "Font used on the login screen": "Police utilisée sur l'écran de verrouillage" + }, + "Force HDR": { + "Force HDR": "Forcer le HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Forcer l'arrêt (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Forcer les couleurs étendues" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Forcer les applications terminal à toujours utiliser des thèmes sombres" + }, + "Forecast": { + "Forecast": "Prévisions" + }, + "Forecast Days": { + "Forecast Days": "Nombre de jours de prévision" + }, + "Forecast Not Available": { + "Forecast Not Available": "Prévisions indisponibles" + }, + "Forever": { + "Forever": "Toujours" + }, + "Forget": { + "Forget": "Oublier" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Oublier \"%1\" ?" + }, + "Forget Device": { + "Forget Device": "Oublier le périphérique" + }, + "Forget Network": { + "Forget Network": "Oublier le réseau" + }, + "Forgot network %1": { + "Forgot network %1": "Réseau %1 oublié" + }, + "Format Legend": { + "Format Legend": "Légende du format" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "%1 paquet trouvé à mettre à jour :" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "%1 paquets trouvés à mettre à jour :" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "Libérer la VRAM/mémoire lorsque le lanceur est fermé. Cela peut provoquer un léger délai à la réouverture." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Bruine verglaçante" + }, + "Frequency": { + "Frequency": "Fréquence" + }, + "Fruit Salad": { + "Fruit Salad": "Salade de fruits" + }, + "Full Command:": { + "Full Command:": "Commande complète :" + }, + "Full Content": { + "Full Content": "Contenu complet" + }, + "Full Day & Month": { + "Full Day & Month": "Jour et mois complets" + }, + "Full with Year": { + "Full with Year": "Complet avec l'année" + }, + "Fullscreen": { + "Fullscreen": "Plein écran" + }, + "Fullscreen Only": { + "Fullscreen Only": "Plein écran seulement" + }, + "Fully Charged": { + "Fully Charged": "Complètement chargé" + }, + "Fun": { + "Fun": "Divertissement" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G : grille • Z/X : taille" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "Surveillance du GPU" + }, + "GPU Temperature": { + "GPU Temperature": "Température GPU" + }, + "GPU temperature display": { + "GPU temperature display": "Affichage de la température du GPU" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE, et plus encore" + }, + "Games": { + "Games": "Jeux" + }, + "Gamma Control": { + "Gamma Control": "Contrôle du gamma" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Le contrôle du gamma n’est pas disponible. Nécessite l’API DMS v6 ou supérieure." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "Générique" + }, + "Get Started": { + "Get Started": "Commencer" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Échelle globale des durées d’animation" + }, + "Golden Hour": { + "Golden Hour": "Heure dorée" + }, + "Good": { + "Good": "Bon" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Rayon des coins gothiques" + }, + "Goth Corners": { + "Goth Corners": "Coins gothiques" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Atténuer progressivement l'écran avant de verrouiller avec un délai configurable" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Atténuer progressivement l'écran avant d'éteindre les écrans avec un délai configurable" + }, + "Graph Time Range": { + "Graph Time Range": "Intervalle temporel du graphique" + }, + "Graphics": { + "Graphics": "Graphiques" + }, + "Greeter": { + "Greeter": "Greeter" + }, + "Greeter Appearance": { + "Greeter Appearance": "Apparence du Greeter" + }, + "Greeter Behavior": { + "Greeter Behavior": "Comportement du Greeter" + }, + "Greeter Status": { + "Greeter Status": "État du Greeter" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Greeter activé. greetd est désormais activé." + }, + "Greeter font": { + "Greeter font": "Police du Greeter" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "Greeter seulement — n'affecte pas l'horloge principale" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "Greeter seulement — format pour la date sur l'écran de verrouillage" + }, + "Grid": { + "Grid": "Grille" + }, + "Grid Columns": { + "Grid Columns": "Colonnes de la grille" + }, + "Grid: OFF": { + "Grid: OFF": "Grille : désactivée" + }, + "Grid: ON": { + "Grid: ON": "Grille : activée" + }, + "Group": { + "Group": "Groupe" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Regrouper les applications de l'espace de travail" + }, + "Group by App": { + "Group by App": "Regrouper par application" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Regrouper plusieurs fenêtres de la même application avec un indicateur du nombre de fenêtres" + }, + "Group removed": { + "Group removed": "Group supprimé" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Regrouper les icônes d'applications répétées dans les espaces de travail non focalisés" + }, + "Groups": { + "Groups": "Groupes" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "Cartographie des tons HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "Le mode HDR est expérimental. Vérifiez que votre écran est compatible HDR avant de l'activer." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML copié dans le presse-papier" + }, + "Health": { + "Health": "Santé" + }, + "Heavy Rain": { + "Heavy Rain": "Forte pluie" + }, + "Heavy Snow": { + "Heavy Snow": "Forte neige" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Fortes averses de neige" + }, + "Height": { + "Height": "Hauteur" + }, + "Held": { + "Held": "Maintenu" + }, + "Help": { + "Help": "Aide" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Veille prolongée" + }, + "Hidden": { + "Hidden": "Masqué" + }, + "Hidden (%1)": { + "Hidden (%1)": "Masqué (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Applis masquées" + }, + "Hidden Network": { + "Hidden Network": "Réseau masqué" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Les applications masquées n’apparaîtront pas dans le lanceur. Faites un clic droit sur une appli et sélectionnez 'Masquer l’appli' pour la masquer." + }, + "Hide": { + "Hide": "Cacher" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Cacher les tiers" + }, + "Hide App": { + "Hide App": "Masquer l'appli" + }, + "Hide Delay": { + "Hide Delay": "Délai de masquage" + }, + "Hide Indicators": { + "Hide Indicators": "Cacher les indicateurs" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Masquer le widget de mise à jour" + }, + "Hide When Typing": { + "Hide When Typing": "Masquer lors de la saisie" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Masquer quand des fenêtres sont ouvertes" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Masquer le curseur après une période d’inactivité (0 = désactivé)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Masquer le curseur lors de l’utilisation du clavier" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Masquer le curseur lors de l’utilisation du tactile" + }, + "Hide device": { + "Hide device": "Masquer l'appareil" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Masquer le contenu des notifications tant qu'elles ne sont pas développées" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Masquer le contenu des notifications tant qu’elles ne sont pas développées; les popups s’affichent réduites par défaut" + }, + "Hide on Touch": { + "Hide on Touch": "Masquer au toucher" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Palette fidèle qui préserve les teintes d'origine." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "Mettre en évidence l'appli de l'espace de travail actif" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "Mettre en évidence l'appli sélectionnée dans les indicateurs d'espace de travail" + }, + "History": { + "History": "Historique" + }, + "History Retention": { + "History Retention": "Conservation de l’historique" + }, + "History Settings": { + "History Settings": "Paramètres de l'historique" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Historique effacé. %1 entrées épinglées conservées." + }, + "Hold Duration": { + "Hold Duration": "Durée de maintien" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Maintenez plus longtemps pour confirmer" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Maintenir pour confirmer les actions d'alimentation" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Maintenir pour confirmer (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Maintenir pour confirmer (%1s)" + }, + "Home": { + "Home": "Accueil" + }, + "Host": { + "Host": "Hôte" + }, + "Hostname": { + "Hostname": "Nom d'hôte" + }, + "Hot Corners": { + "Hot Corners": "Coins actifs" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Titre de la superposition des raccourcis clavier (optionnel)" + }, + "Hour": { + "Hour": "Heure" + }, + "Hourly": { + "Hourly": "Par heure" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Nombre de prévisions horaires" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Fréquence de changement de fond d'écran" + }, + "How the background image is scaled": { + "How the background image is scaled": "Comment l'image d'arrière-plan est échelonnée" + }, + "Humidity": { + "Humidity": "Humidité" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Serveur Discord Hyprland" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Surcharges de disposition Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "Options Hyprland" + }, + "Hyprland Website": { + "Hyprland Website": "Site Hyprland" + }, + "I Understand": { + "I Understand": "Je comprends" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "Adresse IP :" + }, + "IP address or hostname": { + "IP address or hostname": "Adresse IP ou nom d'hôte" + }, + "ISO Date": { + "ISO Date": "Date ISO" + }, + "Icon": { + "Icon": "Icône" + }, + "Icon Scale": { + "Icon Scale": "Échelle des icônes" + }, + "Icon Size": { + "Icon Size": "Taille d'icônes" + }, + "Icon Size %": { + "Icon Size %": "Taille d'icône %" + }, + "Icon Theme": { + "Icon Theme": "Thème d'icônes" + }, + "Idle": { + "Idle": "Au repos" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inhibiteur d'inactivité" + }, + "Idle Settings": { + "Idle Settings": "Paramètres d'inactivité" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Surveillance de l'inactivité non prise en charge - nécessite une version plus récente de Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Si le champ est masqué, il apparaîtra dès qu'une touche est pressée." + }, + "Ignore Completely": { + "Ignore Completely": "Ignorer complètement" + }, + "Image": { + "Image": "Image" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Image copiée dans le presse-papier" + }, + "Import": { + "Import": "Importer" + }, + "Import VPN": { + "Import VPN": "Importer VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Couleur d'écran inactif" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Inclure les transitions" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Inclure les actions du bureau (raccourcis) dans les résultats de recherche." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Plugins incompatibles chargés" + }, + "Incorrect password": { + "Incorrect password": "Mot de passe incorrect" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "Mot de passe incorrect - tentative %1 sur %2 (un verrouillage peut s'ensuivre)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "Mot de passe incorrect - les prochains échecs pourraient activer le verrouillage du compte" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Style d'indicateur" + }, + "Individual Batteries": { + "Individual Batteries": "Batteries individuelles" + }, + "Individual bar configuration": { + "Individual bar configuration": "Configuration individuelle de la barre" + }, + "Info": { + "Info": "Informations" + }, + "Inherit": { + "Inherit": "Hériter" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Hérite des paramètres globaux (par défaut)" + }, + "Inhibitable": { + "Inhibitable": "Inhibable" + }, + "Input Devices": { + "Input Devices": "Périphériques d'entrée" + }, + "Input Volume Slider": { + "Input Volume Slider": "Curseur du volume d'entrée" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Installer" + }, + "Install Greeter": { + "Install Greeter": "Installer Greeter" + }, + "Install Plugin": { + "Install Plugin": "Installer le plugin" + }, + "Install Theme": { + "Install Theme": "Installer le thème" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Installer des thèmes de couleurs depuis le registre de thèmes DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Installation terminée. Greeter a été installé." + }, + "Install failed: %1": { + "Install failed: %1": "Échec de l’installation : %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Installez le paquet matugen pour le thème dynamique" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Installer le plugin « %1 » depuis le registre DMS ?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Installer les plugins depuis le dépôt de plugins DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "Installer le Greeter DMS ? Un terminal va s'ouvrir pour l'authentification sudo." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Installer le thème « %1 » depuis le registre DMS ?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "Installation et mise en place de PAM : voir le " + }, + "Installed": { + "Installed": "Installé" + }, + "Installed: %1": { + "Installed: %1": "Installé : %1" + }, + "Installing: %1": { + "Installing: %1": "Installation : %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Masquage automatique" + }, + "Intensity": { + "Intensity": "Intensité" + }, + "Interface:": { + "Interface:": "Interface :" + }, + "Interlock Open": { + "Interlock Open": "Interverrouillage ouvert" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervalle" + }, + "Invalid configuration": { + "Invalid configuration": "Configuration invalide" + }, + "Invert on mode change": { + "Invert on mode change": "Inverser lors du changement de mode" + }, + "Iris Bloom": { + "Iris Bloom": "Floraison Iris" + }, + "Isolate Displays": { + "Isolate Displays": "Isoler les écrans" + }, + "Jobs": { + "Jobs": "Tâches" + }, + "Jobs: ": { + "Jobs: ": "Tâches : " + }, + "Keep Awake": { + "Keep Awake": "Maintenir éveillé" + }, + "Keep Changes": { + "Keep Changes": "Conserver les modifications" + }, + "Keeping Awake": { + "Keeping Awake": "Maintien éveillé" + }, + "Kernel": { + "Kernel": "Noyau" + }, + "Key": { + "Key": "Touche" + }, + "Keybind Sources": { + "Keybind Sources": "Sources des raccourcis clavier" + }, + "Keybinds": { + "Keybinds": "Raccourcis clavier" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Paramètres de recherche des raccourcis clavier" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Afficher les raccourcis clavier dans les résultats de recherche" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Nom de la disposition du clavier" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Raccourcis Clavier" + }, + "Keys": { + "Keys": "Touches" + }, + "Kill": { + "Kill": "Tuer" + }, + "Kill Process": { + "Kill Process": "Forcer l’arrêt du processus" + }, + "Kill Session": { + "Kill Session": "Tuer la session" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "Périphérique LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "Site LabWC" + }, + "Large": { + "Large": "Large" + }, + "Largest": { + "Largest": "Le plus large" + }, + "Last hour": { + "Last hour": "Dernière heure" + }, + "Last launched %1": { + "Last launched %1": "Dernier lancement %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Dernier lancement il y a %1 jour" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Dernier lancement il y a %1 jours" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Dernier lancement il y a %1 heure" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Dernier lancement il y a %1 heures" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Dernier lancement il y a %1 minute" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Dernier lancement il y a %1 minutes" + }, + "Last launched just now": { + "Last launched just now": "Dernier lancement à l’instant" + }, + "Latitude": { + "Latitude": "Latitude" + }, + "Launch": { + "Launch": "Lancer" + }, + "Launch Prefix": { + "Launch Prefix": "Préfixe de lancement" + }, + "Launch on dGPU": { + "Launch on dGPU": "Lancer sur le GPU intégrée" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "Lancer sur dGPU par défaut" + }, + "Launcher": { + "Launcher": "Lanceur" + }, + "Launcher Button": { + "Launcher Button": "Bouton du Lanceur" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Icône du bouton du lanceur" + }, + "Layout": { + "Layout": "Disposition" + }, + "Layout Overrides": { + "Layout Overrides": "Surcharges de disposition" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "Gauche" + }, + "Left Center": { + "Left Center": "Au centre à gauche" + }, + "Left Section": { + "Left Section": "Partie gauche" + }, + "Light Direction": { + "Light Direction": "Direction de la lumière" + }, + "Light Mode": { + "Light Mode": "Mode Clair" + }, + "Light Rain": { + "Light Rain": "Pluie légère" + }, + "Light Snow": { + "Light Snow": "Neige légère" + }, + "Light Snow Showers": { + "Light Snow Showers": "Faibles averses de neige" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "Ligne" + }, + "Line: %1": { + "Line: %1": "Ligne : %1" + }, + "Linear": { + "Linear": "Linéaire" + }, + "Lines: %1": { + "Lines: %1": "Lignes : %1" + }, + "List": { + "List": "Liste" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Palette vive avec des accents saturés." + }, + "Load Average": { + "Load Average": "Charge moyenne" + }, + "Loading codecs...": { + "Loading codecs...": "Chargement des codecs..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Chargement des raccourcis clavier..." + }, + "Loading trending...": { + "Loading trending...": "Chargement des tendances..." + }, + "Loading...": { + "Loading...": "Chargement..." + }, + "Local": { + "Local": "Local" + }, + "Locale": { + "Locale": "Régional" + }, + "Locale Settings": { + "Locale Settings": "Paramètres régionaux" + }, + "Location": { + "Location": "Emplacement" + }, + "Location Search": { + "Location Search": "Recherche d’emplacement" + }, + "Lock": { + "Lock": "Verrouiller" + }, + "Lock Screen": { + "Lock Screen": "Écran de verrouillage" + }, + "Lock Screen Display": { + "Lock Screen Display": "Affichage de l’écran de verrouillage" + }, + "Lock Screen Format": { + "Lock Screen Format": "Format de l’écran de verrouillage" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Comportement de l’écran de verrouillage" + }, + "Lock Screen layout": { + "Lock Screen layout": "Disposition de l’écran de verrouillage" + }, + "Lock at startup": { + "Lock at startup": "Verrouillage au démarrage" + }, + "Lock before suspend": { + "Lock before suspend": "Verrouiller avant la mise en veille" + }, + "Lock fade grace period": { + "Lock fade grace period": "Délai de grâce avant le fondu du verrouillage" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "Verrouillé" + }, + "Log Out": { + "Log Out": "Déconnexion" + }, + "Logging in...": { + "Logging in...": "Connexion..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "Authentification lors de la connexion" + }, + "Long": { + "Long": "Long" + }, + "Long Text": { + "Long Text": "Texte long" + }, + "Long press": { + "Long press": "Appui long" + }, + "Longitude": { + "Longitude": "Longitude" + }, + "Low Priority": { + "Low Priority": "Faible priorité" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Assurez-vous que KDE Connect ou Valent est lancé sur vos autres appareils" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Gérer et configurer les plugins pour étendre les fonctionnalités de DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Gérez jusqu’à 4 configurations de barres indépendantes. Chaque barre possède sa position, ses widgets, son style et son écran assigné." + }, + "Management": { + "Management": "Gestion" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "Surcharges de disposition MangoWC" + }, + "Manual": { + "Manual": "Manuel" + }, + "Manual Coordinates": { + "Manual Coordinates": "Coordonnées manuelles" + }, + "Manual Direction": { + "Manual Direction": "Direction manuelle" + }, + "Manual Gap Size": { + "Manual Gap Size": "Taille de l’espacement manuel" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Afficher / masquer manuellement" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Associer les classes de fenêtres aux icônes correspondantes" + }, + "Margin": { + "Margin": "Marge" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Cartouche vide" + }, + "Marker Supply Low": { + "Marker Supply Low": "Cartouche presque vide" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Bac de récupération presque plein" + }, + "Marker Waste Full": { + "Marker Waste Full": "Bac de récupération plein" + }, + "Match Criteria": { + "Match Criteria": "Critères de correspondance" + }, + "Matches profile: %1": { + "Matches profile: %1": "Correspond au profil : %1" + }, + "Material Colors": { + "Material Colors": "Couleurs Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Thèmes de couleurs inspirés de Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Couleurs Material générées à partir du fond d’écran" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "Contraste Matugen" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen manquant" + }, + "Matugen Palette": { + "Matugen Palette": "Palette Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Écran cible Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Modèles Matugen" + }, + "Max Edges": { + "Max Edges": "Bordures max" + }, + "Max H": { + "Max H": "H max" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Nombre maximum d'applis épinglées" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Nombre maximum d'applis épinglées (0 = illimité)" + }, + "Max Running Apps": { + "Max Running Apps": "Nombre maximum d'applis lancées" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Nombre maximum d'applis lancées (0 = illimité)" + }, + "Max Volume": { + "Max Volume": "Volume max" + }, + "Max W": { + "Max W": "L max" + }, + "Max apps to show": { + "Max apps to show": "Nombre max d'apps à afficher" + }, + "Max to Edges": { + "Max to Edges": "Maximum vers les bords" + }, + "Maximize": { + "Maximize": "Maximiser" + }, + "Maximize Detection": { + "Maximize Detection": "Détection de maximisation" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Maximiser les icônes des widgets" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Maximiser le texte des widgets" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Taille maximale d’entrée" + }, + "Maximum History": { + "Maximum History": "Historique maximal" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Maximum d'entrées épinglées" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Nombre maximal d’éléments conservés dans le presse-papiers" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Nombre maximum d'entrées qui peuvent être sauvegardées" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Nombre maximal de notifications à conserver" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Le maximum d'entrées épinglées a été atteint" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Taille maximale par élément du presse-papiers" + }, + "Media": { + "Media": "Média" + }, + "Media Controls": { + "Media Controls": "Contrôles multimédias" + }, + "Media Empty": { + "Media Empty": "Support vide" + }, + "Media Jam": { + "Media Jam": "Bourrage papier" + }, + "Media Low": { + "Media Low": "Support faible" + }, + "Media Needed": { + "Media Needed": "Support requis" + }, + "Media Playback": { + "Media Playback": "Lecture multimédia" + }, + "Media Player": { + "Media Player": "Lecteur multimédia" + }, + "Media Player Settings": { + "Media Player Settings": "Paramètres du lecteur multimédia" + }, + "Media Players": { + "Media Players": "Lecteurs multimédia" + }, + "Media Players (": { + "Media Players (": "Lecteurs multimédias (" + }, + "Media Volume": { + "Media Volume": "Volume multimédia" + }, + "Medium": { + "Medium": "Moyen" + }, + "Memory": { + "Memory": "Mémoire" + }, + "Memory Graph": { + "Memory Graph": "Graphique de la mémoire" + }, + "Memory Usage": { + "Memory Usage": "Utilisation mémoire" + }, + "Memory usage indicator": { + "Memory usage indicator": "Indicateur d’utilisation de la mémoire" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Message" + }, + "Message Content": { + "Message Content": "Contenu du message" + }, + "Microphone": { + "Microphone": "Microphone" + }, + "Microphone Mute": { + "Microphone Mute": "Couper le microphone" + }, + "Microphone Volume": { + "Microphone Volume": "Volume du microphone" + }, + "Microphone settings": { + "Microphone settings": "Paramètres du microphone" + }, + "Microphone volume control": { + "Microphone volume control": "Contrôle du volume du microphone" + }, + "Middle Section": { + "Middle Section": "Section centrale" + }, + "Min H": { + "Min H": "H min" + }, + "Min W": { + "Min W": "L min" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Palette minimaliste basée sur une seule teinte." + }, + "Minute": { + "Minute": "Minute" + }, + "Mirror Display": { + "Mirror Display": "Dupliquer l’écran" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Variables d'environnement manquantes" + }, + "Modal Background": { + "Modal Background": "Arrière-plan modal" + }, + "Modal Shadows": { + "Modal Shadows": "Ombres des modales" + }, + "Modals": { + "Modals": "Modales" + }, + "Mode": { + "Mode": "Mode" + }, + "Mode:": { + "Mode:": "Mode :" + }, + "Model": { + "Model": "Modèle" + }, + "Modified": { + "Modified": "Modifié" + }, + "Modular widget bar": { + "Modular widget bar": "Barre de widgets modulaire" + }, + "Monitor": { + "Monitor": "Moniteur" + }, + "Monitor Configuration": { + "Monitor Configuration": "Configuration de l’écran" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Délai de grâce avant le fondu de l’écran" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Écran dont le fond d’écran définit les couleurs dynamiques" + }, + "Monochrome": { + "Monochrome": "Monochrome" + }, + "Monocle": { + "Monocle": "Monocle" + }, + "Monospace Font": { + "Monospace Font": "Police Monospace" + }, + "Month Date": { + "Month Date": "Date mois" + }, + "Morning": { + "Morning": "Matin" + }, + "Mount Points": { + "Mount Points": "Points de montage" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Apparence du pointeur de la souris" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Taille du pointeur de la souris en pixels" + }, + "Move": { + "Move": "Déplacer" + }, + "Move Widget": { + "Move Widget": "Déplacer le widget" + }, + "Moving to Paused": { + "Moving to Paused": "Mise en pause en cours" + }, + "Multi-Monitor": { + "Multi-Monitor": "Multi-écrans" + }, + "Multiplexer": { + "Multiplexer": "Multiplexeur" + }, + "Multiplexer Type": { + "Multiplexer Type": "Type de multiplexeur" + }, + "Multiplexers": { + "Multiplexers": "Multiplexeurs" + }, + "Music": { + "Music": "Musique" + }, + "Mute Popups": { + "Mute Popups": "Mettre les popups en sourdine" + }, + "Mute popups for %1": { + "Mute popups for %1": "Popup en sourdine pour %1" + }, + "Muted": { + "Muted": "Muet" + }, + "Muted Apps": { + "Muted Apps": "Applis en sourdine" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Palette atténuée aux tons doux et apaisants." + }, + "NM not supported": { + "NM not supported": "NM non pris en charge" + }, + "Name": { + "Name": "Nom" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Icônes d’espaces de travail nommés" + }, + "Navigate": { + "Navigate": "Naviguer" + }, + "Navigation": { + "Navigation": "Navigation" + }, + "Network": { + "Network": "Réseau" + }, + "Network Graph": { + "Network Graph": "Graphique réseau" + }, + "Network Info": { + "Network Info": "Info réseau" + }, + "Network Information": { + "Network Information": "Informations réseau" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Nom du réseau (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Moniteur de vitesse réseau" + }, + "Network Status": { + "Network Status": "État du réseau" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Affichage des vitesses de téléchargement et d’envoi du réseau" + }, + "Neutral": { + "Neutral": "Neutre" + }, + "Never": { + "Never": "Jamais" + }, + "Never used": { + "Never used": "Jamais utilisé" + }, + "New": { + "New": "Nouveau" + }, + "New Key": { + "New Key": "Nouvelle touche" + }, + "New Keybind": { + "New Keybind": "Nouveau raccourci clavier" + }, + "New Notification": { + "New Notification": "Nouvelle notification" + }, + "New Session": { + "New Session": "Nouvelle session" + }, + "New Window Rule": { + "New Window Rule": "Nouvelle règle de fenêtre" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "Nom du nouveau groupe..." + }, + "Next": { + "Next": "Suivant" + }, + "Next Transition": { + "Next Transition": "Prochaine transition" + }, + "Night": { + "Night": "Nuit" + }, + "Night Mode": { + "Night Mode": "Mode nuit" + }, + "Night Temperature": { + "Night Temperature": "Température de nuit" + }, + "Night mode & gamma": { + "Night mode & gamma": "Mode nuit et gamma" + }, + "Niri Integration": { + "Niri Integration": "Intégration Niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Surcharges de disposition Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Actions du compositeur Niri (focus, déplacement, etc.)" + }, + "No": { + "No": "Non" + }, + "No Active Players": { + "No Active Players": "Aucun lecteur actif" + }, + "No Anim": { + "No Anim": "Pas d'animation" + }, + "No Background": { + "No Background": "Aucun arrière-plan" + }, + "No Battery": { + "No Battery": "Aucune batterie" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Aucun adaptateur Bluetooth détecté" + }, + "No Blur": { + "No Blur": "Pas de flou" + }, + "No Border": { + "No Border": "Pas de bordure" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Aucun raccourci DMS configuré" + }, + "No Dim": { + "No Dim": "Ne pas assombrir" + }, + "No Focus": { + "No Focus": "Ne pas prendre le focus" + }, + "No GPU detected": { + "No GPU detected": "Aucun GPU détecté" + }, + "No GPUs detected": { + "No GPUs detected": "Aucun GPU détecté" + }, + "No History": { + "No History": "Pas d'historique" + }, + "No Media": { + "No Media": "Aucun média" + }, + "No Round": { + "No Round": "Pas d'arrondi" + }, + "No Rounding": { + "No Rounding": "Pas d'arrondi" + }, + "No Shadow": { + "No Shadow": "Pas d'ombre" + }, + "No VPN profiles": { + "No VPN profiles": "Aucun profil VPN" + }, + "No Weather": { + "No Weather": "Aucune météo" + }, + "No Weather Data": { + "No Weather Data": "Aucune donnée météo" + }, + "No Weather Data Available": { + "No Weather Data Available": "Aucune donnée météorologique disponible" + }, + "No action": { + "No action": "Aucune action" + }, + "No active %1 sessions": { + "No active %1 sessions": "Aucune session %1 active" + }, + "No adapter": { + "No adapter": "Aucun adaptateur" + }, + "No adapters": { + "No adapters": "Aucun adaptateur" + }, + "No app customizations.": { + "No app customizations.": "Aucune personnalisation des applis." + }, + "No apps found": { + "No apps found": "Aucune appli trouvée" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Aucune appli n'a été lancée pour le moment." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Aucune appli en sourdine. Faites un clic droit sur une notification et choisir \"Mettre en sourdine\" pour l'ajouter." + }, + "No battery": { + "No battery": "Aucune batterie" + }, + "No brightness devices available": { + "No brightness devices available": "Aucun périphérique de réglage de la luminosité disponible" + }, + "No changes": { + "No changes": "Aucune modification" + }, + "No checks passed": { + "No checks passed": "Aucune vérification réussie" + }, + "No custom theme file": { + "No custom theme file": "Aucun fichier de thème personnalisé" + }, + "No devices": { + "No devices": "Aucun appareil" + }, + "No devices connected": { + "No devices connected": "Aucun appareil connecté" + }, + "No devices found": { + "No devices found": "Aucun périphérique trouvé" + }, + "No disk data": { + "No disk data": "Aucune donnée de disque" + }, + "No disk data available": { + "No disk data available": "Aucune donnée de disque disponible" + }, + "No drivers found": { + "No drivers found": "Aucun pilote trouvé" + }, + "No errors": { + "No errors": "Aucune erreur" + }, + "No features enabled": { + "No features enabled": "Aucune fonctionnalité activée" + }, + "No files found": { + "No files found": "Aucun fichier trouvé" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "Aucun lecteur d'empreintes détecté." + }, + "No folders found": { + "No folders found": "Aucun dossier trouvé" + }, + "No hidden apps.": { + "No hidden apps.": "Aucune appli masquée." + }, + "No info items": { + "No info items": "Aucune information" + }, + "No information available": { + "No information available": "Aucune information disponible" + }, + "No input device": { + "No input device": "Aucun appareil d'entrée" + }, + "No input devices found": { + "No input devices found": "Aucun périphérique d'entrée trouvé" + }, + "No items added yet": { + "No items added yet": "Aucun élément ajouté pour le moment" + }, + "No keybinds found": { + "No keybinds found": "Aucun raccourci clavier trouvé" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Aucun plugins de Lanceur installé." + }, + "No match criteria": { + "No match criteria": "Aucun critère correspondant" + }, + "No matches": { + "No matches": "Aucune correspondance" + }, + "No matching processes": { + "No matching processes": "Aucun processus correspondant" + }, + "No monitors": { + "No monitors": "Aucun moniteur" + }, + "No mount points found": { + "No mount points found": "Aucun point de montage trouvé" + }, + "No output device": { + "No output device": "Aucun appareil de sortie" + }, + "No output devices found": { + "No output devices found": "Aucun périphérique de sortie trouvé" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "Aucun gestionnaire de paquets trouvé. Installer 'paru' ou 'yay' sur les systèmes basés sur Arch pour vérifier les mises à jour." + }, + "No plugin results": { + "No plugin results": "Aucun résultat pour les plugins" + }, + "No plugins found": { + "No plugins found": "Aucun plugin trouvé" + }, + "No plugins found.": { + "No plugins found.": "Aucun plugin trouvé." + }, + "No printer found": { + "No printer found": "Aucune imprimante trouvée" + }, + "No printers configured": { + "No printers configured": "Aucune imprimante configurée" + }, + "No printers found": { + "No printers found": "Aucune imprimante trouvée" + }, + "No profiles": { + "No profiles": "Aucun profil" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Aucune entrée récente trouvée dans le presse-papier" + }, + "No results found": { + "No results found": "Aucun résultat trouvé" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Aucune entrée du presse-papier sauvegardée" + }, + "No sessions found": { + "No sessions found": "Aucune session trouvée" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "Aucun thème trouvé" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Aucun thème installé. Parcourez les thèmes pour en installer depuis le registre." + }, + "No trigger": { + "No trigger": "Aucun déclencheur" + }, + "No video found in folder": { + "No video found in folder": "Aucune vidéo trouvée dans le dossier" + }, + "No wallpaper selected": { + "No wallpaper selected": "Aucun fond d’écran sélectionné" + }, + "No wallpapers": { + "No wallpapers": "Aucun fond d'écran" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Aucun fond d'écran trouvé\n\nCliquer l'icône du dossier en bas pour parcourir" + }, + "No warnings": { + "No warnings": "Aucun avertissement" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Aucun widget ajouté. Cliquer sur \"Ajouter widget\" pour commencer." + }, + "No widgets available": { + "No widgets available": "Aucun widget disponible" + }, + "No widgets match your search": { + "No widgets match your search": "Aucun widget ne correspond à votre recherche" + }, + "No window rules configured": { + "No window rules configured": "Aucune règle de fenêtre configurée" + }, + "None": { + "None": "Aucun" + }, + "Normal": { + "Normal": "Normal" + }, + "Normal Font": { + "Normal Font": "Police normale" + }, + "Normal Priority": { + "Normal Priority": "Priorité normale" + }, + "Not available": { + "Not available": "Non disponible" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Non disponible — installez fprintd et pam_fprintd, ou configurez greetd PAM." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "Non disponible — installez fprintd et pam_fprintd." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "Non disponible — installez ou configurez pam_u2f." + }, + "Not connected": { + "Not connected": "Non connecté" + }, + "Not detected": { + "Not detected": "Non détecté" + }, + "Not paired": { + "Not paired": "Non appairé" + }, + "Not set": { + "Not set": "Non défini" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Remarque : cela modifie uniquement le pourcentage et ne limite pas réellement la charge." + }, + "Notepad": { + "Notepad": "Bloc-notes" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Paramètres de police du bloc-notes" + }, + "Notepad Slideout": { + "Notepad Slideout": "Panneau du bloc-notes" + }, + "Nothing": { + "Nothing": "Rien" + }, + "Nothing to see here": { + "Nothing to see here": "Rien à voir ici." + }, + "Notification Center": { + "Notification Center": "Centre de Notifications" + }, + "Notification Display": { + "Notification Display": "Affichage des notifications" + }, + "Notification Overlay": { + "Notification Overlay": "Superposition de notifications" + }, + "Notification Popups": { + "Notification Popups": "Notifications contextuelles" + }, + "Notification Rules": { + "Notification Rules": "Règles de notification" + }, + "Notification Settings": { + "Notification Settings": "Paramètres de notifications" + }, + "Notification Timeouts": { + "Notification Timeouts": "Délais d’affichage des notifications" + }, + "Notification toast popups": { + "Notification toast popups": "Notifications éphémères à l’écran" + }, + "Notifications": { + "Notifications": "Notifications" + }, + "Numbers": { + "Numbers": "Nombres" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numérique (J/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numérique (M/J)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "Logo de l'OS" + }, + "OSD Position": { + "OSD Position": "Position de l’OSD" + }, + "Occupied Color": { + "Occupied Color": "Couleur occupée" + }, + "Off": { + "Off": "Désactivé" + }, + "Office": { + "Office": "Bureau" + }, + "Offline": { + "Offline": "Hors ligne" + }, + "Offline Report": { + "Offline Report": "Rapport hors ligne" + }, + "Older": { + "Older": "Plus ancien" + }, + "On": { + "On": "Activé" + }, + "On-Demand": { + "On-Demand": "Sur demande" + }, + "On-Screen Displays": { + "On-Screen Displays": "Affichages à l’écran" + }, + "On-screen Displays": { + "On-screen Displays": "Affichages à l’écran" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Ajuster le gamma uniquement en fonction de l’heure ou de l’emplacement." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Afficher uniquement les fenêtres de l'écran actuel sur chaque dock" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Visible uniquement si l’hibernation est prise en charge par votre système" + }, + "Opacity": { + "Opacity": "Opacité" + }, + "Opaque": { + "Opaque": "Opaque" + }, + "Open": { + "Open": "Ouvrir" + }, + "Open App": { + "Open App": "Ouvrir appli" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Ouvrir KDE Connect sur votre téléphone" + }, + "Open Notepad File": { + "Open Notepad File": "Ouvrir un fichier du bloc-notes" + }, + "Open a new note": { + "Open a new note": "Ouvrir une nouvelle note" + }, + "Open folder": { + "Open folder": "Ouvrir dossier" + }, + "Open in Browser": { + "Open in Browser": "Ouvrir dans le navigateur" + }, + "Open in terminal": { + "Open in terminal": "Ouvrir dans le terminal" + }, + "Open search bar to find text": { + "Open search bar to find text": "Ouvrir la barre de recherche pour trouver du texte" + }, + "Open with...": { + "Open with...": "Ouvrir avec..." + }, + "Opening SMS": { + "Opening SMS": "Ouvrir les SMS" + }, + "Opening SMS app": { + "Opening SMS app": "Ouvrir l'appli SMS" + }, + "Opening file browser": { + "Opening file browser": "Ouvrir l'explorateur de fichiers" + }, + "Opening files": { + "Opening files": "Ouvrir les fichiers" + }, + "Opening terminal: ": { + "Opening terminal: ": "Ouverture du terminal : " + }, + "Optional description": { + "Optional description": "Description facultative" + }, + "Optional location": { + "Optional location": "Emplacement facultatif" + }, + "Options": { + "Options": "Options" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Organiser les widgets en groupes repliables" + }, + "Original: %1": { + "Original: %1": "Original : %1" + }, + "Other": { + "Other": "Autre" + }, + "Outline": { + "Outline": "Contour" + }, + "Output": { + "Output": "Sortie" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Zone de sortie presque pleine" + }, + "Output Area Full": { + "Output Area Full": "Zone de sortie pleine" + }, + "Output Device": { + "Output Device": "Appareil de sortie" + }, + "Output Devices": { + "Output Devices": "Périphériques de sortie" + }, + "Output Tray Missing": { + "Output Tray Missing": "Bac de sortie manquant" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Les sorties incluent des éléments manquants" + }, + "Overcast": { + "Overcast": "Couvert" + }, + "Overflow": { + "Overflow": "Débordement" + }, + "Overridden by config": { + "Overridden by config": "Surchargé par la configuration" + }, + "Override": { + "Override": "Modifier" + }, + "Override Border Size": { + "Override Border Size": "Forcer la taille de la bordure" + }, + "Override Corner Radius": { + "Override Corner Radius": "Forcer l'arrondi des coins" + }, + "Override Gaps": { + "Override Gaps": "Forcer les espacements" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Remplacer les paramètres de mise en page globale pour cette sortie" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Surcharger le terminal avec une commande personnalisée ou un script" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "Surcharger l'ombre globale avec des paramètres par barre" + }, + "Overrides": { + "Overrides": "Remplacements" + }, + "Overview": { + "Overview": "Aperçu" + }, + "Overview of your network connections": { + "Overview of your network connections": "Aperçu de vos connexions réseau" + }, + "Overwrite": { + "Overwrite": "Écraser" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM fourni déjà une authentification par empreinte. Activez ceci pour l'afficher lors de la connexion." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM fourni déjà une authentification par clé de sécurité. Activez ceci pour l'afficher lors de la connexion." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM fourni l'authentification par empreinte, mais aucune empreinte n'a été encore enregistrée." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM fourni l'authentification par empreinte, mais aucun lecteur n'a été détecté." + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Remplissage" + }, + "Pad Hours": { + "Pad Hours": "Heures facturées" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "Marge" + }, + "Pair": { + "Pair": "Appairer" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Appairer un périphérique Bluetooth" + }, + "Paired": { + "Paired": "Appairé" + }, + "Pairing": { + "Pairing": "Connexion" + }, + "Pairing failed": { + "Pairing failed": "Échec de l’appairage" + }, + "Pairing request from": { + "Pairing request from": "Demande d'appairage de" + }, + "Pairing request sent": { + "Pairing request sent": "Demande d'appairage envoyée" + }, + "Pairing requested": { + "Pairing requested": "Appairage demandé" + }, + "Pairing...": { + "Pairing...": "Appairage en cours..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Partiellement nuageux" + }, + "Passkey:": { + "Passkey:": "Code d’accès :" + }, + "Password": { + "Password": "Mot de passe" + }, + "Password...": { + "Password...": "Mot de passe..." + }, + "Paste": { + "Paste": "Coller" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Chemin vers un fichier vidéo ou dossier contenant des vidéos" + }, + "Pattern": { + "Pattern": "Motif" + }, + "Pause": { + "Pause": "Pause" + }, + "Paused": { + "Paused": "En pause" + }, + "Pending": { + "Pending": "En attente" + }, + "Pending Charge": { + "Pending Charge": "Charge en attente" + }, + "Pending Discharge": { + "Pending Discharge": "Décharge en attente" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Fonds d’écran par mode" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Fonds d’écran par écran" + }, + "Per-screen config": { + "Per-screen config": "Configuration par écran" + }, + "Percentage": { + "Percentage": "Pourcentage" + }, + "Performance": { + "Performance": "Performance" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Permission refusée pour définir l’image de profil." + }, + "Personalization": { + "Personalization": "Personnalisation" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Connexion au téléphone non disponible" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Connexion au téléphone indisponible" + }, + "Phone number": { + "Phone number": "Numéro de téléphone" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Choisir une vidéo différente aléatoirement du même dossier à chaque fois" + }, + "Pictures": { + "Pictures": "Photos" + }, + "Pin": { + "Pin": "Épingler" + }, + "Pin to Dock": { + "Pin to Dock": "Épingler au dock" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping envoyé" + }, + "Ping sent to": { + "Ping sent to": "Ping envoyé à" + }, + "Pinned": { + "Pinned": "Épinglé" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Applis épinglées et lancées avec glisser-déposer" + }, + "Pixelate": { + "Pixelate": "Pixelliser" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Placez ici les dossiers de plugins. Chaque plugin doit contenir un fichier manifeste plugin.json." + }, + "Place plugins in %1": { + "Place plugins in %1": "Placez les plugins dans %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Lancer une vidéo lorsque l'écran se verrouille." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Jouer un son à l’arrivée d’une nouvelle notification" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Jouer un son lors de la connexion du câble d’alimentation" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Jouer un son lors du réglage du volume" + }, + "Play sounds for system events": { + "Play sounds for system events": "Jouer les sons pour les événements système" + }, + "Playback": { + "Playback": "Lecture" + }, + "Playback error: ": { + "Playback error: ": "Erreur de lecture : " + }, + "Please wait...": { + "Please wait...": "Veuillez patienter..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Entrer un nom pour votre nouvelle session %1" + }, + "Plugged In": { + "Plugged In": "Branché" + }, + "Plugged in": { + "Plugged in": "Branché" + }, + "Plugin": { + "Plugin": "Plugin" + }, + "Plugin Directory": { + "Plugin Directory": "Répertoire des plugins" + }, + "Plugin Management": { + "Plugin Management": "Gestion des plugins" + }, + "Plugin Visibility": { + "Plugin Visibility": "Visibilité du plugin" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Plugin désactivé – activez-le dans les paramètres des plugins" + }, + "Plugins": { + "Plugins": "Plugins" + }, + "Pointer": { + "Pointer": "Curseur" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "Fenêtres détachables" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Les popouts et modales suivent la vitesse d’animation globale (désactivez pour les personnaliser indépendamment)" + }, + "Popup Only": { + "Popup Only": "Popup seulement" + }, + "Popup Position": { + "Popup Position": "Position du popup" + }, + "Popup Shadow": { + "Popup Shadow": "Ombre de la popup" + }, + "Popup Transparency": { + "Popup Transparency": "Transparence du popup" + }, + "Popup behavior, position": { + "Popup behavior, position": "Comportement et position des notifications" + }, + "Port": { + "Port": "Port" + }, + "Portal": { + "Portal": "Portail" + }, + "Position": { + "Position": "Position" + }, + "Position, pinned apps": { + "Position, pinned apps": "Position, applications épinglées" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Conflits possibles de surcharge" + }, + "Power": { + "Power": "Alimentation" + }, + "Power & Security": { + "Power & Security": "Alimentation et sécurité" + }, + "Power & Sleep": { + "Power & Sleep": "Alimentation et mise en veille" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Confirmation de l’action d’alimentation" + }, + "Power Menu Customization": { + "Power Menu Customization": "Personnalisation du menu d’alimentation" + }, + "Power Off": { + "Power Off": "Arrêter" + }, + "Power Options": { + "Power Options": "Options d’alimentation" + }, + "Power Profile": { + "Power Profile": "Profil d’alimentation" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Dégradation du profil d’alimentation" + }, + "Power Saver": { + "Power Saver": "Économie d'énergie" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Éteindre les écrans au verrouillage" + }, + "Power profile management available": { + "Power profile management available": "Gestion du profil d’alimentation disponible" + }, + "Power source": { + "Power source": "Source d’alimentation" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "Pré-remplir le dernier nom d'utilisateur connecté avec succès sur le greeter" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "Précipitations" + }, + "Precipitation": { + "Precipitation": "Précipitations" + }, + "Precipitation Chance": { + "Precipitation Chance": "Probabilité de précipitations" + }, + "Preference": { + "Preference": "Préférence" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Largeurs prédéfinies (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "Appuyez sur 'n' ou cliquez sur 'Nouvelle session' pour en créer une" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Appuyer sur Entrer et le système audio redémarrera pour appliquer les changements" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Appuyer sur Entrée pour coller, Shift+Entrée pour copier" + }, + "Press key...": { + "Press key...": "Appuyez sur la touche..." + }, + "Pressure": { + "Pressure": "Pression" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Empêcher la mise en veille de l’écran" + }, + "Preview": { + "Preview": "Aperçu" + }, + "Primary": { + "Primary": "Principal" + }, + "Primary Container": { + "Primary Container": "Conteneur primaire" + }, + "Print Server Management": { + "Print Server Management": "Gestion du serveur d’impression" + }, + "Print Server not available": { + "Print Server not available": "Serveur d’impression non disponible" + }, + "Printer": { + "Printer": "Imprimante" + }, + "Printer Classes": { + "Printer Classes": "Classes d’imprimantes" + }, + "Printer created successfully": { + "Printer created successfully": "Imprimante créée avec succès" + }, + "Printer deleted": { + "Printer deleted": "Imprimante supprimée" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Nom de l’imprimante (sans espaces)" + }, + "Printer reachable": { + "Printer reachable": "Imprimante disponible" + }, + "Printers": { + "Printers": "Imprimantes" + }, + "Printers: ": { + "Printers: ": "Imprimantes : " + }, + "Prioritize performance": { + "Prioritize performance": "Prioriser les performances" + }, + "Priority": { + "Priority": "Priorité" + }, + "Privacy Indicator": { + "Privacy Indicator": "Indicateur de confidentialité" + }, + "Privacy Mode": { + "Privacy Mode": "Mode privé" + }, + "Private Key Password": { + "Private Key Password": "Mot de passe de clé privée" + }, + "Process Count": { + "Process Count": "Nombre de processus" + }, + "Processes": { + "Processes": "Processus" + }, + "Processes:": { + "Processes:": "Processus :" + }, + "Processing": { + "Processing": "Traitement en cours" + }, + "Profile Image Error": { + "Profile Image Error": "Erreur de l’image de profil" + }, + "Profile activated: %1": { + "Profile activated: %1": "Profil activé : %1" + }, + "Profile deleted": { + "Profile deleted": "Profil supprimé" + }, + "Profile error": { + "Profile error": "Erreur du profil" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "L’image de profil est trop grande. Veuillez utiliser une image plus petite." + }, + "Profile name": { + "Profile name": "Nom du profil" + }, + "Profile not found": { + "Profile not found": "Profil introuvable" + }, + "Profile saved: %1": { + "Profile saved: %1": "Profil sauvegardé : %1" + }, + "Protocol": { + "Protocol": "Protocole" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia n'est pas disponible" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia n'est pas disponible - l'économiseur d'écran vidéo requiert les services qt multimedia" + }, + "Quick Access": { + "Quick Access": "Accès rapide" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Accès rapide au lanceur d’applications" + }, + "Quick access to color picker": { + "Quick access to color picker": "Accès rapide au sélecteur de couleurs" + }, + "Quick access to notepad": { + "Quick access to notepad": "Accès rapide au bloc-notes" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Panneau coulissant pour notes rapides" + }, + "Quick system toggles": { + "Quick system toggles": "Raccourcis système rapides" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Rayon" + }, + "Rain": { + "Rain": "Pluie" + }, + "Rain Chance": { + "Rain Chance": "Risque de pluie" + }, + "Rainbow": { + "Rainbow": "Arc-en-ciel" + }, + "Random": { + "Random": "Aléatoire" + }, + "Rate": { + "Rate": "Taux" + }, + "Read:": { + "Read:": "Lire :" + }, + "Reason": { + "Reason": "Raison" + }, + "Reboot": { + "Reboot": "Redémarrer" + }, + "Recent Colors": { + "Recent Colors": "Couleurs récentes" + }, + "Recently Used Apps": { + "Recently Used Apps": "Applications récemment utilisées" + }, + "Recommended available": { + "Recommended available": "Recommandé disponible" + }, + "Refresh": { + "Refresh": "Actualiser" + }, + "Refresh Weather": { + "Refresh Weather": "Actualiser la météo" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Rejeter" + }, + "Reject Jobs": { + "Reject Jobs": "Refuser les tâches" + }, + "Release": { + "Release": "Version" + }, + "Reload Plugin": { + "Reload Plugin": "Recharger le module" + }, + "Remaining": { + "Remaining": "Restant" + }, + "Remaining / Total": { + "Remaining / Total": "Restant / Total" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "Se souvenir de la dernière session" + }, + "Remember last user": { + "Remember last user": "Se souvenir du dernier utilisateur" + }, + "Remove": { + "Remove": "Supprimer" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Supprimer la marge interne des widgets" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Supprimer les marges et bordures lorsque les fenêtres sont maximisées" + }, + "Rename": { + "Rename": "Renommer" + }, + "Rename Session": { + "Rename Session": "Renommer la session" + }, + "Rename Workspace": { + "Rename Workspace": "Renommer l'espace de travail" + }, + "Repeat": { + "Repeat": "Répéter" + }, + "Replacement": { + "Replacement": "Remplacement" + }, + "Report": { + "Report": "Rapport" + }, + "Request Pairing": { + "Request Pairing": "Demander l'appairage" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Nécessite de maintenir le bouton/la touche pour confirmer arrêt, redémarrage, suspension, hibernation et déconnexion" + }, + "Required plugin: ": { + "Required plugin: ": "Plugin requis : " + }, + "Requires %1": { + "Requires %1": "Nécessite %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Nécessite l’outil 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "Nécessite DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Nécessite un compositeur DWL" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Nécessite le support du mode nuit" + }, + "Reset": { + "Reset": "Réinitialiser" + }, + "Reset Position": { + "Reset Position": "Réinitialiser la position" + }, + "Reset Size": { + "Reset Size": "Réinitialiser la taille" + }, + "Reset to default name": { + "Reset to default name": "Réinitialiser le nom par défaut" + }, + "Resize Widget": { + "Resize Widget": "Redimensionner le widget" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Résolution et rafraîchissement" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Résolution, position, mise à l’échelle" + }, + "Restart DMS": { + "Restart DMS": "Redémarrer DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Redémarrer DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Redémarrage du système audio..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "Reprendre" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Inverser la direction du défilement" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Inverser la direction du changement d’espace lors du défilement sur la barre" + }, + "Revert": { + "Revert": "Annuler" + }, + "Right": { + "Right": "Droite" + }, + "Right Center": { + "Right Center": "Au centre à droite" + }, + "Right Section": { + "Right Section": "Partie droite" + }, + "Right Tiling": { + "Right Tiling": "Mosaïque droite" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Clic droit et glisser n’importe où sur le widget" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Clic droit et glisser la coin inférieur droit" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Clic droit sur le widget de la barre pour faire défiler" + }, + "Ring": { + "Ring": "Faire sonner" + }, + "Ringing": { + "Ringing": "En train de sonner" + }, + "Ripple Effects": { + "Ripple Effects": "Effets d'ondulation" + }, + "Root Filesystem": { + "Root Filesystem": "Système de fichiers racine" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Coins arrondis pour les fenêtres" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Coins arrondis pour les fenêtres (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Coins arrondis pour les fenêtres (decoration.rounding)" + }, + "Rule": { + "Rule": "Règle" + }, + "Rule Name": { + "Rule Name": "Nom de la règle" + }, + "Rules (%1)": { + "Rules (%1)": "Règles (%1)" + }, + "Run Again": { + "Run Again": "Relancer" + }, + "Run DMS Templates": { + "Run DMS Templates": "Exécuter les modèles DMS" + }, + "Run User Templates": { + "Run User Templates": "Exécuter les modèles utilisateur" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Exécuter un programme (ex. : firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Exécuter une commande shell (ex. : notify-send)" + }, + "Running Apps": { + "Running Apps": "Applications en cours" + }, + "Running Apps Settings": { + "Running Apps Settings": "Paramètres des applications en cours" + }, + "Running greeter sync…": { + "Running greeter sync…": "Synchro du greeter en cours…" + }, + "SDR Brightness": { + "SDR Brightness": "Luminosité SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Saturation SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Enregistrer" + }, + "Save Notepad File": { + "Save Notepad File": "Enregistrer le fichier" + }, + "Save QR Code": { + "Save QR Code": "Sauvegarder code QR" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Enregistrer et basculer entre les configurations d’affichage" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Enregistrer les notifications de priorité critique dans l’historique" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Enregistrer les notifications ignorées dans l’historique" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Enregistrer les notifications de faible priorité dans l’historique" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Enregistrer les notifications de priorité normale dans l’historique" + }, + "Save password": { + "Save password": "Enregistrer le mot de passe" + }, + "Saved": { + "Saved": "Enregistré" + }, + "Saved Configurations": { + "Saved Configurations": "Configurations enregistrées" + }, + "Saved Note": { + "Saved Note": "Note sauvegardée" + }, + "Saved item deleted": { + "Saved item deleted": "Élément sauvegardé supprimé" + }, + "Saving...": { + "Saving...": "Sauvegarde..." + }, + "Scale": { + "Scale": "Échelle" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Échelle des polices de la barre indépendamment" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "Mettre à l’échelle les icônes de la DankBar indépendamment" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Échelle de toutes les polices dans le shell" + }, + "Scan": { + "Scan": "Scanner" + }, + "Scanning": { + "Scanning": "Scan en cours" + }, + "Scanning...": { + "Scanning...": "Scan en cours..." + }, + "Science": { + "Science": "Science" + }, + "Score": { + "Score": "Score" + }, + "Screen Sharing": { + "Screen Sharing": "Partage d'écran" + }, + "Screen sharing": { + "Screen sharing": "Partage d’écran" + }, + "Scroll": { + "Scroll": "Défiler" + }, + "Scroll Factor": { + "Scroll Factor": "Sensibilité du défilement" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "Molette" + }, + "Scroll song title": { + "Scroll song title": "Faire défiler le titre de la chanson" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Faire défiler le titre si il ne tient pas dans le widget" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Comportement de la molette sur le widget média" + }, + "Scrolling": { + "Scrolling": "Défilement" + }, + "Search App Actions": { + "Search App Actions": "Chercher des actions d'appli" + }, + "Search Options": { + "Search Options": "Chercher des options" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Recherchez par combinaison de touches, description ou nom de l’action.\n\nL’action par défaut copie le raccourci dans le presse-papiers.\nCliquez droit ou appuyez sur la flèche droite pour épingler les raccourcis fréquents – ils apparaîtront en haut lorsqu’aucune recherche n’est effectuée." + }, + "Search for a location...": { + "Search for a location...": "Rechercher un emplacement..." + }, + "Search keybinds...": { + "Search keybinds...": "Rechercher des raccourcis..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Rechercher les raccourcis clavier dans le compositeur et les applications" + }, + "Search plugins...": { + "Search plugins...": "Rechercher un plugin..." + }, + "Search processes...": { + "Search processes...": "Chercher des processus..." + }, + "Search sessions...": { + "Search sessions...": "Chercher les sessions..." + }, + "Search themes...": { + "Search themes...": "Rechercher des thèmes…" + }, + "Search widgets...": { + "Search widgets...": "Rechercher des widgets..." + }, + "Search...": { + "Search...": "Rechercher..." + }, + "Searching...": { + "Searching...": "Recherche en cours..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Deux facteurs (AND)" + }, + "Secondary": { + "Secondary": "Secondaire" + }, + "Secured": { + "Secured": "Sécurisé" + }, + "Security": { + "Security": "Sécurité" + }, + "Security & privacy": { + "Security & privacy": "Sécurité et confidentialité" + }, + "Security key mode": { + "Security key mode": "Mode clé de sécurité" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "La disponibilité de la clé de sécurité n'a pas pu être confirmée." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Le support pour la clé de sécurité a été détecté, mais aucune clé n'a été enregistrée pour le moment. Vous pouvez activer cette option maintenant et en enregistrer une plus tard." + }, + "Select": { + "Select": "Sélectionner" + }, + "Select Application": { + "Select Application": "Sélectionner une application" + }, + "Select Bar": { + "Select Bar": "Sélectionner une barre" + }, + "Select Custom Theme": { + "Select Custom Theme": "Choisir un thème personnalisé" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Sélectionner le logo du lanceur du dock" + }, + "Select File to Send": { + "Select File to Send": "Sélectionner un fichier à envoyer" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Sélectionner le logo du lanceur" + }, + "Select Profile Image": { + "Select Profile Image": "Sélectionner une image de profil" + }, + "Select Video or Folder": { + "Select Video or Folder": "Sélectionnez Vidéo ou Dossier" + }, + "Select Wallpaper": { + "Select Wallpaper": "Sélectionner un fond d’écran" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Sélectionner le dossier des fonds d’écran" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Sélectionner une couleur dans la palette ou utiliser les curseurs personnalisés" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Sélectionner un widget à ajouter au bureau. Chaque widget est une instance indépendante avec ses propres paramètres." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Sélectionner un widget à ajouter. Vous pouvez ajouter plusieurs instances du même widget si nécessaire." + }, + "Select a window...": { + "Select a window...": "Sélectionner une fenêtre..." + }, + "Select an image file...": { + "Select an image file...": "Sélectionner un fichier image..." + }, + "Select at least one provider": { + "Select at least one provider": "Sélectionner au moins un fournisseur" + }, + "Select device": { + "Select device": "Sélectionner appareil" + }, + "Select device...": { + "Select device...": "Sélectionner un périphérique..." + }, + "Select driver...": { + "Select driver...": "Sélectionner un pilote..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Sélectionner le poids de la police pour le texte de l’interface" + }, + "Select greeter background image": { + "Select greeter background image": "Sélectionnez l'image d'arrière-plan du greeter" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Sélectionner l'écran sur lequel configurer le fond d’écran" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Sélectionner la police monospace pour la liste des processus et les affichages techniques" + }, + "Select network": { + "Select network": "Sélectionner réseau" + }, + "Select system sound theme": { + "Select system sound theme": "Sélectionner le thème sonore du système" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Sélectionner la famille de polices pour le texte de l’interface" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Sélectionner la palette utilisée pour les couleurs basées sur le fond d’écran" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Sélectionner les fournisseurs de raccourcis à inclure" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Sélectionner les transitions à inclure pour l'effet aléatoire" + }, + "Select...": { + "Select...": "Sélectionner..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Fichier image sélectionné introuvable" + }, + "Send": { + "Send": "Envoyer" + }, + "Send Clipboard": { + "Send Clipboard": "Envoyer le presse-papier" + }, + "Send File": { + "Send File": "Envoyer un fichier" + }, + "Send SMS": { + "Send SMS": "Envoyer SMS" + }, + "Sending": { + "Sending": "Envoi" + }, + "Separator": { + "Separator": "Séparateur" + }, + "Server": { + "Server": "Serveur" + }, + "Session Filter": { + "Session Filter": "Filtre de session" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Définir un nom d'appareil personnalisé" + }, + "Set custom name": { + "Set custom name": "Définir un nom personnalisé" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Définir des noms personnalisés pour vos appareils audio d'entrée" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Définir des noms personnalisés pour vos appareils audio de sortie" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Définir des fonds d’écran différents pour chaque écran connecté" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Définir des fonds d’écran différents pour le mode clair et sombre" + }, + "Set key and action to save": { + "Set key and action to save": "Définir la touche et l’action à enregistrer" + }, + "Set notification rules": { + "Set notification rules": "Définir les règles de notification" + }, + "Settings": { + "Settings": "Paramètres" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Les paramètres sont en lecture seule. Les modifications ne seront pas conservées." + }, + "Setup": { + "Setup": "Configuration" + }, + "Shadow Color": { + "Shadow Color": "Couleur de l'ombre" + }, + "Shadow Intensity": { + "Shadow Intensity": "Intensité de l'ombre" + }, + "Shadow Opacity": { + "Shadow Opacity": "Opacité de l'ombre" + }, + "Shadow Override": { + "Shadow Override": "Surcharge de l'ombre" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "Élévation de l'ombre sur les barres et les panneaux" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "Élévation de l'ombre sur les modales et les dialogues" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "Ombres" + }, + "Share": { + "Share": "Partager" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Partager les réglages de contrôle Gamma" + }, + "Share Text": { + "Share Text": "Partager le texte" + }, + "Share URL": { + "Share URL": "Partager l'URL" + }, + "Shared": { + "Shared": "Partagé" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Maj+Suppr : Tout effacer • Échap : Fermer" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Entrer pour coller" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Entrée: Copier • Shift+Suppr: Tout effacer • Echap: Fermer" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Entrée : Coller • Shift+Suppr : Tout effacer • Échap : Fermer" + }, + "Short": { + "Short": "Court" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Raccourci (%1)" + }, + "Shortcuts": { + "Shortcuts": "Raccourcis" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Raccourcis (%1)" + }, + "Show": { + "Show": "Montrer" + }, + "Show 3rd Party": { + "Show 3rd Party": "Montrer les tiers" + }, + "Show All Tags": { + "Show All Tags": "Afficher toutes les étiquettes" + }, + "Show Badge": { + "Show Badge": "Montrer badge" + }, + "Show CPU": { + "Show CPU": "Afficher le CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Afficher le graphique CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "Afficher la température du CPU" + }, + "Show Date": { + "Show Date": "Afficher la date" + }, + "Show Disk": { + "Show Disk": "Afficher le disque" + }, + "Show Dock": { + "Show Dock": "Afficher le dock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Afficher la température ressentie" + }, + "Show Footer": { + "Show Footer": "Afficher le pied de page" + }, + "Show Forecast": { + "Show Forecast": "Afficher la prévision" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Afficher la température du GPU" + }, + "Show Header": { + "Show Header": "Afficher l’en-tête" + }, + "Show Hibernate": { + "Show Hibernate": "Afficher hiberner" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Afficher les heures" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Afficher les prévisions horaires" + }, + "Show Humidity": { + "Show Humidity": "Afficher l’humidité" + }, + "Show Launcher Button": { + "Show Launcher Button": "Montrer le bouton du Lanceur" + }, + "Show Line Numbers": { + "Show Line Numbers": "Afficher les numéros de ligne" + }, + "Show Location": { + "Show Location": "Afficher la localisation" + }, + "Show Lock": { + "Show Lock": "Afficher verrouiller" + }, + "Show Log Out": { + "Show Log Out": "Afficher déconnexion" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Afficher les animations d’ondulation Material Design sur les éléments interactifs" + }, + "Show Media Player": { + "Show Media Player": "Montrer lecteur multimédia" + }, + "Show Memory": { + "Show Memory": "Afficher la mémoire" + }, + "Show Memory Graph": { + "Show Memory Graph": "Afficher le graphique de la mémoire" + }, + "Show Memory in GB": { + "Show Memory in GB": "Afficher la mémoire en Go" + }, + "Show Network": { + "Show Network": "Afficher le réseau" + }, + "Show Network Graph": { + "Show Network Graph": "Afficher le graphique du réseau" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Afficher uniquement les espaces occupés" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Afficher le compteur du badge de débordement" + }, + "Show Password Field": { + "Show Password Field": "Afficher le champ de mot de passe" + }, + "Show Power Actions": { + "Show Power Actions": "Afficher les actions d’alimentation" + }, + "Show Power Off": { + "Show Power Off": "Afficher éteindre" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Afficher la probabilité de précipitation" + }, + "Show Pressure": { + "Show Pressure": "Afficher la pression" + }, + "Show Profile Image": { + "Show Profile Image": "Afficher l’image de profil" + }, + "Show Reboot": { + "Show Reboot": "Afficher redémarrer" + }, + "Show Restart DMS": { + "Show Restart DMS": "Afficher redémarrer DMS" + }, + "Show Saved Items": { + "Show Saved Items": "Montrer les éléments sauvegardés" + }, + "Show Seconds": { + "Show Seconds": "Afficher les secondes" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Afficher lever/coucher du soleil" + }, + "Show Suspend": { + "Show Suspend": "Afficher suspendre" + }, + "Show Swap": { + "Show Swap": "Afficher la Swap" + }, + "Show System Date": { + "Show System Date": "Afficher la date système" + }, + "Show System Icons": { + "Show System Icons": "Afficher les icônes système" + }, + "Show System Time": { + "Show System Time": "Afficher l’heure système" + }, + "Show Top Processes": { + "Show Top Processes": "Afficher les processus principaux" + }, + "Show Weather Condition": { + "Show Weather Condition": "Afficher l’état météo" + }, + "Show Week Number": { + "Show Week Number": "Afficher le numéro de la semaine" + }, + "Show Welcome": { + "Show Welcome": "Afficher accueil" + }, + "Show Wind Speed": { + "Show Wind Speed": "Afficher la vitesse du vent" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Afficher les applications de l’espace de travail" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Afficher les 9 étiquettes au lieu de seulement celles occupées (DWL uniquement)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Afficher un contour autour de l’indicateur de l’espace actif" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Afficher le visualiseur audio Cava dans le widget multimédia" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Afficher un arrière-plan sombre derrière les modaux" + }, + "Show device": { + "Show device": "Afficher l'appareil" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Montrer le dock lorsque les fenêtres flottantes ne passent pas devant" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "Afficher en Go" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Afficher la superposition du lanceur lors de la saisie dans l’aperçu Niri. Désactiver pour utiliser un autre lanceur." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Afficher les onglets de mode et les raccourcis clavier en bas." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "Afficher sur le dernier écran" + }, + "Show on Overlay": { + "Show on Overlay": "Afficher sur superposition" + }, + "Show on Overview": { + "Show on Overview": "Afficher dans l’aperçu" + }, + "Show on Overview Only": { + "Show on Overview Only": "Afficher uniquement dans l’aperçu" + }, + "Show on all connected displays": { + "Show on all connected displays": "Afficher sur tous les écrans connectés" + }, + "Show on screens:": { + "Show on screens:": "Afficher sur les écrans :" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Afficher à l’écran lors du changement de luminosité" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Afficher à l’écran lors de l’activation/désactivation du verrouillage majuscules" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Afficher à l’écran lors du changement de périphériques audio" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Afficher à l’écran lors du changement de l’état du bloqueur d’inactivité" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Afficher l’OSD lors des changements d’état du lecteur multimédia" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Afficher à l’écran lors du changement de volume du lecteur multimédia" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Afficher à l’écran lorsque le microphone est coupé/rétabli" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Afficher à l’écran lors du changement du profil d’alimentation" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Afficher à l’écran lors du changement du volume" + }, + "Show seconds": { + "Show seconds": "Afficher les secondes" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Afficher les informations météo dans la barre supérieure et le centre de contrôle" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "Afficher le numéro de semaine dans le calendrier" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Afficher les numéros des espaces de travail dans le sélecteur de la barre supérieure" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Afficher le nom de l’espace de travail sur les barres horizontales et la première lettre sur les barres verticales" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Afficher les espaces de travail de l'écran actuellement actif" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Afficher toutes les applications en cours avec indication de focus" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Afficher l’espace de travail actuel et permettre de changer" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Indique lorsque la touche majuscule est activée" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Indique lorsque le microphone, la caméra ou le partage d’écran est actif" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Arrêter" + }, + "Signal": { + "Signal": "Signal" + }, + "Signal:": { + "Signal:": "Signal :" + }, + "Size": { + "Size": "Taille" + }, + "Size Constraints": { + "Size Constraints": "Contraintes de taille" + }, + "Size Offset": { + "Size Offset": "Décalage de taille" + }, + "Sizing": { + "Sizing": "Redimensionnement" + }, + "Skip": { + "Skip": "Ignorer" + }, + "Skip confirmation": { + "Skip confirmation": "Passer la confirmation" + }, + "Skip setup": { + "Skip setup": "Ignorer la configuration" + }, + "Small": { + "Small": "Petit" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Authentification par carte à puce" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN de la carte à puce" + }, + "Snap": { + "Snap": "Épingler" + }, + "Snow": { + "Snow": "Neige" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Certains plugins nécessitent une version plus récente de DMS :" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Trier par ordre alphabétique" + }, + "Sort By": { + "Sort By": "Trier par" + }, + "Sorting & Layout": { + "Sorting & Layout": "Tri et disposition" + }, + "Sound Theme": { + "Sound Theme": "Thème sonore" + }, + "Sounds": { + "Sounds": "Sons" + }, + "Space between windows": { + "Space between windows": "Espacement entre fenêtres" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Espacement entre fenêtres (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Espacement entre fenêtres (gaps_in et gaps_out)" + }, + "Spacer": { + "Spacer": "Espacement" + }, + "Spacing": { + "Spacing": "Espacement" + }, + "Speaker settings": { + "Speaker settings": "Paramètres du haut-parleur" + }, + "Speed": { + "Speed": "Vitesse" + }, + "Spool Area Full": { + "Spool Area Full": "File d’impression pleine" + }, + "Square Corners": { + "Square Corners": "Coins carrés" + }, + "Stacked": { + "Stacked": "Empilé" + }, + "Standard": { + "Standard": "Standard" + }, + "Start": { + "Start": "Démarrer" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "Démarrer KDE Connect ou Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Démarrer KDE Connect ou Valent pour utiliser ce plugin" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Commencez à taper vos notes ici..." + }, + "State": { + "State": "État" + }, + "Status": { + "Status": "Statut" + }, + "Stopped": { + "Stopped": "Arrêté" + }, + "Stopped Partly": { + "Stopped Partly": "Arrêt partiel" + }, + "Stopping": { + "Stopping": "Arrêt en cours" + }, + "Stretch": { + "Stretch": "Étendre" + }, + "Stripes": { + "Stripes": "Rayures" + }, + "Summary": { + "Summary": "Résumé" + }, + "Sunrise": { + "Sunrise": "Lever du soleil" + }, + "Sunset": { + "Sunset": "Coucher de soleil" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Supprimer les notifications pop-up lorsqu’activé" + }, + "Surface": { + "Surface": "Surface" + }, + "Surface Variant": { + "Surface Variant": "Variante de surface" + }, + "Suspend": { + "Suspend": "Mettre en veille" + }, + "Suspend behavior": { + "Suspend behavior": "Comportement de suspension" + }, + "Suspend system after": { + "Suspend system after": "Suspendre le système après" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Suspendre puis mettre en veille prolongée" + }, + "Sway Website": { + "Sway Website": "Site Sway" + }, + "Switch User": { + "Switch User": "Changer d'utilisateur" + }, + "Switch to power profile": { + "Switch to power profile": "Changer de profil d’énergie" + }, + "Sync": { + "Sync": "Synchro" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Synchroniser le mode avec les portails" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Synchroniser popouts et modales" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Synchroniser la position entre les écrans" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "Synchro complétée avec succès." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Synchroniser le mode sombre avec les préférences système pour l’ensemble du thème" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Synchro échouée en arrière-plan. Essayez avec le terminal pour vous authentifier de façon interactive." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "La Synchro nécessite une authentification sudo. Ouverture du terminal pour utiliser le mot de passe ou l'empreinte." + }, + "System": { + "System": "Système" + }, + "System App Theming": { + "System App Theming": "Habillage des applications système" + }, + "System Check": { + "System Check": "Vérification du système" + }, + "System Default": { + "System Default": "Paramètres par défaut" + }, + "System Information": { + "System Information": "Information système" + }, + "System Monitor": { + "System Monitor": "Moniteur système" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Moniteur système indisponible" + }, + "System Sounds": { + "System Sounds": "Sons système" + }, + "System Tray": { + "System Tray": "Zone de notification" + }, + "System Update": { + "System Update": "Mise à jour du système" + }, + "System Updater": { + "System Updater": "Outil de mise à jour" + }, + "System Updates": { + "System Updates": "Mises à jour système" + }, + "System notification area icons": { + "System notification area icons": "Icônes de la zone de notification système" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Les sons système ne sont pas disponibles. Installez %1 pour activer le support audio." + }, + "System theme toggle": { + "System theme toggle": "Thème système" + }, + "System toast notifications": { + "System toast notifications": "Notifications toast système" + }, + "System update custom command": { + "System update custom command": "Commande personnalisée de mise à jour" + }, + "Tab": { + "Tab": "Onglet" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab : Navigation • ←→↑↓ : Navigation grille • Enter/Espace : Sélectionner" + }, + "Terminal": { + "Terminal": "Terminal" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Paramètres supplémentaires pour le terminal" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Forcer le mode sombre dans les terminaux" + }, + "Test Connection": { + "Test Connection": "Tester la connexion" + }, + "Test Page": { + "Test Page": "Page de test" + }, + "Test page sent to printer": { + "Test page sent to printer": "Page de test envoyée à l’imprimante" + }, + "Testing...": { + "Testing...": "Test..." + }, + "Text": { + "Text": "Texte" + }, + "Text Color": { + "Text Color": "Couleur du texte" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "L'outil 'dgop' est requis pour la surveillance du système.\nVeuillez installer dgop pour utiliser cette fonctionnalité." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variable d’environnement DMS_SOCKET n’est pas définie ou le socket est indisponible. La gestion automatique des plugins nécessite DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Les réglages ci-dessous modifieront vos paramètres GTK et Qt. Pour conserver vos configurations actuelles, effectuez une sauvegarde (qt5ct.conf|qt6ct.conf et ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "La file d’attente d’impression est vide" + }, + "Theme & Colors": { + "Theme & Colors": "Thème et couleurs" + }, + "Theme Color": { + "Theme Color": "Couleur du thème" + }, + "Theme Registry": { + "Theme Registry": "Registre de thèmes" + }, + "Themes": { + "Themes": "Thèmes" + }, + "Thickness": { + "Thickness": "Épaisseur" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Avertissement sur plugin tiers" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Les plugins tiers sont créés par la communauté et ne sont pas officiellement pris en charge par DankMaterialShell.\n\nCes plugins peuvent présenter des risques pour la sécurité et la vie privée – installez-les à vos propres risques." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Ce raccourci est remplacé par config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "Cela peut prendre quelques secondes" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Ce plugin n’a pas la permission 'settings_write'.\n\nAjoutez \"permissions\": [\"settings_read\", \"settings_write\"] dans le fichier plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Ce widget empêche la mise hors tension de la GPU, ce qui peut affecter considérablement l’autonomie des portables. Son utilisation n’est pas recommandée sur les portables à GPU hybride." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Cela supprimera toutes les entrées non épinglées. %1 entrées épinglées seront conservées." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Cela supprimera définitivement tout l’historique du presse-papiers." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Cela supprimera définitivement cet élément du presse-papier. Cela ne peut pas être annulé." + }, + "Thunderstorm": { + "Thunderstorm": "Orage" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Orage avec grêle" + }, + "Tile": { + "Tile": "Tuile" + }, + "Tile H": { + "Tile H": "Tuile H" + }, + "Tile V": { + "Tile V": "Tuile V" + }, + "Tiled": { + "Tiled": "Ajusté" + }, + "Tiled State": { + "Tiled State": "Etat ajusté" + }, + "Tiling": { + "Tiling": "Mosaïque" + }, + "Time": { + "Time": "Heure" + }, + "Time & Date Locale": { + "Time & Date Locale": "Format régional de la date et de l'heure" + }, + "Time & Weather": { + "Time & Weather": "Heure et météo" + }, + "Time Format": { + "Time Format": "Format de l’heure" + }, + "Time format": { + "Time format": "Format de l'heure" + }, + "Time remaining: %1": { + "Time remaining: %1": "Temps restant : %1" + }, + "Time until full: %1": { + "Time until full: %1": "Temps avant remplissage : %1" + }, + "Timed Out": { + "Timed Out": "Temps écoulé" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Durée d’affichage des notifications critiques" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Durée d’affichage des notifications basse priorité" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Durée d’affichage des notifications priorité normale" + }, + "Title": { + "Title": "Titre" + }, + "Title regex (optional)": { + "Title regex (optional)": "Regex du titre (optionnelle)" + }, + "To Full": { + "To Full": "Chargé" + }, + "To update, run the following command:": { + "To update, run the following command:": "Pour mettre à jour, exécutez la commande suivante :" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Pour utiliser ce raccourci DMS, supprimez ou modifiez le keybind dans votre config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Messages toast" + }, + "Today": { + "Today": "Aujourd'hui" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Basculer la visibilité de cette configuration de barre" + }, + "Toggling...": { + "Toggling...": "Basculage..." + }, + "Tomorrow": { + "Tomorrow": "Demain" + }, + "Tonal Spot": { + "Tonal Spot": "Point tonal" + }, + "Toner Empty": { + "Toner Empty": "Toner vide" + }, + "Toner Low": { + "Toner Low": "Toner faible" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "Trop de tentatives échouées - le compte peut être verrouillé" + }, + "Tools": { + "Tools": "Outils" + }, + "Top": { + "Top": "Haut" + }, + "Top (Default)": { + "Top (Default)": "Haut (par défaut)" + }, + "Top Bar Format": { + "Top Bar Format": "Format de la barre supérieure" + }, + "Top Center": { + "Top Center": "Au centre en haut" + }, + "Top Left": { + "Top Left": "Haut gauche" + }, + "Top Processes": { + "Top Processes": "Processus principaux" + }, + "Top Right": { + "Top Right": "Haut droite" + }, + "Top Section": { + "Top Section": "Section supérieure" + }, + "Total": { + "Total": "Total" + }, + "Total Jobs": { + "Total Jobs": "Total des tâches" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Transformer" + }, + "Transition Effect": { + "Transition Effect": "Effet de transition" + }, + "Transparency": { + "Transparency": "Transparence" + }, + "Trending GIFs": { + "Trending GIFs": "GIFs populaires" + }, + "Trending Stickers": { + "Trending Stickers": "Stickers populaires" + }, + "Trigger": { + "Trigger": "Déclencheur" + }, + "Trigger Prefix": { + "Trigger Prefix": "Préfixe du déclencheur" + }, + "Trigger: %1": { + "Trigger: %1": "Déclencheur : %1" + }, + "Trust": { + "Trust": "Approuver" + }, + "Try a different search": { + "Try a different search": "Essayez une recherche différente" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Éteindre les écrans immédiatement lorsque le verrouillage d'écran s'active" + }, + "Turn off monitors after": { + "Turn off monitors after": "Éteindre les écrans après" + }, + "Type": { + "Type": "Type" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Tapez au moins 2 caractères" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Tapez ce préfixe pour rechercher des raccourcis" + }, + "Type to search files": { + "Type to search files": "Taper pour chercher des fichiers" + }, + "Typography": { + "Typography": "Typographie" + }, + "Typography & Motion": { + "Typography & Motion": "Typographie et animation" + }, + "Unavailable": { + "Unavailable": "Indisponible" + }, + "Unfocused Color": { + "Unfocused Color": "Couleur non focalisée" + }, + "Ungrouped": { + "Ungrouped": "Non groupé" + }, + "Uninstall": { + "Uninstall": "Désinstaller" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Désinstaller le Greeter" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Désinstaller le plugin" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Désinstallation terminée. Le Greeter a été supprimé." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Échec de la désinstallation : %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Désinstaller le greeter DMS ? Cela supprimera la configuration et restorera votre ancien gestionnaire d'affichage. Un terminal va s'ouvrir pour l'authentification sudo." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Désinstallé : %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Désinstallation : %1" + }, + "Unknown": { + "Unknown": "Inconnu" + }, + "Unknown App": { + "Unknown App": "Appli inconnue" + }, + "Unknown Artist": { + "Unknown Artist": "Artiste inconnu" + }, + "Unknown Config": { + "Unknown Config": "Configuration inconnue" + }, + "Unknown Device": { + "Unknown Device": "Périphérique inconnu" + }, + "Unknown GPU": { + "Unknown GPU": "GPU inconnu" + }, + "Unknown Monitor": { + "Unknown Monitor": "Moniteur inconnu" + }, + "Unknown Network": { + "Unknown Network": "Réseau inconnu" + }, + "Unknown Title": { + "Unknown Title": "Titre inconnu" + }, + "Unknown Track": { + "Unknown Track": "Piste inconnue" + }, + "Unload on Close": { + "Unload on Close": "Libérer à la fermeture" + }, + "Unmute": { + "Unmute": "Désactiver sourdine" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Désactiver sourdine pour %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Règle non nommée" + }, + "Unpair": { + "Unpair": "Déconnexion" + }, + "Unpair failed": { + "Unpair failed": "Échec de la déconnexion" + }, + "Unpin": { + "Unpin": "Détacher" + }, + "Unpin from Dock": { + "Unpin from Dock": "Détacher du dock" + }, + "Unsaved Changes": { + "Unsaved Changes": "Modifications non enregistrées" + }, + "Unsaved changes": { + "Unsaved changes": "Modifications non enregistrées" + }, + "Unsaved note...": { + "Unsaved note...": "Note non enregistrée..." + }, + "Untitled": { + "Untitled": "Sans titre" + }, + "Untrust": { + "Untrust": "Révoquer" + }, + "Up to date": { + "Up to date": "À jour" + }, + "Update": { + "Update": "Mettre à jour" + }, + "Update All": { + "Update All": "Tout mettre à jour" + }, + "Update Plugin": { + "Update Plugin": "Mettre à jour le plugin" + }, + "Uptime": { + "Uptime": "Durée d'activité" + }, + "Uptime:": { + "Uptime:": "Durée d'activité :" + }, + "Urgent Color": { + "Urgent Color": "Couleur urgente" + }, + "Usage Tips": { + "Usage Tips": "Conseils d’utilisation" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Utilisez le format horaire 24 heures au lieu du format 12 heures AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Utiliser une commande personnalisée" + }, + "Use Grid Layout": { + "Use Grid Layout": "Utiliser une disposition en grille" + }, + "Use IP Location": { + "Use IP Location": "Utiliser la localisation IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Utiliser les unités impériales" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Utilisez les unités impériales (°F, mph, inHg) au lieu des unités métriques (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Utiliser la police Monospace" + }, + "Use System Theme": { + "Use System Theme": "Utiliser le thème système" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Utilisez une image personnalisée pour l'écran de connexion, ou laissez vide pour utiliser pour fond d'écran de bureau." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Utiliser une direction d'ombre fixe pour cette barre" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "Utilisez une clé de sécurité pour l'authentification de l'écran de verrouillage." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Utiliser un gestionnaire de fonds d’écran externe comme swww, hyprpaper ou swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Utiliser des barres de progression animées en forme de vague pour la lecture multimédia" + }, + "Use custom border size": { + "Use custom border size": "Utiliser une taille de bordure personnalisée" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Utiliser une largeur de bordure/anneau de focus personnalisée" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Utiliser une commande personnalisée pour mettre à jour le système" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Utiliser des espaces personnalisés au lieu de l’espacement de la barre" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Utiliser un rayon de fenêtre personnalisé au lieu du rayon du thème" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Utiliser un arrondi de fenêtre personnalisé au lieu du rayon du thème" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Utiliser le fond d'écran du bureau" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "Utilisez l'authentification par empreinte pour l'écran de verrouillage." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Utiliser le thème clair au lieu du thème sombre" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Utiliser les m/s au lieu des km/h pour la vitesse du vent" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Utiliser des cartes de notification plus petites" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Utiliser le thème sonore des paramètres système" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Utiliser la même position et taille sur tous les écrans" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Utiliser le préfixe de déclenchement pour activer" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Utilisé lorsque la couleur d’accent est personnalisée" + }, + "User": { + "User": "Utilisateur" + }, + "Username": { + "Username": "Nom d’utilisateur" + }, + "Username...": { + "Username...": "Nom d'utilisateur..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Utiliser l'heure du lever/coucher du soleil basée sur votre localisation." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Utilise les heures de lever et coucher du soleil pour ajuster automatiquement le mode nuit selon votre localisation." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Utiliser les réglages partagés de contrôle Gamma" + }, + "Utilities": { + "Utilities": "Utilitaires" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "Connexions VPN" + }, + "VPN Password": { + "VPN Password": "Mot de passe VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "Configuration VPN mise à jour" + }, + "VPN connections": { + "VPN connections": "Connexions VPN" + }, + "VPN deleted": { + "VPN deleted": "VPN supprimée" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN importée : %1" + }, + "VPN not available": { + "VPN not available": "VPN non disponible" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "État VPN et connexion rapide" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR en plein écran seulement" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR à la demande" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Fréquence de rafraîchissement variable" + }, + "Verification": { + "Verification": "Vérification" + }, + "Version": { + "Version": "Version" + }, + "Vertical Deck": { + "Vertical Deck": "Pile verticale" + }, + "Vertical Grid": { + "Vertical Grid": "Grille verticale" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Défilement vertical" + }, + "Vertical Tiling": { + "Vertical Tiling": "Tuilage vertical" + }, + "Vibrant": { + "Vibrant": "Vif" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Palette vibrante avec saturation ludique." + }, + "Video Path": { + "Video Path": "Chemin Vidéo" + }, + "Video Screensaver": { + "Video Screensaver": "Économiseur d'écran vidéo" + }, + "Videos": { + "Videos": "Vidéos" + }, + "View Mode": { + "View Mode": "Mode d’affichage" + }, + "Visibility": { + "Visibility": "Visibilité" + }, + "Visual Effects": { + "Visual Effects": "Effets visuels" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Séparateur visuel entre widgets" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Effet visuel utilisé lors du changement de fond d’écran" + }, + "Volume": { + "Volume": "Volume" + }, + "Volume Changed": { + "Volume Changed": "Volume modifié" + }, + "Volume Slider": { + "Volume Slider": "Curseur de volume" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Volume, luminosité et autres affichages système" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Fond d'écran" + }, + "Wallpaper Error": { + "Wallpaper Error": "Erreur de fond d’écran" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Moniteur de fond d’écran" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Mode de remplissage du fond d'écran" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Échec du traitement du fond d’écran" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Échec du traitement du fond d’écran – vérifiez le chemin du fichier" + }, + "Wallpapers": { + "Wallpapers": "Fonds d'écran" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Température de couleur chaude à appliquer" + }, + "Warning": { + "Warning": "Avertissement" + }, + "Warnings": { + "Warnings": "Avertissements" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Barres de progression en forme d’onde" + }, + "Weather": { + "Weather": "Météo" + }, + "Weather Widget": { + "Weather Widget": "Widget météo" + }, + "Welcome": { + "Welcome": "Bienvenue" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Bienvenue sur DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Si activé, les applications sont triées par ordre alphabétique. Sinon, elles sont triées selon la fréquence d’utilisation." + }, + "When locked": { + "When locked": "Une fois verrouillé" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Lorsque ce widget est utilisé, le masquer s'il n'y a aucune mise à jour" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Mot de passe Wi-Fi" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Connexion Wi-Fi et Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi non disponible" + }, + "WiFi": { + "WiFi": "Wi-Fi" + }, + "WiFi Device": { + "WiFi Device": "Appareil Wi-Fi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Code QR Wi-Fi pour " + }, + "WiFi disabled": { + "WiFi disabled": "Wi-Fi désactivé" + }, + "WiFi enabled": { + "WiFi enabled": "WiFi activé" + }, + "WiFi is off": { + "WiFi is off": "Wi-Fi éteint" + }, + "WiFi off": { + "WiFi off": "Wi-Fi off" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Large (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Couleur de fond du widget" + }, + "Widget Management": { + "Widget Management": "Gestion des widgets" + }, + "Widget Outline": { + "Widget Outline": "Contour du widget" + }, + "Widget Style": { + "Widget Style": "Style du widget" + }, + "Widget Styling": { + "Widget Styling": "Stylisation du widget" + }, + "Widget Transparency": { + "Widget Transparency": "Transparence du widget" + }, + "Widget added": { + "Widget added": "Widget ajouté" + }, + "Widget removed": { + "Widget removed": "Widget supprimé" + }, + "Widgets": { + "Widgets": "Widgets" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widgets, disposition, style" + }, + "Width": { + "Width": "Longueur" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Largeur de la bordure de la fenêtre (px)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Largeur de la bordure de la fenêtre (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Largeur de la bordure et de l’anneau de focus" + }, + "Wind": { + "Wind": "Vent" + }, + "Wind Speed": { + "Wind Speed": "Vitesse du vent " + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Vitesse du vent en m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "Rayon des coins de la fenêtre" + }, + "Window Gaps": { + "Window Gaps": "Espacement des fenêtres" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Espacement des fenêtres (px)" + }, + "Window Height": { + "Window Height": "Hauteur de fenêtre" + }, + "Window Opening": { + "Window Opening": "Ouverture de fenêtre" + }, + "Window Rounding": { + "Window Rounding": "Arrondi des fenêtres" + }, + "Window Rules": { + "Window Rules": "Règles de fenêtre" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Inclusion des règles de fenêtre manquante" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Règles de fenêtres non configurées" + }, + "Wipe": { + "Wipe": "Effacer" + }, + "Workspace": { + "Workspace": "Espace de travail" + }, + "Workspace Appearance": { + "Workspace Appearance": "Apparence de l’espace de travail" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Numéros des espaces de travail" + }, + "Workspace Names": { + "Workspace Names": "Noms des espaces de travail" + }, + "Workspace Padding": { + "Workspace Padding": "Marge des espaces de travail" + }, + "Workspace Settings": { + "Workspace Settings": "Paramètres des espaces de travail" + }, + "Workspace Switcher": { + "Workspace Switcher": "Sélecteur d’espaces de travail" + }, + "Workspace name": { + "Workspace name": "Nom de l'espace de travail" + }, + "Workspaces": { + "Workspaces": "Espaces de travail" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Espaces de travail et widgets" + }, + "Write:": { + "Write:": "Écrire :" + }, + "X Axis": { + "X Axis": "Axe X" + }, + "Y Axis": { + "Y Axis": "Axe Y" + }, + "Yes": { + "Yes": "Oui" + }, + "Yesterday": { + "Yesterday": "Hier" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Vous avez des modifications non enregistrées. Enregistrer avant de fermer cet onglet ?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Vous avez des modifications non enregistrées. Enregistrer avant de continuer ?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Vous avez des modifications non enregistrées. Enregistrer avant de créer un nouveau fichier ?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Vous avez des modifications non enregistrées. Enregistrer avant d’ouvrir un fichier ?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Vous devez définir soit :\nQT_QPA_PLATFORMTHEME=gtk3 OU\nQT_QPA_PLATFORMTHEME=qt6ct\ncomme variables d'environnement, puis redémarrer le shell.\n\nqt6ct nécessite que qt6ct-kde soit installé." + }, + "You're All Set!": { + "You're All Set!": "Tout est prêt !" + }, + "Your system is up to date!": { + "Your system is up to date!": "Votre système est à jour !" + }, + "actions": { + "actions": "actions" + }, + "attached": { + "attached": "attaché" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "par %1" + }, + "days": { + "days": "jours" + }, + "detached": { + "detached": "détaché" + }, + "device": { + "device": "appareil" + }, + "devices connected": { + "devices connected": "appareils connectés" + }, + "dgop not available": { + "dgop not available": "dgop non disponible" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "La configuration dms/cursor existe mais n’est pas incluse. Les paramètres du curseur ne seront pas appliqués." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configuration dms/outputs existe mais n’est pas incluse dans votre configuration du compositeur. Les changements d’affichage ne persisteront pas." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "i.e., firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "i.e., focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "ex. notify-send 'Bonjour' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "événements" + }, + "ext": { + "ext": "ext" + }, + "featured": { + "featured": "À la une" + }, + "leave empty for default": { + "leave empty for default": "laisser vide pour la valeur par défaut" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl non disponible - l'intégration de verrouillage nécessite une connexion au socket DMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "Serveur Discord mangowc" + }, + "mangowc GitHub": { + "mangowc GitHub": "Github mangowc" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen introuvable – installez le paquet matugen pour le thème dynamique" + }, + "minutes": { + "minutes": "minutes" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "nav" + }, + "niri GitHub": { + "niri GitHub": "Github niri" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "Chat Matrix niri" + }, + "niri shortcuts config": { + "niri shortcuts config": "Configuration des raccourcis niri" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "maintenant" + }, + "official": { + "official": "officiel" + }, + "on Hyprland": { + "on Hyprland": "sur Hyprland" + }, + "on MangoWC": { + "on MangoWC": "sur MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "sur Miracle WM" + }, + "on Niri": { + "on Niri": "sur Niri" + }, + "on Scroll": { + "on Scroll": "sur Scroll" + }, + "on Sway": { + "on Sway": "sur Sway" + }, + "open": { + "open": "ouvrir" + }, + "or run ": { + "or run ": "ou lancer " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon non disponible" + }, + "procs": { + "procs": "procs" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri Subreddit" + }, + "seconds": { + "seconds": "secondes" + }, + "source": { + "source": "code source" + }, + "this app": { + "this app": "cette appli" + }, + "up": { + "up": "allumé" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "Mettre à jour DMS pour l'intégration NM." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 par %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype non disponible - installez wtype pour le support du collage" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Installez seulement à partir de source fiables" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Mois (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• M - Mois (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• M - Mois (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• M - Mois (Janvier)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Les plugins peuvent contenir des bugs ou avoir des problèmes de sécurité" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Vérifiez le code avant installation si possible" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Jour (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Jour (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Nom du jour (Mon)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Nom du jour (Monday)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - Année (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - Année (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Espace: Étendre • Entrée: Action/Étendre • E: Texte" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓ : Naviguer • Entrée/Ctrl+C : Copier • Suppr : Supprimer • F10 : Aide" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Naviguer • Entrée: Coller • Suppr: Supprimer • F10: Aide" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/he.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/he.json new file mode 100644 index 0000000..9b572db --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/he.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "מהירות האנימציה ב%1" + }, + "%1 Sessions": { + "%1 Sessions": "%1 הפעלות" + }, + "%1 active session": { + "%1 active session": "%1 הפעלה פעילה" + }, + "%1 active sessions": { + "%1 active sessions": "%1 הפעלות פעילות" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "מתאם %1, אין מתאמים מחוברים" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 מתאמים, אין מתאמים מחוברים" + }, + "%1 character": { + "%1 character": "%1 תו" + }, + "%1 characters": { + "%1 characters": "%1 תווים" + }, + "%1 connected": { + "%1 connected": "%1 מחובר/ים" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "משך אנימציה מותאם אישית %1" + }, + "%1 disconnected": { + "%1 disconnected": "%1 מנותק" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 מנותק (מוסתר)" + }, + "%1 display": { + "%1 display": "מסך %1" + }, + "%1 displays": { + "%1 displays": "%1 מסכים" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 קיים אך אינו כלול בconfig. קיצורי מקלדת מותאמים אישית לא יעבדו עד שהבעיה תתוקן." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 קיים אך אינו כלול. חוקי החלון לא יתקיימו." + }, + "%1 filtered": { + "%1 filtered": "%1 מסוננים" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 כעת כלול בconfig" + }, + "%1 issue found": { + "%1 issue found": "נמצאה בעיה %1" + }, + "%1 issues found": { + "%1 issues found": "נמצאו %1 בעיות" + }, + "%1 notifications": { + "%1 notifications": "%1 התראות" + }, + "%1 update": { + "%1 update": "%1 עדכון" + }, + "%1 updates": { + "%1 updates": "%1 עדכונים" + }, + "%1 variants": { + "%1 variants": "%1 גרסאות" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 תמונת רקע • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 תמונות רקע • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 ווידג׳טים" + }, + "%1 window": { + "%1 window": "%1 חלון" + }, + "%1 windows": { + "%1 windows": "%1 חלונות" + }, + "%1m ago": { + "%1m ago": "לפני %1 דקות" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'חלופי' מאפשר למפתח לפתוח את הנעילה בעצמו. 'גורם שני' דורש קודם סיסמה או טביעת אצבע, ואז את המפתח." + }, + "(Default)": { + "(Default)": "(ברירת מחדל)" + }, + "(Unnamed)": { + "(Unnamed)": "(ללא שם)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 נוספים" + }, + "/path/to/videos": { + "/path/to/videos": "/path/to/videos" + }, + "0 = square corners": { + "0 = square corners": "0 = פינות מרובעות" + }, + "1 day": { + "1 day": "יום אחד" + }, + "1 device connected": { + "1 device connected": "התקן אחד מחובר" + }, + "1 event": { + "1 event": "אירוע אחד" + }, + "1 hour": { + "1 hour": "שעה אחת" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "שעה וחצי (ו30 דקות)" + }, + "1 minute": { + "1 minute": "דקה אחת" + }, + "1 notification": { + "1 notification": "התראה אחת" + }, + "1 second": { + "1 second": "שנייה אחת" + }, + "10 minutes": { + "10 minutes": "10 דקות" + }, + "10 seconds": { + "10 seconds": "10 שניות" + }, + "10-bit Color": { + "10-bit Color": "צבע 10 סיביות" + }, + "12 hours": { + "12 hours": "12 שעות" + }, + "14 days": { + "14 days": "14 ימים" + }, + "15 minutes": { + "15 minutes": "15 דקות" + }, + "15 seconds": { + "15 seconds": "15 שניות" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 שעות" + }, + "2 minutes": { + "2 minutes": "2 דקות" + }, + "2 seconds": { + "2 seconds": "2 שניות" + }, + "20 minutes": { + "20 minutes": "20 דקות" + }, + "20 seconds": { + "20 seconds": "20 שניות" + }, + "24-Hour Format": { + "24-Hour Format": "תבנית 24 שעות" + }, + "24-hour clock": { + "24-hour clock": "שעון 24 שעות" + }, + "24-hour format": { + "24-hour format": "תבנית 24 שעות" + }, + "25 seconds": { + "25 seconds": "25 שניות" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 ימים" + }, + "3 hours": { + "3 hours": "3 שעות" + }, + "3 minutes": { + "3 minutes": "3 דקות" + }, + "3 seconds": { + "3 seconds": "3 שניות" + }, + "30 days": { + "30 days": "30 ימים" + }, + "30 minutes": { + "30 minutes": "30 דקות" + }, + "30 seconds": { + "30 seconds": "30 שניות" + }, + "35 seconds": { + "35 seconds": "35 שניות" + }, + "3rd party": { + "3rd party": "צד שלישי" + }, + "4 hours": { + "4 hours": "4 שעות" + }, + "4 seconds": { + "4 seconds": "4 שניות" + }, + "40 seconds": { + "40 seconds": "40 שניות" + }, + "45 seconds": { + "45 seconds": "45 שניות" + }, + "5 minutes": { + "5 minutes": "5 דקות" + }, + "5 seconds": { + "5 seconds": "5 שניות" + }, + "50 seconds": { + "50 seconds": "50 שניות" + }, + "500 ms": { + "500 ms": "500 מילישניות" + }, + "55 seconds": { + "55 seconds": "55 שניות" + }, + "6 hours": { + "6 hours": "6 שעות" + }, + "7 days": { + "7 days": "7 ימים" + }, + "750 ms": { + "750 ms": "750 מילישניות" + }, + "8 hours": { + "8 hours": "8 שעות" + }, + "8 seconds": { + "8 seconds": "8 שניות" + }, + "90 days": { + "90 days": "90 ימים" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "רישיון MIT" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "קיים כבר קובץ עם השם זה. האם ברצונך לדרוס אותו?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "מעטפת שולחן עבודה מודרנית לקומפוזיטורים של Wayland" + }, + "AC Power": { + "AC Power": "חשמל AC" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "בוטל" + }, + "About": { + "About": "אודות" + }, + "Accent Color": { + "Accent Color": "צבע הדגשה" + }, + "Accept": { + "Accept": "אישור" + }, + "Accept Jobs": { + "Accept Jobs": "קבל/י עבודות" + }, + "Accepting": { + "Accepting": "מקבלת עבודות" + }, + "Access clipboard history": { + "Access clipboard history": "גישה להיסטוריית לוח ההעתקה" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "גישה להתראות ומצב ״נא לא להפריע״" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "גישה לבקרי המערכת והגדרות" + }, + "Action": { + "Action": "פעולה" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "הפעולה נכשלה או שהמסוף נסגר." + }, + "Actions": { + "Actions": "פעולות" + }, + "Activate": { + "Activate": "הפעל/י" + }, + "Activate Greeter": { + "Activate Greeter": "הפעל/י את מסך ההתחברות" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "האם להפעיל את מסך ההתחברות של DMS? מסוף ייפתח לאימות עם sudo. הרץ/י את הסנכרון לאחר ההפעלה כדי להחיל את ההגדרות שלך." + }, + "Activation": { + "Activation": "הפעלה" + }, + "Active": { + "Active": "פעיל" + }, + "Active Color": { + "Active Color": "צבע פעיל" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "המסך הפעיל שבו מוצג מסך הנעילה" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "צבע רקע וסמל של האריח הפעיל" + }, + "Active: %1": { + "Active: %1": "פעיל: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "פעיל: %1 +%2" + }, + "Active: None": { + "Active: None": "פעיל: אין" + }, + "Adapters": { + "Adapters": "מתאמים" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "הוספה" + }, + "Add Bar": { + "Add Bar": "הוסף/י סרגל" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "הוספת ווידג׳ט לשולחן העבודה" + }, + "Add Printer": { + "Add Printer": "הוספת מדפסת" + }, + "Add Title": { + "Add Title": "הוסף/י כותרת" + }, + "Add Widget": { + "Add Widget": "הוספת ווידג׳ט" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "הוספת ווידג׳ט למקטע %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "הוסף/י מסגרת מסביב לDock" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "הוסף/י קידומת מותאמת אישית לכל הפעלות האפליקציות. ניתן להשתמש בזה עבור דברים כמו 'uwsm-app', 'systemd-run', או עוטפי פקודות אחרים." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "הוסף/י והגדר/י ווידג׳טים שמופיעים על שולחן העבודה שלך" + }, + "Add by Address": { + "Add by Address": "הוספה לפי כתובת" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "התאם/י את מספר העמודות במצב תצוגת רשת." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "התאמת עוצמה לכל הזחת גלילה" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "כוונן/י את הניגודיות של הצבעים שנוצרו (100- = מינימום, 0 = סטנדרטי, 100 = מקסימום)" + }, + "Advanced": { + "Advanced": "מתקדם" + }, + "Afternoon": { + "Afternoon": "אחר הצהריים" + }, + "All": { + "All": "הכל" + }, + "All Monitors": { + "All Monitors": "כל המסכים" + }, + "All checks passed": { + "All checks passed": "כל הבדיקות עברו בהצלחה" + }, + "All day": { + "All day": "כל היום" + }, + "All displays": { + "All displays": "כל המסכים" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "אפשר/י ללחיצות לעבור מבעד לווידג׳ט" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: חזרה • F1/I: מידע על הקובץ • F10: עזרה • Esc: סגירה" + }, + "Alternative (OR)": { + "Alternative (OR)": "חלופי (OR)" + }, + "Always Active": { + "Always Active": "פעיל תמיד" + }, + "Always Show Percentage": { + "Always Show Percentage": "הצגה תמידית של אחוזים" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "הסתר/י תמיד את הDock והצג/י אותו בעת ריחוף ליד האזור שלו" + }, + "Always on icons": { + "Always on icons": "סמלים דולקים תמיד" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "הצג/י תמיד לפחות 3 סביבות עבודה, גם אם קיימות פחות סביבות פעילות" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "הצג/י תמיד את הDock כאשר הסקירה של Niri פתוחה" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "הצג/י תמיד כשיש רק מסך אחד מחובר" + }, + "Amount": { + "Amount": "כמות" + }, + "Analog": { + "Analog": "אנלוגי" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "שעון אנלוגי, דיגיטלי או בערימה" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "מנתח תצורה..." + }, + "Animation Duration": { + "Animation Duration": "משך זמן לאנימציה" + }, + "Animation Speed": { + "Animation Speed": "מהירות האנימציה" + }, + "Anonymous Identity": { + "Anonymous Identity": "זהות אנונימית" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "זהות אנונימית (אופציונלי)" + }, + "App Customizations": { + "App Customizations": "התאמות אישיות לאפליקציות" + }, + "App ID Substitutions": { + "App ID Substitutions": "החלפת ID לאפליקציות" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "App ID regex (לדוגמה ^firefox$)" + }, + "App Launcher": { + "App Launcher": "משגר אפליקציות" + }, + "App Names": { + "App Names": "שמות האפליקציות" + }, + "App Theming": { + "App Theming": "עיצוב לאפליקציות" + }, + "Appearance": { + "Appearance": "מראה" + }, + "Application Dock": { + "Application Dock": "Dock אפליקציות" + }, + "Applications": { + "Applications": "אפליקציות" + }, + "Apply Changes": { + "Apply Changes": "החל/י שינויים" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "החלת צבעים על GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "החלת צבעים על Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "הגדרת טמפרטורת צבע חמה כדי להפחית מאמץ בעיניים. השתמש/י בהגדרות האוטומציה למטה כדי לשלוט מתי ההגדרה מופעלת." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "מחיל שינויי אימות…" + }, + "Apps": { + "Apps": "אפליקציות" + }, + "Apps Dock": { + "Apps Dock": "אפליקציות Dock" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "הגדרות לאפליקציות Dock" + }, + "Apps Icon": { + "Apps Icon": "סמל האפליקציות" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "האפליקציות ממוינות לפי תדירות השימוש, אחר כך לפי שימוש אחרון ולבסוף לפי סדר אלפביתי." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "אפליקציות עם שם תצוגה, סמל או אפשרויות הפעלה מותאמות אישית. לחץ/י לחיצה ימנית על אפליקציה ובחר/י את 'עריכת אפליקציה' להתאמה אישית." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "אפליקציות עם חלונות קופצים של התראות מושתקות. בטל/י השתקה או מחק/י להסרה." + }, + "Architecture": { + "Architecture": "ארכיטקטורה" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "האם אתה/את בטוח/ה שברצונך לסיים את ההפעלה \"%1\"?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "סדר/י מסכים והגדר/י רזולוציה, קצב רענון וVRR" + }, + "Attach": { + "Attach": "חבר/י" + }, + "Audio": { + "Audio": "שמע" + }, + "Audio Codec": { + "Audio Codec": "קודק אודיו" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "בחירת קודק אודיו" + }, + "Audio Devices": { + "Audio Devices": "התקני שמע" + }, + "Audio Input": { + "Audio Input": "קלט לשמע" + }, + "Audio Output": { + "Audio Output": "פלט לשמע" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "התקני פלט לשמע (" + }, + "Audio Output Switch": { + "Audio Output Switch": "שינויים בפלט השמע" + }, + "Audio Visualizer": { + "Audio Visualizer": "מחולל חזותי לשמע" + }, + "Audio system restarted": { + "Audio system restarted": "מערכת השמע הופעלה מחדש" + }, + "Audio volume control": { + "Audio volume control": "בקרת עוצמת שמע" + }, + "Auth": { + "Auth": "אימות" + }, + "Auth Type": { + "Auth Type": "סוג אימות" + }, + "Authenticate": { + "Authenticate": "אימות" + }, + "Authenticating...": { + "Authenticating...": "מאמת..." + }, + "Authentication": { + "Authentication": "אימות" + }, + "Authentication Required": { + "Authentication Required": "נדרש אימות" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "שינויי האימות הוחלו." + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "שינויי אימות מוחלים באופן אוטומטי." + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "שינויי אימות מוחלים באופן אוטומטי. התחברות באמצעות טביעת אצבע בלבד עשויה שלא לפתוח את צרור המפתחות." + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "שינויי אימות דורשים להזדהות עם sudo. נפתח מסוף כדי שתוכל/י להשתמש בסיסמה או בטביעת אצבע." + }, + "Authentication error - try again": { + "Authentication error - try again": "שגיאת אימות - נסה/י שנית" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "האימות נכשל, נא לנסות שוב" + }, + "Authorize": { + "Authorize": "אשר/י" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "אשר/י צימוד עם " + }, + "Authorize service for ": { + "Authorize service for ": "אשר/י שירות עבור " + }, + "Auto": { + "Auto": "אוטומטי" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "אוטומטי (מודע לסרגל)" + }, + "Auto (Wide)": { + "Auto (Wide)": "אוטומטי (רחב)" + }, + "Auto Location": { + "Auto Location": "מיקום אוטומטי" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "מרווחי חלוניות קופצות אוטומטיים" + }, + "Auto-Clear After": { + "Auto-Clear After": "ניקוי אוטומטי אחרי" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "זמן קצוב להסתרה אוטומטית" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "סגור/י אוטומטית את הסקירה של Niri כשמופעלות אפליקציות." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "מחק/י אוטומטית התראות שהן ישנות יותר מהזמן המצוין" + }, + "Auto-hide": { + "Auto-hide": "הסתרה אוטומטית" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "הסתרה אוטומטית של הDock" + }, + "Auto-saving...": { + "Auto-saving...": "שומר אוטומטית..." + }, + "Autoconnect": { + "Autoconnect": "התחברות אוטומטית" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "התחברות אוטומטית מושבתת" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "התחברות אוטומטית מופעלת" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "מילוי אוטומטי של השאילתה האחרונה שנשמרה בעת הפתיחה" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "מצב צבע אוטומטי" + }, + "Automatic Control": { + "Automatic Control": "בקרה אוטומטית" + }, + "Automatic Cycling": { + "Automatic Cycling": "מעבר מחזורי אוטומטי" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "עבור/עברי באופן אוטומטי ומחזורי בין רקעים שנמצאים באותה תיקייה" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "מחק/י אוטומטית רשומות שהן ישנות יותר מהזמן המצוין" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "זיהוי מיקום אוטומטי לפי כתובת IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "קבע/י את מיקומך אוטומטית באמצעות כתובת הIP שלך" + }, + "Automatically lock after": { + "Automatically lock after": "נעילה אוטומטית לאחר" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "נעל/י אוטומטית את המסך כאשר DMS מופעל" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "נעילה אוטומטית של המסך כשהמערכת מתכוננת למצב השהיה" + }, + "Automation": { + "Automation": "אוטומציה" + }, + "Available": { + "Available": "זמין" + }, + "Available Layouts": { + "Available Layouts": "פריסות זמינות" + }, + "Available Networks": { + "Available Networks": "רשתות זמינות" + }, + "Available Plugins": { + "Available Plugins": "תוספים זמינים" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "מסכים זמינים (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "זמין כתצוגה מפורטת או תצוגה של התחזית" + }, + "Available.": { + "Available.": "זמין." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "חזרה" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "רקע" + }, + "Background Blur": { + "Background Blur": "טשטוש רקע" + }, + "Background Opacity": { + "Background Opacity": "שקיפות רקע" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "סנכרון האימות ברקע נכשל. מנסה במצב מסוף." + }, + "Background image": { + "Background image": "תמונת רקע" + }, + "Backlight device": { + "Backlight device": "התקן תאורה אחורית" + }, + "Balance power and performance": { + "Balance power and performance": "איזון חשמל וביצועים" + }, + "Balanced": { + "Balanced": "מאוזן" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "פלטה מאוזנת עם דגשים ממוקדים (ברירת מחדל)." + }, + "Bar Configurations": { + "Bar Configurations": "תצורות סרגלים" + }, + "Bar Shadows": { + "Bar Shadows": "הצללות סרגל" + }, + "Bar Transparency": { + "Bar Transparency": "שקיפות סרגל" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "צבע בסיס לצללים (שקיפות מוחלת אוטומטית)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "משך בסיסי לאנימציות (גרור/גררי כדי להשתמש בהגדרות מותאמות אישית)" + }, + "Battery": { + "Battery": "סוללה" + }, + "Battery %1": { + "Battery %1": "סוללה %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "מגבלה טעינה לסוללה" + }, + "Battery and power management": { + "Battery and power management": "ניהול סוללה וחשמל" + }, + "Battery level and power management": { + "Battery level and power management": "רמת סוללה וניהול חשמל" + }, + "Behavior": { + "Behavior": "התנהגות" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "מקשר את מסך הנעילה לאותות D-Bus מloginctl. יש להשבית אם משתמשים במסך נעילה חיצוני." + }, + "Binds Include Missing": { + "Binds Include Missing": "קובץ includes של קיצורי מקלדת חסר" + }, + "Binds include added": { + "Binds include added": "קובץ includes של קיצורי מקלדת נוסף" + }, + "Bit Depth": { + "Bit Depth": "עומק סיביות" + }, + "Block Out": { + "Block Out": "חסימה החוצה" + }, + "Block Out From": { + "Block Out From": "חסום/חסמי מתוך" + }, + "Block notifications": { + "Block notifications": "חסום/י התראות" + }, + "Blocked": { + "Blocked": "חסום" + }, + "Blue light filter": { + "Blue light filter": "מסנן אור כחול" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "הגדרות Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth אינו זמין" + }, + "Blur Border Color": { + "Blur Border Color": "צבע מסגרת הטשטוש" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "שקיפות מסגרת הטשטוש" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "שכבת טשטוש לתמונת הרקע" + }, + "Blur on Overview": { + "Blur on Overview": "טשטוש בסקירה" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "טשטש/י את הרקע מאחורי סרגלים, חלונות קופצים, מודלים והתראות. דורש תמיכה והגדרה של הקומפוזיטור." + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "טשטש/י את הרקע כאשר הסקירה של Niri פתוחה" + }, + "Body": { + "Body": "גוף" + }, + "Border": { + "Border": "מסגרת" + }, + "Border Color": { + "Border Color": "צבע מסגרת" + }, + "Border Opacity": { + "Border Opacity": "שקיפות המסגרת" + }, + "Border Size": { + "Border Size": "גודל מסגרת" + }, + "Border Thickness": { + "Border Thickness": "עובי המסגרת" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "צבע המסגרת סביב משטחים מטושטשים" + }, + "Border with BG": { + "Border with BG": "מסגרת עם רקע" + }, + "Bottom": { + "Bottom": "למטה" + }, + "Bottom Center": { + "Bottom Center": "במרכז למטה" + }, + "Bottom Left": { + "Bottom Left": "שמאל למטה" + }, + "Bottom Right": { + "Bottom Right": "ימין למטה" + }, + "Bottom Section": { + "Bottom Section": "קטע תחתון" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "הצגת Dock תחתון לאפליקציות נעוצות ופעילות" + }, + "Brightness": { + "Brightness": "בהירות" + }, + "Brightness Slider": { + "Brightness Slider": "מחוון בהירות" + }, + "Brightness Value": { + "Brightness Value": "ערך הבהירות" + }, + "Brightness control not available": { + "Brightness control not available": "בקרת בהירות לא זמינה" + }, + "Browse": { + "Browse": "עיון" + }, + "Browse Files": { + "Browse Files": "עיין/י בקבצים" + }, + "Browse Plugins": { + "Browse Plugins": "עיון בתוספים" + }, + "Browse Themes": { + "Browse Themes": "עיין/י בערכות נושא" + }, + "Browse or search plugins": { + "Browse or search plugins": "עיין/י או חפש/י תוספים" + }, + "Button Color": { + "Button Color": "צבע כפתור" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "גרף למעבד" + }, + "CPU Temperature": { + "CPU Temperature": "טמפרטורת CPU" + }, + "CPU Usage": { + "CPU Usage": "שימוש בCPU" + }, + "CPU temperature display": { + "CPU temperature display": "תצוגת טמפרטורת CPU" + }, + "CPU usage indicator": { + "CPU usage indicator": "מחוון שימוש בCPU" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "ניטור מעבד, זיכרון, רשת ודיסק" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "אזהרת מסנן לא מאובטח של CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "אזהרת מסנן חסר בCUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "שרת ההדפסה של CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS אינו זמין" + }, + "Camera": { + "Camera": "מצלמה" + }, + "Cancel": { + "Cancel": "ביטול" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "לבטל את כל העבודות עבור \"%1\"?" + }, + "Canceled": { + "Canceled": "בוטל" + }, + "Cannot pair": { + "Cannot pair": "לא ניתן לצמד" + }, + "Capabilities": { + "Capabilities": "יכולות" + }, + "Capacity": { + "Capacity": "קיבולת" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "מחוון Caps Lock" + }, + "Caps Lock is on": { + "Caps Lock is on": "Caps Lock פעיל" + }, + "Center Section": { + "Center Section": "קטע אמצעי" + }, + "Center Single Column": { + "Center Single Column": "מרכוז של עמודה בודדת" + }, + "Center Tiling": { + "Center Tiling": "ריצוף מרכזי" + }, + "Certificate Password": { + "Certificate Password": "סיסמת אישור" + }, + "Change Song": { + "Change Song": "החלפת שיר" + }, + "Change Volume": { + "Change Volume": "שינוי עוצמה" + }, + "Change bar appearance": { + "Change bar appearance": "שנה/י את מראה הסרגל" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "שנה/י את השפה שנעשה בה שימוש בממשק של DMS." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "שנה/י את הגדרות האזור שנעשה בהם שימוש כדי להציג תאריך ושעה, ללא תלות בשפת הממשק." + }, + "Channel": { + "Channel": "ערוץ" + }, + "Charging": { + "Charging": "בטעינה" + }, + "Check for system updates": { + "Check for system updates": "בדוק/בדקי עדכוני מערכת" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "בדוק/בדקי את מצב הסנכרון לפי דרישה. הסנכרון מעתיק את תצורת ערכת הנושא, ההגדרות ותמונת הרקע שלך למסך ההתחברות. שינויי אימות מוחלים באופן אוטומטי." + }, + "Checking for updates...": { + "Checking for updates...": "בודק עדכונים..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "בודק האם נדרש אימות sudo…" + }, + "Checking...": { + "Checking...": "בודק..." + }, + "Checking…": { + "Checking…": "בודק…" + }, + "Choose Color": { + "Choose Color": "בחר/י צבע" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "בחר/י צבע למצב כהה" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "בחר/י צבע לוגו למשגר Dock" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "בחר/י צבע לוגו למשגר" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "בחר/י צבע למצב בהיר" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "בחר/י צבע לרקע" + }, + "Choose a color": { + "Choose a color": "בחר/י צבע" + }, + "Choose colors from palette": { + "Choose colors from palette": "בחר/י צבעים מפלטה" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "בחר/י כיצד ווידג׳ט מזג האוויר מוצג" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "בחר/י לאיזה כיוון יופנה הצל על הסרגל הזה" + }, + "Choose icon": { + "Choose icon": "בחר/י סמל" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "בחר/י את צבע הרקע לווידג׳טים" + }, + "Choose the border accent color": { + "Choose the border accent color": "בחר/י את צבע ההדגשה של המסגרת" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "בחר/י את הלוגו המוצג על כפתור המשגר בDank Bar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "בחר/י היכן יופיעו התראות קופצות על המסך" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "בחר/י היכן יופיעו תצוגות הOSD על המסך" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "בחר/י באילו מסכים יוצג ווידג׳ט זה" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "בחר/י איזה מסך מציג את ממשק מסך הנעילה. מסכים אחרים יציגו צבע אחיד להגנה מפני צריבת OLED." + }, + "Chroma Style": { + "Chroma Style": "סגנון Chroma" + }, + "Cipher": { + "Cipher": "צופן" + }, + "Circle": { + "Circle": "עיגול" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Class regex (לדוגמה ^firefox$)" + }, + "Clear": { + "Clear": "ניקוי" + }, + "Clear All": { + "Clear All": "ניקוי הכל" + }, + "Clear All Jobs": { + "Clear All Jobs": "נקה/י את כל העבודות" + }, + "Clear History?": { + "Clear History?": "לנקות את ההיסטוריה?" + }, + "Clear Sky": { + "Clear Sky": "שמיים בהירים" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "נקה/י את כל ההיסטוריה כאשר השרת מופעל" + }, + "Clear at Startup": { + "Clear at Startup": "ניקוי בהפעלה" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "לחץ/י על 'התקנה' כדי ליצור %1 ולהוסיף אותו לקובץ הconfig שלך." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "לחץ/י על 'התקנה' כדי ליצור את %1 ולכלול אותו בהגדרות הקומפוזיטור שלך." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "לחץ/י על 'התקנה' כדי ליצור קובץ הגדרה לסמן העכבר ולכלול אותו בהגדרות הקומפוזיטור שלך." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "לחץ/י על 'התקנה' כדי ליצור קובץ הגדרה לפלט התצוגה ולכול אותו בהגדרות הקומפוזיטור שלך." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "לחץ/י על ייבוא כדי להוסיף קובץ ovpn. או conf." + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "לחץ/י על רענון כדי לבדוק את הסטטוס." + }, + "Click Through": { + "Click Through": "לחיצה מבעד לווידג׳ט" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "לחץ/י על כל קיצור דרך כדי לערוך. השינויים נשמרים ב-%1" + }, + "Click to capture": { + "Click to capture": "לחץ/י ללכידה" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "לחץ/י כדי לבחור קובץ JSON של ערכת נושא מותאמת אישית" + }, + "Clip": { + "Clip": "חיתוך" + }, + "Clip to Geometry": { + "Clip to Geometry": "הצמדה לגיאומטריה" + }, + "Clipboard": { + "Clipboard": "לוח ההעתקה" + }, + "Clipboard History": { + "Clipboard History": "היסטוריית לוח ההעתקה" + }, + "Clipboard Manager": { + "Clipboard Manager": "מנהל לוח ההעתקה" + }, + "Clipboard sent": { + "Clipboard sent": "לוח ההעתקה נשלח" + }, + "Clipboard service not available": { + "Clipboard service not available": "שירות לוח ההעתקה אינו זמין" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "לוח ההעתקה יעבוד אך שום דבר לא יישמר לדיסק" + }, + "Clock": { + "Clock": "שעון" + }, + "Clock Style": { + "Clock Style": "סגנון השעון" + }, + "Close": { + "Close": "סגירה" + }, + "Close All Windows": { + "Close All Windows": "סגור/י את כל החלונות" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "סגירת הסקירה בעת ההפעלה" + }, + "Close Window": { + "Close Window": "סגור/י חלון" + }, + "Color": { + "Color": "צבע" + }, + "Color Gamut": { + "Color Gamut": "סולם צבעים" + }, + "Color Management": { + "Color Management": "ניהול צבעים" + }, + "Color Mode": { + "Color Mode": "מצב צבע" + }, + "Color Override": { + "Color Override": "דריסת צבע" + }, + "Color Picker": { + "Color Picker": "בוחר הצבעים" + }, + "Color Temperature": { + "Color Temperature": "טמפרטורת צבע" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "הצבע שמוצג על מסכים שלא מציגים את מסך הנעילה" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "צבע לכפתורי פעולה ראשיים" + }, + "Color temperature for day time": { + "Color temperature for day time": "טמפרטורת צבע לשעות היום" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "טמפרטורת צבע למצב לילה" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "ערכת צבעים להדגשת תחביר." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "ערכת צבעים להדגשת תחביר. %1 ערכות נושא זמינות." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "ערכת צבעים מהמאגר של DMS" + }, + "Colorful": { + "Colorful": "צבעוני" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "שילוב צבעוני של דגשים מנוגדים ובהירים." + }, + "Colorize Active": { + "Colorize Active": "צבע למצב ״פעיל״" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "צבעים מתמונת רקע" + }, + "Column": { + "Column": "עמודה" + }, + "Column Display": { + "Column Display": "תצוגת עמודה" + }, + "Column Width": { + "Column Width": "רוחב עמודה" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "רשימה מופרדת בפסיקים של שמות הפעלות להסתרה. עטוף/עטפי בלוכסניות עבור regex (לדוגמה, /^_.*/)." + }, + "Command": { + "Command": "פקודה" + }, + "Commands": { + "Commands": "פקודות" + }, + "Communication": { + "Communication": "תקשורת" + }, + "Community themes": { + "Community themes": "ערכות נושא קהילתיות" + }, + "Compact": { + "Compact": "קומפקטי" + }, + "Compact Mode": { + "Compact Mode": "מצב קומפקטי" + }, + "Completed": { + "Completed": "הושלם" + }, + "Compositor": { + "Compositor": "קומפוזיטור" + }, + "Compositor Settings": { + "Compositor Settings": "הגדרות לקומפוזיטור" + }, + "Compositor not supported": { + "Compositor not supported": "קומפוזיטור לא נתמך" + }, + "Config Format": { + "Config Format": "פורמט ההגדרות" + }, + "Config action: %1": { + "Config action: %1": "פעולת config: %1" + }, + "Config validation failed": { + "Config validation failed": "אימות ההגדרות נכשל" + }, + "Configuration": { + "Configuration": "הגדרות" + }, + "Configuration activated": { + "Configuration activated": "התצורה הופעלה" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "ההגדרות יישמרו כאשר מסך זה יתחבר מחדש" + }, + "Configure": { + "Configure": "הגדר/י" + }, + "Configure Keybinds": { + "Configure Keybinds": "הגדר/י קיצורי מקלדת" + }, + "Configure a new printer": { + "Configure a new printer": "הגדר/י מדפסת חדשה" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "הגדר/י סמלים עבור סביבות עבודה בעלות שם. לסמלים תהיה עדיפות על פני מספרים כאשר שניהם מופעלים." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "הגדר/י קריטריוני התאמה ופעולות" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "הגדר/י אילו מסכים מציגים את \"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "הגדר/י אילו מסכים יציגו רכיבי מעטפת" + }, + "Confirm": { + "Confirm": "אשר/י" + }, + "Confirm Delete": { + "Confirm Delete": "אשר/י מחיקה" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "אשר/י שינויי תצוגה" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "אשר/י מפתח גישה עבור " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "מתנגש עם: %1" + }, + "Connect": { + "Connect": "התחבר/י" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "התחבר/י לרשת מוסתרת" + }, + "Connect to VPN": { + "Connect to VPN": "התחבר/י לVPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "התחבר/י לWi-Fi" + }, + "Connected": { + "Connected": "מחובר" + }, + "Connected Device": { + "Connected Device": "התקן מחובר" + }, + "Connected Displays": { + "Connected Displays": "מסכים מחוברים" + }, + "Connecting to Device": { + "Connecting to Device": "מתחבר להתקן" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "מתחבר..." + }, + "Connection failed": { + "Connection failed": "החיבור נכשל" + }, + "Contains": { + "Contains": "כולל" + }, + "Content": { + "Content": "תוכן" + }, + "Content copied": { + "Content copied": "התוכן הועתק" + }, + "Contrast": { + "Contrast": "ניגודיות" + }, + "Control Center": { + "Control Center": "מרכז הבקרה" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "צבע אריח במרכז הבקרה" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "שלוט/שלטי במשך הזמן לאנימציה עבור חלונות קופצים של התראות והיסטוריה" + }, + "Control currently playing media": { + "Control currently playing media": "שלוט/שלטי במדיה שמתנגנת כעת" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "שלוט/י איזה מידע של ההתראות מוצג על מסך הנעילה" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "שלוט/י אילו תוספים מופיעים במצב 'הכל' ללא צורך בקידומת מפעיל. גרור/י כדי לסדר מחדש." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "שלוט/י בסביבות העבודה ועמודות באמצעות גלילה על הסרגל" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "שולט בשקיפות של כל החלונות הקופצים, המודלים ושכבות התוכן שלהם" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "שולט בכיוון הטלת הצל עבור שכבות הגבהה" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "שולט ברדיוס הטשטוש הבסיסי ובהיסט של הצללים" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "שולט בשקיפות הצל" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "אפשרויות נוחות למסך ההתחברות. הרץ/י סנכרון כדי להחיל." + }, + "Cooldown": { + "Cooldown": "זמן המתנה" + }, + "Copied GIF": { + "Copied GIF": "GIF הועתק" + }, + "Copied MP4": { + "Copied MP4": "MP4 הועתק" + }, + "Copied WebP": { + "Copied WebP": "WebP הועתק" + }, + "Copied to clipboard": { + "Copied to clipboard": "הועתק ללוח" + }, + "Copied!": { + "Copied!": "הועתק!" + }, + "Copy": { + "Copy": "העתק/י" + }, + "Copy Content": { + "Copy Content": "העתק/י תוכן" + }, + "Copy Full Command": { + "Copy Full Command": "העתק/י פקודה מלאה" + }, + "Copy HTML": { + "Copy HTML": "העתק/י HTML" + }, + "Copy Name": { + "Copy Name": "העתק/י שם" + }, + "Copy PID": { + "Copy PID": "העתק/י PID" + }, + "Copy Text": { + "Copy Text": "העתק/י טקסט" + }, + "Copy path": { + "Copy path": "העתק/י נתיב" + }, + "Corner Radius": { + "Corner Radius": "רדיוס פינות" + }, + "Corner Radius Override": { + "Corner Radius Override": "דריסת רדיוס הפינות" + }, + "Corners & Background": { + "Corners & Background": "פינות ורקע" + }, + "Count Only": { + "Count Only": "ספירה בלבד" + }, + "Cover Open": { + "Cover Open": "מכסה פתוח" + }, + "Create": { + "Create": "יצירה" + }, + "Create Dir": { + "Create Dir": "יצירת תיקייה" + }, + "Create Printer": { + "Create Printer": "צור/צרי מדפסת" + }, + "Create Window Rule": { + "Create Window Rule": "צור/צרי חוק לחלון" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "צור/צרי הפעלה חדשה של %1 (n)" + }, + "Create rule for:": { + "Create rule for:": "צור/צרי חוק עבור:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "צור/צרי חוקים להשתקה, התעלמות, הסתרה מההיסטוריה או דריסת עדיפויות להתראה. כברירת מחדל רק העדיפויות נדרסות; ההתראות עדיין מוצגות כרגיל." + }, + "Creating...": { + "Creating...": "יוצר..." + }, + "Critical Priority": { + "Critical Priority": "עדיפות קריטית" + }, + "Current": { + "Current": "עכשיו" + }, + "Current Items": { + "Current Items": "פריטים נוכחיים" + }, + "Current Locale": { + "Current Locale": "השפה והאזור הנוכחיים" + }, + "Current Monitor": { + "Current Monitor": "המסך הנוכחי" + }, + "Current Period": { + "Current Period": "הזמן הנוכחי" + }, + "Current Status": { + "Current Status": "המצב הנוכחי" + }, + "Current Temp": { + "Current Temp": "הטמפרטורה הנוכחית" + }, + "Current Theme: %1": { + "Current Theme: %1": "ערכת נושא נוכחית: %1" + }, + "Current Weather": { + "Current Weather": "מזג אוויר נוכחי" + }, + "Current Workspace": { + "Current Workspace": "סביבת העבודה הנוכחית" + }, + "Current time and date display": { + "Current time and date display": "הצגה של התאריך והשעה הנוכחיים" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "תנאי מזג אוויר וטמפרטורה נוכחיים" + }, + "Current: %1": { + "Current: %1": "נוכחי: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "סמן העכבר אינו מוגדר" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "קובץ includes של סמן העכבר חסר" + }, + "Cursor Size": { + "Cursor Size": "גודל סמן העכבר" + }, + "Cursor Theme": { + "Cursor Theme": "ערכת נושא לסמן העכבר" + }, + "Custom": { + "Custom": "מותאם אישית" + }, + "Custom Color": { + "Custom Color": "צבע מותאם אישית" + }, + "Custom Duration": { + "Custom Duration": "משך מותאם אישית" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "פקודת שינה עמוקה מותאמת אישית" + }, + "Custom Location": { + "Custom Location": "מיקום מותאם אישית" + }, + "Custom Lock Command": { + "Custom Lock Command": "פקודת נעילה מותאמת אישית" + }, + "Custom Logout Command": { + "Custom Logout Command": "פקודת התנתקות מותאמת אישית" + }, + "Custom Name": { + "Custom Name": "שם מותאם אישית" + }, + "Custom Power Actions": { + "Custom Power Actions": "פעולות חשמל מותאמות אישית" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "פקודת כיבוי מותאמת אישית" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "פקודת הפעלה מחדש מותאמת אישית" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "צבע צל מותאם אישית" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "דריסת צל מותאמת אישית" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "פקודת השהיה מותאמת אישית" + }, + "Custom Transparency": { + "Custom Transparency": "שקיפות מותאמת אישית" + }, + "Custom power profile": { + "Custom power profile": "פרופיל חשמל מותאם אישית" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "ערכת נושא מותאמת אישית נטענה מקובץ JSON" + }, + "Custom...": { + "Custom...": "מותאם אישית..." + }, + "Custom: ": { + "Custom: ": "מותאם אישית: " + }, + "Customizable empty space": { + "Customizable empty space": "רווח ריק הניתן להתאמה" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "התאם/י אישית אילו פעולות יופיעו בתפריט הכיבוי" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "מנטר DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "מצב הדגמה - לחץ/י בכל מקום כדי לצאת" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "מנהל התוספים של DMS אינו זמין" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "קיצורי DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "מסך ההתחברות של DMS דורש את החבילות הבאות: greetd ו-dms-greeter (חובה), fprintd ו-pam_fprintd (להזדהות עם טביעת אצבע) ו-pam_u2f (להזדהות עם מפתחות אבטחה). הוסף/הוסיפי את המשתמש שלך לקבוצת greeter. שינויי אימות מוחלים באופן אוטומטי ועשויים לפתוח מסוף כאשר נדרש אימות עם sudo." + }, + "DMS out of date": { + "DMS out of date": "הDMS לא מעודכן" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "השירות של DMS אינו מחובר. הגדרות לוח ההעתקה אינן זמינות." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "פעולות מעטפת של DMS (משגר, לוח העתקה וכו')" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET אינו זמין" + }, + "DWL service not available": { + "DWL service not available": "שירות DWL אינו זמין" + }, + "Daily": { + "Daily": "יומי" + }, + "Daily at:": { + "Daily at:": "יומי בשעה:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "Dank Bar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell מוכן לשימוש" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "סמלי DankShell ומערכת (דורש הפעלה מחדש)" + }, + "Dark Mode": { + "Dark Mode": "מצב כהה" + }, + "Dark mode base": { + "Dark mode base": "בסיס למצב כהה" + }, + "Dark mode harmony": { + "Dark mode harmony": "הרמוניה במצב כהה" + }, + "Darken Modal Background": { + "Darken Modal Background": "הכהיית הרקע של חלוניות" + }, + "Date Format": { + "Date Format": "תבנית תאריך" + }, + "Date format": { + "Date format": "תבנית תאריך" + }, + "Date format on greeter": { + "Date format on greeter": "תבנית תאריך בGreeter" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "שחר (דמדומים אסטרונומיים)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "שחר (דמדומים אזרחיים)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "שחר (דמדומים ימיים)" + }, + "Day Date": { + "Day Date": "יום תאריך" + }, + "Day Month Date": { + "Day Month Date": "יום חודש תאריך" + }, + "Day Temperature": { + "Day Temperature": "טמפרטורת יום" + }, + "Daytime": { + "Daytime": "יום" + }, + "Deck": { + "Deck": "חפיסה" + }, + "Default": { + "Default": "ברירת מחדל" + }, + "Default (Black)": { + "Default (Black)": "ברירת מחדל (שחור)" + }, + "Default Width (%)": { + "Default Width (%)": "רוחב ברירת מחדל (%)" + }, + "Default selected action": { + "Default selected action": "פעולת ברירת המחדל הרצויה" + }, + "Defaults": { + "Defaults": "ערכי ברירת מחדל" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "הגדר/י חוקים להתנהגות חלון. נשמר ב-%1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: ניקוי • Shift+Del: ניקוי הכל • 1-9: פעולות • F10: עזרה • Esc: סגירה" + }, + "Delete": { + "Delete": "מחק/י" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "למחוק את \"%1\"?" + }, + "Delete Class": { + "Delete Class": "מחק/י סוג" + }, + "Delete Printer": { + "Delete Printer": "מחק/י מדפסת" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "למחוק את הפריט השמור?" + }, + "Delete VPN": { + "Delete VPN": "מחק/י VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "למחוק את המחלקה \"%1\"?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "למחוק את הפרופיל \"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "חבילות נדרשות ודוקיומנטציה" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "גוזר צבעים התואמים באופן הדוק לתמונה שמתחת." + }, + "Description": { + "Description": "תיאור" + }, + "Desktop": { + "Desktop": "שולחן העבודה" + }, + "Desktop Clock": { + "Desktop Clock": "שעון לשולחן העבודה" + }, + "Desktop Entry": { + "Desktop Entry": "רשומה של שולחן העבודה" + }, + "Desktop Widget": { + "Desktop Widget": "ווידג׳ט לשולחן העבודה" + }, + "Desktop Widgets": { + "Desktop Widgets": "ווידג׳טים לשולחן העבודה" + }, + "Desktop background images": { + "Desktop background images": "תמונות רקע לשולחן העבודה" + }, + "Detailed": { + "Detailed": "תצוגה מפורטת" + }, + "Details for \"%1": { + "Details for \"%1\"": "פרטים עבור \"%1\"" + }, + "Development": { + "Development": "פיתוח" + }, + "Device": { + "Device": "התקן" + }, + "Device connections": { + "Device connections": "חיבורי התקנים" + }, + "Device names updated": { + "Device names updated": "שמות ההתקנים עודכנו" + }, + "Device paired": { + "Device paired": "ההתקן צומד" + }, + "Device unpaired": { + "Device unpaired": "הצמדת ההתקן בוטלה" + }, + "Digital": { + "Digital": "דיגיטלי" + }, + "Direction Source": { + "Direction Source": "מקור כיוון" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "השבת/י התחברות אוטומטית" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "השבתת רקעים מובנים" + }, + "Disable History Persistence": { + "Disable History Persistence": "השבתה של שמירת ההיסטוריה" + }, + "Disable Output": { + "Disable Output": "השבתת פלט תצוגה" + }, + "Disabled": { + "Disabled": "מושבת" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "משבית WiFi..." + }, + "Disc": { + "Disc": "דיסק" + }, + "Discard": { + "Discard": "השלך/י" + }, + "Discharging": { + "Discharging": "מתרוקן" + }, + "Disconnect": { + "Disconnect": "ניתוק" + }, + "Disconnected": { + "Disconnected": "מנותק" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "החיבור לWiFi התנתק" + }, + "Discover Devices": { + "Discover Devices": "גלה/י התקנים" + }, + "Disk": { + "Disk": "דיסק" + }, + "Disk I/O": { + "Disk I/O": "קלט/פלט של הדיסק" + }, + "Disk Usage": { + "Disk Usage": "שימוש בדיסק" + }, + "Disk Usage Display": { + "Disk Usage Display": "תצוגת שימוש בדיסק" + }, + "Disks": { + "Disks": "דיסקים" + }, + "Dismiss": { + "Dismiss": "סגירה" + }, + "Display": { + "Display": "תצוגה" + }, + "Display Assignment": { + "Display Assignment": "הקצאת תצוגה" + }, + "Display Control": { + "Display Control": "בקרת תצוגה" + }, + "Display Name Format": { + "Display Name Format": "תבנית שם התצוגה" + }, + "Display Profiles": { + "Display Profiles": "פרופילי תצוגה" + }, + "Display Settings": { + "Display Settings": "הגדרות תצוגה" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "הצג/י את הDock עם אפליקציות מוצמדות ופעילות" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "הצג/י את כל ההתראות מעל אפליקציות במסך מלא" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "הצג/י והחלף/י פריסות DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "הצג/י סמלי אפליקציות במצייני סביבת העבודה" + }, + "Display brightness control": { + "Display brightness control": "בקרת בהירות תצוגה" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "הגדרת התצוגה אינה זמינה. פרוטוקול ניהול פלט WLR אינו נתמך." + }, + "Display currently focused application title": { + "Display currently focused application title": "הצג/י את כותרת האפליקציה שנמצאת כרגע במוקד" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "הצג/י תחזיות מזג אוויר שעתיות" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "הצג/י רק סביבות עבודה שמכילות חלונות" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "הצג/י את פעולות תפריט הכיבוי ברשת במקום ברשימה" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "הצג/י שניות בשעון" + }, + "Display the power system menu": { + "Display the power system menu": "הצג/י את תפריט המערכת לניהול החשמל" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "הצג/י ערכי אחוזים של עוצמת קול ובהירות בחלונות OSD קופצים" + }, + "Displays": { + "Displays": "מסכים" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "מציג ספירה כאשר הגלישה פעילה" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "מציג את פריסת המקלדת הפעילה ומאפשר להחליף בין פריסות" + }, + "Distribution": { + "Distribution": "הפצה" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "פלטה מגוונת המקיפה את כל הספקטרום." + }, + "Do Not Disturb": { + "Do Not Disturb": "״נא לא להפריע״" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "משגר וDock" + }, + "Dock Transparency": { + "Dock Transparency": "שקיפות הDock" + }, + "Dock Visibility": { + "Dock Visibility": "נראות הDock" + }, + "Docs": { + "Docs": "דוקיומנטציה" + }, + "Documents": { + "Documents": "מסמכים" + }, + "Domain (optional)": { + "Domain (optional)": "דומיין (לא חובה)" + }, + "Don't Change": { + "Don't Change": "ללא שינוי" + }, + "Don't Save": { + "Don't Save": "אל תשמור/תשמרי" + }, + "Door Open": { + "Door Open": "דלת פתוחה" + }, + "Downloads": { + "Downloads": "הורדות" + }, + "Drag to Reorder": { + "Drag to Reorder": "גרירה בכדי לסדר מחדש" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "גרור/גררי ווידג׳טים כדי לשנות את סדרם בתוך מקטעים. השתמש/י בסמל העין כדי להסתיר/להציג ווידג׳טים (שומר על המרווח), או בX כדי להסיר אותם לחלוטין." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "גרור/גררי את מחווני סביבות העבודה כדי לסדר אותם מחדש" + }, + "Driver": { + "Driver": "מנהל התקן" + }, + "Drizzle": { + "Drizzle": "טפטוף" + }, + "Duplicate": { + "Duplicate": "שכפל/י" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "שכפול רקע עם טשטוש" + }, + "Duration": { + "Duration": "משך זמן" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "צאת הכוכבים (דמדומים אסטרונומיים)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "צאת הכוכבים (דמדומים אזרחיים)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "צאת הכוכבים (דמדומים ימיים)" + }, + "Dynamic": { + "Dynamic": "דינמי" + }, + "Dynamic Properties": { + "Dynamic Properties": "מאפיינים דינמיים" + }, + "Dynamic Theming": { + "Dynamic Theming": "עיצוב דינמי" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "צבעים דינמיים מתמונת הרקע" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "צבעים דינמיים, הגדרות מוכנות" + }, + "Edge Spacing": { + "Edge Spacing": "ריווח קצוות" + }, + "Edit App": { + "Edit App": "ערוך/ערכי אפליקציה" + }, + "Edit Window Rule": { + "Edit Window Rule": "ערוך/ערכי את חוק החלון" + }, + "Education": { + "Education": "חינוך" + }, + "Empty": { + "Empty": "ריק" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "הפעל/י עומק צבע של 10 סיביות לסולם צבעים רחב יותר עם תמיכה בHDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "הפעל/י התחברות אוטומטית" + }, + "Enable Bar": { + "Enable Bar": "הפעל/י סרגל" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "הפעלה של מצב ״נא לא להפריע״" + }, + "Enable History": { + "Enable History": "הפעלת ההיסטוריה" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "הפעלת שכבת כיסוי לסקירה" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "הפעלת אפקטי אדווה" + }, + "Enable System Sounds": { + "Enable System Sounds": "הפעלת צלילי מערכת" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "הפעלת שומר מסך עם וידאו" + }, + "Enable Weather": { + "Enable Weather": "הפעלת מזג אוויר" + }, + "Enable WiFi": { + "Enable WiFi": "הפעל/י Wi-Fi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "הפעל/י דריסה מותאמת אישית למטה כדי להגדיר עוצמת צל, שקיפות וצבע עבור כל סרגל בנפרד." + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "הפעל/י שכבת טשטוש הניתנת לזיהוי על ידי הקומפוזיטור (namespace: dms:blurwallpaper). דורש הגדרה ידנית של Niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "הפעלת הזדהות עם טביעת אצבע" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "הפעלת אימות באמצעות טביעת אצבע" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "הפעל/י הזדהות באמצעות טביעת אצבע או מפתח אבטחה במסך ההתחברות של DMS. שינויי אימות מוחלים באופן אוטומטי." + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "הפעלת האינטגרציה עם loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "הפעלת הזדהות עם מפתח אבטחה" + }, + "Enable security key authentication": { + "Enable security key authentication": "הפעלת אימות באמצעות מפתח אבטחה" + }, + "Enabled": { + "Enabled": "מופעל" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "מופעל, אך לא ניתן היה לאשר את זמינות טביעת האצבע." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "מופעל, אך לא זוהה קורא טביעות אצבע." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "מופעל, אך אין טביעות אצבע רשומות עדיין. שינויי אימות מוחלים באופן אוטומטי לאחר רישום טביעות אצבע." + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "מופעל, אך אין טביעות אצבע רשומות עדיין. רשום/י טביעות אצבע והרץ/י את הסנכרון." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "מופעל, אך לא נמצא מפתח אבטחה רשום עדיין. שינויי אימות מוחלים באופן אוטומטי לאחר רישום המפתח שלך או עדכון תצורת ה-U2F שלך." + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "מופעל, אך לא נמצא מפתח אבטחה רשום עדיין. רשום/י מפתח והרץ/י את הסנכרון." + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "מופעל, אך לא ניתן היה לאמת את זמינות מפתח האבטחה." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "מופעל. PAM כבר מספק אימות באמצעות טביעת אצבע." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "מופעל. PAM כבר מספק אימות באמצעות מפתח אבטחה." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "מופעל. PAM מספק אימות באמצעות טביעת אצבע, אך אין טביעות אצבע רשומות עדיין." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "מפעיל WiFi..." + }, + "End": { + "End": "סוף" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "הגדל/י בריחוף" + }, + "Enlargement %": { + "Enlargement %": "אחוז הגדלה" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "הזן/י מפתח גישה בן 6 ספרות" + }, + "Enter PIN": { + "Enter PIN": "הזן/י קוד PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "הזן/י קוד PIN עבור " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "הזן/י קישור (URL) או טקסט לשיתוף" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "הזן/י שם חדש להפעלה \"%1\"" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "הזן/י שם חדש לסביבת העבודה הזו" + }, + "Enter command or script path": { + "Enter command or script path": "הזן/י פקודה או נתיב לתסריט" + }, + "Enter credentials for ": { + "Enter credentials for ": "הזן/י אישורי גישה עבור " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "הזן/י תבנית מותאמת אישית למסך הנעילה (לדוגמא: dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "הזן/י תבנית מותאמת אישית לסרגל העליון (לדוגמא: ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "הזן/י שם להתקן..." + }, + "Enter filename...": { + "Enter filename...": "הזן/י שם קובץ..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "הזן/י קידומת הפעלה (לדוגמה: 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "הזן/י שם רשת וסיסמה" + }, + "Enter passkey for ": { + "Enter passkey for ": "הזן/י מפתח גישה עבור " + }, + "Enter password for ": { + "Enter password for ": "הזן/י סיסמה עבור " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "הזן/י מפתח גישה זה ב" + }, + "Enter to Paste": { + "Enter to Paste": "הדבקה עם Enter" + }, + "Enterprise": { + "Enterprise": "ארגוני" + }, + "Entry pinned": { + "Entry pinned": "הרשומה הוצמדה" + }, + "Entry unpinned": { + "Entry unpinned": "הצמדת הרשומה בוטלה" + }, + "Environment Variables": { + "Environment Variables": "משתני סביבה" + }, + "Error": { + "Error": "שגיאה" + }, + "Errors": { + "Errors": "שגיאות" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "מדויק" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "היסט האזור הבלעדי" + }, + "Experimental Feature": { + "Experimental Feature": "תכונה ניסיונית" + }, + "Explore": { + "Explore": "גלה/י" + }, + "Exponential": { + "Exponential": "אקספוננציאלי" + }, + "Expressive": { + "Expressive": "אקספרסיבי" + }, + "Extend battery life": { + "Extend battery life": "הארכת חיי סוללה" + }, + "Extensible architecture": { + "Extensible architecture": "ארכיטקטורה ניתנת להרחבה" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "ניהול רקעים חיצוני" + }, + "Extra Arguments": { + "Extra Arguments": "ארגומנטים נוספים" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: החלפה • F10: עזרה" + }, + "Fade": { + "Fade": "דהייה" + }, + "Fade to lock screen": { + "Fade to lock screen": "דהייה למסך הנעילה" + }, + "Fade to monitor off": { + "Fade to monitor off": "דהייה לכיבוי המסך" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "אישור הצימוד נכשל" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "הפעלת התצורה נכשלה" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "הפעלת הפרופיל נכשלה - הקובץ לא נמצא" + }, + "Failed to add binds include": { + "Failed to add binds include": "הוספת קובץ includes של קיצורי מקלדת נכשלה" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "הוספת המדפסת לסוג נכשלה" + }, + "Failed to browse device": { + "Failed to browse device": "הניסיון לעיין בהתקן נכשל" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "ביטול כל העבודות נכשל" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "ביטול העבודה שנבחרה נכשל" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "בדיקת העדכונים נכשלה:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "בדיקת מגבלת ההצמדה נכשלה" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "החיבור לVPN נכשל" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "ההתחברות ל-%1 נכשלה" + }, + "Failed to copy entry": { + "Failed to copy entry": "העתקת הרשומה נכשלה" + }, + "Failed to create printer": { + "Failed to create printer": "יצירת המדפסת נכשלה" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "יצירת תיקיית הפרופילים נכשלה" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "מחיקת הVPN נכשלה" + }, + "Failed to delete class": { + "Failed to delete class": "מחיקת הסוג נכשלה" + }, + "Failed to delete printer": { + "Failed to delete printer": "מחיקת המדפסת נכשלה" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "השבתת קבלת עבודות נכשלה" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "השבתת מצב לילה נכשלה" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "הניתוק מVPN נכשל" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "ניתוק הVPNs נכשל" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "ניתוק הWiFi נכשל" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "הפעלת מיקום לפי IP נכשלה" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "הפעלת הWiFi נכשלה" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "הפעלת קבלת עבודות נכשלה" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "הפעלת מצב לילה נכשלה" + }, + "Failed to hold job": { + "Failed to hold job": "השהיית העבודה נכשלה" + }, + "Failed to import VPN": { + "Failed to import VPN": "ייבוא הVPN נכשל" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "הפעלת אפליקציית הSMS נכשלה" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "טעינת תצורת הVPN נכשלה" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "טעינת הגדרות לוח ההעתקה נכשלה." + }, + "Failed to move job": { + "Failed to move job": "העברת העבודה נכשלה" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "הקריאה של הקובץ plugin_settings.json נכשלה" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "הקריאה של הקובץ session.json נכשלה" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "הקריאה של הקובץ settings.json נכשלה" + }, + "Failed to pause printer": { + "Failed to pause printer": "השהיית המדפסת נכשלה" + }, + "Failed to pin entry": { + "Failed to pin entry": "הצמדת הרשומה נכשלה" + }, + "Failed to print test page": { + "Failed to print test page": "הדפסת דף בדיקה נכשלה" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "דחיית ההצמדה נכשלה" + }, + "Failed to remove device": { + "Failed to remove device": "הסרת ההתקן נכשלה" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "הסרת קיצור המקלדת נכשלה" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "הסרת המדפסת מהסוג נכשלה" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "הפעלת מערכת השמע מחדש נכשלה" + }, + "Failed to restart job": { + "Failed to restart job": "הפעלת העבודה מחדש נכשלה" + }, + "Failed to resume printer": { + "Failed to resume printer": "המשך פעולת המדפסת נכשל" + }, + "Failed to ring device": { + "Failed to ring device": "שליחת הצלצול להתקן נכשלה" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "הרצת הפקודה 'dms greeter status' נכשלה. ודא/י שDMS מותקן ו-dms נמצא בPATH." + }, + "Failed to save audio config": { + "Failed to save audio config": "שמירת הגדרות שמע נכשלה" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "שמירת ההגדרה של לוח ההעתקה נכשלה" + }, + "Failed to save keybind": { + "Failed to save keybind": "שמירת קיצור המקלדת נכשלה" + }, + "Failed to save profile file": { + "Failed to save profile file": "שמירת קובץ פרופיל נכשלה" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "שליחת לוח ההעתקה נכשלה" + }, + "Failed to send file": { + "Failed to send file": "שליחת הקובץ נכשלה" + }, + "Failed to send ping": { + "Failed to send ping": "הניסיון לשלוח פינג נכשל" + }, + "Failed to set brightness": { + "Failed to set brightness": "הגדרת הבהירות נכשלה" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "הגדרת מיקום למצב לילה נכשלה" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "הגדרת לוח הזמנים של מצב לילה נכשלה" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "הגדרת טמפרטורת מצב לילה נכשלה" + }, + "Failed to set power profile": { + "Failed to set power profile": "הניסיון להגדיר פרופיל לצריכת החשמל נכשל" + }, + "Failed to set profile image": { + "Failed to set profile image": "הגדרת תמונת הפרופיל נכשלה" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "הגדרת תמונת פרופיל נכשלה: %1" + }, + "Failed to share": { + "Failed to share": "השיתוף נכשל" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "התחלת החיבור ל%1 נכשלה" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "ביטול הצמדת הרשומה נכשל" + }, + "Failed to update VPN": { + "Failed to update VPN": "עדכון הVPN נכשל" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "עדכון הגדרת התחברות אוטומטית נכשל" + }, + "Failed to update description": { + "Failed to update description": "עדכון התיאור נכשל" + }, + "Failed to update location": { + "Failed to update location": "עדכון המיקום נכשל" + }, + "Failed to update sharing": { + "Failed to update sharing": "עדכון השיתוף נכשל" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "כתיבת קובץ זמני לאימות נכשלה" + }, + "Features": { + "Features": "תכונות" + }, + "Feels": { + "Feels": "מרגיש כמו" + }, + "Feels Like": { + "Feels Like": "מרגיש כמו" + }, + "Feels Like %1°": { + "Feels Like %1°": "מרגיש כמו %1°" + }, + "Fidelity": { + "Fidelity": "נאמנות" + }, + "Field": { + "Field": "שדה" + }, + "File": { + "File": "קובץ" + }, + "File Already Exists": { + "File Already Exists": "הקובץ כבר קיים" + }, + "File Information": { + "File Information": "פרטי קובץ" + }, + "File received from": { + "File received from": "התקבל קובץ מ" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "חיפוש קבצים הכלי dsearch נדרש כדי לבצע חיפוש של קבצים.\nהתקן/י אותו מ: github.com/morelazers/dsearch" + }, + "Files": { + "Files": "קבצים" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "ניטור שימוש במערכת הקבצים" + }, + "Fill": { + "Fill": "מילוי" + }, + "Find in Text": { + "Find in Text": "חפש/י בטקסט" + }, + "Find in note...": { + "Find in note...": "חפש/י בפתק..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "לא ניתן היה לאשר את זמינות טביעת האצבע." + }, + "Fingerprint error": { + "Fingerprint error": "שגיאת טביעת אצבע" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "שגיאת טביעת אצבע: %1" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "טביעת האצבע לא זוהתה (%1/%2). נא לנסות שוב או להשתמש בסיסמה." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "זוהה קורא טביעות אצבע, אך אין טביעות אצבע רשומות עדיין. ניתן להפעיל את ההזדהות כעת ולרשום את הטביעות מאוחר יותר." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "זוהה קורא טביעות אצבע, אך אין טביעות אצבע רשומות עדיין. ניתן להפעיל את ההזדהות כעת ולהריץ סנכרון מאוחר יותר." + }, + "Finish": { + "Finish": "סיום" + }, + "First Day of Week": { + "First Day of Week": "היום הראשון בשבוע" + }, + "First Time Setup": { + "First Time Setup": "התקנה ראשונית" + }, + "Fit": { + "Fit": "התאמה" + }, + "Fix Now": { + "Fix Now": "תקן/י עכשיו" + }, + "Fixing...": { + "Fixing...": "מתקן..." + }, + "Flags": { + "Flags": "דגלים" + }, + "Flipped": { + "Flipped": "הפוך" + }, + "Flipped 180°": { + "Flipped 180°": "היפוך של 180°" + }, + "Flipped 270°": { + "Flipped 270°": "היפוך של 270°" + }, + "Flipped 90°": { + "Flipped 90°": "היפוך של 90°" + }, + "Float": { + "Float": "צף" + }, + "Focus": { + "Focus": "מיקוד" + }, + "Focus at Startup": { + "Focus at Startup": "מיקוד בהפעלה" + }, + "Focused Border": { + "Focused Border": "מסגרת ממוקדת" + }, + "Focused Color": { + "Focused Color": "צבע ממוקד" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "מסך ממוקד בלבד" + }, + "Focused Window": { + "Focused Window": "חלון ממוקד" + }, + "Focused monitor only": { + "Focused monitor only": "מסך ממוקד בלבד" + }, + "Fog": { + "Fog": "ערפל" + }, + "Folder": { + "Folder": "תיקייה" + }, + "Folders": { + "Folders": "תיקיות" + }, + "Follow DMS background color": { + "Follow DMS background color": "עקוב/י אחרי צבע הרקע של DMS" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "מעקב אחרי המסך הממוקד" + }, + "Follow focus": { + "Follow focus": "עקוב/י אחר מיקוד" + }, + "Font": { + "Font": "גופן" + }, + "Font Family": { + "Font Family": "משפחת הגופן" + }, + "Font Scale": { + "Font Scale": "קנה מידה לגופן" + }, + "Font Size": { + "Font Size": "גודל הגופן" + }, + "Font Weight": { + "Font Weight": "משקל הגופן" + }, + "Font used on the login screen": { + "Font used on the login screen": "הגופן שנעשה בו שימוש במסך ההתחברות" + }, + "Force HDR": { + "Force HDR": "אלץ/י HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "כפה/י סגירה (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "אלץ/י צבע רחב" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "אלץ/י יישומי מסוף להשתמש תמיד בערכות צבעים כהות" + }, + "Forecast": { + "Forecast": "תחזית" + }, + "Forecast Days": { + "Forecast Days": "ימי תחזית" + }, + "Forecast Not Available": { + "Forecast Not Available": "תחזית לא זמינה" + }, + "Forever": { + "Forever": "לנצח" + }, + "Forget": { + "Forget": "שכח/י" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "לשכוח את הרשת \"%1\"?" + }, + "Forget Device": { + "Forget Device": "שכח/י התקן" + }, + "Forget Network": { + "Forget Network": "שכח/י רשת" + }, + "Forgot network %1": { + "Forgot network %1": "נשכחה הרשת %1" + }, + "Format Legend": { + "Format Legend": "מקרא תבניות" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "נמצאה %1 חבילה לעדכון:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "נמצאו %1 חבילות לעדכון:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "שחרר/י את הזיכרון (VRAM) כאשר המשגר נסגר. עלול לגרום לעיכוב קל בפתיחה מחדש." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "טפטוף קפוא" + }, + "Frequency": { + "Frequency": "תדירות" + }, + "Fruit Salad": { + "Fruit Salad": "סלט פירות" + }, + "Full Command:": { + "Full Command:": "פקודה מלאה:" + }, + "Full Content": { + "Full Content": "תוכן מלא" + }, + "Full Day & Month": { + "Full Day & Month": "יום וחודש מלאים" + }, + "Full with Year": { + "Full with Year": "מלא עם שנה" + }, + "Fullscreen": { + "Fullscreen": "מסך מלא" + }, + "Fullscreen Only": { + "Fullscreen Only": "מסך מלא בלבד" + }, + "Fully Charged": { + "Fully Charged": "טעונה במלואה" + }, + "Fun": { + "Fun": "כיף" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: רשת • Z/X: גודל" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "ניטור GPU" + }, + "GPU Temperature": { + "GPU Temperature": "טמפרטורת GPU" + }, + "GPU temperature display": { + "GPU temperature display": "הצגת טמפרטורת GPU" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "Qt, GTK, סביבות פיתוח, ועוד" + }, + "Games": { + "Games": "משחקים" + }, + "Gamma Control": { + "Gamma Control": "בקרת גאמה" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "בקרת גאמה אינה זמינה. נדרש API של DMS גרסה 6 ומעלה." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "צור/צרי תצורות בסיס עבור GTK3/4 או QT5/QT6 (החבילה qt6ct-kde נדרשת) כדי לעקוב אחר הצבעים של DMS. צריך ליצור את התבנית רק פעם אחת.

מומלץ להגדיר את adw-gtk3 לפני החלת ערכות נושא על GTK." + }, + "Generic": { + "Generic": "כללי" + }, + "Get Started": { + "Get Started": "התחל/י" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "התאם/י גלובלית את כל משכי הזמן לאנימציה" + }, + "Golden Hour": { + "Golden Hour": "שעת הזהב" + }, + "Good": { + "Good": "טוב" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "רדיוס לפינה גות׳ית" + }, + "Goth Corners": { + "Goth Corners": "פינות גות׳יות" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "הפעל/י דהייה הדרגתית של המסך לפני הנעילה עם תקופת חסד הניתנת להגדרה" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "הפעל/י דהייה הדרגתית של התצוגה לפני כיבוי המסכים עם תקופת חסד הניתנת להגדרה" + }, + "Graph Time Range": { + "Graph Time Range": "טווח זמן לגרף" + }, + "Graphics": { + "Graphics": "גרפיקה" + }, + "Greeter": { + "Greeter": "מסך ההתחברות" + }, + "Greeter Appearance": { + "Greeter Appearance": "המראה של מסך ההתחברות" + }, + "Greeter Behavior": { + "Greeter Behavior": "התנהגות מסך ההתחברות" + }, + "Greeter Status": { + "Greeter Status": "מצב מסך ההתחברות" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "מסך ההתחברות הופעל. greetd פועל כעת כמנהל התצוגה." + }, + "Greeter font": { + "Greeter font": "גופן מסך ההתחברות" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "במסך ההתחברות בלבד - ללא השפעה על השעון הראשי" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "במסך ההתחברות בלבד - תבנית לתאריך שמופיע בכניסה" + }, + "Grid": { + "Grid": "רשת" + }, + "Grid Columns": { + "Grid Columns": "עמודות רשת" + }, + "Grid: OFF": { + "Grid: OFF": "תצוגת רשת: כבויה" + }, + "Grid: ON": { + "Grid: ON": "תצוגת רשת: מופעלת" + }, + "Group": { + "Group": "קבוצה" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "קיבוץ האפליקציות של סביבת העבודה" + }, + "Group by App": { + "Group by App": "קיבוץ לפי אפליקציה" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "קבץ/י מספר חלונות של אותה אפליקציה יחד עם מונה חלונות" + }, + "Group removed": { + "Group removed": "הקבוצה הוסרה" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "קבץ/י סמלי אפליקציות חוזרים בסביבות עבודה לא ממוקדות" + }, + "Groups": { + "Groups": "קבוצות" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "מיפוי גוונים HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "מצב HDR הוא ניסיוני. ודא/י שהצג שלך תומך בHDR לפני ההפעלה." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML הועתק ללוח ההעתקה" + }, + "Health": { + "Health": "בריאות" + }, + "Heavy Rain": { + "Heavy Rain": "גשם כבד" + }, + "Heavy Snow": { + "Heavy Snow": "שלג כבד" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "מקלחות שלג כבדות" + }, + "Height": { + "Height": "גובה" + }, + "Held": { + "Held": "מושהה" + }, + "Help": { + "Help": "עזרה" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "שינה עמוקה" + }, + "Hidden": { + "Hidden": "מוסתר" + }, + "Hidden (%1)": { + "Hidden (%1)": "מוסתר (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "אפליקציות מוסתרות" + }, + "Hidden Network": { + "Hidden Network": "רשת מוסתרת" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "אפליקציות מוסתרות לא יופיעו במשגר. לחץ/י לחיצה ימנית על האפליקציה ובחר/י 'הסתר/י אפליקציה' כדי להסתיר אותה." + }, + "Hide": { + "Hide": "הסתר/י" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "הסתר/י תוספים מצד שלישי" + }, + "Hide App": { + "Hide App": "הסתר/י אפליקציה" + }, + "Hide Delay": { + "Hide Delay": "עיכוב הסתרה" + }, + "Hide Indicators": { + "Hide Indicators": "הסתר/י מחוונים" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "הסתרת הווידג׳ט של מעדכן המערכת" + }, + "Hide When Typing": { + "Hide When Typing": "הסתרה בעת ההקלדה" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "הסתר/י כאשר חלונות נפתחים" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "הסתר/י את סמן העכבר אחרי חוסר פעילות (0 = מושבת)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "הסתר/י את סמן העכבר בעת לחיצה על מקשים במקלדת" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "הסתר/י את סמן העכבר בעת שימוש בקלט מגע" + }, + "Hide device": { + "Hide device": "הסתר/י התקן" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "הסתר/י את תוכן ההתראה עד להרחבה" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "הסתר/י את תוכן ההתראה עד להרחבה; חלונות קופצים מוצגים כמכווצים כברירת מחדל" + }, + "Hide on Touch": { + "Hide on Touch": "הסתר/י במגע" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "פלטת צבעים בנאמנות גבוהה המשמרת את גווני המקור." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "הדגש/י את האפליקציה הפעילה בסביבת העבודה" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "הדגש/י את האפליקציה הממוקדת כעת בתוך מחווני סביבת העבודה" + }, + "History": { + "History": "היסטוריה" + }, + "History Retention": { + "History Retention": "שמירת היסטוריה" + }, + "History Settings": { + "History Settings": "ההגדרות של היסטוריית ההתראות" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "ההיסטוריה נוקתה. %1 רשומות מוצמדות נשמרו." + }, + "Hold Duration": { + "Hold Duration": "משך הלחיצה" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "החזק/י לחוץ זמן רב יותר כדי לאשר" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "החזקה לאישור פעולות חשמל" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "החזק/י לחוץ לאישור (%1 מילישניות)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "החזק/י לחוץ כדי לאשר (%1 שניות)" + }, + "Home": { + "Home": "בית" + }, + "Host": { + "Host": "מארח" + }, + "Hostname": { + "Hostname": "שם מארח" + }, + "Hot Corners": { + "Hot Corners": "פינות חמות" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "כותרת קיצור דרך שתופיע בשכבה עליונה (אופציונלי)" + }, + "Hour": { + "Hour": "שעה" + }, + "Hourly": { + "Hourly": "שעתי" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "מספר תחזיות שעתיות" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "כל כמה זמן להחליף רקע" + }, + "How the background image is scaled": { + "How the background image is scaled": "כיצד תמונת הרקע מוצגת בקנה מידה" + }, + "Humidity": { + "Humidity": "לחות" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "שרת הDiscord של Hyprland" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "דריסות פריסה של Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "אפשרויות Hyprland" + }, + "Hyprland Website": { + "Hyprland Website": "האתר של Hyprland" + }, + "I Understand": { + "I Understand": "הבנתי" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "כתובת IP:" + }, + "IP address or hostname": { + "IP address or hostname": "כתובת IP או שם מארח" + }, + "ISO Date": { + "ISO Date": "תאריך ISO" + }, + "Icon": { + "Icon": "סמל" + }, + "Icon Scale": { + "Icon Scale": "קנה מידה לסמל" + }, + "Icon Size": { + "Icon Size": "גודל סמל" + }, + "Icon Size %": { + "Icon Size %": "גודל הסמל ב%" + }, + "Icon Theme": { + "Icon Theme": "ערכת נושא של סמלים" + }, + "Idle": { + "Idle": "בהמתנה" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "מונע ההמתנה" + }, + "Idle Settings": { + "Idle Settings": "הגדרות המתנה" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "ניטור המתנה אינו נתמך – נדרשת גרסת Quickshell חדשה יותר" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "אם השדה מוסתר, הוא יופיע ברגע שלוחצים על מקש." + }, + "Ignore Completely": { + "Ignore Completely": "התעלם/י לחלוטין" + }, + "Image": { + "Image": "תמונה" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "התמונה הועתקה ללוח ההעתקה" + }, + "Import": { + "Import": "ייבוא" + }, + "Import VPN": { + "Import VPN": "ייבוא VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "צבע למסך הלא פעיל" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "כלול/כללי מעברים" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "כלול/כללי פעולות לשולחן העבודה (קיצורי דרך) בתוצאות החיפוש." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "נטענו תוספים לא תואמים" + }, + "Incorrect password": { + "Incorrect password": "סיסמה שגויה" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "סיסמה שגויה - ניסיון %1 מתוך %2 (עלולה להתרחש נעילה)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "סיסמה שגויה - כשלונות נוספים עלולים לגרום לנעילת החשבון" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "סיסמה שגויה - נסה/י שנית" + }, + "Indicator Style": { + "Indicator Style": "סגנון מחוון" + }, + "Individual Batteries": { + "Individual Batteries": "סוללות נפרדות" + }, + "Individual bar configuration": { + "Individual bar configuration": "תצורת סרגל אישית" + }, + "Info": { + "Info": "מידע" + }, + "Inherit": { + "Inherit": "קבל/י בירושה" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "ירושה גלובלית (ברירת מחדל)" + }, + "Inhibitable": { + "Inhibitable": "ניתן לעיכוב" + }, + "Input Devices": { + "Input Devices": "התקני קלט" + }, + "Input Volume Slider": { + "Input Volume Slider": "מחוון עוצמת קלט" + }, + "Insert your security key...": { + "Insert your security key...": "הכנס/י את מפתח האבטחה שלך..." + }, + "Install": { + "Install": "התקן/י" + }, + "Install Greeter": { + "Install Greeter": "התקן/י את מסך ההתחברות" + }, + "Install Plugin": { + "Install Plugin": "התקן/י תוסף" + }, + "Install Theme": { + "Install Theme": "התקן/י ערכת נושא" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "התקן/י ערכות צבעים ממאגר ערכות הנושא של DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "ההתקנה הושלמה. מסך ההתחברות הותקן." + }, + "Install failed: %1": { + "Install failed: %1": "ההתקנה נכשלה: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "התקן/י את החבילה של matugen כדי לאפשר עיצוב דינמי" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "להתקין את התוסף '%1' מהמאגר של DMS?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "התקן/י תוספים ממאגר התוספים של DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "להתקין את מסך ההתחברות של DMS? ייפתח מסוף לאימות עם sudo." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "להתקין את ערכת הנושא '%1' מהמאגר של DMS?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "להתקנה והגדרה של PAM: ראה/י את " + }, + "Installed": { + "Installed": "מותקן" + }, + "Installed: %1": { + "Installed: %1": "הותקן: %1" + }, + "Installing: %1": { + "Installing: %1": "מתקין: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "הסתרה אוטומטית חכמה" + }, + "Intensity": { + "Intensity": "עוצמה" + }, + "Interface:": { + "Interface:": "ממשק:" + }, + "Interlock Open": { + "Interlock Open": "מנגנון נעילה פתוח" + }, + "Internet": { + "Internet": "אינטרנט" + }, + "Interval": { + "Interval": "מרווח זמן" + }, + "Invalid configuration": { + "Invalid configuration": "הגדרה לא חוקית" + }, + "Invert on mode change": { + "Invert on mode change": "היפוך בעת שינוי מצב" + }, + "Iris Bloom": { + "Iris Bloom": "פריחת האיריס" + }, + "Isolate Displays": { + "Isolate Displays": "בידוד מסכים" + }, + "Jobs": { + "Jobs": "עבודות" + }, + "Jobs: ": { + "Jobs: ": "עבודות: " + }, + "Keep Awake": { + "Keep Awake": "מניעת שינה" + }, + "Keep Changes": { + "Keep Changes": "שמור/י שינויים" + }, + "Keeping Awake": { + "Keeping Awake": "משאיר ער" + }, + "Kernel": { + "Kernel": "ליבה" + }, + "Key": { + "Key": "מקש" + }, + "Keybind Sources": { + "Keybind Sources": "מקורות של קיצורי מקלדת" + }, + "Keybinds": { + "Keybinds": "קיצורי מקלדת" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "הגדרות חיפוש של קיצורי מקלדת" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "קיצורי מקלדת מוצגים לצד תוצאות חיפוש רגילות" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "שם פריסת המקלדת" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "קיצורי מקלדת" + }, + "Keys": { + "Keys": "מקשים" + }, + "Kill": { + "Kill": "סיום" + }, + "Kill Process": { + "Kill Process": "סיים/י תהליך" + }, + "Kill Session": { + "Kill Session": "סיום הפעלה" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "התקן LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "ערוץ הIRC של LabWC" + }, + "LabWC Website": { + "LabWC Website": "האתר של LabWC" + }, + "Large": { + "Large": "גדול" + }, + "Largest": { + "Largest": "הכי גדול" + }, + "Last hour": { + "Last hour": "בשעה האחרונה" + }, + "Last launched %1": { + "Last launched %1": "ההפעלה האחרונה הייתה %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "ההפעלה האחרונה הייתה לפני יום %1" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "ההפעלה האחרונה הייתה לפני %1 ימים" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "ההפעלה האחרונה הייתה לפני שעה %1" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "ההפעלה האחרונה הייתה לפני %1 שעות" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "ההפעלה האחרונה הייתה לפני דקה %1" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "ההפעלה האחרונה הייתה לפני %1 דקות" + }, + "Last launched just now": { + "Last launched just now": "ההפעלה האחרונה הייתה ממש עכשיו" + }, + "Latitude": { + "Latitude": "קו רוחב" + }, + "Launch": { + "Launch": "הפעל/י" + }, + "Launch Prefix": { + "Launch Prefix": "קידומת הפעלה" + }, + "Launch on dGPU": { + "Launch on dGPU": "הפעל/י על dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "הפעל/י על הdGPU כברירת מחדל" + }, + "Launcher": { + "Launcher": "משגר" + }, + "Launcher Button": { + "Launcher Button": "כפתור המשגר" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "סמל כפתור המשגר" + }, + "Layout": { + "Layout": "פריסה" + }, + "Layout Overrides": { + "Layout Overrides": "דריסות פריסה" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "פריסה ומיקומי מודולים במסך ההתחברות מסונכרנים מהמעטפת שלך (לדוגמה, הגדרות הסרגל). הרץ/י סנכרון כדי להחיל." + }, + "Left": { + "Left": "שמאל" + }, + "Left Center": { + "Left Center": "צד שמאל במרכז" + }, + "Left Section": { + "Left Section": "קטע שמאלי" + }, + "Light Direction": { + "Light Direction": "כיוון האור" + }, + "Light Mode": { + "Light Mode": "מצב בהיר" + }, + "Light Rain": { + "Light Rain": "גשם קל" + }, + "Light Snow": { + "Light Snow": "שלג קל" + }, + "Light Snow Showers": { + "Light Snow Showers": "מקלחות שלג קלות" + }, + "Light mode base": { + "Light mode base": "בסיס למצב בהיר" + }, + "Light mode harmony": { + "Light mode harmony": "הרמוניה במצב בהיר" + }, + "Line": { + "Line": "קו" + }, + "Line: %1": { + "Line: %1": "שורה: %1" + }, + "Linear": { + "Linear": "ליניארי" + }, + "Lines: %1": { + "Lines: %1": "שורות: %1" + }, + "List": { + "List": "רשימה" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "פלטת צבעים תוססת עם דגשים רוויים." + }, + "Load Average": { + "Load Average": "עומס ממוצע" + }, + "Loading codecs...": { + "Loading codecs...": "טוען קודקים..." + }, + "Loading keybinds...": { + "Loading keybinds...": "טוען קיצורי מקלדת..." + }, + "Loading trending...": { + "Loading trending...": "טוען טרנדים..." + }, + "Loading...": { + "Loading...": "טוען..." + }, + "Local": { + "Local": "מקומי" + }, + "Locale": { + "Locale": "שפה ואזור" + }, + "Locale Settings": { + "Locale Settings": "הגדרות אזוריות" + }, + "Location": { + "Location": "מיקום" + }, + "Location Search": { + "Location Search": "חיפוש מיקום" + }, + "Lock": { + "Lock": "נעילה" + }, + "Lock Screen": { + "Lock Screen": "מסך הנעילה" + }, + "Lock Screen Display": { + "Lock Screen Display": "תצוגת מסך הנעילה" + }, + "Lock Screen Format": { + "Lock Screen Format": "תבנית מסך הנעילה" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "התנהגות מסך הנעילה" + }, + "Lock Screen layout": { + "Lock Screen layout": "פריסת מסך הנעילה" + }, + "Lock at startup": { + "Lock at startup": "נעילה בעת ההפעלה" + }, + "Lock before suspend": { + "Lock before suspend": "נעל/י לפני השהיה" + }, + "Lock fade grace period": { + "Lock fade grace period": "תקופת חסד לדהייה של מסך הנעילה" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "שינויי אימות למסך הנעילה מוחלים באופן אוטומטי ועשויים לפתוח מסוף כאשר נדרש אימות עם sudo." + }, + "Locked": { + "Locked": "נעול" + }, + "Log Out": { + "Log Out": "התנתקות" + }, + "Logging in...": { + "Logging in...": "מתחבר..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "הזדהות בכניסה" + }, + "Long": { + "Long": "ארוך" + }, + "Long Text": { + "Long Text": "טקסט ארוך" + }, + "Long press": { + "Long press": "לחיצה ארוכה" + }, + "Longitude": { + "Longitude": "קו אורך" + }, + "Low Priority": { + "Low Priority": "עדיפות נמוכה" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "ודא/י ש-KDE Connect או Valent פועל על ההתקנים האחרים שלך" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "נהל/י והגדר/י תוספים להרחבת היכולות של DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "נהל/י עד 4 תצורות סרגל עצמאיות. לכל סרגל יש מיקום, ווידג׳טים, סגנון והקצאת תצוגה משלו." + }, + "Management": { + "Management": "ניהול" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "דריסות פריסה של MangoWC" + }, + "Manual": { + "Manual": "ידני" + }, + "Manual Coordinates": { + "Manual Coordinates": "קואורדינטות ידניות" + }, + "Manual Direction": { + "Manual Direction": "כיוון ידני" + }, + "Manual Gap Size": { + "Manual Gap Size": "גודל מרווח ידני" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "הצגה/הסתרה ידנית" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "מפה/י שמות של סוגי חלונות לשמות של סמלים כדי לוודא שהסמלים מוצגים כראוי" + }, + "Margin": { + "Margin": "שוליים" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "אספקת צבע/טונר ריקה" + }, + "Marker Supply Low": { + "Marker Supply Low": "אספקת צבע/טונר נמוכה" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "מיכל העודפים כמעט מלא" + }, + "Marker Waste Full": { + "Marker Waste Full": "מיכל העודפים מלא" + }, + "Match Criteria": { + "Match Criteria": "קריטריוני התאמה" + }, + "Matches profile: %1": { + "Matches profile: %1": "תואם לפרופיל: %1" + }, + "Material Colors": { + "Material Colors": "צבעי Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "ערכות צבעים בהשראת Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "צבעי Material שנוצרו מהרקע" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "הצללות והגבהה בהשראת Material Design על חלוניות, חלונות קופצים ותיבות דו-שיח" + }, + "Matugen Contrast": { + "Matugen Contrast": "ניגודיות Matugen" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen חסר" + }, + "Matugen Palette": { + "Matugen Palette": "פלטת צבעים של Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "מסך יעד עבור Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "תבניות Matugen" + }, + "Max Edges": { + "Max Edges": "קצוות מקסימליים" + }, + "Max H": { + "Max H": "גובה מקסימלי" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "מקסימום אפליקציות מוצמדות" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "מקסימום אפליקציות מוצמדות (0 = ללא הגבלה)" + }, + "Max Running Apps": { + "Max Running Apps": "מקסימום אפליקציות פועלות" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "מקסימום אפליקציות פועלות (0 = ללא הגבלה)" + }, + "Max Volume": { + "Max Volume": "עוצמה מקסימלית" + }, + "Max W": { + "Max W": "רוחב מקסימלי" + }, + "Max apps to show": { + "Max apps to show": "מספר מקסימלי של אפליקציות להצגה" + }, + "Max to Edges": { + "Max to Edges": "מקסום לקצוות" + }, + "Maximize": { + "Maximize": "ממוקסם" + }, + "Maximize Detection": { + "Maximize Detection": "זיהוי הגדלה של החלון" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "הגדלת סמלי הווידג׳טים למקסימום" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "הגדלת טקסט הווידג׳טים למקסימום" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "גודל רשומה מקסימלי" + }, + "Maximum History": { + "Maximum History": "היסטוריה מקסימלית" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "מקסימום רשומות מוצמדות" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "הגעת למספר המרבי של ניסיונות לטביעת אצבע. נא להשתמש בסיסמה." + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "מספר מקסימלי של רשומות לוח ההעתקה לשמירה" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "מספר מקסימלי של רשומות שניתן לשמור" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "מספר מקסימלי של התראות לשמירה" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "הושג מקסימום רשומות מוצמדות" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "גודל מקסימלי לרשומת לוח ההעתקה" + }, + "Media": { + "Media": "מדיה" + }, + "Media Controls": { + "Media Controls": "פקדי מדיה" + }, + "Media Empty": { + "Media Empty": "אין נייר/מדיה" + }, + "Media Jam": { + "Media Jam": "תקיעת נייר/מדיה" + }, + "Media Low": { + "Media Low": "מפלס נייר/מדיה נמוך" + }, + "Media Needed": { + "Media Needed": "נדרש נייר/מדיה" + }, + "Media Playback": { + "Media Playback": "השמעת מדיה" + }, + "Media Player": { + "Media Player": "נגן מדיה" + }, + "Media Player Settings": { + "Media Player Settings": "הגדרות נגן המדיה" + }, + "Media Players": { + "Media Players": "נגני מדיה" + }, + "Media Players (": { + "Media Players (": "נגני מדיה (" + }, + "Media Volume": { + "Media Volume": "עוצמת מדיה" + }, + "Medium": { + "Medium": "בינוני" + }, + "Memory": { + "Memory": "זיכרון" + }, + "Memory Graph": { + "Memory Graph": "גרף לזיכרון" + }, + "Memory Usage": { + "Memory Usage": "שימוש בזיכרון" + }, + "Memory usage indicator": { + "Memory usage indicator": "מחוון שימוש בזיכרון" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "הודעה" + }, + "Message Content": { + "Message Content": "תוכן ההתראה" + }, + "Microphone": { + "Microphone": "מיקרופון" + }, + "Microphone Mute": { + "Microphone Mute": "השתקת מיקרופון" + }, + "Microphone Volume": { + "Microphone Volume": "עוצמת מיקרופון" + }, + "Microphone settings": { + "Microphone settings": "הגדרות מיקרופון" + }, + "Microphone volume control": { + "Microphone volume control": "בקרת עוצמת מיקרופון" + }, + "Middle Section": { + "Middle Section": "קטע אמצעי" + }, + "Min H": { + "Min H": "גובה מינימלי" + }, + "Min W": { + "Min W": "רוחב מינימלי" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "פלטת צבעים מינימלית הבנויה סביב גוון יחיד." + }, + "Minute": { + "Minute": "דקה" + }, + "Mirror Display": { + "Mirror Display": "שיקוף תצוגה" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "משתני סביבה חסרים" + }, + "Modal Background": { + "Modal Background": "רקע מודל" + }, + "Modal Shadows": { + "Modal Shadows": "הצללות של מודלים" + }, + "Modals": { + "Modals": "חלונות מודליים" + }, + "Mode": { + "Mode": "מצב" + }, + "Mode:": { + "Mode:": "מצב:" + }, + "Model": { + "Model": "דגם" + }, + "Modified": { + "Modified": "שונה" + }, + "Modular widget bar": { + "Modular widget bar": "פס ווידג׳טים מודולרי" + }, + "Monitor": { + "Monitor": "מסך" + }, + "Monitor Configuration": { + "Monitor Configuration": "הגדרת מסך" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "תקופת חסד לדהיית התצוגה" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "המסך שהרקע שלו קובע את צבעי ערכת הנושא הדינמית" + }, + "Monochrome": { + "Monochrome": "מונוכרומטי" + }, + "Monocle": { + "Monocle": "מונוקל (יחיד)" + }, + "Monospace Font": { + "Monospace Font": "גופן ברוחב קבוע" + }, + "Month Date": { + "Month Date": "חודש תאריך" + }, + "Morning": { + "Morning": "בוקר" + }, + "Mount Points": { + "Mount Points": "נקודות עגינה" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "מראה של סמן העכבר" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "גודל סמן העכבר בפיקסלים" + }, + "Move": { + "Move": "הזז/י" + }, + "Move Widget": { + "Move Widget": "הזזת הווידג׳ט" + }, + "Moving to Paused": { + "Moving to Paused": "עובר להשהיה" + }, + "Multi-Monitor": { + "Multi-Monitor": "ריבוי מסכים" + }, + "Multiplexer": { + "Multiplexer": "מרבב" + }, + "Multiplexer Type": { + "Multiplexer Type": "סוג המרבב" + }, + "Multiplexers": { + "Multiplexers": "מרבבי מסוף" + }, + "Music": { + "Music": "מוסיקה" + }, + "Mute Popups": { + "Mute Popups": "השתק/י חלונות קופצים" + }, + "Mute popups for %1": { + "Mute popups for %1": "השתק/י חלונות קופצים עבור %1" + }, + "Muted": { + "Muted": "מושתק" + }, + "Muted Apps": { + "Muted Apps": "אפליקציות מושתקות" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "פלטת צבעים מעודנת עם גוונים רגועים ושקטים." + }, + "NM not supported": { + "NM not supported": "NM אינו נתמך" + }, + "Name": { + "Name": "שם" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "סמלים לסביבות עבודה בעלות שם" + }, + "Navigate": { + "Navigate": "ניווט" + }, + "Navigation": { + "Navigation": "ניווט" + }, + "Network": { + "Network": "רשת" + }, + "Network Graph": { + "Network Graph": "גרף לרשת" + }, + "Network Info": { + "Network Info": "מידע רשת" + }, + "Network Information": { + "Network Information": "מידע רשת מפורט" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "שם הרשת (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "מנטר מהירות רשת" + }, + "Network Status": { + "Network Status": "מצב רשת" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "תצוגת מהירות הורדה והעלאה ברשת" + }, + "Neutral": { + "Neutral": "נייטרלי" + }, + "Never": { + "Never": "לעולם לא" + }, + "Never used": { + "Never used": "לא היה בשימוש מעולם" + }, + "New": { + "New": "חדש" + }, + "New Key": { + "New Key": "מקש חדש" + }, + "New Keybind": { + "New Keybind": "קיצור מקלדת חדש" + }, + "New Notification": { + "New Notification": "התראה חדשה" + }, + "New Session": { + "New Session": "הפעלה חדשה" + }, + "New Window Rule": { + "New Window Rule": "חוק חלון חדש" + }, + "New York, NY": { + "New York, NY": "ניו יורק, ניו יורק" + }, + "New group name...": { + "New group name...": "שם לקבוצה החדשה..." + }, + "Next": { + "Next": "הבא" + }, + "Next Transition": { + "Next Transition": "המעבר הבא" + }, + "Night": { + "Night": "לילה" + }, + "Night Mode": { + "Night Mode": "מצב לילה" + }, + "Night Temperature": { + "Night Temperature": "טמפרטורת לילה" + }, + "Night mode & gamma": { + "Night mode & gamma": "מצב לילה וגאמה" + }, + "Niri Integration": { + "Niri Integration": "אינטגרציה עם Niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "דריסות פריסה של Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "פעולות קומפוזיטור של Niri (מיקוד, הזזה וכו')" + }, + "No": { + "No": "לא" + }, + "No Active Players": { + "No Active Players": "אין נגנים פעילים" + }, + "No Anim": { + "No Anim": "ללא אנימציה" + }, + "No Background": { + "No Background": "ללא רקע" + }, + "No Battery": { + "No Battery": "אין סוללה" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "לא נמצא מתאם Bluetooth" + }, + "No Blur": { + "No Blur": "ללא טשטוש" + }, + "No Border": { + "No Border": "ללא מסגרת" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "לא הוגדרו קיצורי DMS" + }, + "No Dim": { + "No Dim": "ללא עמעום" + }, + "No Focus": { + "No Focus": "ללא מיקוד" + }, + "No GPU detected": { + "No GPU detected": "לא זוהה GPU" + }, + "No GPUs detected": { + "No GPUs detected": "לא זוהו GPUs" + }, + "No History": { + "No History": "ללא היסטוריה" + }, + "No Media": { + "No Media": "אין מדיה" + }, + "No Round": { + "No Round": "ללא עיגול" + }, + "No Rounding": { + "No Rounding": "ללא עיגול" + }, + "No Shadow": { + "No Shadow": "ללא צל" + }, + "No VPN profiles": { + "No VPN profiles": "אין פרופילי VPN" + }, + "No Weather": { + "No Weather": "אין מזג אוויר" + }, + "No Weather Data": { + "No Weather Data": "אין נתוני מזג אוויר" + }, + "No Weather Data Available": { + "No Weather Data Available": "אין נתוני מזג אוויר זמינים" + }, + "No action": { + "No action": "אין פעולה" + }, + "No active %1 sessions": { + "No active %1 sessions": "אין הפעלות פעילות של %1" + }, + "No adapter": { + "No adapter": "אין מתאם" + }, + "No adapters": { + "No adapters": "אין מתאמים" + }, + "No app customizations.": { + "No app customizations.": "אין התאמות אישיות לאפליקציות." + }, + "No apps found": { + "No apps found": "לא נמצאו אפליקציות" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "עדיין לא הופעלו אפליקציות." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "אין אפליקציות מושתקות. לחץ/י לחיצה ימנית על התראה ובחר/י ב\"השתק/י חלונות קופצים\" להוספה לכאן." + }, + "No battery": { + "No battery": "אין סוללה" + }, + "No brightness devices available": { + "No brightness devices available": "אין התקני בהירות זמינים" + }, + "No changes": { + "No changes": "אין שינויים" + }, + "No checks passed": { + "No checks passed": "אף בדיקה לא עברה" + }, + "No custom theme file": { + "No custom theme file": "אין קובץ ערכת נושא מותאמת אישית" + }, + "No devices": { + "No devices": "אין התקנים" + }, + "No devices connected": { + "No devices connected": "אין התקנים מחוברים" + }, + "No devices found": { + "No devices found": "לא נמצאו התקנים" + }, + "No disk data": { + "No disk data": "אין נתוני דיסק" + }, + "No disk data available": { + "No disk data available": "אין נתוני דיסק זמינים" + }, + "No drivers found": { + "No drivers found": "לא נמצאו מנהלי התקן" + }, + "No errors": { + "No errors": "אין שגיאות" + }, + "No features enabled": { + "No features enabled": "אין תכונות מופעלות" + }, + "No files found": { + "No files found": "לא נמצאו קבצים" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "לא זוהה קורא טביעות אצבע." + }, + "No folders found": { + "No folders found": "לא נמצאו תיקיות" + }, + "No hidden apps.": { + "No hidden apps.": "אין אפליקציות מוסתרות." + }, + "No info items": { + "No info items": "אין פריטי מידע" + }, + "No information available": { + "No information available": "אין מידע זמין" + }, + "No input device": { + "No input device": "אין התקן קלט" + }, + "No input devices found": { + "No input devices found": "לא נמצאו התקני קלט" + }, + "No items added yet": { + "No items added yet": "לא נוספו פריטים עדיין" + }, + "No keybinds found": { + "No keybinds found": "לא נמצאו קיצורי מקלדת" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "אין תוספי משגר מותקנים." + }, + "No match criteria": { + "No match criteria": "אין קריטריוני התאמה" + }, + "No matches": { + "No matches": "אין התאמות" + }, + "No matching processes": { + "No matching processes": "אין תהליכים תואמים" + }, + "No monitors": { + "No monitors": "אין מסכים" + }, + "No mount points found": { + "No mount points found": "לא נמצאו נקודות עגינה" + }, + "No output device": { + "No output device": "אין התקן פלט" + }, + "No output devices found": { + "No output devices found": "לא נמצאו התקני פלט" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "לא נמצא מנהל חבילות. אנא התקן/י את 'paru' או 'yay' כדי לבדוק עדכונים במערכות מבוססות Arch." + }, + "No plugin results": { + "No plugin results": "לא נמצאו תוספים" + }, + "No plugins found": { + "No plugins found": "לא נמצאו תוספים" + }, + "No plugins found.": { + "No plugins found.": "לא נמצאו תוספים." + }, + "No printer found": { + "No printer found": "לא נמצאה מדפסת" + }, + "No printers configured": { + "No printers configured": "לא הוגדרו מדפסות" + }, + "No printers found": { + "No printers found": "לא נמצאו מדפסות" + }, + "No profiles": { + "No profiles": "אין פרופילים" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "לא נמצאו רשומות לוח ההעתקה אחרונות" + }, + "No results found": { + "No results found": "לא נמצאו תוצאות" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "אין רשומות לוח ההעתקה שמורות" + }, + "No sessions found": { + "No sessions found": "לא נמצאו הפעלות" + }, + "No status output.": { + "No status output.": "לא התקבל פלט לעדכון המצב." + }, + "No themes found": { + "No themes found": "לא נמצאו ערכות נושא" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "אין ערכות נושא מותקנות. עיין/י בערכות נושא להתקנה מהמאגר." + }, + "No trigger": { + "No trigger": "אין מפעיל" + }, + "No video found in folder": { + "No video found in folder": "לא נמצא וידאו בתיקייה" + }, + "No wallpaper selected": { + "No wallpaper selected": "לא נבחר רקע" + }, + "No wallpapers": { + "No wallpapers": "אין תמונות רקע" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "לא נמצאו רקעים\n\nלחץ/י על סמל התיקייה למטה כדי לעיין" + }, + "No warnings": { + "No warnings": "אין אזהרות" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "לא נוספו ווידג'טים. לחץ/י על \"הוסף ווידג'ט\" כדי להתחיל." + }, + "No widgets available": { + "No widgets available": "אין ווידג׳טים זמינים" + }, + "No widgets match your search": { + "No widgets match your search": "אין ווידג׳טים שתואמים לחיפוש שלך" + }, + "No window rules configured": { + "No window rules configured": "לא הוגדרו חוקי חלון" + }, + "None": { + "None": "ללא" + }, + "Normal": { + "Normal": "רגיל" + }, + "Normal Font": { + "Normal Font": "גופן רגיל" + }, + "Normal Priority": { + "Normal Priority": "עדיפות רגילה" + }, + "Not available": { + "Not available": "לא זמינה" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "לא זמין — התקן/י את החבילות fprintd ו pam_fprintd, או הגדר/י את greetd PAM." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "לא זמין — התקן/י את fprintd ו pam_fprintd." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "לא זמין — התקן/י או הגדר/י את pam_u2f, או לחלופין הגדר/י את greetd PAM." + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "לא זמין — התקן/י או הגדר/י את pam_u2f." + }, + "Not connected": { + "Not connected": "לא מחובר" + }, + "Not detected": { + "Not detected": "לא זוהה" + }, + "Not paired": { + "Not paired": "לא מוצמד" + }, + "Not set": { + "Not set": "לא מוגדר" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "הערה: זה רק משנה את האחוזים, זה לא באמת מגביל את הטעינה." + }, + "Notepad": { + "Notepad": "פנקס" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "הגדרות גופן של הפנקס" + }, + "Notepad Slideout": { + "Notepad Slideout": "החלקה של הפנקס" + }, + "Nothing": { + "Nothing": "כלום" + }, + "Nothing to see here": { + "Nothing to see here": "אין מה לראות כאן" + }, + "Notification Center": { + "Notification Center": "מרכז ההתראות" + }, + "Notification Display": { + "Notification Display": "תצוגת התראות" + }, + "Notification Overlay": { + "Notification Overlay": "שכבת התראות" + }, + "Notification Popups": { + "Notification Popups": "חלוניות התראה קופצות" + }, + "Notification Rules": { + "Notification Rules": "חוקי התראות" + }, + "Notification Settings": { + "Notification Settings": "הגדרות התראות" + }, + "Notification Timeouts": { + "Notification Timeouts": "הקצבת זמן להתראות" + }, + "Notification toast popups": { + "Notification toast popups": "התראות קופצות" + }, + "Notifications": { + "Notifications": "התראות" + }, + "Numbers": { + "Numbers": "מספרים" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "מספרי (D/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "מספרי (M/D)" + }, + "OK": { + "OK": "תקין" + }, + "OS Logo": { + "OS Logo": "לוגו מערכת ההפעלה" + }, + "OSD Position": { + "OSD Position": "מיקום OSD" + }, + "Occupied Color": { + "Occupied Color": "צבע למצב ״תפוס״" + }, + "Off": { + "Off": "כבוי" + }, + "Office": { + "Office": "משרד" + }, + "Offline": { + "Offline": "לא מקוון" + }, + "Offline Report": { + "Offline Report": "דו\"ח לא מקוון" + }, + "Older": { + "Older": "ישן יותר" + }, + "On": { + "On": "פועל" + }, + "On-Demand": { + "On-Demand": "לפי דרישה" + }, + "On-Screen Displays": { + "On-Screen Displays": "תצוגות על המסך" + }, + "On-screen Displays": { + "On-screen Displays": "תצוגות על המסך (OSD)" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "כוונן/י את הגאמה רק לפי כללי זמן או מיקום." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "משפיע רק על PAM המנוהל על ידי DMS. אם greetd כבר כולל את pam_fprintd, טביעת האצבע תישאר מופעלת." + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "הצג/י רק חלונות מהמסך הנוכחי בכל Dock" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "גלוי רק אם מצב שינה עמוקה נתמך במערכת שלך" + }, + "Opacity": { + "Opacity": "שקיפות" + }, + "Opaque": { + "Opaque": "אטום" + }, + "Open": { + "Open": "פתח/י" + }, + "Open App": { + "Open App": "פתח/י אפליקציה" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "פתח/י את KDE Connect בטלפון שלך" + }, + "Open Notepad File": { + "Open Notepad File": "פתח/י קובץ בפנקס" + }, + "Open a new note": { + "Open a new note": "פתח/י פתק חדש" + }, + "Open folder": { + "Open folder": "פתח/י תיקייה" + }, + "Open in Browser": { + "Open in Browser": "פתח/י בדפדפן" + }, + "Open in terminal": { + "Open in terminal": "פתח/י במסוף" + }, + "Open search bar to find text": { + "Open search bar to find text": "פתח/י שורת חיפוש כדי למצוא טקסט" + }, + "Open with...": { + "Open with...": "פתח/י עם..." + }, + "Opening SMS": { + "Opening SMS": "פותח SMS" + }, + "Opening SMS app": { + "Opening SMS app": "פותח את אפליקציית הSMS" + }, + "Opening file browser": { + "Opening file browser": "פותח דפדפן קבצים" + }, + "Opening files": { + "Opening files": "פותח קבצים" + }, + "Opening terminal: ": { + "Opening terminal: ": "פותח מסוף: " + }, + "Optional description": { + "Optional description": "תיאור אופציונלי" + }, + "Optional location": { + "Optional location": "מיקום אופציונלי" + }, + "Options": { + "Options": "אפשרויות" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "ארגן/י ווידג׳טים בקבוצות שניתן לצמצם" + }, + "Original: %1": { + "Original: %1": "מקורי: %1" + }, + "Other": { + "Other": "אחר" + }, + "Outline": { + "Outline": "מתאר" + }, + "Output": { + "Output": "פלט" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "אזור הפלט כמעט מלא" + }, + "Output Area Full": { + "Output Area Full": "אזור הפלט מלא" + }, + "Output Device": { + "Output Device": "התקן פלט" + }, + "Output Devices": { + "Output Devices": "התקני פלט" + }, + "Output Tray Missing": { + "Output Tray Missing": "מגש הפלט חסר" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "קובץ includes של פלטי תצוגה חסר" + }, + "Overcast": { + "Overcast": "מעונן" + }, + "Overflow": { + "Overflow": "גלישה" + }, + "Overridden by config": { + "Overridden by config": "נדרס על ידי config" + }, + "Override": { + "Override": "דריסה" + }, + "Override Border Size": { + "Override Border Size": "דריסת גודל המסגרת" + }, + "Override Corner Radius": { + "Override Corner Radius": "דריסת רדיוס הפינות" + }, + "Override Gaps": { + "Override Gaps": "דריסת רווחים" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "דרוס/י הגדרות פריסה גלובליות לפלט זה" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "דרוס/דרסי את המסוף עם פקודה או תסריט מותאמים אישית" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "דרוס/י את הצל הגלובלי עם הגדרות לכל סרגל בנפרד" + }, + "Overrides": { + "Overrides": "דריסות" + }, + "Overview": { + "Overview": "סקירה כללית" + }, + "Overview of your network connections": { + "Overview of your network connections": "סקירה של חיבורי הרשת שלך" + }, + "Overwrite": { + "Overwrite": "דריסה" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM כבר מספק אימות באמצעות טביעת אצבע. הפעל/י את ההזדהות כדי להציג אותה בכניסה." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM כבר מספק אימות באמצעות מפתח אבטחה. הפעל/י את ההזדהות כדי להציג אותה בכניסה." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM מספק אימות באמצעות טביעת אצבע, אך לא ניתן היה לאמת את הזמינות." + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM מספק אימות באמצעות טביעת אצבע, אך אין טביעות אצבע רשומות עדיין." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM מספק אימות באמצעות טביעת אצבע, אך לא זוהה קורא טביעות אצבע." + }, + "PIN": { + "PIN": "קוד PIN" + }, + "Pad": { + "Pad": "ריפוד" + }, + "Pad Hours": { + "Pad Hours": "ריפוד שעות" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "ריפוד שעות (02:00 לעומת 2:00)" + }, + "Padding": { + "Padding": "ריווח פנימי" + }, + "Pair": { + "Pair": "צימוד" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "צמד/י התקן Bluetooth" + }, + "Paired": { + "Paired": "מותאם" + }, + "Pairing": { + "Pairing": "צימוד בתהליך" + }, + "Pairing failed": { + "Pairing failed": "הצימוד נכשל" + }, + "Pairing request from": { + "Pairing request from": "בקשת צימוד מ" + }, + "Pairing request sent": { + "Pairing request sent": "בקשת צימוד נשלחה" + }, + "Pairing requested": { + "Pairing requested": "התבקש צימוד" + }, + "Pairing...": { + "Pairing...": "מתאים..." + }, + "Partly Cloudy": { + "Partly Cloudy": "מעונן חלקית" + }, + "Passkey:": { + "Passkey:": "מפתח גישה:" + }, + "Password": { + "Password": "סיסמה" + }, + "Password...": { + "Password...": "סיסמה..." + }, + "Paste": { + "Paste": "הדבק/י" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "נתיב לקובץ וידאו או תיקייה המכילה סרטוני וידאו" + }, + "Pattern": { + "Pattern": "תבנית" + }, + "Pause": { + "Pause": "השהיה" + }, + "Paused": { + "Paused": "מושהה" + }, + "Pending": { + "Pending": "ממתין" + }, + "Pending Charge": { + "Pending Charge": "טעינה ממתינה" + }, + "Pending Discharge": { + "Pending Discharge": "ריקון ממתין" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "רקעים לפי מצב" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "רקעים לפי מסך" + }, + "Per-screen config": { + "Per-screen config": "הגדרה לכל מסך" + }, + "Percentage": { + "Percentage": "אחוזים" + }, + "Performance": { + "Performance": "ביצועים" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "ההרשאה להגדרת תמונת הפרופיל נדחתה." + }, + "Personalization": { + "Personalization": "התאמה אישית" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Phone Connect לא זמין" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Phone Connect לא זמין" + }, + "Phone number": { + "Phone number": "מספר טלפון" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "בחר/י סרטון וידאו אקראי שונה בכל פעם מאותה תיקייה" + }, + "Pictures": { + "Pictures": "תמונות" + }, + "Pin": { + "Pin": "הצמד/י" + }, + "Pin to Dock": { + "Pin to Dock": "נעץ/י בDock" + }, + "Ping": { + "Ping": "פינג" + }, + "Ping sent": { + "Ping sent": "פינג נשלח" + }, + "Ping sent to": { + "Ping sent to": "פינג נשלח ל" + }, + "Pinned": { + "Pinned": "מוצמד" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "אפליקציות מוצמדות ופועלים עם גרירה ושחרור" + }, + "Pixelate": { + "Pixelate": "פיקסול" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "מקם/י כאן את תיקיות התוספים. לכל תוסף צריך להיות קובץ מניפסט בשם plugin.json." + }, + "Place plugins in %1": { + "Place plugins in %1": "מקם/י תוספים ב-%1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "נגן/י וידאו כאשר המסך ננעל." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "ניגון צליל כשהתראה חדשה מגיעה" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "ניגון צליל בעת חיבור כבל החשמל" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "ניגון צליל בעת שינוי עוצמת השמע" + }, + "Play sounds for system events": { + "Play sounds for system events": "ניגון צלילים לאירועי מערכת" + }, + "Playback": { + "Playback": "השמעה" + }, + "Playback error: ": { + "Playback error: ": "שגיאת השמעה: " + }, + "Please wait...": { + "Please wait...": "אנא המתן/י..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "אנא כתוב/כתבי שם להפעלת %1 החדשה שלך" + }, + "Plugged In": { + "Plugged In": "מחובר לחשמל" + }, + "Plugged in": { + "Plugged in": "מחובר לחשמל" + }, + "Plugin": { + "Plugin": "תוסף" + }, + "Plugin Directory": { + "Plugin Directory": "תיקיית תוספים" + }, + "Plugin Management": { + "Plugin Management": "ניהול תוספים" + }, + "Plugin Visibility": { + "Plugin Visibility": "נראות תוסף" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "התוסף מושבת – הפעל/י אותו בהגדרות התוספים כדי להשתמש בו" + }, + "Plugins": { + "Plugins": "תוספים" + }, + "Pointer": { + "Pointer": "מצביע" + }, + "Popout Shadows": { + "Popout Shadows": "הצללות של חלונות קופצים" + }, + "Popouts": { + "Popouts": "חלונות קופצים" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "חלונות קופצים ומודליים עוקבים אחר מהירות האנימציה הגלובלית (השבת/י כדי להתאים אישית באופן עצמאי)" + }, + "Popup Only": { + "Popup Only": "חלון קופץ בלבד" + }, + "Popup Position": { + "Popup Position": "מיקום חלונית קופצת" + }, + "Popup Shadow": { + "Popup Shadow": "צל לחלון קופץ" + }, + "Popup Transparency": { + "Popup Transparency": "שקיפות חלונית קופצת" + }, + "Popup behavior, position": { + "Popup behavior, position": "התנהגות ומיקום חלונות קופצים" + }, + "Port": { + "Port": "פורט" + }, + "Portal": { + "Portal": "פורטל" + }, + "Position": { + "Position": "מיקום" + }, + "Position, pinned apps": { + "Position, pinned apps": "מיקום, אפליקציות מוצמדות" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "קונפליקטים אפשריים של דריסה" + }, + "Power": { + "Power": "חשמל" + }, + "Power & Security": { + "Power & Security": "חשמל ואבטחה" + }, + "Power & Sleep": { + "Power & Sleep": "חשמל ושינה" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "אישור פעולות חשמל" + }, + "Power Menu Customization": { + "Power Menu Customization": "התאמה אישית של תפריט הכיבוי" + }, + "Power Off": { + "Power Off": "כיבוי" + }, + "Power Options": { + "Power Options": "אפשרויות חשמל" + }, + "Power Profile": { + "Power Profile": "פרופיל חשמל" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "ירידת ביצועים בפרופיל צריכת החשמל" + }, + "Power Saver": { + "Power Saver": "חיסכון בחשמל" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "כיבוי מסכים בנעילה" + }, + "Power profile management available": { + "Power profile management available": "ניהול פרופיל חשמל זמין" + }, + "Power source": { + "Power source": "מקור חשמל" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "מלא/י מראש את שם המשתמש האחרון שהתחבר בהצלחה במסך ההתחברות" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "בחר/י מראש את ההפעלה האחרונה שהייתה בשימוש במסך ההתחברות" + }, + "Precip": { + "Precip": "משקעים" + }, + "Precipitation": { + "Precipitation": "משקעים" + }, + "Precipitation Chance": { + "Precipitation Chance": "סיכוי למשקעים" + }, + "Preference": { + "Preference": "העדפה" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "רוחבים מוגדרים מראש (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "לחץ/י על 'n' במקלדת או על הכפתור 'הפעלה חדשה' כדי ליצור אחת" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "לחץ/י Enter ומערכת השמע תופעל מחדש כדי להחיל את השינוי" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "לחץ/י על Enter להדבקה, Shift+Enter להעתקה" + }, + "Press key...": { + "Press key...": "לחץ/י על מקש..." + }, + "Pressure": { + "Pressure": "לחץ" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "מנע/י כיבוי מסך אוטומטי" + }, + "Preview": { + "Preview": "תצוגה מקדימה" + }, + "Primary": { + "Primary": "ראשי" + }, + "Primary Container": { + "Primary Container": "מיכל ראשי" + }, + "Print Server Management": { + "Print Server Management": "ניהול שרת הדפסה" + }, + "Print Server not available": { + "Print Server not available": "שרת ההדפסה אינו זמין" + }, + "Printer": { + "Printer": "מדפסת" + }, + "Printer Classes": { + "Printer Classes": "סוגי מדפסות" + }, + "Printer created successfully": { + "Printer created successfully": "המדפסת נוצרה בהצלחה" + }, + "Printer deleted": { + "Printer deleted": "המדפסת נמחקה" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "שם המדפסת (ללא רווחים)" + }, + "Printer reachable": { + "Printer reachable": "המדפסת זמינה" + }, + "Printers": { + "Printers": "מדפסות" + }, + "Printers: ": { + "Printers: ": "מדפסות: " + }, + "Prioritize performance": { + "Prioritize performance": "עדיפות לביצועים" + }, + "Priority": { + "Priority": "עדיפות" + }, + "Privacy Indicator": { + "Privacy Indicator": "מחוון פרטיות" + }, + "Privacy Mode": { + "Privacy Mode": "מצב פרטיות" + }, + "Private Key Password": { + "Private Key Password": "סיסמת מפתח פרטי" + }, + "Process Count": { + "Process Count": "מספר תהליכים" + }, + "Processes": { + "Processes": "תהליכים" + }, + "Processes:": { + "Processes:": "תהליכים:" + }, + "Processing": { + "Processing": "מעבד" + }, + "Profile Image Error": { + "Profile Image Error": "שגיאה בתמונת הפרופיל" + }, + "Profile activated: %1": { + "Profile activated: %1": "פרופיל הופעל: %1" + }, + "Profile deleted": { + "Profile deleted": "הפרופיל נמחק" + }, + "Profile error": { + "Profile error": "שגיאת פרופיל" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "תמונת הפרופיל גדולה מדי. נא להשתמש בתמונה קטנה יותר." + }, + "Profile name": { + "Profile name": "שם הפרופיל" + }, + "Profile not found": { + "Profile not found": "הפרופיל לא נמצא" + }, + "Profile saved: %1": { + "Profile saved: %1": "פרופיל נשמר: %1" + }, + "Protocol": { + "Protocol": "פרוטוקול" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia אינו זמין" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia אינו זמין - שומר מסך וידאו דורש שירותי מולטימדיה של Qt" + }, + "Quick Access": { + "Quick Access": "גישה מהירה" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "גישה מהירה למשגר האפליקציות" + }, + "Quick access to color picker": { + "Quick access to color picker": "גישה מהירה לבוחר הצבעים" + }, + "Quick access to notepad": { + "Quick access to notepad": "גישה מהירה לפנקס" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "לוח נשלף מהיר לרישום הערות" + }, + "Quick system toggles": { + "Quick system toggles": "מתגי מערכת מהירים" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "רדיוס" + }, + "Rain": { + "Rain": "גשם" + }, + "Rain Chance": { + "Rain Chance": "סיכוי לגשם" + }, + "Rainbow": { + "Rainbow": "קשת" + }, + "Random": { + "Random": "אקראי" + }, + "Rate": { + "Rate": "קצב" + }, + "Read:": { + "Read:": "קריאה:" + }, + "Reason": { + "Reason": "סיבה" + }, + "Reboot": { + "Reboot": "הפעלה מחדש" + }, + "Recent Colors": { + "Recent Colors": "צבעים אחרונים" + }, + "Recently Used Apps": { + "Recently Used Apps": "אפליקציות שהיו בשימוש לאחרונה" + }, + "Recommended available": { + "Recommended available": "מומלץ זמין" + }, + "Refresh": { + "Refresh": "רענון" + }, + "Refresh Weather": { + "Refresh Weather": "רענן/י מזג אוויר" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "דחה/י" + }, + "Reject Jobs": { + "Reject Jobs": "דחה/י עבודות" + }, + "Release": { + "Release": "שחרור" + }, + "Reload Plugin": { + "Reload Plugin": "טען/י תוסף מחדש" + }, + "Remaining": { + "Remaining": "נותר" + }, + "Remaining / Total": { + "Remaining / Total": "נותר / סה״כ" + }, + "Remember Last Query": { + "Remember Last Query": "זכירת הבקשה האחרונה" + }, + "Remember last session": { + "Remember last session": "זכירת ההפעלה האחרונה" + }, + "Remember last user": { + "Remember last user": "זכירת המשתמש האחרון" + }, + "Remove": { + "Remove": "הסרה" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "הסרת הריווח של הווידג׳טים" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "הסר/י רווחים ומסגרת כאשר חלונות ממוקסמים" + }, + "Rename": { + "Rename": "שנה/י שם" + }, + "Rename Session": { + "Rename Session": "שינוי שם להפעלה" + }, + "Rename Workspace": { + "Rename Workspace": "שנה/י את השם של סביבת העבודה" + }, + "Repeat": { + "Repeat": "חזרה" + }, + "Replacement": { + "Replacement": "החלפה" + }, + "Report": { + "Report": "דיווח" + }, + "Request Pairing": { + "Request Pairing": "בקש/י התאמה" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "דרוש/דרשי החזקה של הכפתור לאישור כיבוי, הפעלה מחדש, השהיה, שינה עמוקה והתנתקות" + }, + "Required plugin: ": { + "Required plugin: ": "תוסף נדרש: " + }, + "Requires %1": { + "Requires %1": "גרסה %1 נדרשת" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "הכלי 'dgop' נדרש" + }, + "Requires DMS %1": { + "Requires DMS %1": "DMS %1 נדרש" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "קומפוזיטור DWL נדרש" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "נדרשת גרסה חדשה יותר של Quickshell" + }, + "Requires night mode support": { + "Requires night mode support": "תמיכה במצב לילה נדרשת" + }, + "Reset": { + "Reset": "איפוס" + }, + "Reset Position": { + "Reset Position": "אפס/י מיקום" + }, + "Reset Size": { + "Reset Size": "אפס/י גודל" + }, + "Reset to default name": { + "Reset to default name": "אפס/י לשם ברירת מחדל" + }, + "Resize Widget": { + "Resize Widget": "שינוי גודל הווידג׳ט" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "רזולוציה ורענון" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "רזולוציה, מיקום, קנה מידה" + }, + "Restart DMS": { + "Restart DMS": "הפעלה מחדש של DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "הפעל/י מחדש את DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "מפעיל מערכת שמע מחדש..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "שחזר/י חלונות מסביבת עבודה מיוחדת" + }, + "Resume": { + "Resume": "המשך" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "היפוך של כיוון הגלילה" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "הפוך/י את כיוון החלפת סביבות העבודה בעת גלילה על הסרגל" + }, + "Revert": { + "Revert": "חזור/חזרי" + }, + "Right": { + "Right": "ימין" + }, + "Right Center": { + "Right Center": "צד ימין במרכז" + }, + "Right Section": { + "Right Section": "מקטע ימני" + }, + "Right Tiling": { + "Right Tiling": "ריצוף ימני" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "לחץ/י לחיצה ימנית וגרור/גררי בכל מקום על הווידג׳ט" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "לחץ/י לחיצה ימנית וגרור/גררי את הפינה הימנית התחתונה" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "לחץ/י קליק ימני על הווידג׳ט כדי לעבור במעגל" + }, + "Ring": { + "Ring": "צלצל/י" + }, + "Ringing": { + "Ringing": "מצלצל" + }, + "Ripple Effects": { + "Ripple Effects": "אפקטי אדווה" + }, + "Root Filesystem": { + "Root Filesystem": "מערכת הקבצים הראשית" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "פינות מעוגלות לחלונות" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "פינות מעוגלות לחלונות (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "פינות מעוגלות לחלונות (decoration.rounding)" + }, + "Rule": { + "Rule": "חוק" + }, + "Rule Name": { + "Rule Name": "שם חוק" + }, + "Rules (%1)": { + "Rules (%1)": "חוקים (%1)" + }, + "Run Again": { + "Run Again": "הרץ/י שוב" + }, + "Run DMS Templates": { + "Run DMS Templates": "הרץ/י תבניות DMS" + }, + "Run User Templates": { + "Run User Templates": "הרץ/י תבניות משתמש" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "הרץ/י תוכנית (לדוגמא firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "הרץ/י פקודת מעטפת (לדוגמא notify-send)" + }, + "Running Apps": { + "Running Apps": "אפליקציות פעילות" + }, + "Running Apps Settings": { + "Running Apps Settings": "הגדרות אפליקציות פעילות" + }, + "Running greeter sync…": { + "Running greeter sync…": "מריץ סנכרון במסך ההתחברות…" + }, + "SDR Brightness": { + "SDR Brightness": "בהירות של SDR" + }, + "SDR Saturation": { + "SDR Saturation": "רוויה של SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "שמירה" + }, + "Save Notepad File": { + "Save Notepad File": "שמור/י פתק כקובץ" + }, + "Save QR Code": { + "Save QR Code": "שמור/י קוד QR" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "שמור/שמרי והחלף/החליפי את הגדרות התצוגה" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "שמור/י התראות בעדיפות קריטית להיסטוריה" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "שמור/י התראות שנסגרו להיסטוריה" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "שמור/י התראות בעדיפות נמוכה להיסטוריה" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "שמור/י התראות בעדיפות רגילה להיסטוריה" + }, + "Save password": { + "Save password": "שמור/י סיסמה" + }, + "Saved": { + "Saved": "נשמר" + }, + "Saved Configurations": { + "Saved Configurations": "תצורות שמורות" + }, + "Saved Note": { + "Saved Note": "פתק נשמר" + }, + "Saved item deleted": { + "Saved item deleted": "פריט שמור נמחק" + }, + "Saving...": { + "Saving...": "שומר/ת..." + }, + "Scale": { + "Scale": "קנה מידה" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "שנה/י את גודל הגופנים של DankBar באופן עצמאי" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "התאם/י את גודל הסמלים בDankBar באופן עצמאי" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "שנה/י קנה מידה של כל גדלי הגופנים בכל המעטפת" + }, + "Scan": { + "Scan": "סריקה" + }, + "Scanning": { + "Scanning": "סורק" + }, + "Scanning...": { + "Scanning...": "סורק..." + }, + "Science": { + "Science": "מדע" + }, + "Score": { + "Score": "Score" + }, + "Screen Sharing": { + "Screen Sharing": "שיתוף מסך" + }, + "Screen sharing": { + "Screen sharing": "שיתוף מסך" + }, + "Scroll": { + "Scroll": "גלילה" + }, + "Scroll Factor": { + "Scroll Factor": "מקדם גלילה" + }, + "Scroll GitHub": { + "Scroll GitHub": "הGitHub של Scroll" + }, + "Scroll Wheel": { + "Scroll Wheel": "גלגל הגלילה" + }, + "Scroll song title": { + "Scroll song title": "גלילה של שם השיר" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "גלילה של הכותרת אם היא לא נכנסת במלואה בווידג׳ט" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "התנהגות גלגל הגלילה על ווידג׳ט המדיה" + }, + "Scrolling": { + "Scrolling": "גלילה" + }, + "Search App Actions": { + "Search App Actions": "חיפוש פעולות לאפליקציה" + }, + "Search Options": { + "Search Options": "אפשרויות חיפוש" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "חפש/י לפי צירוף מקשים, תיאור או שם פעולה.\n\nפעולת ברירת מחדל מעתיקה את קיצור המקלדת ללוח ההעתקה.\nלחץ/י לחיצה ימנית או לחץ/י על חץ ימינה כדי להצמיד קיצורי מקלדת בשימוש תכוף - הם יופיעו בראש כשלא מחפשים." + }, + "Search for a location...": { + "Search for a location...": "חפש/י מיקום..." + }, + "Search keybinds...": { + "Search keybinds...": "חפש/י קיצורי מקלדת..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "חפש/י קיצורי מקלדת מהקומפוזיטור והאפליקציות שלך" + }, + "Search plugins...": { + "Search plugins...": "חפש/י תוספים..." + }, + "Search processes...": { + "Search processes...": "חפש/י תהליכים..." + }, + "Search sessions...": { + "Search sessions...": "חפש/י הפעלות..." + }, + "Search themes...": { + "Search themes...": "חפש/י ערכות נושא..." + }, + "Search widgets...": { + "Search widgets...": "חפש/י ווידג׳טים..." + }, + "Search...": { + "Search...": "חיפוש..." + }, + "Searching...": { + "Searching...": "מחפש..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "גורם שני (AND)" + }, + "Secondary": { + "Secondary": "משני" + }, + "Secured": { + "Secured": "מאובטח" + }, + "Security": { + "Security": "אבטחה" + }, + "Security & privacy": { + "Security & privacy": "אבטחה ופרטיות" + }, + "Security key mode": { + "Security key mode": "מצב מפתח אבטחה" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "לא ניתן היה לאמת את הזמינות של מפתח האבטחה." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "זוהתה תמיכה במפתח אבטחה, אך לא נמצא מפתח רשום עדיין. ניתן להפעיל את ההזדהות כעת ולרשום מפתח מאוחר יותר." + }, + "Select": { + "Select": "בחר/י" + }, + "Select Application": { + "Select Application": "בחר/י אפליקציה" + }, + "Select Bar": { + "Select Bar": "בחר/י סרגל" + }, + "Select Custom Theme": { + "Select Custom Theme": "בחר/י ערכת נושא מותאמת אישית" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "בחר/י לוגו למשגר בDock" + }, + "Select File to Send": { + "Select File to Send": "בחר/י קובץ לשליחה" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "בחר/י לוגו למשגר" + }, + "Select Profile Image": { + "Select Profile Image": "בחר/י תמונת פרופיל" + }, + "Select Video or Folder": { + "Select Video or Folder": "בחר/י וידאו או תיקייה" + }, + "Select Wallpaper": { + "Select Wallpaper": "בחר/י רקע" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "בחר/י תיקיית רקעים" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "בחר/י צבע מהפלטה או השתמש/י במחוונים מותאמים אישית" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "בחר/י ווידג׳ט להוספה לשולחן העבודה שלך. כל ווידג׳ט הוא מופע נפרד עם הגדרות משלו." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "בחר/י ווידג׳ט להוספה. ניתן להוסיף מספר מופעים של אותו ווידג׳ט במידת הצורך." + }, + "Select a window...": { + "Select a window...": "בחר/י חלון..." + }, + "Select an image file...": { + "Select an image file...": "בחר/י קובץ תמונה..." + }, + "Select at least one provider": { + "Select at least one provider": "בחר/י לפחות ספק אחד" + }, + "Select device": { + "Select device": "בחר/י התקן" + }, + "Select device...": { + "Select device...": "בחר/י התקן..." + }, + "Select driver...": { + "Select driver...": "בחר/י מנהל התקן..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "בחר/י משקל לגופן שבחרת לטקסט ממשק המשתמש" + }, + "Select greeter background image": { + "Select greeter background image": "בחר/י תמונת רקע במסך ההתחברות" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "בחר/י מסך להגדרת הרקע" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "בחר/י גופן ברוחב קבוע לרשימת תהליכים ותצוגות טכניות" + }, + "Select network": { + "Select network": "בחר/י רשת" + }, + "Select system sound theme": { + "Select system sound theme": "בחר/י את ערכת הצלילים של המערכת" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "בחר/י גופן לטקסט ממשק המשתמש" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "בחר/י את האלגוריתם שייקבע את פלטת הצבעים עבור צבעים מבוססי תמונת רקע" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "בחר/י אילו ספקי קיצורי מקלדת לכלול" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "בחר/י אילו מעברים לכלול באקראיות" + }, + "Select...": { + "Select...": "בחר/י..." + }, + "Selected image file not found.": { + "Selected image file not found.": "קובץ התמונה שנבחר לא נמצא." + }, + "Send": { + "Send": "שלח/י" + }, + "Send Clipboard": { + "Send Clipboard": "שלח/י לוח ההעתקה" + }, + "Send File": { + "Send File": "שלח/י קובץ" + }, + "Send SMS": { + "Send SMS": "שלח/י SMS" + }, + "Sending": { + "Sending": "שולח" + }, + "Separator": { + "Separator": "מפריד" + }, + "Server": { + "Server": "שרת" + }, + "Session Filter": { + "Session Filter": "מסנן הפעלות" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "הגדר/י שם התקן מותאם אישית" + }, + "Set custom name": { + "Set custom name": "הגדר/י שם מותאם אישית" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "הגדר/י שמות מותאמים אישית להתקני קלט השמע שלך" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "הגדר/י שמות מותאמים אישית להתקני פלט השמע שלך" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "הגדר/י רקעים שונים לכל מסך מחובר" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "הגדר/י רקעים שונים למצב בהיר ולמצב כהה" + }, + "Set key and action to save": { + "Set key and action to save": "הגדר/י מקש ופעולה לשמירה" + }, + "Set notification rules": { + "Set notification rules": "הגדר/י חוקים להתראות" + }, + "Settings": { + "Settings": "הגדרות" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "ההגדרות הן לקריאה בלבד. שינויים לא יישמרו." + }, + "Setup": { + "Setup": "התקנה" + }, + "Shadow Color": { + "Shadow Color": "צבע צל" + }, + "Shadow Intensity": { + "Shadow Intensity": "עוצמת צל" + }, + "Shadow Opacity": { + "Shadow Opacity": "שקיפות צל" + }, + "Shadow Override": { + "Shadow Override": "דריסת צל" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "הגבהה של הצללה בסרגלים ופאנלים" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "הגבהה של הצללה במודלים ותיבות דו-שיח" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "הגבהה של הצללה בחלונות קופצים, תצוגות OSD ותפריטים נפתחים" + }, + "Shadows": { + "Shadows": "צללים" + }, + "Share": { + "Share": "שתף/י" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "שיתוף ההגדרות עם בקרת גאמה" + }, + "Share Text": { + "Share Text": "שתף/י טקסט" + }, + "Share URL": { + "Share URL": "שתף/י URL" + }, + "Shared": { + "Shared": "שותף" + }, + "Shell": { + "Shell": "מעטפת" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: ניקוי הכל • Esc: סגירה" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Enter להדבקה" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Enter: העתקה • Shift+Del: ניקוי הכל • Esc: סגירה" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: הדבקה • Shift+Del: ניקוי הכל • Esc: סגירה" + }, + "Short": { + "Short": "קצר" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "קיצור (%1)" + }, + "Shortcuts": { + "Shortcuts": "קיצורי דרך" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "קיצורי דרך (%1)" + }, + "Show": { + "Show": "הצג/י" + }, + "Show 3rd Party": { + "Show 3rd Party": "הצג/י צד שלישי" + }, + "Show All Tags": { + "Show All Tags": "הצג/י את כל התגים" + }, + "Show Badge": { + "Show Badge": "הצג/י תג" + }, + "Show CPU": { + "Show CPU": "הצג/י מעבד" + }, + "Show CPU Graph": { + "Show CPU Graph": "הצג/י גרף מעבד" + }, + "Show CPU Temp": { + "Show CPU Temp": "הצגת טמפרטורת המעבד" + }, + "Show Date": { + "Show Date": "הצג/י תאריך" + }, + "Show Disk": { + "Show Disk": "הצג/י דיסק" + }, + "Show Dock": { + "Show Dock": "הצגה של הDock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "הצגת הטמפרטורה המורגשת (\"מרגיש כמו\")" + }, + "Show Footer": { + "Show Footer": "הצגת כותרת תחתונה" + }, + "Show Forecast": { + "Show Forecast": "הצג/י תחזית" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "הצגת טמפרטורת הGPU" + }, + "Show Header": { + "Show Header": "הצג/י כותרת" + }, + "Show Hibernate": { + "Show Hibernate": "הצגה של \"שינה עמוקה\"" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "הצג/י מספרי שעות" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "הצג/י תחזית שעתית" + }, + "Show Humidity": { + "Show Humidity": "הצג/י לחות" + }, + "Show Launcher Button": { + "Show Launcher Button": "הצג/י את כפתור המשגר" + }, + "Show Line Numbers": { + "Show Line Numbers": "הצג/י מספרי שורות" + }, + "Show Location": { + "Show Location": "הצגת מיקום" + }, + "Show Lock": { + "Show Lock": "הצגה של \"נעילה\"" + }, + "Show Log Out": { + "Show Log Out": "הצגה של \"התנתקות\"" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "הצג/י אנימציות של אדוות בעיצוב Material על גבי רכיבים אינטראקטיביים" + }, + "Show Media Player": { + "Show Media Player": "הצגת נגן מדיה" + }, + "Show Memory": { + "Show Memory": "הצג/י זיכרון" + }, + "Show Memory Graph": { + "Show Memory Graph": "הצג/י גרף זיכרון" + }, + "Show Memory in GB": { + "Show Memory in GB": "הצג/י זיכרון בGB" + }, + "Show Network": { + "Show Network": "הצג/י רשת" + }, + "Show Network Graph": { + "Show Network Graph": "הצג/י גרף רשת" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "הצגת סביבות עבודה שאינן ריקות בלבד" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "הצגת תג עם ספירה לגלישה" + }, + "Show Password Field": { + "Show Password Field": "הצגת שדה לסיסמה" + }, + "Show Power Actions": { + "Show Power Actions": "הצגת פעולות חשמל" + }, + "Show Power Off": { + "Show Power Off": "הצגה של \"כיבוי\"" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "הצג/י סיכוי למשקעים" + }, + "Show Pressure": { + "Show Pressure": "הצג/י לחץ" + }, + "Show Profile Image": { + "Show Profile Image": "הצגת תמונת הפרופיל" + }, + "Show Reboot": { + "Show Reboot": "הצגה של \"הפעלה מחדש\"" + }, + "Show Restart DMS": { + "Show Restart DMS": "הצגה של \"הפעלה מחדש של DMS\"" + }, + "Show Saved Items": { + "Show Saved Items": "הצג/י פריטים שמורים" + }, + "Show Seconds": { + "Show Seconds": "הצגת שניות" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "הצג/י זריחה/שקיעה" + }, + "Show Suspend": { + "Show Suspend": "הצגה של \"השהיה\"" + }, + "Show Swap": { + "Show Swap": "הצג/י Swap" + }, + "Show System Date": { + "Show System Date": "הצגת תאריך המערכת" + }, + "Show System Icons": { + "Show System Icons": "הצגת סמלי מערכת" + }, + "Show System Time": { + "Show System Time": "הצגת זמן המערכת" + }, + "Show Top Processes": { + "Show Top Processes": "הצג/י תהליכים עליונים" + }, + "Show Weather Condition": { + "Show Weather Condition": "הצגת תנאי מזג האוויר" + }, + "Show Week Number": { + "Show Week Number": "הצגת מספר שבוע" + }, + "Show Welcome": { + "Show Welcome": "הצגת המסך ״ברוכים הבאים״" + }, + "Show Wind Speed": { + "Show Wind Speed": "הצג/י מהירות רוח" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "הצגת אפליקציות בסביבת העבודה" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "הצג/י את כל 9 התגים במקום רק את התגים הפעילים (DWL בלבד)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "הצג/י טבעת מתאר סביב המחוון של סביבת העבודה הממוקדת" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "הצג/י את המחולל החזותי לשמע (cava) בווידג׳ט המדיה" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "הצג/י שכבה כהה מאחורי חלוניות שיח" + }, + "Show device": { + "Show device": "הצג/י התקן" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "הצג/י את הDock כאשר חלונות צפים לא חופפים את השטח שלו" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "הצג/י צל נופל על חלונות קופצים של התראות. דורש הפעלה של M3 Elevation (הגבהה) בערכת נושא וצבעים." + }, + "Show in GB": { + "Show in GB": "הצג/י בGB" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "הצג/י שכבת משגר בעת הקלדה בסקירה של Niri. השבת/י כדי להשתמש במשגר אחר." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "הצג/י לשוניות מצב ורמזי מקלדת בתחתית." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "הצג/י חלונות קופצים של התראות רק במסך הממוקד כעת" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "הצג/י התראות רק במסך הממוקד כעת" + }, + "Show on Last Display": { + "Show on Last Display": "הצג/י במסך האחרון" + }, + "Show on Overlay": { + "Show on Overlay": "הצגה על שכבת הכיסוי" + }, + "Show on Overview": { + "Show on Overview": "הצגה בתצוגת סקירה" + }, + "Show on Overview Only": { + "Show on Overview Only": "הצגה בסקירה בלבד" + }, + "Show on all connected displays": { + "Show on all connected displays": "הצג/י בכל המסכים המחוברים" + }, + "Show on screens:": { + "Show on screens:": "הצג/י במסכים:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "הצג/י תצוגה על המסך (OSD) כאשר הבהירות משתנה" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "הצג/י תצוגה על המסך (OSD) כאשר מצב Caps Lock משתנה" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "הצג/י תצוגה על המסך (OSD) בעת מעבר בין התקני פלט של שמע" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "הצג/י תצוגה על המסך (OSD) כאשר מצב מונע ההמתנה משתנה" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "הצג/י תצוגה על המסך (OSD) כאשר מצב נגן המדיה משתנה" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "הצג/י תצוגה על המסך (OSD) כאשר עוצמת השמע בנגן המדיה משתנה" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "הצג/י תצוגה על המסך (OSD) כאשר המיקרופון מושתק/מופעל" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "הצג/י תצוגה על המסך (OSD) כאשר פרופיל החשמל משתנה" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "הצג/י תצוגה על המסך (OSD) כאשר עוצמת השמע משתנה" + }, + "Show seconds": { + "Show seconds": "הצג/י שניות" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "הצג/י מידע על מזג האוויר בסרגל העליון ובמרכז הבקרה" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "הצג/י מספר שבוע בלוח השנה" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "הצג/י את מספרי האינדקס של סביבות העבודה במחליף סביבת העבודה שבסרגל העליון" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "הצג/י את השם של סביבת העבודה על סרגלים אופקיים, ואות ראשונה על סרגלים אנכיים" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "הצג/י סביבות עבודה שפעילות על המסך שכרגע ממוקד" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "מציג את כל האפליקציות הפעילות עם סימון למיקוד" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "מציג את סביבת העבודה הנוכחית ומאפשר להחליף סביבה" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "מוצג כאשר Caps Lock פעיל" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "מוצג כאשר המיקרופון, המצלמה או שיתוף המסך פעילים" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "כיבוי" + }, + "Signal": { + "Signal": "אות" + }, + "Signal:": { + "Signal:": "אות:" + }, + "Size": { + "Size": "גודל" + }, + "Size Constraints": { + "Size Constraints": "מגבלות גודל" + }, + "Size Offset": { + "Size Offset": "היסט לגודל" + }, + "Sizing": { + "Sizing": "גודל" + }, + "Skip": { + "Skip": "דילוג" + }, + "Skip confirmation": { + "Skip confirmation": "דלג/י על אישור" + }, + "Skip setup": { + "Skip setup": "דלג/י על ההתקנה" + }, + "Small": { + "Small": "קטן" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "אימות עם כרטיס חכם" + }, + "Smartcard PIN": { + "Smartcard PIN": "קוד PIN של הכרטיס החכם" + }, + "Snap": { + "Snap": "הצמד/י" + }, + "Snow": { + "Snow": "שלג" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "תוספים מסוימים דורשים גרסה חדשה יותר של DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "מיון לפי סדר אלפביתי" + }, + "Sort By": { + "Sort By": "מיין/י לפי" + }, + "Sorting & Layout": { + "Sorting & Layout": "מיון ופריסה" + }, + "Sound Theme": { + "Sound Theme": "ערכת נושא של צלילים" + }, + "Sounds": { + "Sounds": "צלילים" + }, + "Space between windows": { + "Space between windows": "רווח בין חלונות" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "רווח בין חלונות (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "רווח בין חלונות (gaps_in ו-gaps_out)" + }, + "Spacer": { + "Spacer": "מרווח" + }, + "Spacing": { + "Spacing": "ריווח" + }, + "Speaker settings": { + "Speaker settings": "הגדרות רמקול" + }, + "Speed": { + "Speed": "מהירות" + }, + "Spool Area Full": { + "Spool Area Full": "אזור התור (Spool) מלא" + }, + "Square Corners": { + "Square Corners": "פינות ישרות" + }, + "Stacked": { + "Stacked": "בערימה" + }, + "Standard": { + "Standard": "רגיל" + }, + "Start": { + "Start": "התחל/י" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "הפעל/י KDE Connect או Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "הפעל/י KDE Connect או Valent כדי להשתמש בתוסף זה" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "התחל/י להקליד את ההערות שלך כאן..." + }, + "State": { + "State": "מצב" + }, + "Status": { + "Status": "מצב" + }, + "Stopped": { + "Stopped": "נעצר" + }, + "Stopped Partly": { + "Stopped Partly": "נעצר חלקית" + }, + "Stopping": { + "Stopping": "עוצר" + }, + "Stretch": { + "Stretch": "מתיחה" + }, + "Stripes": { + "Stripes": "פסים" + }, + "Summary": { + "Summary": "סיכום" + }, + "Sunrise": { + "Sunrise": "זריחה" + }, + "Sunset": { + "Sunset": "שקיעה" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "דכא/י הצגה של התראות בחלונות קופצים בזמן שהמצב מופעל" + }, + "Surface": { + "Surface": "משטח" + }, + "Surface Variant": { + "Surface Variant": "גרסת משטח" + }, + "Suspend": { + "Suspend": "השהיה" + }, + "Suspend behavior": { + "Suspend behavior": "התנהגות ההשהיה" + }, + "Suspend system after": { + "Suspend system after": "העבר/י את המערכת למצב השהיה לאחר" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "השהיה ואחריה שינה עמוקה" + }, + "Sway Website": { + "Sway Website": "האתר של Sway" + }, + "Switch User": { + "Switch User": "החלף/י משתמש" + }, + "Switch to power profile": { + "Switch to power profile": "החלף/י לפרופיל חשמל" + }, + "Sync": { + "Sync": "סנכרון" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "סנכרון מצב עם הפורטל" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "סנכרון חלונות קופצים ומודליים" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "סנכרון המיקום בין מסכים" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "הסנכרון הושלם בהצלחה." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "סנכרון מצב כהה עם פורטלי ההגדרות לרמזי ערכת נושא ברמת המערכת" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "הסנכרון נכשל במצב רקע. מנסה במצב מסוף כדי שתוכל/י להזדהות באופן אינטראקטיבי." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "הסנכרון דורש אימות עם sudo. ייפתח מסוף כדי שתוכל/י להשתמש בסיסמה או בטביעת אצבע." + }, + "System": { + "System": "מערכת" + }, + "System App Theming": { + "System App Theming": "ערכת נושא לאפליקציות מערכת" + }, + "System Check": { + "System Check": "בדיקת מערכת" + }, + "System Default": { + "System Default": "ברירת מחדל של המערכת" + }, + "System Information": { + "System Information": "מידע מערכת" + }, + "System Monitor": { + "System Monitor": "מנטר המערכת" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "מנטר המערכת אינו זמין" + }, + "System Sounds": { + "System Sounds": "צלילי מערכת" + }, + "System Tray": { + "System Tray": "מגש המערכת" + }, + "System Update": { + "System Update": "עדכון מערכת" + }, + "System Updater": { + "System Updater": "מעדכן המערכת" + }, + "System Updates": { + "System Updates": "עדכוני מערכת" + }, + "System notification area icons": { + "System notification area icons": "סמלי אזור ההתראות של המערכת" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "צלילי מערכת אינם זמינים. התקן/י %1 לתמיכה בצלילים." + }, + "System theme toggle": { + "System theme toggle": "מתג ערכת נושא של המערכת" + }, + "System toast notifications": { + "System toast notifications": "התראות מערכת קופצות" + }, + "System update custom command": { + "System update custom command": "פקודה מותאמת אישית לעדכון המערכת" + }, + "Tab": { + "Tab": "טאב" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ניווט • ←→↑↓: ניווט ברשת • Enter/Space: בחירה" + }, + "Terminal": { + "Terminal": "מסוף" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "פרמטרים נוספים מותאמים אישית למסוף" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "המעבר למסוף כגיבוי נכשל. התקן/י יישום מסוף נתמך או הרץ/י את הפקודה 'dms auth sync' באופן ידני." + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "המעבר למסוף כגיבוי נכשל. התקן/י את אחד מיישומי המסוף הנתמכים או הרץ/י את הפקודה 'dms greeter sync' באופן ידני." + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "נפתח מסוף כגיבוי. השלם/השלימי את הגדרת האימות שם, הוא ייסגר אוטומטית בסיום." + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "נפתח מסוף כגיבוי. השלם/השלימי את הסנכרון שם. הוא ייסגר אוטומטית בסיום." + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "הbackend של מרבב המסוף שברצונך להשתמש בו" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "המסוף נפתח. השלם/השלימי את הגדרת האימות שם, הוא ייסגר אוטומטית בסיום." + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "המסוף נפתח. השלם/השלימי את אימות הסנכרון שם. הוא ייסגר אוטומטית בסיום." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "השתמש/י תמיד בערכת נושא כהה במסופים" + }, + "Test Connection": { + "Test Connection": "בדיקת חיבור" + }, + "Test Page": { + "Test Page": "דף בדיקה" + }, + "Test page sent to printer": { + "Test page sent to printer": "דף בדיקה נשלח למדפסת" + }, + "Testing...": { + "Testing...": "בודק..." + }, + "Text": { + "Text": "טקסט" + }, + "Text Color": { + "Text Color": "צבע טקסט" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "כלי 'dgop' נדרש לניטור מערכת.\nאנא התקן/י dgop כדי להשתמש בתכונה זו." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "משתנה הסביבה DMS_SOCKET אינו מוגדר או שהsocket אינו זמין. ניהול תוספים אוטומטי דורש את DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "ההגדרות הבאות ישנו את הגדרות ה GTK וQt שלך. אם ברצונך לשמור על התצורות הנוכחיות, נא לגבות אותן (qt5ct.conf|qt6ct.conf וconfig/gtk-3.0|gtk-4.0./~)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "הפקודה המותאמת אישית שנמצאת בשימוש בעת חיבור להפעלות (מקבלת את שם ההפעלה כארגומנט הראשון)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "תור ההדפסה של מדפסת זו ריק" + }, + "Theme & Colors": { + "Theme & Colors": "ערכת נושא וצבעים" + }, + "Theme Color": { + "Theme Color": "צבע ערכת הנושא" + }, + "Theme Registry": { + "Theme Registry": "מאגר ערכות הנושא" + }, + "Themes": { + "Themes": "ערכות נושא" + }, + "Thickness": { + "Thickness": "עובי" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "אזהרת תוסף צד שלישי" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "תוספי צד שלישי נוצרו על ידי הקהילה ואינם נתמכים רשמית על ידי DankMaterialShell.\n\nתוספים אלה עלולים להוות סיכוני אבטחה ופרטיות - התקן/י על אחריותך בלבד." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "קיצור זה נדרס על ידי config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "זה עשוי לקחת מספר שניות" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "לתוסף זה אין הרשאת 'settings_write'.\n\nהוסף/י \"permissions\": [\"settings_read\", \"settings_write\"] ל-plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "ווידג׳ט זה מונע מהGPU לעבור למצב כבוי, דבר שעלול להשפיע משמעותית על חיי הסוללה במחשבים ניידים. לא מומלץ להשתמש בו במחשבים ניידים עם גרפיקה היברידית." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "זה ימחק את כל הרשומות שלא מוצמדות. %1 רשומות מוצמדות יישמרו." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "פעולה זו תמחק לצמיתות את כל היסטוריית לוח ההעתקה." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "זה יסיר לצמיתות את פריט לוח ההעתקה השמור הזה. לא ניתן לבטל פעולה זו." + }, + "Thunderstorm": { + "Thunderstorm": "סערת ברקים" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "סערת ברקים עם ברד" + }, + "Tile": { + "Tile": "ריצוף" + }, + "Tile H": { + "Tile H": "ריצוף אופקי" + }, + "Tile V": { + "Tile V": "ריצוף אנכי" + }, + "Tiled": { + "Tiled": "באריחים" + }, + "Tiled State": { + "Tiled State": "מצב אריחים" + }, + "Tiling": { + "Tiling": "ריצוף" + }, + "Time": { + "Time": "זמן" + }, + "Time & Date Locale": { + "Time & Date Locale": "אזור לתאריך ושעה" + }, + "Time & Weather": { + "Time & Weather": "שעה ומזג אוויר" + }, + "Time Format": { + "Time Format": "פורמט שעה" + }, + "Time format": { + "Time format": "תבנית זמן" + }, + "Time remaining: %1": { + "Time remaining: %1": "זמן שנותר: %1" + }, + "Time until full: %1": { + "Time until full: %1": "זמן עד טעינה מלאה: %1" + }, + "Timed Out": { + "Timed Out": "הזמן אזל" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "הזמן שמוקצב להתראות בעדיפות קריטית" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "הזמן שמוקצב להתראות בעדיפות נמוכה" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "הזמן שמוקצב להתראות בעדיפות רגילה" + }, + "Title": { + "Title": "כותרת" + }, + "Title regex (optional)": { + "Title regex (optional)": "Title regex (אופציונלי)" + }, + "To Full": { + "To Full": "לטעינה מלאה" + }, + "To update, run the following command:": { + "To update, run the following command:": "כדי לעדכן, הרץ/י את הפקודה הבאה:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "כדי להשתמש בקיצור המקלדת הזה ב DMS, הסר/י או שנה/י את קיצור המקלדת בקובץ הconfig.kdl שלך" + }, + "Toast Messages": { + "Toast Messages": "הודעות קופצות" + }, + "Today": { + "Today": "היום" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "שנה/י את ההצגה/הסתרה של תצורת סרגל זו" + }, + "Toggling...": { + "Toggling...": "משנה מצב..." + }, + "Tomorrow": { + "Tomorrow": "מחר" + }, + "Tonal Spot": { + "Tonal Spot": "נקודה טונלית" + }, + "Toner Empty": { + "Toner Empty": "הטונר התרוקן" + }, + "Toner Low": { + "Toner Low": "הטונר עומד להסתיים" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "יותר מדי ניסיונות - החשבון ננעל" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "יותר מדי ניסיונות כושלים - החשבון עלול להינעל" + }, + "Tools": { + "Tools": "כלים" + }, + "Top": { + "Top": "למעלה" + }, + "Top (Default)": { + "Top (Default)": "למעלה (ברירת מחדל)" + }, + "Top Bar Format": { + "Top Bar Format": "תבנית הסרגל העליון" + }, + "Top Center": { + "Top Center": "במרכז למעלה" + }, + "Top Left": { + "Top Left": "שמאל למעלה" + }, + "Top Processes": { + "Top Processes": "תהליכים מובילים" + }, + "Top Right": { + "Top Right": "ימין למעלה" + }, + "Top Section": { + "Top Section": "מקטע עליון" + }, + "Total": { + "Total": "סה״כ" + }, + "Total Jobs": { + "Total Jobs": "סה״כ עבודות" + }, + "Touch your security key...": { + "Touch your security key...": "גע/י במפתח האבטחה שלך..." + }, + "Transform": { + "Transform": "שינוי" + }, + "Transition Effect": { + "Transition Effect": "אפקט מעבר" + }, + "Transparency": { + "Transparency": "שקיפות" + }, + "Trending GIFs": { + "Trending GIFs": "GIFים טרנדיים" + }, + "Trending Stickers": { + "Trending Stickers": "מדבקות טרנדיות" + }, + "Trigger": { + "Trigger": "מפעיל" + }, + "Trigger Prefix": { + "Trigger Prefix": "קידומת מפעיל" + }, + "Trigger: %1": { + "Trigger: %1": "מפעיל: %1" + }, + "Trust": { + "Trust": "מתן אמון" + }, + "Try a different search": { + "Try a different search": "נסה/י חיפוש אחר" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "כבה/י את כל המסכים מיד כאשר מסך הנעילה מופעל" + }, + "Turn off monitors after": { + "Turn off monitors after": "כבה/י את כל המסכים לאחר" + }, + "Type": { + "Type": "סוג" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "הקלד/י לפחות 2 תווים" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "הקלד/י קידומת זו לחיפוש קיצורי מקלדת" + }, + "Type to search files": { + "Type to search files": "הקלד/י לחיפוש קבצים" + }, + "Typography": { + "Typography": "טיפוגרפיה" + }, + "Typography & Motion": { + "Typography & Motion": "טיפוגרפיה ותנועה" + }, + "Unavailable": { + "Unavailable": "לא זמין" + }, + "Unfocused Color": { + "Unfocused Color": "צבע לא ממוקד" + }, + "Ungrouped": { + "Ungrouped": "לא בקבוצה" + }, + "Uninstall": { + "Uninstall": "הסר/י התקנה" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "הסר/י את מסך ההתחברות" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "הסר/י תוסף" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "ההסרה הושלמה. מסך ההתחברות הוסר." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "הסרת ההתקנה נכשלה: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "להסיר את מסך ההתחברות של DMS? זה יסיר את ההגדרות וישחזר את מנהל התצוגה הקודם שלך. ייפתח חלון מסוף לאימות עם sudo." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "הוסר: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "מסיר: %1" + }, + "Unknown": { + "Unknown": "לא ידוע" + }, + "Unknown App": { + "Unknown App": "אפליקציה לא ידועה" + }, + "Unknown Artist": { + "Unknown Artist": "אמן לא ידוע" + }, + "Unknown Config": { + "Unknown Config": "הגדרה לא ידועה" + }, + "Unknown Device": { + "Unknown Device": "התקן לא ידוע" + }, + "Unknown GPU": { + "Unknown GPU": "GPU לא ידוע" + }, + "Unknown Monitor": { + "Unknown Monitor": "מסך לא ידוע" + }, + "Unknown Network": { + "Unknown Network": "רשת לא ידועה" + }, + "Unknown Title": { + "Unknown Title": "כותרת לא ידועה" + }, + "Unknown Track": { + "Unknown Track": "רצועה לא ידועה" + }, + "Unload on Close": { + "Unload on Close": "פריקה בעת הסגירה" + }, + "Unmute": { + "Unmute": "בטל/י השתקה" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "בטל/י השתקת חלונות קופצים עבור %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "חוק ללא שם" + }, + "Unpair": { + "Unpair": "בטל/י צימוד" + }, + "Unpair failed": { + "Unpair failed": "ביטול הצימוד נכשל" + }, + "Unpin": { + "Unpin": "בטל/י הצמדה" + }, + "Unpin from Dock": { + "Unpin from Dock": "בטל/י נעיצה על הDock" + }, + "Unsaved Changes": { + "Unsaved Changes": "שינויים שלא נשמרו" + }, + "Unsaved changes": { + "Unsaved changes": "שינויים שלא נשמרו" + }, + "Unsaved note...": { + "Unsaved note...": "פתק שלא נשמר..." + }, + "Untitled": { + "Untitled": "ללא כותרת" + }, + "Untrust": { + "Untrust": "הסרת האמון" + }, + "Up to date": { + "Up to date": "מעודכן" + }, + "Update": { + "Update": "עדכן/י" + }, + "Update All": { + "Update All": "עדכן/י הכל" + }, + "Update Plugin": { + "Update Plugin": "עדכן/י תוסף" + }, + "Uptime": { + "Uptime": "זמן פעילות" + }, + "Uptime:": { + "Uptime:": "זמן פעילות:" + }, + "Urgent Color": { + "Urgent Color": "צבע דחוף" + }, + "Usage Tips": { + "Usage Tips": "טיפים לשימוש" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "השתמש/י בתבנית 24 שעות במקום 12 שעות (AM/PM)" + }, + "Use Custom Command": { + "Use Custom Command": "שימוש בפקודה מותאמת אישית" + }, + "Use Grid Layout": { + "Use Grid Layout": "שימוש בפריסת רשת" + }, + "Use IP Location": { + "Use IP Location": "שימוש במיקום לפי כתובת IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "שימוש ביחידות אימפריאליות" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "השתמש/י ביחידות אימפריאליות (°F, mph, inHg) במקום מטריות (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "השתמש/י בגופן ברוחב קבוע" + }, + "Use System Theme": { + "Use System Theme": "שימוש בערכת הנושא של המערכת" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "השתמש/י בתמונה מותאמת אישית למסך ההתחברות, או השאר/י ריק כדי להשתמש בתמונת הרקע של שולחן העבודה שלך." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "השתמש/י בכיוון צל קבוע עבור סרגל זה" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "השתמש/י במפתח אבטחה לאימות מסך הנעילה." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "השתמש/י במנהל רקעים חיצוני כמו hyprpaper, awww או swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "השתמש/י בסרגלי התקדמות מונפשים בצורת גלים לניגון מדיה" + }, + "Use custom border size": { + "Use custom border size": "השתמש/י בגודל מסגרת מותאם אישית" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "השתמש/י ברוחב מסגרת/טבעת מיקוד מותאם אישית" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "השתמש/י בפקודה מותאמת אישית לעדכון המערכת" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "השתמש/י במרווחים מותאמים אישית במקום בריווח של הסרגל" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "השתמש/י ברדיוס חלון מותאם אישית במקום ברדיוס של ערכת הנושא" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "השתמש/י בעיגול חלון מותאם אישית במקום ברדיוס של ערכת הנושא" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "שימוש ברקע של שולחן העבודה" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "השתמש/י באימות טביעת אצבע עבור מסך הנעילה." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "השתמש/י בערכת נושא בהירה במקום כהה" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "השתמש/י במטרים לשנייה במקום קמ\"ש למהירות רוח" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "השתמש/י בכרטיסי התראות קטנים יותר" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "השתמש/י בערכת הצלילים מהגדרות המערכת" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "השתמש/י באותו מיקום וגודל בכל המסכים" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "השתמש/י בקידומת מפעיל להפעלה" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "צבע שיעשה בו שימוש כאשר צבע ההדגשה מוגדר למותאם אישית" + }, + "User": { + "User": "משתמש" + }, + "Username": { + "Username": "שם משתמש" + }, + "Username...": { + "Username...": "שם משתמש..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "משתמש/ת בזמני זריחה/שקיעה על פי המיקום שלך." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "משתמש בזמני זריחה/שקיעה כדי לכוונן אוטומטית את מצב הלילה (גאמה) לפי המיקום שלך." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "משתמש/ת בהגדרות משותפות מבקרת גאמה" + }, + "Utilities": { + "Utilities": "כלי עזר" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "חיבורי VPN" + }, + "VPN Password": { + "VPN Password": "סיסמת VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "תצורת הVPN עודכנה" + }, + "VPN connections": { + "VPN connections": "חיבורי VPN" + }, + "VPN deleted": { + "VPN deleted": "הVPN נמחק" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN יובא: %1" + }, + "VPN not available": { + "VPN not available": "VPN אינו זמין" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "מצב הVPN וחיבור מהיר" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR במסך מלא בלבד" + }, + "VRR On-Demand": { + "VRR On-Demand": "לפי דרישה VRR" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "קצב רענון משתנה" + }, + "Verification": { + "Verification": "אימות" + }, + "Version": { + "Version": "גרסה" + }, + "Vertical Deck": { + "Vertical Deck": "חפיסה אנכית" + }, + "Vertical Grid": { + "Vertical Grid": "רשת אנכית" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "גלילה אנכית" + }, + "Vertical Tiling": { + "Vertical Tiling": "ריצוף אנכי" + }, + "Vibrant": { + "Vibrant": "תוסס" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "פלטת צבעים עשירה עם רוויה משחקית." + }, + "Video Path": { + "Video Path": "נתיב לוידאו" + }, + "Video Screensaver": { + "Video Screensaver": "שומר מסך עם וידאו" + }, + "Videos": { + "Videos": "סרטונים" + }, + "View Mode": { + "View Mode": "מצב תצוגה" + }, + "Visibility": { + "Visibility": "נראות" + }, + "Visual Effects": { + "Visual Effects": "אפקטים ויזואליים" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "מפריד חזותי בין ווידג׳טים" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "אפקט חזותי שיעשה בו שימוש בעת שינוי הרקע" + }, + "Volume": { + "Volume": "עוצמת קול" + }, + "Volume Changed": { + "Volume Changed": "עוצמת השמע השתנתה" + }, + "Volume Slider": { + "Volume Slider": "מחוון עוצמה" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "עוצמת שמע, בהירות ותצוגות מערכת (OSD) אחרות על המסך" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "תמונת רקע" + }, + "Wallpaper Error": { + "Wallpaper Error": "שגיאת תמונת רקע" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "מסך הרקע" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "מצב מילוי של תמונת הרקע" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "עיבוד תמונת הרקע נכשל" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "עיבוד תמונת הרקע נכשל - בדוק/י את נתיב הקובץ של הרקע" + }, + "Wallpapers": { + "Wallpapers": "רקעים" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "טמפרטורת צבע חמה להחלה" + }, + "Warning": { + "Warning": "אזהרה" + }, + "Warnings": { + "Warnings": "אזהרות" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "סרגלי התקדמות בצורת גל" + }, + "Weather": { + "Weather": "מזג אוויר" + }, + "Weather Widget": { + "Weather Widget": "ווידג׳ט מזג האוויר" + }, + "Welcome": { + "Welcome": "ברוכים הבאים" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "ברוכים הבאים לDankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "בעת לחיצה על חלון Dock בסביבת עבודה מיוחדת של Hyprland, החזר/י את סביבת העבודה המיוחדת הזו לפני המיקוד של החלון" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "כאשר האפשרות פעילה, האפליקציות ממוינות לפי סדר אלפביתי. כאשר היא כבויה, האפליקציות ממוינות לפי תדירות השימוש." + }, + "When locked": { + "When locked": "כאשר נעול" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "כאשר הווידג׳ט ״מעדכן המערכת״ נמצא בשימוש, הסתר/י אותו אם לא נמצאו עדכונים" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "סיסמת Wi-Fi" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "חיבור Wi-Fi ו-Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi אינו זמין" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "התקן WiFi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "קוד QR לרשת הWiFi " + }, + "WiFi disabled": { + "WiFi disabled": "WiFi מושבת" + }, + "WiFi enabled": { + "WiFi enabled": "WiFi פעיל" + }, + "WiFi is off": { + "WiFi is off": "הWi-Fi כבוי" + }, + "WiFi off": { + "WiFi off": "WiFi כבוי" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "רחב (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "צבע רקע לווידג׳טים" + }, + "Widget Management": { + "Widget Management": "ניהול ווידג׳טים" + }, + "Widget Outline": { + "Widget Outline": "מתאר לווידג׳טים" + }, + "Widget Style": { + "Widget Style": "סגנון לווידג׳טים" + }, + "Widget Styling": { + "Widget Styling": "עיצוב לווידג׳טים" + }, + "Widget Transparency": { + "Widget Transparency": "שקיפות לווידג׳טים" + }, + "Widget added": { + "Widget added": "הווידג׳ט נוסף" + }, + "Widget removed": { + "Widget removed": "הווידג׳ט הוסר" + }, + "Widgets": { + "Widgets": "ווידג׳טים" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "ווידג׳טים, פריסה, סגנון" + }, + "Width": { + "Width": "רוחב" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "רוחב מסגרת חלון (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "רוחב מסגרת חלון (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "רוחב מסגרת חלון וטבעת מיקוד" + }, + "Wind": { + "Wind": "רוח" + }, + "Wind Speed": { + "Wind Speed": "מהירות הרוח" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "מהירות רוח במ'/שנייה" + }, + "Window Corner Radius": { + "Window Corner Radius": "רדיוס הפינות של החלון" + }, + "Window Gaps": { + "Window Gaps": "מרווחי החלון" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "מרווחי החלון (בפיקסלים)" + }, + "Window Height": { + "Window Height": "גובה חלון" + }, + "Window Opening": { + "Window Opening": "פתיחת חלון" + }, + "Window Rounding": { + "Window Rounding": "עיגול החלון" + }, + "Window Rules": { + "Window Rules": "חוקי חלון" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "קובץ includes של חוקי חלון חסר" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "חוקי חלון אינם מוגדרים" + }, + "Wipe": { + "Wipe": "ניגוב" + }, + "Workspace": { + "Workspace": "סביבת עבודה" + }, + "Workspace Appearance": { + "Workspace Appearance": "המראה של סביבות העבודה" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "מספרי אינדקס של סביבות העבודה" + }, + "Workspace Names": { + "Workspace Names": "שמות לסביבות העבודה" + }, + "Workspace Padding": { + "Workspace Padding": "ריווח סביבת העבודה" + }, + "Workspace Settings": { + "Workspace Settings": "הגדרות סביבות העבודה" + }, + "Workspace Switcher": { + "Workspace Switcher": "מחליף סביבות העבודה" + }, + "Workspace name": { + "Workspace name": "שם סביבת העבודה" + }, + "Workspaces": { + "Workspaces": "סביבות עבודה" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "סביבות עבודה וווידג׳טים" + }, + "Write:": { + "Write:": "כתיבה:" + }, + "X Axis": { + "X Axis": "ציר X" + }, + "Y Axis": { + "Y Axis": "ציר Y" + }, + "Yes": { + "Yes": "כן" + }, + "Yesterday": { + "Yesterday": "אתמול" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור אותם לפני סגירת הכרטיסייה הזו?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור אותם לפני שממשיכים?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור לפני יצירת קובץ חדש?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור לפני פתיחת קובץ?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "עליך להגדיר את אחד מהמשתנים הבאים:\nQT_QPA_PLATFORMTHEME=gtk3 או\nQT_QPA_PLATFORMTHEME=qt6ct\nכמשתני סביבה ולאחר מכן להפעיל מחדש את DMS.\n\n* qt6ct דורש התקנה של qt6ct-kde." + }, + "You're All Set!": { + "You're All Set!": "הכל מוכן!" + }, + "Your system is up to date!": { + "Your system is up to date!": "המערכת שלך מעודכנת!" + }, + "actions": { + "actions": "פעולות" + }, + "attached": { + "attached": "מחובר" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "מאת %1" + }, + "days": { + "days": "ימים" + }, + "detached": { + "detached": "מנותק" + }, + "device": { + "device": "התקן" + }, + "devices connected": { + "devices connected": "התקנים מחוברים" + }, + "dgop not available": { + "dgop not available": "dgop אינו זמין" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "הפרויקט DMS הוא מעטפת שולחן עבודה מודרנית וניתנת להתאמה אישית עם עיצוב בהשראת Material Design 3 של גוגל.

היא נבנתה עם שפת התכנות Go וQuickshell, ספריית QT6 לבניית מעטפות לשולחן העבודה." + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "קובץ ההגדרה dms/cursor קיים אך אינו כלול. הגדרות סמן העכבר לא יחולו." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "קובץ ההגדרה dms/outputs קיים אך אינו כלול בהגדרות הקומפוזיטור שלך. שינויי תצוגה לא יישמרו." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "לדוגמא: firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "לדוגמא: focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "לדוגמה: notify-send 'Hello' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "לדוגמה, scratch, /^tmp_.*/, build" + }, + "events": { + "events": "אירועים" + }, + "ext": { + "ext": "ext" + }, + "featured": { + "featured": "מומלץ" + }, + "leave empty for default": { + "leave empty for default": "השאר/י ריק לברירת מחדל" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl אינו זמין, אינטגרציה של הנעילה דורשת חיבור socket לDMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "שרת הDiscord של mangowc" + }, + "mangowc GitHub": { + "mangowc GitHub": "הGitHub של mangowc" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen לא נמצא - התקן/י את החבילה של matugen כדי לאפשר עיצוב דינמי" + }, + "minutes": { + "minutes": "דקות" + }, + "ms": { + "ms": "מילישניות" + }, + "nav": { + "nav": "ניווט" + }, + "niri GitHub": { + "niri GitHub": "הGitHub של niri" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "שרת הMatrix של niri" + }, + "niri shortcuts config": { + "niri shortcuts config": "הגדרת קיצורים של Niri" + }, + "niri/dms Discord": { + "niri/dms Discord": "שרת הDiscord של niri/dms" + }, + "now": { + "now": "עכשיו" + }, + "official": { + "official": "רשמי" + }, + "on Hyprland": { + "on Hyprland": "על Hyprland" + }, + "on MangoWC": { + "on MangoWC": "על MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "על Miracle WM" + }, + "on Niri": { + "on Niri": "על Niri" + }, + "on Scroll": { + "on Scroll": "על Scroll" + }, + "on Sway": { + "on Sway": "על Sway" + }, + "open": { + "open": "פתח/י" + }, + "or run ": { + "or run ": "או הרץ/י " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon אינו זמין" + }, + "procs": { + "procs": "תהליכים" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri בReddit" + }, + "seconds": { + "seconds": "שניות" + }, + "source": { + "source": "קוד מקור" + }, + "this app": { + "this app": "אפליקציה זו" + }, + "up": { + "up": "פועל" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "עדכן/י את DMS כדי לאפשר אינטגרציה עם NM." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 מאת %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype אינו זמין - התקן/י את wtype כדי לאפשר תמיכה בהדבקה" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• התקן/י רק ממקורות מהימנים" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - חודש (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - חודש (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - חודש (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - חודש (January)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• תוספים עלולים להכיל באגים או בעיות אבטחה" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• בדוק/י את הקוד לפני ההתקנה ככל שניתן" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - יום (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - יום (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - שם יום (Mon)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - שם יום (Monday)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - שנה (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - שנה (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: ניווט • Space: הרחב • Enter: פעולה/הרחבה • E: טקסט" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: ניווט • Enter/Ctrl+C: העתקה • Del: מחיקה • F10: עזרה" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: ניווט • Enter: הדבקה • Del: מחיקה • F10: עזרה" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/hu.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/hu.json new file mode 100644 index 0000000..14734cf --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/hu.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1 Animáció sebessége" + }, + "%1 Sessions": { + "%1 Sessions": "%1 munkamenet" + }, + "%1 active session": { + "%1 active session": "%1 aktív munkamenet" + }, + "%1 active sessions": { + "%1 active sessions": "%1 aktív munkamenet" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 adapter, nincs csatlakoztatva" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 adapter, nincs csatlakoztatva" + }, + "%1 character": { + "%1 character": "%1 karakter" + }, + "%1 characters": { + "%1 characters": "%1 karakter" + }, + "%1 connected": { + "%1 connected": "%1 csatlakoztatva" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 egyéni animáció időtartama" + }, + "%1 disconnected": { + "%1 disconnected": "%1 leválasztva" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 leválasztva (rejtett)" + }, + "%1 display": { + "%1 display": "%1 kijelző" + }, + "%1 displays": { + "%1 displays": "%1 kijelző" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "A(z) %1 létezik, de nincs befoglalva a konfigurációba. Az egyéni gyorsbillentyűk nem fognak működni, amíg ezt nem lesz javítva." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 létezik, de nincs befoglalva. Az ablakszabályok nem fognak érvényesülni." + }, + "%1 filtered": { + "%1 filtered": "%1 szűrve" + }, + "%1 is now included in config": { + "%1 is now included in config": "A(z) %1 mostantól szerepel a konfigurációban" + }, + "%1 issue found": { + "%1 issue found": "%1 hiba található" + }, + "%1 issues found": { + "%1 issues found": "%1 hiba található" + }, + "%1 notifications": { + "%1 notifications": "%1 értesítés" + }, + "%1 update": { + "%1 update": "%1 frissítés" + }, + "%1 updates": { + "%1 updates": "%1 frissítés" + }, + "%1 variants": { + "%1 variants": "%1 variáns" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 háttérkép • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 háttérkép • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 widget" + }, + "%1 window": { + "%1 window": "%1 ablak" + }, + "%1 windows": { + "%1 windows": "%1 ablak" + }, + "%1m ago": { + "%1m ago": "%1 perccel ezelőtt" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "Az 'Alternatív' lehetővé teszi a kulccsal történő önálló feloldást. A 'Második faktor' először jelszót vagy ujjlenyomatot igényel, majd a kulcsot." + }, + "(Default)": { + "(Default)": "(Alapértelmezett)" + }, + "(Unnamed)": { + "(Unnamed)": "(Névtelen)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 további" + }, + "/path/to/videos": { + "/path/to/videos": "/elérési/út/videókhoz" + }, + "0 = square corners": { + "0 = square corners": "0 = szögletes sarkok" + }, + "1 day": { + "1 day": "1 nap" + }, + "1 device connected": { + "1 device connected": "1 eszköz csatlakoztatva" + }, + "1 event": { + "1 event": "1 esemény" + }, + "1 hour": { + "1 hour": "1 óra" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 óra 30 perc" + }, + "1 minute": { + "1 minute": "1 perc" + }, + "1 notification": { + "1 notification": "1 értesítés" + }, + "1 second": { + "1 second": "1 másodperc" + }, + "10 minutes": { + "10 minutes": "10 perc" + }, + "10 seconds": { + "10 seconds": "10 másodperc" + }, + "10-bit Color": { + "10-bit Color": "10 bites színmélység" + }, + "12 hours": { + "12 hours": "12 óra" + }, + "14 days": { + "14 days": "14 nap" + }, + "15 minutes": { + "15 minutes": "15 perc" + }, + "15 seconds": { + "15 seconds": "15 másodperc" + }, + "180°": { + "180°": "180 fok" + }, + "2 hours": { + "2 hours": "2 óra" + }, + "2 minutes": { + "2 minutes": "2 perc" + }, + "2 seconds": { + "2 seconds": "2 másodperc" + }, + "20 minutes": { + "20 minutes": "20 perc" + }, + "20 seconds": { + "20 seconds": "20 másodperc" + }, + "24-Hour Format": { + "24-Hour Format": "24 órás formátum" + }, + "24-hour clock": { + "24-hour clock": "24 órás óra" + }, + "24-hour format": { + "24-hour format": "24 órás formátum" + }, + "25 seconds": { + "25 seconds": "25 másodperc" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270 fok" + }, + "3 days": { + "3 days": "3 nap" + }, + "3 hours": { + "3 hours": "3 óra" + }, + "3 minutes": { + "3 minutes": "3 perc" + }, + "3 seconds": { + "3 seconds": "3 másodperc" + }, + "30 days": { + "30 days": "30 nap" + }, + "30 minutes": { + "30 minutes": "30 perc" + }, + "30 seconds": { + "30 seconds": "30 másodperc" + }, + "35 seconds": { + "35 seconds": "35 másodperc" + }, + "3rd party": { + "3rd party": "Külső" + }, + "4 hours": { + "4 hours": "4 óra" + }, + "4 seconds": { + "4 seconds": "4 másodperc" + }, + "40 seconds": { + "40 seconds": "40 másodperc" + }, + "45 seconds": { + "45 seconds": "45 másodperc" + }, + "5 minutes": { + "5 minutes": "5 perc" + }, + "5 seconds": { + "5 seconds": "5 másodperc" + }, + "50 seconds": { + "50 seconds": "50 másodperc" + }, + "500 ms": { + "500 ms": "500 ms" + }, + "55 seconds": { + "55 seconds": "55 másodperc" + }, + "6 hours": { + "6 hours": "6 óra" + }, + "7 days": { + "7 days": "7 nap" + }, + "750 ms": { + "750 ms": "750 ms" + }, + "8 hours": { + "8 hours": "8 óra" + }, + "8 seconds": { + "8 seconds": "8 másodperc" + }, + "90 days": { + "90 days": "90 nap" + }, + "90°": { + "90°": "90 fok" + }, + "MIT License": { + "MIT License": "MIT licenc" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Már létezik ilyen nevű fájl. Felül szeretnéd írni?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Egy modern asztali héj Wayland kompozitorokhoz" + }, + "AC Power": { + "AC Power": "Hálózati tápellátás" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Megszakítva" + }, + "About": { + "About": "Névjegy" + }, + "Accent Color": { + "Accent Color": "Hangsúlyszín" + }, + "Accept": { + "Accept": "Elfogadás" + }, + "Accept Jobs": { + "Accept Jobs": "Feladatok elfogadása" + }, + "Accepting": { + "Accepting": "Elfogadva" + }, + "Access clipboard history": { + "Access clipboard history": "Hozzáférés a vágólap előzményeihez" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Hozzáférés az értesítésekhez és a Ne zavarjanak üzemmódhoz" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Hozzáférés a rendszervezérlőkhöz és beállításokhoz" + }, + "Action": { + "Action": "Művelet" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "A művelet sikertelen, vagy a terminál bezárult." + }, + "Actions": { + "Actions": "Műveletek" + }, + "Activate": { + "Activate": "Aktiválás" + }, + "Activate Greeter": { + "Activate Greeter": "Üdvözlőképernyő aktiválása" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Aktiválod a DMS-üdvözlőképernyőt? (greeter) Egy terminál fog megnyílni a sudo hitelesítéshez. Az aktiválás után futtasd a szinkronizálást a beállítások alkalmazásához." + }, + "Activation": { + "Activation": "Aktiválás" + }, + "Active": { + "Active": "Aktív" + }, + "Active Color": { + "Active Color": "Aktív szín" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Aktív zárolási képernyő monitor" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Aktív csempe háttér- és ikonszíne" + }, + "Active: %1": { + "Active: %1": "Aktív: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Aktív: %1 +%2" + }, + "Active: None": { + "Active: None": "Aktív: Nincs" + }, + "Adapters": { + "Adapters": "Adapterek" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Hozzáadás" + }, + "Add Bar": { + "Add Bar": "Sáv hozzáadása" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Asztali widget hozzáadása" + }, + "Add Printer": { + "Add Printer": "Nyomtató hozzáadása" + }, + "Add Title": { + "Add Title": "Cím hozzáadása" + }, + "Add Widget": { + "Add Widget": "Widget hozzáadása" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Widget hozzáadása a(z) %1. szekcióhoz" + }, + "Add a border around the dock": { + "Add a border around the dock": "Szegély hozzáadása a dokk körül" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Adj meg egy egyéni előtagot minden alkalmazás indításához. Ez használható például „uwsm-app”, „systemd-run” vagy más parancscsomagolókhoz." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Asztali widgetek hozzáadása és konfigurálása" + }, + "Add by Address": { + "Add by Address": "Hozzáadás cím alapján" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Oszlopok számának beállítása rácsnézet módban." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Hangerőállítás görgetési lépésenként" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Beállítja a generált színek kontrasztját (-100 = minimum, 0 = normál, 100 = maximum)" + }, + "Advanced": { + "Advanced": "Speciális" + }, + "Afternoon": { + "Afternoon": "Délután" + }, + "All": { + "All": "Összes" + }, + "All Monitors": { + "All Monitors": "Minden monitor" + }, + "All checks passed": { + "All checks passed": "Minden ellenőrzés sikeres" + }, + "All day": { + "All day": "Egész nap" + }, + "All displays": { + "All displays": "Összes kijelző" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Kattintások átengedése a widgeten" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Vissza • F1/I: Fájlinformáció • F10: Súgó • Esc: Bezárás" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternatív (VAGY)" + }, + "Always Active": { + "Always Active": "Mindig aktív" + }, + "Always Show Percentage": { + "Always Show Percentage": "Mindig mutassa a százalékot" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "A dokk mindig rejtett, és csak akkor jelenik meg, ha az egérrel a közelébe mutatsz" + }, + "Always on icons": { + "Always on icons": "Mindig látható ikonok" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Mindig mutasson legalább 3 munkaterületet, még ha nincs is annyi" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Dokk megjelenítése mindig, ha a niri-áttekintés nyitva van" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Megjelenítés mindig, amikor csak egy csatlakoztatott kijelző van" + }, + "Amount": { + "Amount": "Mennyiség" + }, + "Analog": { + "Analog": "Analóg" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Analóg, digitális vagy halmozott órakijelző" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Konfiguráció elemzése…" + }, + "Animation Duration": { + "Animation Duration": "Animáció időtartama" + }, + "Animation Speed": { + "Animation Speed": "Animáció sebessége" + }, + "Anonymous Identity": { + "Anonymous Identity": "Névtelen azonosító" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Névtelen azonosító (opcionális)" + }, + "App Customizations": { + "App Customizations": "Alkalmazás-testreszabások" + }, + "App ID Substitutions": { + "App ID Substitutions": "Alkalmazásazonosító-helyettesítések" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "App ID regex (pl. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Alkalmazásindító" + }, + "App Names": { + "App Names": "Alkalmazásnevek" + }, + "App Theming": { + "App Theming": "Alkalmazás témázása" + }, + "Appearance": { + "Appearance": "Megjelenés" + }, + "Application Dock": { + "Application Dock": "Alkalmazásdokk" + }, + "Applications": { + "Applications": "Alkalmazások" + }, + "Apply Changes": { + "Apply Changes": "Változtatások alkalmazása" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "GTK-színek alkalmazása" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Qt-színek alkalmazása" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Meleg színhőmérséklet alkalmazása a szem megerőltetésének csökkentése érdekében. Az alábbi automatizálási beállítások segítségével szabályozhatod, hogy mikor aktiválódjon." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "A hitelesítési módosítások alkalmazása…" + }, + "Apps": { + "Apps": "Alkalmazások" + }, + "Apps Dock": { + "Apps Dock": "Alkalmazásdokk" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Alkalmazásdokk beállításai" + }, + "Apps Icon": { + "Apps Icon": "Alkalmazások ikon" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Az alkalmazások használati gyakoriság, majd az utolsó használat ideje, végül betűrend szerint vannak rendezve." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Egyedi megjelenített névvel, ikonnal vagy indítási beállításokkal rendelkező alkalmazások. Kattints jobb gombbal egy alkalmazásra, és válaszd az „Alkalmazás szerkesztése” lehetőséget a testreszabáshoz." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Alkalmazások elnémított értesítési felugrókkal. A visszakapcsoláshoz hangosíts vissza vagy töröld őket." + }, + "Architecture": { + "Architecture": "Architektúra" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Biztosan le meg akarod szakítani a(z) „%1\" munkamenetet?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Képernyő-elrendezés és a felbontás, frissítési frekvencia, valamint VRR beállítása" + }, + "Attach": { + "Attach": "Csatlakozás" + }, + "Audio": { + "Audio": "Hang" + }, + "Audio Codec": { + "Audio Codec": "Hangkodek" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Hangkodek kiválasztása" + }, + "Audio Devices": { + "Audio Devices": "Hangeszközök" + }, + "Audio Input": { + "Audio Input": "Hangbemenet" + }, + "Audio Output": { + "Audio Output": "Hangkimenet" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Hangkimeneti eszközök (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Hangkimenet váltása" + }, + "Audio Visualizer": { + "Audio Visualizer": "Hangvizualizáló" + }, + "Audio system restarted": { + "Audio system restarted": "Hangrendszer újraindítva" + }, + "Audio volume control": { + "Audio volume control": "Hangerőszabályozó" + }, + "Auth": { + "Auth": "Hitelesítés" + }, + "Auth Type": { + "Auth Type": "Hitelesítés típusa" + }, + "Authenticate": { + "Authenticate": "Hitelesítés" + }, + "Authenticating...": { + "Authenticating...": "Hitelesítés…" + }, + "Authentication": { + "Authentication": "Hitelesítés" + }, + "Authentication Required": { + "Authentication Required": "Hitelesítés szükséges" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "A hitelesítési módosítások alkalmazva." + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "A hitelesítési módosítások automatikusan alkalmazásra kerülnek." + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "A hitelesítési módosítások automatikusan alkalmazásra kerülnek. A kizárólag ujjlenyomatos bejelentkezés nem biztos, hogy feloldja a kulcstartót." + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "A hitelesítési módosításokhoz sudo jogosultság szükséges. Terminál megnyitása a jelszó vagy ujjlenyomat használatához." + }, + "Authentication error - try again": { + "Authentication error - try again": "Hitelesítési hiba – próbáld újra" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "A hitelesítés sikertelen, próbáld újra" + }, + "Authorize": { + "Authorize": "Hitelesítés" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Párosítás engedélyezése ezzel: " + }, + "Authorize service for ": { + "Authorize service for ": "Szolgáltatás engedélyezése ehhez: " + }, + "Auto": { + "Auto": "Automatikus" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "Automatikus (sávérzékeny)" + }, + "Auto (Wide)": { + "Auto (Wide)": "Automatikus (széles)" + }, + "Auto Location": { + "Auto Location": "Automatikus helymeghatározás" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Automatikus felugró ablak rések" + }, + "Auto-Clear After": { + "Auto-Clear After": "Automatikus törlés" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Automatikus elrejtés időtúllépése" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "A Niri-áttekintés automatikus bezárása alkalmazások indításakor." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Ennél régebbi értesítések automatikus törlése" + }, + "Auto-hide": { + "Auto-hide": "Automatikus elrejtés" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Dokk automatikus elrejtése" + }, + "Auto-saving...": { + "Auto-saving...": "Automatikus mentés…" + }, + "Autoconnect": { + "Autoconnect": "Automatikus csatlakozás" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Automatikus csatlakozás letiltva" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Automatikus csatlakozás engedélyezve" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "Megnyitáskor az utoljára megjegyzett lekérdezés automatikus kitöltése" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Automatikus színmód" + }, + "Automatic Control": { + "Automatic Control": "Automatikus vezérlés" + }, + "Automatic Cycling": { + "Automatic Cycling": "Automatikus váltás" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Automatikus váltás az ugyanabban a mappában lévő háttérképek között" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Az ennél régebbi bejegyzések automatikus törlése" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Hely automatikus észlelése IP-cím alapján" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Tartózkodási hely meghatározása IP-cím segítségével" + }, + "Automatically lock after": { + "Automatically lock after": "Automatikus zárolás" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Képernyő automatikus zárolása a DMS indulásakor" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "A képernyő automatikus zárolása, amikor a rendszer felfüggesztésre készül" + }, + "Automation": { + "Automation": "Automatizálás" + }, + "Available": { + "Available": "Elérhető" + }, + "Available Layouts": { + "Available Layouts": "Elérhető elrendezések" + }, + "Available Networks": { + "Available Networks": "Elérhető hálózatok" + }, + "Available Plugins": { + "Available Plugins": "Elérhető bővítmények" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Elérhető kijelzők (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Részletes és Előrejelzés nézetmódokban érhető el" + }, + "Available.": { + "Available.": "Elérhető." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Vissza" + }, + "Backend": { + "Backend": "Háttérrendszer" + }, + "Background": { + "Background": "Háttér" + }, + "Background Blur": { + "Background Blur": "Háttér elmosása" + }, + "Background Opacity": { + "Background Opacity": "Háttér átlátszósága" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "A háttérbeli hitelesítési szinkronizálás sikertelen. Próbálkozás terminál módban." + }, + "Background image": { + "Background image": "Háttérkép" + }, + "Backlight device": { + "Backlight device": "Háttérvilágítás eszköz" + }, + "Balance power and performance": { + "Balance power and performance": "Energiafogyasztás és teljesítmény egyensúlya" + }, + "Balanced": { + "Balanced": "Kiegyensúlyozott" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Kiegyensúlyozott paletta fókuszált kiemelésekkel (alapértelmezett)." + }, + "Bar Configurations": { + "Bar Configurations": "Sáv konfiguráció" + }, + "Bar Shadows": { + "Bar Shadows": "Sáv árnyékai" + }, + "Bar Transparency": { + "Bar Transparency": "Sáv átlátszósága" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Az árnyékok alapszíne (az áttetszőség automatikusan alkalmazva)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Animációk alapértelmezett időtartama (húzd az egyéni beállításhoz)" + }, + "Battery": { + "Battery": "Akkumulátor" + }, + "Battery %1": { + "Battery %1": "Akkumulátor: %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Akkumulátor töltési korlát" + }, + "Battery and power management": { + "Battery and power management": "Akkumulátor- és energiakezelés" + }, + "Battery level and power management": { + "Battery level and power management": "Akkumulátor töltöttségi szintje és energiagazdálkodás" + }, + "Behavior": { + "Behavior": "Viselkedés" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "A zárolási képernyő kötése a loginctl dbus jeleihez. Tiltsd le, ha külső zárolási képernyőt használsz" + }, + "Binds Include Missing": { + "Binds Include Missing": "A kötések include bejegyzés hiányzik" + }, + "Binds include added": { + "Binds include added": "A kötések include bejegyzés hozzáadva" + }, + "Bit Depth": { + "Bit Depth": "Színmélység" + }, + "Block Out": { + "Block Out": "Kizárás" + }, + "Block Out From": { + "Block Out From": "Kizárás innen" + }, + "Block notifications": { + "Block notifications": "Értesítések tiltása" + }, + "Blocked": { + "Blocked": "Tiltva" + }, + "Blue light filter": { + "Blue light filter": "Kék fény szűrő" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Bluetooth-beállítások" + }, + "Bluetooth not available": { + "Bluetooth not available": "A Bluetooth nem elérhető" + }, + "Blur Border Color": { + "Blur Border Color": "Elmosás szegélyszíne" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "Elmosás szegélyének átlátszatlansága" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Háttérkép elmosási réteg" + }, + "Blur on Overview": { + "Blur on Overview": "Elmosás az áttekintésben" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "A sávok, felugró ablakok, modális ablakok és értesítések mögötti háttér elmosása. Kompozitor támogatást és beállítást igényel." + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Háttérkép elmosása, ha a niri-áttekintés nyitva van" + }, + "Body": { + "Body": "Szövegtörzs" + }, + "Border": { + "Border": "Szegély" + }, + "Border Color": { + "Border Color": "Szegély színe" + }, + "Border Opacity": { + "Border Opacity": "Szegély átlátszósága" + }, + "Border Size": { + "Border Size": "Keretméret" + }, + "Border Thickness": { + "Border Thickness": "Szegély vastagsága" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "Szegélyszín az elmosott felületek körül" + }, + "Border with BG": { + "Border with BG": "Szegély háttérrel" + }, + "Bottom": { + "Bottom": "Alul" + }, + "Bottom Center": { + "Bottom Center": "Alul középen" + }, + "Bottom Left": { + "Bottom Left": "Bal Lent" + }, + "Bottom Right": { + "Bottom Right": "Jobb Lent" + }, + "Bottom Section": { + "Bottom Section": "Alsó rész" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Alsó dokk a rögzített és a futó alkalmazásoknak" + }, + "Brightness": { + "Brightness": "Fényerő" + }, + "Brightness Slider": { + "Brightness Slider": "Fényerőszabályozó" + }, + "Brightness Value": { + "Brightness Value": "Fényerő értéke" + }, + "Brightness control not available": { + "Brightness control not available": "A fényerőszabályozás nem elérhető" + }, + "Browse": { + "Browse": "Böngészés" + }, + "Browse Files": { + "Browse Files": "Fájlok böngészése" + }, + "Browse Plugins": { + "Browse Plugins": "Bővítmények böngészése" + }, + "Browse Themes": { + "Browse Themes": "Témák böngészése" + }, + "Browse or search plugins": { + "Browse or search plugins": "Bővítmények tallózása vagy keresése" + }, + "Button Color": { + "Button Color": "Gomb színe" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU-grafikon" + }, + "CPU Temperature": { + "CPU Temperature": "CPU-hőmérséklet" + }, + "CPU Usage": { + "CPU Usage": "CPU-használat" + }, + "CPU temperature display": { + "CPU temperature display": "CPU-hőmérséklet kijelző" + }, + "CPU usage indicator": { + "CPU usage indicator": "CPU-kihasználtság jelző" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU, memória, hálózat és lemez figyelése" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS nem biztonságos szűrő figyelmeztetés" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS hiányzó szűrő figyelmeztetés" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS nyomtatókiszolgáló" + }, + "CUPS not available": { + "CUPS not available": "CUPS nem elérhető" + }, + "Camera": { + "Camera": "Kamera" + }, + "Cancel": { + "Cancel": "Mégse" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Összes feladat megszakítása ennél: „%1”?" + }, + "Canceled": { + "Canceled": "Törölve" + }, + "Cannot pair": { + "Cannot pair": "Nem lehet párosítani" + }, + "Capabilities": { + "Capabilities": "Képességek" + }, + "Capacity": { + "Capacity": "Kapacitás" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Caps Lock-jelző" + }, + "Caps Lock is on": { + "Caps Lock is on": "A Caps Lock be van kapcsolva" + }, + "Center Section": { + "Center Section": "Középső rész" + }, + "Center Single Column": { + "Center Single Column": "Középső egyoszlopos" + }, + "Center Tiling": { + "Center Tiling": "Központi csempézés" + }, + "Certificate Password": { + "Certificate Password": "Tanúsítvány jelszava" + }, + "Change Song": { + "Change Song": "Dalváltás" + }, + "Change Volume": { + "Change Volume": "Hangerő módosítása" + }, + "Change bar appearance": { + "Change bar appearance": "Sáv megjelenésének megváltoztatása" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "A DMS felület által használt területi beállítás módosítása." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "A dátum- és időformátumhoz használt területi beállítás módosítása, a felület nyelvétől függetlenül." + }, + "Channel": { + "Channel": "Csatorna" + }, + "Charging": { + "Charging": "Töltés" + }, + "Check for system updates": { + "Check for system updates": "Rendszerfrissítések keresése" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Szinkronizálási állapot ellenőrzése igény szerint. A szinkronizálás átmásolja a témát, a beállításokat és a háttérkép konfigurációját a bejelentkezési képernyőre. A hitelesítési módosítások automatikusan alkalmazásra kerülnek." + }, + "Checking for updates...": { + "Checking for updates...": "Frissítések keresése…" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "Sudo hitelesítés szükségességének ellenőrzése…" + }, + "Checking...": { + "Checking...": "Ellenőrzés…" + }, + "Checking…": { + "Checking…": "Ellenőrzés…" + }, + "Choose Color": { + "Choose Color": "Szín választása" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Sötét mód színének kiválasztása" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Dokkindító-logó színének kiválasztása" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Indítóikon színének kiválasztása" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Világos mód színének kiválasztása" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Háttérkép színének kiválasztása" + }, + "Choose a color": { + "Choose a color": "Válassz színt" + }, + "Choose colors from palette": { + "Choose colors from palette": "Színek választása a palettáról" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Válaszd ki az időjárás widget megjelenítési módját" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Válaszd ki, hogyan határozza meg ez a sáv az árnyék irányát" + }, + "Choose icon": { + "Choose icon": "Ikon kiválasztása" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Válaszd ki a widgetek háttérszínét" + }, + "Choose the border accent color": { + "Choose the border accent color": "Válaszd ki a szegély kiemelőszínét" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Válaszd ki a DankBar indítógombján megjelenő logót" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "A felugró értesítések megjelenési helye" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "A képernyőkijelzők megjelenítési helye" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Válaszd ki, mely kijelzők mutassák ezt a widgetet" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Válaszd ki, melyik monitor jelenítse meg a zárolási képernyő felületét. A többi monitor egy színt fog mutatni az OLED beégés elleni védelem miatt." + }, + "Chroma Style": { + "Chroma Style": "Chroma stílus" + }, + "Cipher": { + "Cipher": "Titkosítás" + }, + "Circle": { + "Circle": "Kör" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Osztály (Class) regex (pl. ^firefox$)" + }, + "Clear": { + "Clear": "Törlés" + }, + "Clear All": { + "Clear All": "Összes törlése" + }, + "Clear All Jobs": { + "Clear All Jobs": "Összes feladat törlése" + }, + "Clear History?": { + "Clear History?": "Törlöd az előzményeket?" + }, + "Clear Sky": { + "Clear Sky": "Tiszta égbolt" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Minden előzmény törlése a kiszolgáló indulásakor" + }, + "Clear at Startup": { + "Clear at Startup": "Törlés indításkor" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Kattints a „Beállítás” gombra a(z) %1 létrehozásához és a konfigurációhoz való hozzáadásához." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Kattints a „Beállítás” gombra a %1 létrehozásához és az include bejegyzés hozzáadásához a kompozitor konfigurációhoz." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Kattints a „Beállítás” gombra a kurzor konfiguráció létrehozásához és az include bejegyzés hozzáadásához a kompozitor beállításaihoz." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Kattints a „Beállítás” gombra a kimenetek konfiguráció létrehozásához és az include bejegyzés hozzáadásához a kompozitor konfigurációjához." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Kattints az importálás gombra .ovpn vagy .conf fájl hozzáadásához" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Kattints a Frissítés gombra az állapot ellenőrzéséhez." + }, + "Click Through": { + "Click Through": "Átkattintás" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Kattints bármelyik parancsikonra a szerkesztéshez. A módosítások a(z) %1 fájlba lesznek mentve." + }, + "Click to capture": { + "Click to capture": "Kattints a rögzítéshez" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Kattints egy egyéni téma JSON fájl kiválasztásához" + }, + "Clip": { + "Clip": "Vágás" + }, + "Clip to Geometry": { + "Clip to Geometry": "Vágás a geometriához" + }, + "Clipboard": { + "Clipboard": "Vágólap" + }, + "Clipboard History": { + "Clipboard History": "Vágólapelőzmények" + }, + "Clipboard Manager": { + "Clipboard Manager": "Vágólapkezelő" + }, + "Clipboard sent": { + "Clipboard sent": "Vágólap elküldve" + }, + "Clipboard service not available": { + "Clipboard service not available": "A vágólap szolgáltatások nem elérhetők" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "A vágólap működni fog, de nem lesz a lemezre mentve semmi" + }, + "Clock": { + "Clock": "Óra" + }, + "Clock Style": { + "Clock Style": "Órastílius" + }, + "Close": { + "Close": "Bezárás" + }, + "Close All Windows": { + "Close All Windows": "Összes ablak bezárása" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Áttekintés bezárása indításkor" + }, + "Close Window": { + "Close Window": "Ablak bezárása" + }, + "Color": { + "Color": "Szín" + }, + "Color Gamut": { + "Color Gamut": "Színtér" + }, + "Color Management": { + "Color Management": "Színkezelés" + }, + "Color Mode": { + "Color Mode": "Színmód" + }, + "Color Override": { + "Color Override": "Színfelülírás" + }, + "Color Picker": { + "Color Picker": "Színválasztó" + }, + "Color Temperature": { + "Color Temperature": "Színhőmérséklet" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Szín, amely a zárolási képernyő nélküli monitorokon jelenik meg" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Elsődleges akciógombok színe" + }, + "Color temperature for day time": { + "Color temperature for day time": "Színhőmérséklet a nappali módhoz" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Színhőmérséklet az éjszakai módhoz" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Színtéma a szintaxiskiemeléshez." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Színtéma a szintaxiskiemeléshez. %1 téma érhető el." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Színtéma a DMS-regiszterből" + }, + "Colorful": { + "Colorful": "Színes" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Színes keverék, fényes kontrasztos kiemelésekkel." + }, + "Colorize Active": { + "Colorize Active": "Aktív színezése" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Színek a háttérképből" + }, + "Column": { + "Column": "Oszlop" + }, + "Column Display": { + "Column Display": "Oszlopos megjelenítés" + }, + "Column Width": { + "Column Width": "Oszlopszélesség" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "Vesszővel elválasztott lista az elrejtendő munkamenet-nevekről. Reguláris kifejezésekhez (regex) tedd perjelek közé (pl. /^_.*/)." + }, + "Command": { + "Command": "Parancs" + }, + "Commands": { + "Commands": "Parancsok" + }, + "Communication": { + "Communication": "Kommunikáció" + }, + "Community themes": { + "Community themes": "Közösségi témák" + }, + "Compact": { + "Compact": "Kompakt" + }, + "Compact Mode": { + "Compact Mode": "Kompakt mód" + }, + "Completed": { + "Completed": "Befejezve" + }, + "Compositor": { + "Compositor": "Kompozitor" + }, + "Compositor Settings": { + "Compositor Settings": "Kompozitorbeállítások" + }, + "Compositor not supported": { + "Compositor not supported": "A kompozitor nem támogatott" + }, + "Config Format": { + "Config Format": "Konfigurációformátum" + }, + "Config action: %1": { + "Config action: %1": "Konfigurációs művelet: %1" + }, + "Config validation failed": { + "Config validation failed": "Nem sikerült ellenőrizni a konfigurációt" + }, + "Configuration": { + "Configuration": "Konfiguráció" + }, + "Configuration activated": { + "Configuration activated": "Konfiguráció aktiválva" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "A konfiguráció megmarad, amikor ez a kijelző újra csatlakozik" + }, + "Configure": { + "Configure": "Beállítás" + }, + "Configure Keybinds": { + "Configure Keybinds": "Billentyűkombinációk beállítása" + }, + "Configure a new printer": { + "Configure a new printer": "Új nyomtató konfigurálása" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Ikonok konfigurálása a megnevezett munkaterületekhez. Az ikonok előnyt élveznek a számokkal szemben, ha mindkettő engedélyezve van." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Illesztési feltételek és műveletek konfigurálása" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Mely kijelzők mutassák ezt: „%1”" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Mely kijelzőkön jelenjenek meg a héj összetevői" + }, + "Confirm": { + "Confirm": "Megerősítés" + }, + "Confirm Delete": { + "Confirm Delete": "Törlés megerősítése" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Kijelzőváltoztatások megerősítése" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Párosítási kód megerősítése ehhez: " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Ütközik ezzel: %1" + }, + "Connect": { + "Connect": "Csatlakozás" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Csatlakozás rejtett hálózathoz" + }, + "Connect to VPN": { + "Connect to VPN": "Csatlakozás VPN-hez" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Csatlakozás a Wi-Fi-hez" + }, + "Connected": { + "Connected": "Csatlakoztatva" + }, + "Connected Device": { + "Connected Device": "Csatlakoztatott eszköz" + }, + "Connected Displays": { + "Connected Displays": "Csatlakoztatott kijelzők" + }, + "Connecting to Device": { + "Connecting to Device": "Csatlakozás az eszközhöz" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Csatlakozás…" + }, + "Connection failed": { + "Connection failed": "Kapcsolódás sikertelen" + }, + "Contains": { + "Contains": "Tartalmazza" + }, + "Content": { + "Content": "Tartalom" + }, + "Content copied": { + "Content copied": "Tartalom másolva" + }, + "Contrast": { + "Contrast": "Kontraszt" + }, + "Control Center": { + "Control Center": "Vezérlőközpont" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Vezérlőközpont csempeszíne" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Az értesítési felugró ablakok és az előzmények animációs időtartama" + }, + "Control currently playing media": { + "Control currently playing media": "Jelenleg játszott média vezérlése" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Milyen értesítési információk jelenjenek meg a zárolási képernyőn" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Mely bővítmények jelenjenek meg „Összes” módban indító előtag nélkül. Húzd az átrendezéshez." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Munkaterületek és oszlopok vezérlése görgetéssel a sávon" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Az összes felugró ablak, kizárólagos párbeszédablak és tartalomréteg átlátszósága" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "Az árnyékvetés iránya a kiemelési rétegekhez" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "Az árnyékok alap elmosási sugara és eltolása" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Az árnyék átlátszósága" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "Kényelmi beállítások a bejelentkezési képernyőhöz. Szinkronizálj az alkalmazáshoz." + }, + "Cooldown": { + "Cooldown": "Várakozási idő" + }, + "Copied GIF": { + "Copied GIF": "GIF másolva" + }, + "Copied MP4": { + "Copied MP4": "MP4 másolva" + }, + "Copied WebP": { + "Copied WebP": "WebP másolva" + }, + "Copied to clipboard": { + "Copied to clipboard": "Másolva a vágólapra" + }, + "Copied!": { + "Copied!": "Másolva!" + }, + "Copy": { + "Copy": "Másolás" + }, + "Copy Content": { + "Copy Content": "Tartalom másolása" + }, + "Copy Full Command": { + "Copy Full Command": "Teljes parancs másolása" + }, + "Copy HTML": { + "Copy HTML": "HTML másolása" + }, + "Copy Name": { + "Copy Name": "Név másolása" + }, + "Copy PID": { + "Copy PID": "PID másolása" + }, + "Copy Text": { + "Copy Text": "Szöveg másolása" + }, + "Copy path": { + "Copy path": "Útvonal másolása" + }, + "Corner Radius": { + "Corner Radius": "Sarokkerekítés" + }, + "Corner Radius Override": { + "Corner Radius Override": "Sarokkerekítés felülbírálása" + }, + "Corners & Background": { + "Corners & Background": "Sarkok és háttér" + }, + "Count Only": { + "Count Only": "Csak darabszám" + }, + "Cover Open": { + "Cover Open": "Fedél nyitva" + }, + "Create": { + "Create": "Létrehozás" + }, + "Create Dir": { + "Create Dir": "Mappa létrehozása" + }, + "Create Printer": { + "Create Printer": "Nyomtató létrehozása" + }, + "Create Window Rule": { + "Create Window Rule": "Ablakszabály létrehozása" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "Új %1 munkamenet létrehozása (n)" + }, + "Create rule for:": { + "Create rule for:": "Szabály létrehozása ehhez:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Szabályokat hozhatsz létre a némításhoz, figyelmen kívül hagyáshoz, az előzményekből való elrejtéshez vagy az értesítések prioritásának felülbírálásához. Az alapértelmezett beállítás csak a prioritást bírálja felül; az értesítések továbbra is normálisan megjelennek." + }, + "Creating...": { + "Creating...": "Létrehozás…" + }, + "Critical Priority": { + "Critical Priority": "Kritikus prioritás" + }, + "Current": { + "Current": "Jelenlegi" + }, + "Current Items": { + "Current Items": "Jelenlegi elemek" + }, + "Current Locale": { + "Current Locale": "Jelenlegi területi beállítás" + }, + "Current Monitor": { + "Current Monitor": "Jelenlegi monitor" + }, + "Current Period": { + "Current Period": "Jelenlegi időszak" + }, + "Current Status": { + "Current Status": "Jelenlegi állapot" + }, + "Current Temp": { + "Current Temp": "Jelenlegi hőmérséklet" + }, + "Current Theme: %1": { + "Current Theme: %1": "Jelenlegi téma: %1" + }, + "Current Weather": { + "Current Weather": "Jelenlegi időjárás" + }, + "Current Workspace": { + "Current Workspace": "Jelenlegi munkaterület" + }, + "Current time and date display": { + "Current time and date display": "Jelenlegi idő- és dátumkijelzés" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Jelenlegi időjárási viszonyok és hőmérséklet" + }, + "Current: %1": { + "Current: %1": "Jelenleg: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Kurzor konfiguráció nincs beállítva" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "A mutató include bejegyzés hiányzik" + }, + "Cursor Size": { + "Cursor Size": "Kurzorméret" + }, + "Cursor Theme": { + "Cursor Theme": "Kurzortéma" + }, + "Custom": { + "Custom": "Egyéni" + }, + "Custom Color": { + "Custom Color": "Egyéni szín" + }, + "Custom Duration": { + "Custom Duration": "Egyéni időtartam" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Egyéni hibernálási parancs" + }, + "Custom Location": { + "Custom Location": "Egyéni tartózkodási hely" + }, + "Custom Lock Command": { + "Custom Lock Command": "Egyéni zárolási parancs" + }, + "Custom Logout Command": { + "Custom Logout Command": "Egyéni kijelentkezési parancs" + }, + "Custom Name": { + "Custom Name": "Egyéni név" + }, + "Custom Power Actions": { + "Custom Power Actions": "Egyéni főkapcsoló műveletek" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Egyéni kikapcsolási parancs" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Egyéni újraindítási parancs" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Egyéni árnyékszín" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Egyéni árnyék felülbírálása" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Egyéni felfüggesztési parancs" + }, + "Custom Transparency": { + "Custom Transparency": "Egyéni átlátszóság" + }, + "Custom power profile": { + "Custom power profile": "Egyéni energiaprofil" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "JSON fájlból betöltött egyéni téma" + }, + "Custom...": { + "Custom...": "Egyéni…" + }, + "Custom: ": { + "Custom: ": "Egyéni: " + }, + "Customizable empty space": { + "Customizable empty space": "Testre szabható üres hely" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "A főkapcsoló menüben megjelenő műveletek testreszabása" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI monitor" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "DEMO MÓD - Kattints bárhova a kilépéshez" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "A DMS-bővítménykezelő nem elérhető" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "DMS gyorsbillentyűk" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "A DMS-üdvözlőképernyőnek (greeter) szüksége van a következőkre: greetd, dms-greeter. Ujjlenyomat: fprintd, pam_fprintd. Biztonsági kulcsok: pam_u2f. Add hozzá a felhasználódat a greeter csoporthoz. A hitelesítési módosítások automatikusan alkalmazásra kerülnek, és terminált nyithatnak meg, ha sudo hitelesítés szükséges." + }, + "DMS out of date": { + "DMS out of date": "A DMS elavult" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "A DMS-szolgáltatás nincs csatlakoztatva. A vágólapbeállítások nem elérhetők." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS héj-műveletek (indító, vágólap, stb.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "A DMS_SOCKET nem elérhető" + }, + "DWL service not available": { + "DWL service not available": "A DWL szolgáltatás nem elérhető" + }, + "Daily": { + "Daily": "Napi" + }, + "Daily at:": { + "Daily at:": "Naponta ekkor:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "A DankMaterialShell használatra kész" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell és Rendszerikonok (újraindítást igényel)" + }, + "Dark Mode": { + "Dark Mode": "Sötét mód" + }, + "Dark mode base": { + "Dark mode base": "Sötét mód (alap)" + }, + "Dark mode harmony": { + "Dark mode harmony": "Sötét mód (harmónia)" + }, + "Darken Modal Background": { + "Darken Modal Background": "Kizárólagos ablak háttérének sötétítése" + }, + "Date Format": { + "Date Format": "Dátumformátum" + }, + "Date format": { + "Date format": "Dátumformátum" + }, + "Date format on greeter": { + "Date format on greeter": "Dátumformátum az üdvözlőképernyőn" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Csillagászati hajnal" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Polgári hajnal" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Navigációs hajnal" + }, + "Day Date": { + "Day Date": "Nap, dátum" + }, + "Day Month Date": { + "Day Month Date": "Nap, hónap, dátum" + }, + "Day Temperature": { + "Day Temperature": "Nappali hőmérséklet" + }, + "Daytime": { + "Daytime": "Nappal" + }, + "Deck": { + "Deck": "Köteg" + }, + "Default": { + "Default": "Alapértelmezett" + }, + "Default (Black)": { + "Default (Black)": "Alapértelmezett (Fekete)" + }, + "Default Width (%)": { + "Default Width (%)": "Alapértelmezett szélesség (%)" + }, + "Default selected action": { + "Default selected action": "Alapértelmezett kiválasztott művelet" + }, + "Defaults": { + "Defaults": "Alapértelmezés" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Ablakviselkedési szabályok meghatározása. Mentés ide: %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Törlés • Shift+Del: Összes törlése • 1-9: Műveletek • F10: Súgó • Esc: Bezárás" + }, + "Delete": { + "Delete": "Törlés" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Törlöd ezt: „%1”?" + }, + "Delete Class": { + "Delete Class": "Osztály törlése" + }, + "Delete Printer": { + "Delete Printer": "Nyomtató törlése" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Mentett elem törlése?" + }, + "Delete VPN": { + "Delete VPN": "VPN törlése" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Törlöd a(z) „%1” osztályt?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Törlöd a(z) „%1” profilt?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Függőségek és dokumentáció" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Az alapul szolgáló képhez szorosan illeszkedő színek levezetése." + }, + "Description": { + "Description": "Leírás" + }, + "Desktop": { + "Desktop": "Asztal" + }, + "Desktop Clock": { + "Desktop Clock": "Asztali óra" + }, + "Desktop Entry": { + "Desktop Entry": "Asztali bejegyzés" + }, + "Desktop Widget": { + "Desktop Widget": "Asztali widget" + }, + "Desktop Widgets": { + "Desktop Widgets": "Asztali widgetek" + }, + "Desktop background images": { + "Desktop background images": "Asztali háttérképek" + }, + "Detailed": { + "Detailed": "Részletes" + }, + "Details for \"%1": { + "Details for \"%1\"": "„%1\" részletei" + }, + "Development": { + "Development": "Fejlesztés" + }, + "Device": { + "Device": "Eszköz" + }, + "Device connections": { + "Device connections": "Eszköz csatlakozások" + }, + "Device names updated": { + "Device names updated": "Eszköznevek frissítve" + }, + "Device paired": { + "Device paired": "Eszköz párosítva" + }, + "Device unpaired": { + "Device unpaired": "Eszköz párosítása megszüntetve" + }, + "Digital": { + "Digital": "Digitális" + }, + "Direction Source": { + "Direction Source": "Irány forrása" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Automatikus csatlakozás letiltása" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Beépített háttérképek letiltása" + }, + "Disable History Persistence": { + "Disable History Persistence": "Előzménymentés letiltása" + }, + "Disable Output": { + "Disable Output": "Kimenet letiltása" + }, + "Disabled": { + "Disabled": "Letiltva" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Wi-Fi kikapcsolása…" + }, + "Disc": { + "Disc": "Lemez" + }, + "Discard": { + "Discard": "Elvetés" + }, + "Discharging": { + "Discharging": "Merülés" + }, + "Disconnect": { + "Disconnect": "Lecsatlakozás" + }, + "Disconnected": { + "Disconnected": "Leválasztva" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Lecsatlakozva a Wi-Fi-ről" + }, + "Discover Devices": { + "Discover Devices": "Eszközök felderítése" + }, + "Disk": { + "Disk": "Lemez" + }, + "Disk I/O": { + "Disk I/O": "Lemez I/O" + }, + "Disk Usage": { + "Disk Usage": "Lemezhasználat" + }, + "Disk Usage Display": { + "Disk Usage Display": "Lemezhasználat megjelenítése" + }, + "Disks": { + "Disks": "Lemezek" + }, + "Dismiss": { + "Dismiss": "Bezárás" + }, + "Display": { + "Display": "Kijelző" + }, + "Display Assignment": { + "Display Assignment": "Kijelző-hozzárendelés" + }, + "Display Control": { + "Display Control": "Kijelzővezérlés" + }, + "Display Name Format": { + "Display Name Format": "Kijelzőnév formátuma" + }, + "Display Profiles": { + "Display Profiles": "Kijelzőprofilok" + }, + "Display Settings": { + "Display Settings": "Kijelzőbeállítások" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Dokk megjelenítése rögzített és futó alkalmazásokkal" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Minden prioritás megjelenítése a teljes képernyős alkalmazások felett" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "DWL elrendezések megjelenítése és váltása" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Alkalmazás ikonok megjelenítése a munkaterület-jelzőkben" + }, + "Display brightness control": { + "Display brightness control": "A kijelző fényerejének szabályozásása" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Kijelző konfiguráció nem elérhető. A WLR kimenetkezelési protokoll nem támogatott." + }, + "Display currently focused application title": { + "Display currently focused application title": "Jelenleg fókuszban lévő alkalmazás címének megjelenítése" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Óránkénti időjárás-előrejelzés megjelenítése" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Csak azokat a munkaterületeket jelenítse meg, amelyek ablakokat tartalmaznak" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Főkapcsoló menü műveletek megjelenítése rácsban lista helyett" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Másodpercek megjelenítése az órán" + }, + "Display the power system menu": { + "Display the power system menu": "A főkapcsoló rendszermenüjének megjelenítése" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Hangerő és fényerő százalékos értékek megjelenítése a képernyőkijelző felugró ablakokban" + }, + "Displays": { + "Displays": "Kijelzők" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Kijelzők száma, ha a túlcsordulás aktív" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Megjeleníti az aktív billentyűzetkiosztást és lehetővé teszi a váltást" + }, + "Distribution": { + "Distribution": "Disztribúció" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Változatos paletta, amely a teljes spektrumot lefedi." + }, + "Do Not Disturb": { + "Do Not Disturb": "Ne zavarjanak" + }, + "Dock": { + "Dock": "Dokk" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dokk és indító" + }, + "Dock Transparency": { + "Dock Transparency": "Dokk átlátszóság" + }, + "Dock Visibility": { + "Dock Visibility": "Dokk láthatósága" + }, + "Docs": { + "Docs": "Dokumentumok" + }, + "Documents": { + "Documents": "Dokumentumok" + }, + "Domain (optional)": { + "Domain (optional)": "Tartomány (opcionális)" + }, + "Don't Change": { + "Don't Change": "Ne módosítsa" + }, + "Don't Save": { + "Don't Save": "Ne mentse" + }, + "Door Open": { + "Door Open": "Ajtó nyitva" + }, + "Downloads": { + "Downloads": "Letöltések" + }, + "Drag to Reorder": { + "Drag to Reorder": "Húzd az átrendezéshez" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Húzd át a widgeteket a szakaszokon belüli átrendezéshez. Használd a szem ikont a widgetek elrejtéséhez/megjelenítéséhez (megtartja a távolságot), vagy az X-et az eltávolításukhoz." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Húzd a munkaterület-jelzőket az átrendezéshez" + }, + "Driver": { + "Driver": "Illesztőprogram" + }, + "Drizzle": { + "Drizzle": "Szitálás" + }, + "Duplicate": { + "Duplicate": "Kettőzés" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Háttérkép megkettőzése elmosással" + }, + "Duration": { + "Duration": "Időtartam" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Csillagászati alkony" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Polgári alkony" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Tengeri alkony" + }, + "Dynamic": { + "Dynamic": "Dinamikus" + }, + "Dynamic Properties": { + "Dynamic Properties": "Dinamikus tulajdonságok" + }, + "Dynamic Theming": { + "Dynamic Theming": "Dinamikus témázás" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Dinamikus színek a háttérképből" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Dinamikus színek, előbeállítások" + }, + "Edge Spacing": { + "Edge Spacing": "Élek távolsága" + }, + "Edit App": { + "Edit App": "Alkalmazás szerkesztése" + }, + "Edit Window Rule": { + "Edit Window Rule": "Ablakszabály szerkesztése" + }, + "Education": { + "Education": "Oktatás" + }, + "Empty": { + "Empty": "Üres" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "10 bites színmélység engedélyezése a szélesebb színtartomány és a HDR támogatása érdekében" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Automatikus csatlakozás engedélyezése" + }, + "Enable Bar": { + "Enable Bar": "Sáv engedélyezése" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Ne zavarjanak engedélyezése" + }, + "Enable History": { + "Enable History": "Előzmények engedélyezése" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Áttekintő átfedés engedélyezése" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Hullám effektusok engedélyezése" + }, + "Enable System Sounds": { + "Enable System Sounds": "Rendszerhangok engedélyezése" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Videós képernyővédő engedélyezése" + }, + "Enable Weather": { + "Enable Weather": "Időjárás engedélyezése" + }, + "Enable WiFi": { + "Enable WiFi": "Wi-Fi engedélyezése" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Engedélyezd az egyéni felülbírálást alább a sávonkénti árnyékintenzitás, áttetszőség és szín beállításához." + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Kompozitor által célozható elmosás réteg engedélyezése (névtér: dms:blurwallpaper). Kézi niri konfigurációt igényel." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Ujjlenyomat engedélyezése bejelentkezéskor" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Ujjlenyomatos azonosítás engedélyezése" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Ujjlenyomat vagy biztonsági kulcs engedélyezése a DMS-üdvözlőképernyőhöz (greeter). A hitelesítési módosítások automatikusan alkalmazásra kerülnek." + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "loginctl-alapú zárolás integráció engedélyezése" + }, + "Enable security key at login": { + "Enable security key at login": "Biztonsági kulcs engedélyezése bejelentkezéskor" + }, + "Enable security key authentication": { + "Enable security key authentication": "Biztonsági kulcsos hitelesítés engedélyezése" + }, + "Enabled": { + "Enabled": "Engedélyezve" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "Engedélyezve, de az ujjlenyomat-olvasó elérhetősége nem erősíthető meg." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "Engedélyezve, de nem található ujjlenyomat-olvasó." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "Engedélyezve, de még nincsenek regisztrált ujjlenyomatok. A hitelesítési módosítások automatikusan alkalmazásra kerülnek, amint ujjlenyomatokat regisztrálsz." + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Engedélyezve, de még nincs regisztrált ujjlenyomat. Regisztrálj ujjlenyomatokat, majd futtasd a szinkronizálást." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "Engedélyezve, de még nem található regisztrált biztonsági kulcs. A hitelesítési módosítások automatikusan alkalmazásra kerülnek, amint regisztrálod a kulcsodat vagy frissíted az U2F-konfigurációdat." + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "Engedélyezve, de nem található regisztrált biztonsági kulcs. Regisztrálj egy kulcsot, majd futtasd a szinkronizálást." + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "Engedélyezve, de a biztonsági kulcs elérhetősége nem erősíthető meg." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "Engedélyezve. A PAM már biztosít ujjlenyomatos hitelesítést." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "Engedélyezve. A PAM már biztosít biztonsági kulcsos hitelesítést." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Engedélyezve. A PAM biztosít ujjlenyomatos hitelesítést, de még nincs regisztrált ujjlenyomat." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Wi-Fi bekapcsolása…" + }, + "End": { + "End": "Vége" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Nagyítás rámutatáskor" + }, + "Enlargement %": { + "Enlargement %": "Nagyítás %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Add meg a 6 számjegyű párosítási kódot" + }, + "Enter PIN": { + "Enter PIN": "Írd be a PIN-kódot" + }, + "Enter PIN for ": { + "Enter PIN for ": "PIN-kód megadása ehhez: " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Adj meg egy URL-t vagy szöveget a megosztáshoz" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Add meg a(z) „%1\" munkamenet új nevét" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Add meg a munkaterület új nevét" + }, + "Enter command or script path": { + "Enter command or script path": "Add meg a parancsot vagy a szkript útvonalát" + }, + "Enter credentials for ": { + "Enter credentials for ": "Add meg a hitelesítő adatokat ehhez: " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Zárolási képernyő egyéni formátumának megadása (pl., dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Egyéni felső sáv formátum megadása (pl. ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Add meg az eszköz nevét…" + }, + "Enter filename...": { + "Enter filename...": "Adj meg egy fájlnevet…" + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Írd be az indítási előtagot (pl. „uwsm-app”)" + }, + "Enter network name and password": { + "Enter network name and password": "Add meg a hálózat nevét és jelszavát" + }, + "Enter passkey for ": { + "Enter passkey for ": "Párosítási kód megadása ehhez: " + }, + "Enter password for ": { + "Enter password for ": "Add meg a jelszót ehhez: " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Írd be ezt a párosítási kódot ehhez: " + }, + "Enter to Paste": { + "Enter to Paste": "Enter a beillesztéshez" + }, + "Enterprise": { + "Enterprise": "Vállalati" + }, + "Entry pinned": { + "Entry pinned": "Bejegyzés rögzítve" + }, + "Entry unpinned": { + "Entry unpinned": "Bejegyzés rögzítése feloldva" + }, + "Environment Variables": { + "Environment Variables": "Környezeti változók" + }, + "Error": { + "Error": "Hiba" + }, + "Errors": { + "Errors": "Hibák" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Pontos egyezés" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Exkluzív zóna eltolása" + }, + "Experimental Feature": { + "Experimental Feature": "Kísérleti funkció" + }, + "Explore": { + "Explore": "Felfedezés" + }, + "Exponential": { + "Exponential": "Exponenciális" + }, + "Expressive": { + "Expressive": "Expresszív" + }, + "Extend battery life": { + "Extend battery life": "Akkumulátor-üzemidő növelése" + }, + "Extensible architecture": { + "Extensible architecture": "Bővíthető architektúra" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Külső háttérképkezelés" + }, + "Extra Arguments": { + "Extra Arguments": "További argumentumok" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Váltás • F10: Súgó" + }, + "Fade": { + "Fade": "Elhalványítás" + }, + "Fade to lock screen": { + "Fade to lock screen": "Halványítás a zárolási képernyőre" + }, + "Fade to monitor off": { + "Fade to monitor off": "Elhalványítás a monitor kikapcsolásáig" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Nem sikerült a párosítás elfogadása" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Nem sikerült aktiválni a konfigurációt" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Nem sikerült a profil aktiválása - a fájl nem található" + }, + "Failed to add binds include": { + "Failed to add binds include": "Nem sikerült hozzáadni a kötések include bejegyzést" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Nem sikerült a nyomtatót osztályhoz adni" + }, + "Failed to browse device": { + "Failed to browse device": "Nem sikerült az eszköz tallózása" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Nem sikerült az összes feladatot törölni" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Nem sikerült a kiválasztott feladatot törölni" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "Nem sikerült a frissítések keresése:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Nem sikerült a rögzítési korlát ellenőrzése" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Nem sikerült csatlakozni a VPN-hez" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Nem sikerült csatlakozni ehhez: %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Nem sikerült másolni a bejegyzést" + }, + "Failed to create printer": { + "Failed to create printer": "Nem sikerült létrehozni a nyomtatót" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Nem sikerült a profilkönyvtár létrehozása" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Nem sikerült törölni a VPN-kapcsolatot" + }, + "Failed to delete class": { + "Failed to delete class": "Nem sikerült törölni az osztályt" + }, + "Failed to delete printer": { + "Failed to delete printer": "Nem sikerült törölni a nyomtatót" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Nem sikerült a feladatok elfogadásának letiltása" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Nem sikerült letiltani az éjszakai módot" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Nem sikerült lecsatlakozni a VPN-ről" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Nem sikerült lecsatlakoztatni a VPN-eket" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Nem sikerült lecsatlakozni a Wi-Fi-ről" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Nem sikerült engedélyezni az IP-helymeghatározást" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Nem sikerült engedélyezni a Wi-Fi-t" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Nem sikerült a feladatok elfogadásának engedélyezése" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Nem sikerült engedélyezni az éjszakai módot" + }, + "Failed to hold job": { + "Failed to hold job": "Nem sikerült a feladat várakoztatása" + }, + "Failed to import VPN": { + "Failed to import VPN": "Nem sikerült importálni a VPN-konfigurációt" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Nem sikerült az SMS-alkalmazás indítása" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Nem sikerült betölteni a VPN-konfigurációt" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Nem sikerült betölteni a vágólap konfigurációt." + }, + "Failed to move job": { + "Failed to move job": "Nem sikerült a feladat áthelyezése" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Nem sikerült a plugin_settings.json feldolgozása" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Nem sikerült a session.json feldolgozása" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Nem sikerült a settings.json feldolgozása" + }, + "Failed to pause printer": { + "Failed to pause printer": "Nem sikerült a nyomtatót szüneteltetni" + }, + "Failed to pin entry": { + "Failed to pin entry": "Nem sikerült a bejegyzés rögzítése" + }, + "Failed to print test page": { + "Failed to print test page": "Nem sikerült kinyomtatni a tesztoldalt" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Nem sikerült a párosítás elutasítása" + }, + "Failed to remove device": { + "Failed to remove device": "Nem sikerült eltávolítani az eszközt" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Nem sikerült eltávolítani a gyorsbillentyűt" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Nem sikerült eltávolítani a nyomtatót az osztályból" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Nem sikerült újraindítani a hangrendszert" + }, + "Failed to restart job": { + "Failed to restart job": "Nem sikerült újraindítani a feladatot" + }, + "Failed to resume printer": { + "Failed to resume printer": "Nem sikerült folytatni a nyomtatót" + }, + "Failed to ring device": { + "Failed to ring device": "Nem sikerült az eszköz megcsöngetése" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Nem sikerült futtatni a 'dms greeter status' parancsot. Győződj meg róla, hogy a DMS telepítve van, és a dms benne van a PATH környezeti változóban." + }, + "Failed to save audio config": { + "Failed to save audio config": "Nem sikerült menteni a hangkonfigurációt" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Nem sikerült menteni a vágólap beállítást" + }, + "Failed to save keybind": { + "Failed to save keybind": "Nem sikerült menteni a gyorsbillentyűt" + }, + "Failed to save profile file": { + "Failed to save profile file": "Nem sikerült a profilfájl mentése" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Nem sikerült a vágólap elküldése" + }, + "Failed to send file": { + "Failed to send file": "Nem sikerült elküldeni a fájlt" + }, + "Failed to send ping": { + "Failed to send ping": "Nem sikerült a ping küldése" + }, + "Failed to set brightness": { + "Failed to set brightness": "Nem sikerült beállítani a fényerőt" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Nem sikerült beállítani az éjszakai mód helyét" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Nem sikerült beállítani az éjszakai mód ütemezését" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Nem sikerült beállítani az éjszakai mód hőmérsékletét" + }, + "Failed to set power profile": { + "Failed to set power profile": "Nem sikerült az energiagazdálkodási profil beállítása" + }, + "Failed to set profile image": { + "Failed to set profile image": "Nem sikerült beállítani a profilképet" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Nem sikerült beállítani a profilképet: %1" + }, + "Failed to share": { + "Failed to share": "Nem sikerült a megosztás" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Nem sikerült elindítani a csatlakozást ehhez: %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Nem sikerült a bejegyzés rögzítésének feloldása" + }, + "Failed to update VPN": { + "Failed to update VPN": "Nem sikerült frissíteni a VPN-t" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Nem sikerült frissíteni az automatikus csatlakozást" + }, + "Failed to update description": { + "Failed to update description": "Nem sikerült frissíteni a leírást" + }, + "Failed to update location": { + "Failed to update location": "Nem sikerült frissíteni a helyet" + }, + "Failed to update sharing": { + "Failed to update sharing": "Nem sikerült frissíteni a megosztás állapotát" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Nem sikerült írni az ideiglenes fájlt az ellenőrzéshez" + }, + "Features": { + "Features": "Funkciók" + }, + "Feels": { + "Feels": "Hőérzet" + }, + "Feels Like": { + "Feels Like": "Hőérzet" + }, + "Feels Like %1°": { + "Feels Like %1°": "Hőérzet: %1°" + }, + "Fidelity": { + "Fidelity": "Hűség" + }, + "Field": { + "Field": "Mező" + }, + "File": { + "File": "Fájl" + }, + "File Already Exists": { + "File Already Exists": "A fájl már létezik" + }, + "File Information": { + "File Information": "Fájlinformáció" + }, + "File received from": { + "File received from": "Fájl érkezett innen:" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "A fájlkereséshez dsearch szükséges\nTelepítsd innen: github.com/AvengeMedia/danksearch" + }, + "Files": { + "Files": "Fájlok" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Fájlrendszer-használat figyelése" + }, + "Fill": { + "Fill": "Kitöltés" + }, + "Find in Text": { + "Find in Text": "Keresés szövegben…" + }, + "Find in note...": { + "Find in note...": "Keresés jegyzetben…" + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "Az ujjlenyomat-olvasó elérhetősége nem erősíthető meg." + }, + "Fingerprint error": { + "Fingerprint error": "Ujjlenyomathiba" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "Ujjlenyomathiba: %1" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "Az ujjlenyomat nem felismerhető (%1/%2). Próbáld újra, vagy használj jelszót." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Ujjlenyomat-olvasó észlelve, de még nincs regisztrált ujjlenyomat. Most engedélyezheted, és később regisztrálhatsz." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "Ujjlenyomat-olvasó észlelve, de még nincs regisztrált ujjlenyomat. Most engedélyezheted, és később futtathatod a szinkronizálást." + }, + "Finish": { + "Finish": "Befejezés" + }, + "First Day of Week": { + "First Day of Week": "A hét első napja" + }, + "First Time Setup": { + "First Time Setup": "Első indítási beállítás" + }, + "Fit": { + "Fit": "Illesztés" + }, + "Fix Now": { + "Fix Now": "Javítás most" + }, + "Fixing...": { + "Fixing...": "Javítás…" + }, + "Flags": { + "Flags": "Jelzők" + }, + "Flipped": { + "Flipped": "Tükrözött" + }, + "Flipped 180°": { + "Flipped 180°": "180 fokkal tükrözött" + }, + "Flipped 270°": { + "Flipped 270°": "270 fokkal tükrözött" + }, + "Flipped 90°": { + "Flipped 90°": "90 fokkal tükrözött" + }, + "Float": { + "Float": "Lebegő" + }, + "Focus": { + "Focus": "Fókusz" + }, + "Focus at Startup": { + "Focus at Startup": "Fókusz indításkor" + }, + "Focused Border": { + "Focused Border": "Fókuszált szegély" + }, + "Focused Color": { + "Focused Color": "Fókuszált szín" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Csak a fókuszált monitor" + }, + "Focused Window": { + "Focused Window": "Fókuszált ablak" + }, + "Focused monitor only": { + "Focused monitor only": "Csak a fókuszált monitor" + }, + "Fog": { + "Fog": "Köd" + }, + "Folder": { + "Folder": "Mappa" + }, + "Folders": { + "Folders": "Mappa" + }, + "Follow DMS background color": { + "Follow DMS background color": "A DMS háttérszínének követése" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Monitor fókuszának követése" + }, + "Follow focus": { + "Follow focus": "Fókusz követése" + }, + "Font": { + "Font": "Betűtípus" + }, + "Font Family": { + "Font Family": "Betűtípus-család" + }, + "Font Scale": { + "Font Scale": "Betűméret-skála" + }, + "Font Size": { + "Font Size": "Betűméret" + }, + "Font Weight": { + "Font Weight": "Betűvastagság" + }, + "Font used on the login screen": { + "Font used on the login screen": "A bejelentkezési képernyőn használt betűtípus" + }, + "Force HDR": { + "Force HDR": "HDR kényszerítése" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Kényszerített megszakítás (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Széles színskála kényszerítése" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Terminálalkalmazások kényszerítése sötét színsémák használatára" + }, + "Forecast": { + "Forecast": "Előrejelzés" + }, + "Forecast Days": { + "Forecast Days": "Előrejelzési napok" + }, + "Forecast Not Available": { + "Forecast Not Available": "Előrejelzés nem elérhető" + }, + "Forever": { + "Forever": "Örökké" + }, + "Forget": { + "Forget": "Elfelejtés" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Elfelejted ezt: „%1”?" + }, + "Forget Device": { + "Forget Device": "Eszköz elfelejtése" + }, + "Forget Network": { + "Forget Network": "Hálózat elfelejtése" + }, + "Forgot network %1": { + "Forgot network %1": "Elfelejtett hálózat: %1" + }, + "Format Legend": { + "Format Legend": "Formátum-magyarázat" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "%1 frissíthető csomag található:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "%1 frissíthető csomag található:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "VRAM/memória felszabadítása az indító bezárásakor. Újranyitáskor némi késést okozhat." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Ónos szitálás" + }, + "Frequency": { + "Frequency": "Frekvencia" + }, + "Fruit Salad": { + "Fruit Salad": "Gyümölcssaláta" + }, + "Full Command:": { + "Full Command:": "Teljes parancs:" + }, + "Full Content": { + "Full Content": "Teljes tartalom" + }, + "Full Day & Month": { + "Full Day & Month": "Teljes nap és hónap" + }, + "Full with Year": { + "Full with Year": "Teljes évvel" + }, + "Fullscreen": { + "Fullscreen": "Teljes képernyő" + }, + "Fullscreen Only": { + "Fullscreen Only": "Csak teljes képernyőn" + }, + "Fully Charged": { + "Fully Charged": "Teljesen feltöltve" + }, + "Fun": { + "Fun": "Szórakozás" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: rács • Z/X: méret" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "GPU figyelés" + }, + "GPU Temperature": { + "GPU Temperature": "GPU-hőmérséklet" + }, + "GPU temperature display": { + "GPU temperature display": "GPU hőmérséklet kijelzése" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE-k és egyebek" + }, + "Games": { + "Games": "Játékok" + }, + "Gamma Control": { + "Gamma Control": "Gammavezérlés" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "A gammavezérlés nem érhető el. DMS API v6+ szükséges." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Alapszintű GTK3/4 vagy QT5/QT6 (qt6ct-kde szükséges) konfigurációk generálása a DMS színeinek követéséhez. Csak egyszer kell.

Javasolt az adw-gtk3 konfigurálása a GTK témák alkalmazása előtt." + }, + "Generic": { + "Generic": "Általános" + }, + "Get Started": { + "Get Started": "Kezdés" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Az összes animáció időtartamának globális méretezése" + }, + "Golden Hour": { + "Golden Hour": "Aranyóra" + }, + "Good": { + "Good": "Jó" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Gótikus sarokkerekítés" + }, + "Goth Corners": { + "Goth Corners": "Gótikus sarkok" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Fokozatosan halványítsa el a képernyőt a zárolás előtt egy konfigurálható türelmi idővel" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "A képernyő fokozatos elhalványítása a monitorok kikapcsolása előtt egy beállítható türelmi idővel" + }, + "Graph Time Range": { + "Graph Time Range": "Grafikon időtartománya" + }, + "Graphics": { + "Graphics": "Grafika" + }, + "Greeter": { + "Greeter": "Üdvözlőképernyő" + }, + "Greeter Appearance": { + "Greeter Appearance": "Üdvözlőképernyő megjelenése" + }, + "Greeter Behavior": { + "Greeter Behavior": "Üdvözlőképernyő viselkedése" + }, + "Greeter Status": { + "Greeter Status": "Üdvözlőképernyő állapota" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Üdvözlőképernyő aktiválva. A greetd mostantól engedélyezve van." + }, + "Greeter font": { + "Greeter font": "Üdvözlőképernyő betűtípusa" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "Csak az üdvözlőképernyőre – nincs hatással a fő órára" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "Csak az üdvözlőképernyőre – a bejelentkezési képernyőn megjelenő dátum formátuma" + }, + "Grid": { + "Grid": "Rács" + }, + "Grid Columns": { + "Grid Columns": "Rácsos oszlopok" + }, + "Grid: OFF": { + "Grid: OFF": "Rács: KI" + }, + "Grid: ON": { + "Grid: ON": "Rács: BE" + }, + "Group": { + "Group": "Csoport" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Munkaterület-alkalmazások csoportosítása" + }, + "Group by App": { + "Group by App": "Csoportosítás alkalmazás szerint" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Ugyanazon alkalmazás több ablakának csoportosítása egy ablakszám-jelzővel" + }, + "Group removed": { + "Group removed": "Csoport eltávolítva" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Ismétlődő alkalmazásikonok csoportosítása a nem fókuszált munkaterületeken" + }, + "Groups": { + "Groups": "Csoportok" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR-tónusleképezés" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "A HDR mód kísérleti jellegű. Engedélyezés előtt ellenőrizd, hogy a monitor támogatja-e a HDR-t." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML a vágólapra másolva" + }, + "Health": { + "Health": "Állapot" + }, + "Heavy Rain": { + "Heavy Rain": "Heves esőzés" + }, + "Heavy Snow": { + "Heavy Snow": "Erős havazás" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Erős hózáporok" + }, + "Height": { + "Height": "Magasság" + }, + "Held": { + "Held": "Felfüggesztve" + }, + "Help": { + "Help": "Súgó" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Hibernálás" + }, + "Hidden": { + "Hidden": "Rejtett" + }, + "Hidden (%1)": { + "Hidden (%1)": "Rejtett (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Rejtett alkalmazások" + }, + "Hidden Network": { + "Hidden Network": "Rejtett hálózat" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "A rejtett alkalmazások nem jelennek meg az indítóban. Kattints jobb gombbal egy alkalmazásra, és válaszd az „Alkalmazás elrejtése” lehetőséget az elrejtéshez." + }, + "Hide": { + "Hide": "Elrejtés" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Külső bővítmények elrejtése" + }, + "Hide App": { + "Hide App": "Alkalmazás elrejtése" + }, + "Hide Delay": { + "Hide Delay": "Elrejtési késleltetés" + }, + "Hide Indicators": { + "Hide Indicators": "Jelzők elrejtése" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Frissítő widget elrejtése" + }, + "Hide When Typing": { + "Hide When Typing": "Elrejtés gépeléskor" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Elrejtés, amikor ablakok vannak megnyitva" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Kurzor elrejtése inaktivitás után (0 = letiltva)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Kurzor elrejtése billentyűleütéskor" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Kurzor elrejtése érintéses bevitel használatakor" + }, + "Hide device": { + "Hide device": "Eszköz elrejtése" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Értesítés tartalmának elrejtése a kibontásig" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Értesítés tartalmának elrejtése a kibontásig; a felugró ablakok alapértelmezés szerint összecsukva jelennek meg" + }, + "Hide on Touch": { + "Hide on Touch": "Elrejtés érintéskor" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Nagy hűségű paletta, amely megőrzi a forrás árnyalatait." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "Aktív munkaterület-alkalmazás kiemelése" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "A fókuszált alkalmazás kiemelése a munkaterület-jelzőkben" + }, + "History": { + "History": "Előzmények" + }, + "History Retention": { + "History Retention": "Előzmények megőrzése" + }, + "History Settings": { + "History Settings": "Előzménybeállítások" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Előzmények törölve. %1 rögzített bejegyzés megtartva." + }, + "Hold Duration": { + "Hold Duration": "Nyomva tartás időtartama" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Tartsd lenyomva a megerősítéshez" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Lenyomva tartás a főkapcsoló műveletek megerősítéséhez" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Tartsd lenyomva a megerősítéshez (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Tartsd lenyomva a megerősítéshez (%1 mp)" + }, + "Home": { + "Home": "Saját mappa" + }, + "Host": { + "Host": "Gép" + }, + "Hostname": { + "Hostname": "Gépnév" + }, + "Hot Corners": { + "Hot Corners": "Aktív sarkok" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Gyorsbillentyű-átfedés címe (opcionális)" + }, + "Hour": { + "Hour": "Óra" + }, + "Hourly": { + "Hourly": "Óránkénti" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Óránkénti előrejelzések száma" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Milyen gyakran változzon a háttérkép" + }, + "How the background image is scaled": { + "How the background image is scaled": "A háttérkép méretezésének módja" + }, + "Humidity": { + "Humidity": "Páratartalom" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Hyprland Discord szervere" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Hyprland elrendezés felülbírálások" + }, + "Hyprland Options": { + "Hyprland Options": "Hyprland beállítások" + }, + "Hyprland Website": { + "Hyprland Website": "Hyprland weboldal" + }, + "I Understand": { + "I Understand": "Megértettem" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP-cím:" + }, + "IP address or hostname": { + "IP address or hostname": "IP-cím vagy gépnév" + }, + "ISO Date": { + "ISO Date": "ISO dátum" + }, + "Icon": { + "Icon": "Ikon" + }, + "Icon Scale": { + "Icon Scale": "Ikonméret" + }, + "Icon Size": { + "Icon Size": "Ikonméret" + }, + "Icon Size %": { + "Icon Size %": "Ikonméret %" + }, + "Icon Theme": { + "Icon Theme": "Ikontéma" + }, + "Idle": { + "Idle": "Tétlen" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inaktivitás megakadályozása" + }, + "Idle Settings": { + "Idle Settings": "Inaktivitási beállítások" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Az inaktivitás figyelése nem támogatott – újabb Quickshell verzió szükséges" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Ha a mező rejtett, megjelenik, amint lenyomsz egy billentyűt." + }, + "Ignore Completely": { + "Ignore Completely": "Teljes mellőzés" + }, + "Image": { + "Image": "Kép" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Kép másolva a vágólapra" + }, + "Import": { + "Import": "Importálás" + }, + "Import VPN": { + "Import VPN": "VPN-kapcsolat importálása" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Inaktív monitor színe" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Átmenetekkel együtt" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Asztali műveletek (parancsikonok) belefoglalása a keresési eredményekbe." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Inkompatibilis bővítmények betöltve" + }, + "Incorrect password": { + "Incorrect password": "Helytelen jelszó" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "Helytelen jelszó – %1 / %2 próbálkozás (kizárás követheti)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "Helytelen jelszó – a következő sikertelen próbálkozások a fiók zárolását vonhatják maguk után" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "Helytelen jelszó - próbáld újra" + }, + "Indicator Style": { + "Indicator Style": "Jelző stílusa" + }, + "Individual Batteries": { + "Individual Batteries": "Egyéni akkumulátorok" + }, + "Individual bar configuration": { + "Individual bar configuration": "Egyéni sáv konfiguráció" + }, + "Info": { + "Info": "Információ" + }, + "Inherit": { + "Inherit": "Öröklés" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Globális öröklése (Alapértelmezett)" + }, + "Inhibitable": { + "Inhibitable": "Gátolható" + }, + "Input Devices": { + "Input Devices": "Bemeneti eszközök" + }, + "Input Volume Slider": { + "Input Volume Slider": "Bemeneti hangerő csúszka" + }, + "Insert your security key...": { + "Insert your security key...": "Helyezd be a biztonsági kulcsodat..." + }, + "Install": { + "Install": "Telepítés" + }, + "Install Greeter": { + "Install Greeter": "Üdvözlőképernyő telepítése" + }, + "Install Plugin": { + "Install Plugin": "Bővítmény telepítése" + }, + "Install Theme": { + "Install Theme": "Téma telepítése" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Színtémák telepítése a DMS-témaregiszterből" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Telepítés befejezve. Az üdvözlőképernyő telepítve lett." + }, + "Install failed: %1": { + "Install failed: %1": "Telepítés sikertelen: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Telepítsd a matugen csomagot a dinamikus témázáshoz" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Telepíted a(z) „%1” bővítményt a DMS-regiszterből?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Bővítmények telepítése a DMS-bővítményregiszterből" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "Telepíted a DMS-üdvözlőképernyőt? (greeter) Egy terminál fog megnyílni a sudo hitelesítéshez." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Telepíted a(z) „%1” témát a DMS-regiszterből?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "Telepítés és PAM beállítása: lásd a " + }, + "Installed": { + "Installed": "Telepítve" + }, + "Installed: %1": { + "Installed: %1": "Telepített: %1" + }, + "Installing: %1": { + "Installing: %1": "Telepítés: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Intelligens automatikus elrejtés" + }, + "Intensity": { + "Intensity": "Intenzitás" + }, + "Interface:": { + "Interface:": "Interfész:" + }, + "Interlock Open": { + "Interlock Open": "Retesz nyitva" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervallum" + }, + "Invalid configuration": { + "Invalid configuration": "Érvénytelen konfiguráció" + }, + "Invert on mode change": { + "Invert on mode change": "Invertálás módváltáskor" + }, + "Iris Bloom": { + "Iris Bloom": "Íriszvirágzás" + }, + "Isolate Displays": { + "Isolate Displays": "Kijelzők elszigetelése" + }, + "Jobs": { + "Jobs": "Munkák" + }, + "Jobs: ": { + "Jobs: ": "Munkák: " + }, + "Keep Awake": { + "Keep Awake": "Ébren tartás" + }, + "Keep Changes": { + "Keep Changes": "Változtatások megtartása" + }, + "Keeping Awake": { + "Keeping Awake": "Ébren tartva" + }, + "Kernel": { + "Kernel": "Rendszermag" + }, + "Key": { + "Key": "Billentyű" + }, + "Keybind Sources": { + "Keybind Sources": "Gyorsbillentyű-források" + }, + "Keybinds": { + "Keybinds": "Billentyűkombinációk" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Gyorsbillentyű-keresési beállítások" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Gyorsbillentyűk megjelenítése a normál keresési eredmények mellett" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Billentyűzetkiosztás neve" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Gyorsbillentyűk" + }, + "Keys": { + "Keys": "Billentyűk" + }, + "Kill": { + "Kill": "Megszakítás" + }, + "Kill Process": { + "Kill Process": "Folyamat megszakítása" + }, + "Kill Session": { + "Kill Session": "Munkamenet megszakítása" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED-eszköz" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "LabWC IRC csatorna" + }, + "LabWC Website": { + "LabWC Website": "LabWC weboldala" + }, + "Large": { + "Large": "Nagy" + }, + "Largest": { + "Largest": "Legnagyobb" + }, + "Last hour": { + "Last hour": "Utolsó óra" + }, + "Last launched %1": { + "Last launched %1": "Utoljára elindítva: %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Utoljára %1 napja indítva" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Utoljára %1 napja indítva" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Utoljára %1 órája indítva" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Utoljára %1 órája indítva" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Utoljára %1 perce indítva" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Utoljára %1 perce indítva" + }, + "Last launched just now": { + "Last launched just now": "Épp most indítva" + }, + "Latitude": { + "Latitude": "Szélesség" + }, + "Launch": { + "Launch": "Indítás" + }, + "Launch Prefix": { + "Launch Prefix": "Indítási előtag" + }, + "Launch on dGPU": { + "Launch on dGPU": "Indítás dGPU-n" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "Indítás alapértelmezés szerint a dGPU-n" + }, + "Launcher": { + "Launcher": "Indító" + }, + "Launcher Button": { + "Launcher Button": "Indítógomb" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Indító gomb logója" + }, + "Layout": { + "Layout": "Elrendezés" + }, + "Layout Overrides": { + "Layout Overrides": "Elrendezés felülbírálása" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Az üdvözlőképernyő elrendezése és a modulok pozíciói a héjból (pl. sávkonfiguráció) vannak szinkronizálva. Futtasd a szinkronizálást az alkalmazáshoz." + }, + "Left": { + "Left": "Bal" + }, + "Left Center": { + "Left Center": "Bal középen" + }, + "Left Section": { + "Left Section": "Bal oldali szakasz" + }, + "Light Direction": { + "Light Direction": "Fény iránya" + }, + "Light Mode": { + "Light Mode": "Világos mód" + }, + "Light Rain": { + "Light Rain": "Enyhe eső" + }, + "Light Snow": { + "Light Snow": "Enyhe havazás" + }, + "Light Snow Showers": { + "Light Snow Showers": "Enyhe hózáporok" + }, + "Light mode base": { + "Light mode base": "Világos mód (alap)" + }, + "Light mode harmony": { + "Light mode harmony": "Világos mód (harmónia)" + }, + "Line": { + "Line": "Vonal" + }, + "Line: %1": { + "Line: %1": "Sor: %1" + }, + "Linear": { + "Linear": "Lineáris" + }, + "Lines: %1": { + "Lines: %1": "%1 sor" + }, + "List": { + "List": "Lista" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Élénk paletta telített kiemelésekkel." + }, + "Load Average": { + "Load Average": "Átlagos terhelés" + }, + "Loading codecs...": { + "Loading codecs...": "Kodekek betöltése…" + }, + "Loading keybinds...": { + "Loading keybinds...": "Gyorsbillentyűk betöltése…" + }, + "Loading trending...": { + "Loading trending...": "Trendek betöltése…" + }, + "Loading...": { + "Loading...": "Betöltés…" + }, + "Local": { + "Local": "Helyi" + }, + "Locale": { + "Locale": "Területi beállítás" + }, + "Locale Settings": { + "Locale Settings": "Területi beállítások" + }, + "Location": { + "Location": "Hely" + }, + "Location Search": { + "Location Search": "Hely keresése" + }, + "Lock": { + "Lock": "Zárolás" + }, + "Lock Screen": { + "Lock Screen": "Zárolási képernyő" + }, + "Lock Screen Display": { + "Lock Screen Display": "Zárolási képernyő megjelenítése" + }, + "Lock Screen Format": { + "Lock Screen Format": "Zárolási képernyő formátuma" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Zárolási képernyő viselkedés" + }, + "Lock Screen layout": { + "Lock Screen layout": "Zárolási képernyő elrendezés" + }, + "Lock at startup": { + "Lock at startup": "Zárolás indításkor" + }, + "Lock before suspend": { + "Lock before suspend": "Zárolás felfüggesztés előtt" + }, + "Lock fade grace period": { + "Lock fade grace period": "Zárolási elhalványítás türelmi ideje" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "A képernyőzár hitelesítési módosításai automatikusan alkalmazásra kerülnek, és terminált nyithatnak meg, ha sudo hitelesítés szükséges." + }, + "Locked": { + "Locked": "Zárolva" + }, + "Log Out": { + "Log Out": "Kijelentkezés" + }, + "Logging in...": { + "Logging in...": "Bejelentkezés…" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "Bejelentkezési hitelesítés" + }, + "Long": { + "Long": "Hosszú" + }, + "Long Text": { + "Long Text": "Hosszú szöveg" + }, + "Long press": { + "Long press": "Hosszú gombnyomás" + }, + "Longitude": { + "Longitude": "Hosszúság" + }, + "Low Priority": { + "Low Priority": "Alacsony prioritás" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Győződj meg róla, hogy a KDE Connect vagy a Valent fut a többi eszközön" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Bővítmények kezelése és konfigurálása a DMS funkcionalitásának kiterjesztésére" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Legfeljebb 4 független sávkonfiguráció kezelése. Minden sávnak megvan a saját pozíciója, widgetjei, stílusa és kijelző-hozzárendelése." + }, + "Management": { + "Management": "Kezelés" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "MangoWC elrendezés felülbírálások" + }, + "Manual": { + "Manual": "Kézi" + }, + "Manual Coordinates": { + "Manual Coordinates": "Manuális koordináták" + }, + "Manual Direction": { + "Manual Direction": "Kézi irány" + }, + "Manual Gap Size": { + "Manual Gap Size": "Manuális rés mérete" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Manuális megjelenítés/elrejtés" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Rendelj hozzá ablakosztályneveket ikonnevekhez a megfelelő megjelenítés érdekében" + }, + "Margin": { + "Margin": "Margó" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "A festék kifogyott" + }, + "Marker Supply Low": { + "Marker Supply Low": "A festék szintje alacsony" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "A hulladéktartály majdnem tele" + }, + "Marker Waste Full": { + "Marker Waste Full": "A hulladéktartály megtelt" + }, + "Match Criteria": { + "Match Criteria": "Illesztési feltételek" + }, + "Matches profile: %1": { + "Matches profile: %1": "Illeszkedik a profilra: %1" + }, + "Material Colors": { + "Material Colors": "Material színek" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Material Design ihlette színtémák" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Háttérképből generált Material színek" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "Material stílusú árnyékok és emelések a modális ablakokon, felugrókon és párbeszédpaneleken" + }, + "Matugen Contrast": { + "Matugen Contrast": "Matugen kontraszt" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen hiányzik" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen paletta" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugen célmonitor" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen-sablonok" + }, + "Max Edges": { + "Max Edges": "Maximális élek" + }, + "Max H": { + "Max H": "Max. mag." + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Max. rögzített alk." + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Max. rögzített alk. (0 = korlátlan)" + }, + "Max Running Apps": { + "Max Running Apps": "Max. futó alk." + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Max. futó alk. (0 = korlátlan)" + }, + "Max Volume": { + "Max Volume": "Maximális hangerő" + }, + "Max W": { + "Max W": "Max. szél." + }, + "Max apps to show": { + "Max apps to show": "Megjelenítendő alkalmazások maximális száma" + }, + "Max to Edges": { + "Max to Edges": "Maximalizálás az élekig" + }, + "Maximize": { + "Maximize": "Maximalizálás" + }, + "Maximize Detection": { + "Maximize Detection": "Maximalizálás érzékelése" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Widget ikonok maximalizálása" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Widget szöveg maximalizálása" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Maximális bejegyzés méret" + }, + "Maximum History": { + "Maximum History": "Maximális előzmény" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Rögzített bejegyzések maximális száma" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "Elérted a maximális ujjlenyomat-kísérletet. Használj jelszót." + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Megtartandó vágólap-bejegyzések maximális száma" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "A menthető bejegyzések maximális száma" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Megőrizni kívánt értesítések maximális száma" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Elérted a rögzített bejegyzések maximális számát" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Maximális méret vágólap-bejegyzésenként" + }, + "Media": { + "Media": "Média" + }, + "Media Controls": { + "Media Controls": "Médiavezérlők" + }, + "Media Empty": { + "Media Empty": "Adathordozó üres" + }, + "Media Jam": { + "Media Jam": "Adathordozó elakadás" + }, + "Media Low": { + "Media Low": "Adathordozó alacsony" + }, + "Media Needed": { + "Media Needed": "Adathordozó szükséges" + }, + "Media Playback": { + "Media Playback": "Médialejátszás" + }, + "Media Player": { + "Media Player": "Médialejátszó" + }, + "Media Player Settings": { + "Media Player Settings": "Médialejátszó-beállítások" + }, + "Media Players": { + "Media Players": "Zenelejátszók" + }, + "Media Players (": { + "Media Players (": "Médialejátszók (" + }, + "Media Volume": { + "Media Volume": "Média hangereje" + }, + "Medium": { + "Medium": "Közepes" + }, + "Memory": { + "Memory": "Memória" + }, + "Memory Graph": { + "Memory Graph": "Memória grafikon" + }, + "Memory Usage": { + "Memory Usage": "Memóriahasználat" + }, + "Memory usage indicator": { + "Memory usage indicator": "Memóriahasználat-jelző" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Üzenet" + }, + "Message Content": { + "Message Content": "Üzenet tartalma" + }, + "Microphone": { + "Microphone": "Mikrofon" + }, + "Microphone Mute": { + "Microphone Mute": "Mikrofon némítás" + }, + "Microphone Volume": { + "Microphone Volume": "Mikrofon hangereje" + }, + "Microphone settings": { + "Microphone settings": "Mikrofonbeállítások" + }, + "Microphone volume control": { + "Microphone volume control": "Mikrofon hangerőszabályozó" + }, + "Middle Section": { + "Middle Section": "Középső szekció" + }, + "Min H": { + "Min H": "Min. mag." + }, + "Min W": { + "Min W": "Min. szél." + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Minimális paletta, amely egyetlen árnyalat köré épül." + }, + "Minute": { + "Minute": "Perc" + }, + "Mirror Display": { + "Mirror Display": "Kijelző tükrözése" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Hiányzó környezeti változók" + }, + "Modal Background": { + "Modal Background": "Kizárólagos párbeszédablakok háttere" + }, + "Modal Shadows": { + "Modal Shadows": "Modális ablak árnyékok" + }, + "Modals": { + "Modals": "Kizárólagos ablakok" + }, + "Mode": { + "Mode": "Mód" + }, + "Mode:": { + "Mode:": "Mód:" + }, + "Model": { + "Model": "Modell" + }, + "Modified": { + "Modified": "Módosítva" + }, + "Modular widget bar": { + "Modular widget bar": "Moduláris widget-sáv" + }, + "Monitor": { + "Monitor": "Monitor" + }, + "Monitor Configuration": { + "Monitor Configuration": "Monitorkonfiguráció" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Monitor elhalványítási türelmi ideje" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Az a monitor, amelynek háttérképe meghatározza a dinamikus témaszíneket" + }, + "Monochrome": { + "Monochrome": "Monokróm" + }, + "Monocle": { + "Monocle": "Egyablakos" + }, + "Monospace Font": { + "Monospace Font": "Rögzített szélességű betűtípus" + }, + "Month Date": { + "Month Date": "Hónap, dátum" + }, + "Morning": { + "Morning": "Reggel" + }, + "Mount Points": { + "Mount Points": "Csatolási pontok" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Egérmutató megjelenése" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Egérmutató mérete képpontban" + }, + "Move": { + "Move": "Mozgatás" + }, + "Move Widget": { + "Move Widget": "Widget mozgatása" + }, + "Moving to Paused": { + "Moving to Paused": "Szüneteltetésre váltás" + }, + "Multi-Monitor": { + "Multi-Monitor": "Több monitor" + }, + "Multiplexer": { + "Multiplexer": "Multiplexer" + }, + "Multiplexer Type": { + "Multiplexer Type": "Multiplexer típusa" + }, + "Multiplexers": { + "Multiplexers": "Multiplexerek" + }, + "Music": { + "Music": "Zene" + }, + "Mute Popups": { + "Mute Popups": "Felugrók némítása" + }, + "Mute popups for %1": { + "Mute popups for %1": "Felugró ablakok némítása ehhez: %1" + }, + "Muted": { + "Muted": "Némítva" + }, + "Muted Apps": { + "Muted Apps": "Némított alkalmazások" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Visszafogott paletta, tompa, nyugtató tónusokkal." + }, + "NM not supported": { + "NM not supported": "Az NM nem támogatott" + }, + "Name": { + "Name": "Név" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Nevesített munkaterület ikonok" + }, + "Navigate": { + "Navigate": "Navigáció" + }, + "Navigation": { + "Navigation": "Navigáció" + }, + "Network": { + "Network": "Hálózat" + }, + "Network Graph": { + "Network Graph": "Hálózati grafikon" + }, + "Network Info": { + "Network Info": "Hálózati információ" + }, + "Network Information": { + "Network Information": "Hálózati információ" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Hálózatnév (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Hálózati sebességfigyelő" + }, + "Network Status": { + "Network Status": "Hálózati állapot" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Hálózati le- és feltöltési sebesség kijelzése" + }, + "Neutral": { + "Neutral": "Semleges" + }, + "Never": { + "Never": "Soha" + }, + "Never used": { + "Never used": "Soha nem használt" + }, + "New": { + "New": "Új" + }, + "New Key": { + "New Key": "Új billentyű" + }, + "New Keybind": { + "New Keybind": "Új gyorsbillentyű" + }, + "New Notification": { + "New Notification": "Új értesítés" + }, + "New Session": { + "New Session": "Új munkamenet" + }, + "New Window Rule": { + "New Window Rule": "Új ablakszabály" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "Új csoportnév…" + }, + "Next": { + "Next": "Következő" + }, + "Next Transition": { + "Next Transition": "Következő átmenet" + }, + "Night": { + "Night": "Éjszaka" + }, + "Night Mode": { + "Night Mode": "Éjszakai mód" + }, + "Night Temperature": { + "Night Temperature": "Éjszakai hőmérséklet" + }, + "Night mode & gamma": { + "Night mode & gamma": "Éjszakai mód és gamma" + }, + "Niri Integration": { + "Niri Integration": "Niri integráció" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri elrendezés felülbírálásai" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri-kompozitorműveletek (fókusz, mozgatás, stb.)" + }, + "No": { + "No": "Nem" + }, + "No Active Players": { + "No Active Players": "Nincsenek aktív lejátszók" + }, + "No Anim": { + "No Anim": "Nincs animáció" + }, + "No Background": { + "No Background": "Nincs háttérkép" + }, + "No Battery": { + "No Battery": "Nincs akkumulátor" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Nem található Bluetooth adapter" + }, + "No Blur": { + "No Blur": "Nincs elmosódás" + }, + "No Border": { + "No Border": "Nincs szegély" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Nincsenek DMS gyorsbillentyűk beállítva" + }, + "No Dim": { + "No Dim": "Nincs sötétítés" + }, + "No Focus": { + "No Focus": "Nincs fókusz" + }, + "No GPU detected": { + "No GPU detected": "Nem észlelhető GPU" + }, + "No GPUs detected": { + "No GPUs detected": "Nem található GPU" + }, + "No History": { + "No History": "Nincs előzmény" + }, + "No Media": { + "No Media": "Nincs média" + }, + "No Round": { + "No Round": "Nincs kerekítés" + }, + "No Rounding": { + "No Rounding": "Nincs kerekítés" + }, + "No Shadow": { + "No Shadow": "Nincs árnyék" + }, + "No VPN profiles": { + "No VPN profiles": "Nincs VPN-profil" + }, + "No Weather": { + "No Weather": "Nincs időjárás" + }, + "No Weather Data": { + "No Weather Data": "Nincsenek időjárási adatok" + }, + "No Weather Data Available": { + "No Weather Data Available": "Nincs elérhető időjárási adat" + }, + "No action": { + "No action": "Nincs művelet" + }, + "No active %1 sessions": { + "No active %1 sessions": "Nincs aktív %1 munkamenet" + }, + "No adapter": { + "No adapter": "Nincs adapter" + }, + "No adapters": { + "No adapters": "Nincs adapter" + }, + "No app customizations.": { + "No app customizations.": "Nincsenek alkalmazás testreszabások." + }, + "No apps found": { + "No apps found": "Nem találhatók alkalmazások" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Még nem indult el alkalmazás." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Nincsenek némított alkalmazások. Kattints jobb gombbal egy értesítésre, és válaszd a „Felugró ablakok némítása” lehetőséget a hozzáadáshoz." + }, + "No battery": { + "No battery": "Nincs akkumulátor" + }, + "No brightness devices available": { + "No brightness devices available": "Nincs elérhető fényerő eszköz" + }, + "No changes": { + "No changes": "Nincs változás" + }, + "No checks passed": { + "No checks passed": "Nincs sikeres ellenőrzés" + }, + "No custom theme file": { + "No custom theme file": "Nincs egyéni témafájl" + }, + "No devices": { + "No devices": "Nincsenek eszközök" + }, + "No devices connected": { + "No devices connected": "Nincsenek csatlakoztatott eszközök" + }, + "No devices found": { + "No devices found": "Nem található eszköz" + }, + "No disk data": { + "No disk data": "Nincs lemezadat" + }, + "No disk data available": { + "No disk data available": "Nincs lemezadat elérhető" + }, + "No drivers found": { + "No drivers found": "Nem található illesztőprogram" + }, + "No errors": { + "No errors": "Nincsenek hibák" + }, + "No features enabled": { + "No features enabled": "Nincs funkció engedélyezve" + }, + "No files found": { + "No files found": "Nem található fájl" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "Nem található ujjlenyomat-olvasó." + }, + "No folders found": { + "No folders found": "Nem található mappa" + }, + "No hidden apps.": { + "No hidden apps.": "Nincsenek rejtett alkalmazások." + }, + "No info items": { + "No info items": "Nincsenek információs elemek" + }, + "No information available": { + "No information available": "Nincs elérhető információ" + }, + "No input device": { + "No input device": "Nincs bemeneti eszköz" + }, + "No input devices found": { + "No input devices found": "Nem található bemeneti eszköz" + }, + "No items added yet": { + "No items added yet": "Még nincsenek hozzáadott elemek" + }, + "No keybinds found": { + "No keybinds found": "Nem található billentyű" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Nincsenek indítóbővítmények telepítve." + }, + "No match criteria": { + "No match criteria": "Nincs egyezési feltétel" + }, + "No matches": { + "No matches": "Nincs találat" + }, + "No matching processes": { + "No matching processes": "Nincs találat a folyamatok között" + }, + "No monitors": { + "No monitors": "Nincsenek monitorok" + }, + "No mount points found": { + "No mount points found": "Nem találhatók csatolási pontok" + }, + "No output device": { + "No output device": "Nincs kimeneti eszköz" + }, + "No output devices found": { + "No output devices found": "Nem található kimeneti eszköz" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "Nem található csomagkezelő. Arch-alapú rendszereken telepítsd a 'paru' vagy 'yay' csomagot a frissítések ellenőrzéséhez." + }, + "No plugin results": { + "No plugin results": "Nincsenek bővítménytalálatok" + }, + "No plugins found": { + "No plugins found": "Nem található bővítmény" + }, + "No plugins found.": { + "No plugins found.": "Nem található bővítmény." + }, + "No printer found": { + "No printer found": "Nem található nyomtató" + }, + "No printers configured": { + "No printers configured": "Nincs konfigurálva nyomtató" + }, + "No printers found": { + "No printers found": "Nem található nyomtató" + }, + "No profiles": { + "No profiles": "Nincsenek profilok" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Nem találhatók legutóbbi vágólapbejegyzések" + }, + "No results found": { + "No results found": "Nincsenek találatok" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Nincsenek mentett vágólapbejegyzések" + }, + "No sessions found": { + "No sessions found": "Nem található munkamenet" + }, + "No status output.": { + "No status output.": "Nincs állapotkimenet." + }, + "No themes found": { + "No themes found": "Nem található téma" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Nincsenek telepített témák. Böngéssz a regiszterben a telepíthető témákért." + }, + "No trigger": { + "No trigger": "Nincs indító" + }, + "No video found in folder": { + "No video found in folder": "Nem található videó a mappában" + }, + "No wallpaper selected": { + "No wallpaper selected": "Nincs háttérkép kiválasztva" + }, + "No wallpapers": { + "No wallpapers": "Nincsenek háttérképek" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Nem található háttérkép\n\nKattints a mappaikonra a tallózáshoz" + }, + "No warnings": { + "No warnings": "Nincsenek figyelmeztetések" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Nincsenek hozzáadva widgetek. Kattints a „Widget hozzáadása\" gombra a kezdéshez." + }, + "No widgets available": { + "No widgets available": "Nincsenek elérhető widgetek" + }, + "No widgets match your search": { + "No widgets match your search": "Nincs a keresésnek megfelelő widget" + }, + "No window rules configured": { + "No window rules configured": "Nincsenek ablakszabályok beállítva" + }, + "None": { + "None": "Nincs" + }, + "Normal": { + "Normal": "Normál" + }, + "Normal Font": { + "Normal Font": "Normál betűtípus" + }, + "Normal Priority": { + "Normal Priority": "Normál prioritás" + }, + "Not available": { + "Not available": "Nem elérhető" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat, vagy konfiguráld a greetd PAM-ot." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et, vagy konfiguráld a greetd PAM-ot." + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et." + }, + "Not connected": { + "Not connected": "Nincs csatlakozva" + }, + "Not detected": { + "Not detected": "Nem észlelhető" + }, + "Not paired": { + "Not paired": "Nincs párosítva" + }, + "Not set": { + "Not set": "Nincs beállítva" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Megjegyzés: ez csak a százalékot módosítja, ténylegesen nem korlátozza a töltést." + }, + "Notepad": { + "Notepad": "Jegyzettömb" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Jegyzettömb-betűbeállítások" + }, + "Notepad Slideout": { + "Notepad Slideout": "Jegyzettömb oldalsáv" + }, + "Nothing": { + "Nothing": "Semmi" + }, + "Nothing to see here": { + "Nothing to see here": "Nincs itt semmi" + }, + "Notification Center": { + "Notification Center": "Értesítési központ" + }, + "Notification Display": { + "Notification Display": "Értesítések megjelenítése" + }, + "Notification Overlay": { + "Notification Overlay": "Értesítési átfedés" + }, + "Notification Popups": { + "Notification Popups": "Felugró értesítések" + }, + "Notification Rules": { + "Notification Rules": "Értesítési szabályok" + }, + "Notification Settings": { + "Notification Settings": "Értesítési beállítások" + }, + "Notification Timeouts": { + "Notification Timeouts": "Értesítési időkorlátok" + }, + "Notification toast popups": { + "Notification toast popups": "Értesítési felugró üzenetek" + }, + "Notifications": { + "Notifications": "Értesítések" + }, + "Numbers": { + "Numbers": "Számok" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numerikus (N/H)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numerikus (H/N)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "Operációs rendszer logó" + }, + "OSD Position": { + "OSD Position": "Képernyőkijelző pozíciója" + }, + "Occupied Color": { + "Occupied Color": "Foglalt szín" + }, + "Off": { + "Off": "Kikapcsolva" + }, + "Office": { + "Office": "Iroda" + }, + "Offline": { + "Offline": "Offline" + }, + "Offline Report": { + "Offline Report": "Offline jelentés" + }, + "Older": { + "Older": "Régebbi" + }, + "On": { + "On": "Be" + }, + "On-Demand": { + "On-Demand": "Igény szerint" + }, + "On-Screen Displays": { + "On-Screen Displays": "Képernyőkijelzők" + }, + "On-screen Displays": { + "On-screen Displays": "Képernyőkijelzők" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Csak az idő- vagy helyalapú szabályok szerint állítsa a gammát." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Csak a DMS által kezelt PAM-ra van hatással. Ha a greetd már tartalmazza a pam_fprintd-t, az ujjlenyomat-olvasó engedélyezve marad." + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Csak az aktuális monitor ablakainak megjelenítése minden dokkon" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Csak akkor látható, ha a hibernálás támogatott a rendszeren" + }, + "Opacity": { + "Opacity": "Átlátszóság" + }, + "Opaque": { + "Opaque": "Átlátszatlan" + }, + "Open": { + "Open": "Megnyitás" + }, + "Open App": { + "Open App": "Alkalmazás megnyitása" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Nyisd meg a KDE Connectet a telefonodon" + }, + "Open Notepad File": { + "Open Notepad File": "Jegyzettömb-fájl megnyitása" + }, + "Open a new note": { + "Open a new note": "Új jegyzet megnyitása" + }, + "Open folder": { + "Open folder": "Mappa megnyitása" + }, + "Open in Browser": { + "Open in Browser": "Megnyitás böngészőben" + }, + "Open in terminal": { + "Open in terminal": "Megnyitás terminálban" + }, + "Open search bar to find text": { + "Open search bar to find text": "Keresősáv megnyitása a szöveg kereséséhez" + }, + "Open with...": { + "Open with...": "Megnyitás ezzel…" + }, + "Opening SMS": { + "Opening SMS": "SMS megnyitása" + }, + "Opening SMS app": { + "Opening SMS app": "SMS-alkalmazás megnyitása" + }, + "Opening file browser": { + "Opening file browser": "Fájlkezelő megnyitása" + }, + "Opening files": { + "Opening files": "Fájlok megnyitása" + }, + "Opening terminal: ": { + "Opening terminal: ": "Terminál megnyitása: " + }, + "Optional description": { + "Optional description": "Opcionális leírás" + }, + "Optional location": { + "Optional location": "Opcionális hely" + }, + "Options": { + "Options": "Opciók" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Widgetek rendszerezése összecsukható csoportokba" + }, + "Original: %1": { + "Original: %1": "Eredeti: %1" + }, + "Other": { + "Other": "Egyéb" + }, + "Outline": { + "Outline": "Körvonal" + }, + "Output": { + "Output": "Kimenet" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Kimeneti terület majdnem tele" + }, + "Output Area Full": { + "Output Area Full": "Kimeneti terület tele" + }, + "Output Device": { + "Output Device": "Kimeneti eszköz" + }, + "Output Devices": { + "Output Devices": "Kimeneti eszközök" + }, + "Output Tray Missing": { + "Output Tray Missing": "Kimeneti tálca hiányzik" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "A kimenetek include bejegyzés hiányzik" + }, + "Overcast": { + "Overcast": "Borult" + }, + "Overflow": { + "Overflow": "Túlcsordulás" + }, + "Overridden by config": { + "Overridden by config": "Felülírta a konfiguráció" + }, + "Override": { + "Override": "Felülírás" + }, + "Override Border Size": { + "Override Border Size": "Szegélyméret felülbírálása" + }, + "Override Corner Radius": { + "Override Corner Radius": "Sarokkerekítés felülbírálása" + }, + "Override Gaps": { + "Override Gaps": "Térközök felülbírálása" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Globális elrendezési beállítások felülbírálása ehhez a kimenethez" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Terminál felülbírálása egyéni paranccsal vagy szkripttel" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "A globális árnyék felülbírálása sávonkénti beállításokkal" + }, + "Overrides": { + "Overrides": "Felülírások" + }, + "Overview": { + "Overview": "Áttekintés" + }, + "Overview of your network connections": { + "Overview of your network connections": "Hálózati kapcsolatok áttekintése" + }, + "Overwrite": { + "Overwrite": "Felülírás" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "A PAM már biztosítja az ujjlenyomatos hitelesítést. Engedélyezd ezt a bejelentkezéskori megjelenítéshez." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "A PAM már biztosítja a biztonsági kulcsos hitelesítést. Engedélyezd ezt a bejelentkezéskori megjelenítéshez." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "A PAM biztosítja az ujjlenyomatos hitelesítést, de az elérhetőséget nem sikerült megerősíteni." + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "A PAM biztosítja az ujjlenyomatos hitelesítést, de még nincsenek ujjlenyomatok regisztrálva." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "A PAM biztosítja az ujjlenyomatos hitelesítést, de nem található olvasó." + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Keretezés" + }, + "Pad Hours": { + "Pad Hours": "Kezdő nulla az órákhoz" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "Órák kiegészítése nullával (02:00 vs 2:00)" + }, + "Padding": { + "Padding": "Belső margó" + }, + "Pair": { + "Pair": "Párosítás" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Bluetooth-eszköz párosítása" + }, + "Paired": { + "Paired": "Párosítva" + }, + "Pairing": { + "Pairing": "Párosítás" + }, + "Pairing failed": { + "Pairing failed": "A párosítás sikertelen" + }, + "Pairing request from": { + "Pairing request from": "Párosítási kérelem érkezett innen:" + }, + "Pairing request sent": { + "Pairing request sent": "Párosítási kérelem elküldve" + }, + "Pairing requested": { + "Pairing requested": "Párosítás kérve" + }, + "Pairing...": { + "Pairing...": "Párosítás…" + }, + "Partly Cloudy": { + "Partly Cloudy": "Részben felhős" + }, + "Passkey:": { + "Passkey:": "Párosítási kód:" + }, + "Password": { + "Password": "Jelszó" + }, + "Password...": { + "Password...": "Jelszó…" + }, + "Paste": { + "Paste": "Beillesztés" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Egy videófájl vagy videókat tartalmazó mappa elérési útja" + }, + "Pattern": { + "Pattern": "Minta" + }, + "Pause": { + "Pause": "Szüneteltetés" + }, + "Paused": { + "Paused": "Szüneteltetve" + }, + "Pending": { + "Pending": "Függőben" + }, + "Pending Charge": { + "Pending Charge": "Függőben lévő töltés" + }, + "Pending Discharge": { + "Pending Discharge": "Függőben lévő merülés" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Módonkénti háttérképek" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Monitoronkénti háttérképek" + }, + "Per-screen config": { + "Per-screen config": "Képernyőnkénti konfiguráció" + }, + "Percentage": { + "Percentage": "Százalék" + }, + "Performance": { + "Performance": "Teljesítmény" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Engedély megtagadva a profilkép beállításához." + }, + "Personalization": { + "Personalization": "Személyre szabás" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "A telefonos kapcsolat nem érhető el" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "A telefonos kapcsolat nem érhető el" + }, + "Phone number": { + "Phone number": "Telefonszám" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Minden alkalommal válasszon más véletlenszerű videót ugyanabból a mappából" + }, + "Pictures": { + "Pictures": "Képek" + }, + "Pin": { + "Pin": "Rögzítés" + }, + "Pin to Dock": { + "Pin to Dock": "Rögzítés a dokkra" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping elküldve" + }, + "Ping sent to": { + "Ping sent to": "Ping elküldve ide:" + }, + "Pinned": { + "Pinned": "Rögzítve" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Kitűzött és futó alkalmazások átrendezése húzással" + }, + "Pixelate": { + "Pixelate": "Képpontosítás" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Helyezd ide a bővítménykönyvtárakat. Minden bővítménynek rendelkeznie kell egy plugin.json fájllal." + }, + "Place plugins in %1": { + "Place plugins in %1": "Bővítmények helye: %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Videó lejátszása a képernyő zárolásakor." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Hang lejátszása az értesítések érkezésekor" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Hang lejátszása a tápkábel csatlakoztatásakor" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Hang lejátszása a hangerő állításakor" + }, + "Play sounds for system events": { + "Play sounds for system events": "Hang lejátszása rendszereseményekkor" + }, + "Playback": { + "Playback": "Lejátszás" + }, + "Playback error: ": { + "Playback error: ": "Lejátszási hiba: " + }, + "Please wait...": { + "Please wait...": "Kis türelmet…" + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Adj nevet az új %1 munkamenetnek" + }, + "Plugged In": { + "Plugged In": "Csatlakoztatva" + }, + "Plugged in": { + "Plugged in": "Csatlakoztatva" + }, + "Plugin": { + "Plugin": "Bővítmény" + }, + "Plugin Directory": { + "Plugin Directory": "Bővítménymappa" + }, + "Plugin Management": { + "Plugin Management": "Bővítménykezelés" + }, + "Plugin Visibility": { + "Plugin Visibility": "Bővítmény láthatósága" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "A bővítmény le van tiltva - engedélyezd a bővítménybeállításokban a használathoz" + }, + "Plugins": { + "Plugins": "Bővítmények" + }, + "Pointer": { + "Pointer": "Mutató" + }, + "Popout Shadows": { + "Popout Shadows": "Felugró ablak árnyékok" + }, + "Popouts": { + "Popouts": "Felugró ablakok" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "A felugró ablakok és kizárólagos párbeszédablakok a globális animációs sebességet követik (letiltás az egyéni testreszabáshoz)" + }, + "Popup Only": { + "Popup Only": "Csak felugró" + }, + "Popup Position": { + "Popup Position": "Felugró ablak pozíciója" + }, + "Popup Shadow": { + "Popup Shadow": "Felugró ablak árnyéka" + }, + "Popup Transparency": { + "Popup Transparency": "Felugró ablak átlátszósága" + }, + "Popup behavior, position": { + "Popup behavior, position": "Felugró ablak viselkedése, pozíciója" + }, + "Port": { + "Port": "Port" + }, + "Portal": { + "Portal": "Portál" + }, + "Position": { + "Position": "Pozíció" + }, + "Position, pinned apps": { + "Position, pinned apps": "Pozíció, rögzített alkalmazások" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Lehetséges felülírási konfliktusok" + }, + "Power": { + "Power": "Energia" + }, + "Power & Security": { + "Power & Security": "Energia és biztonság" + }, + "Power & Sleep": { + "Power & Sleep": "Energia és alvás" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Főkapcsoló művelet megerősítése" + }, + "Power Menu Customization": { + "Power Menu Customization": "Főkapcsoló menü testreszabása" + }, + "Power Off": { + "Power Off": "Leállítás" + }, + "Power Options": { + "Power Options": "Energiabeállítások" + }, + "Power Profile": { + "Power Profile": "Energiaprofil" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Energiaprofil romlása" + }, + "Power Saver": { + "Power Saver": "Energiatakarékos mód" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Monitorok kikapcsolása zároláskor" + }, + "Power profile management available": { + "Power profile management available": "Az energiaprofil-kezelés elérhető" + }, + "Power source": { + "Power source": "Áramforrás" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "Az utolsó sikeres felhasználónév előre kitöltése az üdvözlőképernyőn" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "Az utolsó használt munkamenet előre kijelölése az üdvözlőképernyőn" + }, + "Precip": { + "Precip": "Csapadék" + }, + "Precipitation": { + "Precipitation": "Csapadék" + }, + "Precipitation Chance": { + "Precipitation Chance": "Csapadék esélye" + }, + "Preference": { + "Preference": "Beállítás" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Előre beállított szélességek (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "Nyomd meg az 'n' billentyűt vagy kattints az 'Új munkamenet' gombra a létrehozáshoz" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Nyomd meg az Entert a hangrendszer újraindulásához és a módosítások alkalmazásához" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Enter a beillesztéshez, Shift+Enter a másoláshoz" + }, + "Press key...": { + "Press key...": "Nyomj meg egy billentyűt…" + }, + "Pressure": { + "Pressure": "Légnyomás" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Képernyő időtúllépésének megakadályozása" + }, + "Preview": { + "Preview": "Előnézet" + }, + "Primary": { + "Primary": "Elsődleges" + }, + "Primary Container": { + "Primary Container": "Elsődleges tároló" + }, + "Print Server Management": { + "Print Server Management": "Nyomtatókiszolgáló-kezelés" + }, + "Print Server not available": { + "Print Server not available": "A nyomtatókiszolgáló nem érhető el" + }, + "Printer": { + "Printer": "Nyomtató" + }, + "Printer Classes": { + "Printer Classes": "Nyomtatóosztályok" + }, + "Printer created successfully": { + "Printer created successfully": "Nyomtató sikeresen létrehozva" + }, + "Printer deleted": { + "Printer deleted": "Nyomtató törölve" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Nyomtató neve (szóköz nélkül)" + }, + "Printer reachable": { + "Printer reachable": "Nyomtató elérhető" + }, + "Printers": { + "Printers": "Nyomtatók" + }, + "Printers: ": { + "Printers: ": "Nyomtatók: " + }, + "Prioritize performance": { + "Prioritize performance": "Teljesítmény előtérbe helyezése" + }, + "Priority": { + "Priority": "Prioritás" + }, + "Privacy Indicator": { + "Privacy Indicator": "Adatvédelmi jelző" + }, + "Privacy Mode": { + "Privacy Mode": "Adatvédelmi mód" + }, + "Private Key Password": { + "Private Key Password": "Titkos kulcs jelszava" + }, + "Process Count": { + "Process Count": "Folyamatszám" + }, + "Processes": { + "Processes": "Folyamatok" + }, + "Processes:": { + "Processes:": "Folyamatok:" + }, + "Processing": { + "Processing": "Feldolgozás" + }, + "Profile Image Error": { + "Profile Image Error": "Profilképhiba" + }, + "Profile activated: %1": { + "Profile activated: %1": "Profil aktiválva: %1" + }, + "Profile deleted": { + "Profile deleted": "Profil törölve" + }, + "Profile error": { + "Profile error": "Profilhiba" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "A profilkép túl nagy, használj kisebb képet." + }, + "Profile name": { + "Profile name": "Profilnév" + }, + "Profile not found": { + "Profile not found": "Profil nem található" + }, + "Profile saved: %1": { + "Profile saved: %1": "Profil mentve: %1" + }, + "Protocol": { + "Protocol": "Protokoll" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "A QtMultimedia nem érhető el" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "A QtMultimedia nem érhető el - a videó képernyővédőhöz qt multimedia szolgáltatások szükségesek" + }, + "Quick Access": { + "Quick Access": "Gyors elérés" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Gyors hozzáférés az alkalmazásindítóhoz" + }, + "Quick access to color picker": { + "Quick access to color picker": "Gyors hozzáférés a színválasztóhoz" + }, + "Quick access to notepad": { + "Quick access to notepad": "Gyors hozzáférés a jegyzettömbhöz" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Gyors jegyzetkészítő oldalpanel" + }, + "Quick system toggles": { + "Quick system toggles": "Gyors rendszerkapcsolók" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Sugár" + }, + "Rain": { + "Rain": "Eső" + }, + "Rain Chance": { + "Rain Chance": "Eső esélye" + }, + "Rainbow": { + "Rainbow": "Szivárvány" + }, + "Random": { + "Random": "Véletlenszerű" + }, + "Rate": { + "Rate": "Sebesség" + }, + "Read:": { + "Read:": "Olvasás:" + }, + "Reason": { + "Reason": "Ok" + }, + "Reboot": { + "Reboot": "Újraindítás" + }, + "Recent Colors": { + "Recent Colors": "Legutóbbi színek" + }, + "Recently Used Apps": { + "Recently Used Apps": "Legutóbb használt alkalmazások" + }, + "Recommended available": { + "Recommended available": "Ajánlott, elérhető" + }, + "Refresh": { + "Refresh": "Újratöltés" + }, + "Refresh Weather": { + "Refresh Weather": "Időjárás frissítése" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Elutasítás" + }, + "Reject Jobs": { + "Reject Jobs": "Feladatok elutasítása" + }, + "Release": { + "Release": "Felengedés" + }, + "Reload Plugin": { + "Reload Plugin": "Bővítmény újratöltése" + }, + "Remaining": { + "Remaining": "Hátralévő" + }, + "Remaining / Total": { + "Remaining / Total": "Hátralévő / Összesen" + }, + "Remember Last Query": { + "Remember Last Query": "Utolsó lekérdezés megjegyzése" + }, + "Remember last session": { + "Remember last session": "Utolsó munkamenet megjegyzése" + }, + "Remember last user": { + "Remember last user": "Utolsó felhasználó megjegyzése" + }, + "Remove": { + "Remove": "Eltávolítás" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Widget térköz eltávolítása" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Rések és szegély eltávolítása az ablakok maximalizálásakor" + }, + "Rename": { + "Rename": "Átnevezés" + }, + "Rename Session": { + "Rename Session": "Munkamenet átnevezése" + }, + "Rename Workspace": { + "Rename Workspace": "Munkaterület átnevezése" + }, + "Repeat": { + "Repeat": "Ismétlés" + }, + "Replacement": { + "Replacement": "Helyettesítés" + }, + "Report": { + "Report": "Jelentés" + }, + "Request Pairing": { + "Request Pairing": "Párosítás kérése" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Megköveteli a gomb/billentyű nyomva tartását a kikapcsolás, újraindítás, felfüggesztés, hibernálás és kijelentkezés megerősítéséhez" + }, + "Required plugin: ": { + "Required plugin: ": "Szükséges bővítmény: " + }, + "Requires %1": { + "Requires %1": "%1 szükséges" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Szükséges a „dgop” eszköz" + }, + "Requires DMS %1": { + "Requires DMS %1": "Szükséges DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Szükséges a DWL kompozitor" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "A Quickshell újabb verziója szükséges" + }, + "Requires night mode support": { + "Requires night mode support": "Éjszakai mód támogatás szükséges" + }, + "Reset": { + "Reset": "Visszaállítás" + }, + "Reset Position": { + "Reset Position": "Pozíció visszaállítása" + }, + "Reset Size": { + "Reset Size": "Méret visszaállítása" + }, + "Reset to default name": { + "Reset to default name": "Visszaállítás az alapértelmezett névre" + }, + "Resize Widget": { + "Resize Widget": "Widget méretezése" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Felbontás és frissítés" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Felbontás, pozíció, méretezés" + }, + "Restart DMS": { + "Restart DMS": "DMS újraindítása" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "A DankMaterialShell újraindítása" + }, + "Restarting audio system...": { + "Restarting audio system...": "Hangrendszer újraindítása…" + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "Speciális munkaterület ablakainak visszaállítása" + }, + "Resume": { + "Resume": "Folytatás" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Görgetési irány megfordítása" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Munkaterület-váltási irány megfordítása a sáv feletti görgetéskor" + }, + "Revert": { + "Revert": "Visszaállítás" + }, + "Right": { + "Right": "Jobb" + }, + "Right Center": { + "Right Center": "Jobb közép" + }, + "Right Section": { + "Right Section": "Jobb oldali szakasz" + }, + "Right Tiling": { + "Right Tiling": "Jobb oldali csempézés" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Kattints jobb gombbal és húzd bárhol a widgeten" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Kattints jobb gombbal és húzd a jobb alsó sarkot" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Kattints jobb gombbal a sáv widgetre a váltáshoz" + }, + "Ring": { + "Ring": "Megcsörgetés" + }, + "Ringing": { + "Ringing": "Csörgetés" + }, + "Ripple Effects": { + "Ripple Effects": "Hullám effektusok" + }, + "Root Filesystem": { + "Root Filesystem": "Gyökérkönyvtár fájlrendszer" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Lekerekített sarkok az ablakoknál" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Ablakok lekerekített sarkai (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Ablakok lekerekített sarkai (decoration.rounding)" + }, + "Rule": { + "Rule": "Szabály" + }, + "Rule Name": { + "Rule Name": "Szabály neve" + }, + "Rules (%1)": { + "Rules (%1)": "Szabályok (%1)" + }, + "Run Again": { + "Run Again": "Futtatás újra" + }, + "Run DMS Templates": { + "Run DMS Templates": "DMS-sablonok futtatása" + }, + "Run User Templates": { + "Run User Templates": "Felhasználói sablonok futtatása" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Program futtatása (pl. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Héjparancs futtatása (pl. notify-send)" + }, + "Running Apps": { + "Running Apps": "Futó alkalmazások" + }, + "Running Apps Settings": { + "Running Apps Settings": "Futó alkalmazások beállításai" + }, + "Running greeter sync…": { + "Running greeter sync…": "Üdvözlőképernyő szinkronizálása folyamatban…" + }, + "SDR Brightness": { + "SDR Brightness": "SDR-fényerő" + }, + "SDR Saturation": { + "SDR Saturation": "SDR-színtelítettség" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Mentés" + }, + "Save Notepad File": { + "Save Notepad File": "Jegyzettömb-fájl mentése" + }, + "Save QR Code": { + "Save QR Code": "QR-kód mentése" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Kijelző-konfigurációk mentése és váltása" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Kritikus prioritású értesítések mentése az előzményekbe" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Elutasított értesítések mentése az előzményekbe" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Alacsony prioritású értesítések mentése az előzményekbe" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Normál prioritású értesítések mentése az előzményekbe" + }, + "Save password": { + "Save password": "Jelszó mentése" + }, + "Saved": { + "Saved": "Mentve" + }, + "Saved Configurations": { + "Saved Configurations": "Mentett konfigurációk" + }, + "Saved Note": { + "Saved Note": "Mentett jegyzet" + }, + "Saved item deleted": { + "Saved item deleted": "Mentett elem törölve" + }, + "Saving...": { + "Saving...": "Mentés…" + }, + "Scale": { + "Scale": "Skála" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "A DankBar betűméretének független méretezése" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "DankBar ikonméretek független skálázása" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Betűméret skálázása a felületen" + }, + "Scan": { + "Scan": "Szkennelés" + }, + "Scanning": { + "Scanning": "Szkennelés" + }, + "Scanning...": { + "Scanning...": "Keresés…" + }, + "Science": { + "Science": "Tudomány" + }, + "Score": { + "Score": "Pontszám" + }, + "Screen Sharing": { + "Screen Sharing": "Képernyőmegosztás" + }, + "Screen sharing": { + "Screen sharing": "Képernyőmegosztás" + }, + "Scroll": { + "Scroll": "Görgetés" + }, + "Scroll Factor": { + "Scroll Factor": "Görgetési tényező" + }, + "Scroll GitHub": { + "Scroll GitHub": "Scroll GitHub" + }, + "Scroll Wheel": { + "Scroll Wheel": "Egérgörgő" + }, + "Scroll song title": { + "Scroll song title": "Zeneszám címének görgetése" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Cím görgetése, ha nem fér bele a widgetbe" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Egérgörgő viselkedése a média widgeten" + }, + "Scrolling": { + "Scrolling": "Görgetés" + }, + "Search App Actions": { + "Search App Actions": "Alkalmazásműveletek keresése" + }, + "Search Options": { + "Search Options": "Keresési beállítások" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Keresés billentyűkombináció, leírás vagy műveletnév alapján.\n\nAz alapértelmezett művelet a vágólapra másolja a gyorsbillentyűt.\nKattints jobb gombbal vagy nyomd meg a jobb nyilat a gyakran használt gyorsbillentyűk rögzítéséhez – ezek a keresésen kívül felül jelennek meg." + }, + "Search for a location...": { + "Search for a location...": "Keress rá egy helyre…" + }, + "Search keybinds...": { + "Search keybinds...": "Billentyűk keresése…" + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Gyorsbillentyűk keresése a kompozitortól és az alkalmazásoktól" + }, + "Search plugins...": { + "Search plugins...": "Bővítmények keresése…" + }, + "Search processes...": { + "Search processes...": "Folyamatok keresése…" + }, + "Search sessions...": { + "Search sessions...": "Munkamenetek keresése…" + }, + "Search themes...": { + "Search themes...": "Témák keresése…" + }, + "Search widgets...": { + "Search widgets...": "Widgetek keresése…" + }, + "Search...": { + "Search...": "Keresés…" + }, + "Searching...": { + "Searching...": "Keresés…" + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Második faktor (ÉS)" + }, + "Secondary": { + "Secondary": "Másodlagos" + }, + "Secured": { + "Secured": "Védett" + }, + "Security": { + "Security": "Biztonság" + }, + "Security & privacy": { + "Security & privacy": "Biztonság és adatvédelem" + }, + "Security key mode": { + "Security key mode": "Biztonsági kulcs mód" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "A biztonsági kulcs elérhetőségét nem sikerült megerősíteni." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Biztonsági kulcs támogatás észlelve, de nem található regisztrált kulcs. Most is engedélyezheted, és regisztrálhatsz egyet később." + }, + "Select": { + "Select": "Kiválasztás" + }, + "Select Application": { + "Select Application": "Alkalmazás kiválasztása" + }, + "Select Bar": { + "Select Bar": "Sáv kiválasztása" + }, + "Select Custom Theme": { + "Select Custom Theme": "Egyéni téma kiválasztása" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Dokkindító logó kiválasztása" + }, + "Select File to Send": { + "Select File to Send": "Küldendő fájl kiválasztása" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Indító logó kiválasztása" + }, + "Select Profile Image": { + "Select Profile Image": "Profilkép kiválasztása" + }, + "Select Video or Folder": { + "Select Video or Folder": "Videó vagy mappa kiválasztása" + }, + "Select Wallpaper": { + "Select Wallpaper": "Háttérkép kiválasztása" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Háttérkép könyvtár kiválasztása" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Válassz színt a palettáról, vagy használd az egyéni csúszkákat" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Válassz ki egy widgetet az asztalhoz való hozzáadáshoz. Minden widget egy külön példány, saját beállításokkal." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Válassz ki egy widgetet a hozzáadáshoz. Több példányt is hozzáadhatsz ugyanabból a widgetből, ha szükséges." + }, + "Select a window...": { + "Select a window...": "Válassz egy ablakot…" + }, + "Select an image file...": { + "Select an image file...": "Képfájl kiválasztása…" + }, + "Select at least one provider": { + "Select at least one provider": "Válassz ki legalább egy szolgáltatót" + }, + "Select device": { + "Select device": "Eszköz kiválasztása" + }, + "Select device...": { + "Select device...": "Eszköz kiválasztása…" + }, + "Select driver...": { + "Select driver...": "Illesztőprogram kiválasztása…" + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Betűvastagság a felületen lévő szövegekhez" + }, + "Select greeter background image": { + "Select greeter background image": "Üdvözlőképernyő háttérképének kiválasztása" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Válassz monitort a háttérkép konfigurálásához" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Rögzített szélességű betűtípus (folyamatlistához és technikai kijelzőkhöz)" + }, + "Select network": { + "Select network": "Hálózat kiválasztása" + }, + "Select system sound theme": { + "Select system sound theme": "Rendszerhang-téma kiválasztása" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Betűtípus-család a felületen lévő szövegekhez" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Válaszd ki a háttérkép alapú színekhez használt paletta algoritmust" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Válaszd ki a befoglalni kívánt gyorsbillentyű-szolgáltatókat" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Válaszd ki, mely átmenetek legyenek a véletlenszerűsítésben" + }, + "Select...": { + "Select...": "Kiválasztás…" + }, + "Selected image file not found.": { + "Selected image file not found.": "A kiválasztott képfájl nem található." + }, + "Send": { + "Send": "Küldés" + }, + "Send Clipboard": { + "Send Clipboard": "Vágólap küldése" + }, + "Send File": { + "Send File": "Fájl küldése" + }, + "Send SMS": { + "Send SMS": "SMS küldése" + }, + "Sending": { + "Sending": "Küldés" + }, + "Separator": { + "Separator": "Elválasztó" + }, + "Server": { + "Server": "Kiszolgáló" + }, + "Session Filter": { + "Session Filter": "Munkamenet szűrő" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Egyéni eszköznév beállítása" + }, + "Set custom name": { + "Set custom name": "Egyéni név beállítása" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Egyéni nevek beállítása a hangbemeneti eszközökhöz" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Egyéni nevek beállítása a hangkimeneti eszközökhöz" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Különböző háttérképek beállítása minden csatlakoztatott monitorhoz" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Különböző háttérképek beállítása világos és sötét módhoz" + }, + "Set key and action to save": { + "Set key and action to save": "Állítsd be a billentyűt és a műveletet a mentéshez" + }, + "Set notification rules": { + "Set notification rules": "Értesítési szabályok beállítása" + }, + "Settings": { + "Settings": "Beállítások" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "A beállítások csak olvashatók. A módosítások nem fognak megmaradni." + }, + "Setup": { + "Setup": "Beállítás" + }, + "Shadow Color": { + "Shadow Color": "Árnyék színe" + }, + "Shadow Intensity": { + "Shadow Intensity": "Árnyék intenzitása" + }, + "Shadow Opacity": { + "Shadow Opacity": "Árnyék átlátszatlansága" + }, + "Shadow Override": { + "Shadow Override": "Árnyék felülbírálása" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "Árnyék emelése a sávokon és paneleken" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "Árnyék emelése a modális ablakokon és párbeszédpaneleken" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "Árnyék emelése a felugrókon, OSD-ken és legördülő menükön" + }, + "Shadows": { + "Shadows": "Árnyékok" + }, + "Share": { + "Share": "Megosztás" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Gammavezérlési beállítások megosztása" + }, + "Share Text": { + "Share Text": "Szöveg megosztása" + }, + "Share URL": { + "Share URL": "URL megosztása" + }, + "Shared": { + "Shared": "Megosztva" + }, + "Shell": { + "Shell": "Héj" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Összes törlése • Esc: Bezárás" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Enter a beillesztéshez" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Másolás • Shift+Del: Összes törlése • Esc: Bezárás" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Beillesztés • Shift+Del: Összes törlése • Esc: Bezárás" + }, + "Short": { + "Short": "Rövid" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Gyorsbillentyű (%1)" + }, + "Shortcuts": { + "Shortcuts": "Gyorsbillentyűk" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Gyorsbillentyűk (%1)" + }, + "Show": { + "Show": "Megjelenítés" + }, + "Show 3rd Party": { + "Show 3rd Party": "Külső bővítmények megjelenítése" + }, + "Show All Tags": { + "Show All Tags": "Összes címke megjelenítése" + }, + "Show Badge": { + "Show Badge": "Jelvény megjelenítése" + }, + "Show CPU": { + "Show CPU": "CPU megjelenítése" + }, + "Show CPU Graph": { + "Show CPU Graph": "CPU-grafikon megjelenítése" + }, + "Show CPU Temp": { + "Show CPU Temp": "CPU-hőmérséklet megjelenítése" + }, + "Show Date": { + "Show Date": "Dátum megjelenítése" + }, + "Show Disk": { + "Show Disk": "Lemez megjelenítése" + }, + "Show Dock": { + "Show Dock": "Dokk megjelenítése" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Hőérzet megjelenítése" + }, + "Show Footer": { + "Show Footer": "Élőláb megjelenítése" + }, + "Show Forecast": { + "Show Forecast": "Előrejelzés megjelenítése" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "GPU-hőmérséklet megjelenítése" + }, + "Show Header": { + "Show Header": "Fejléc megjelenítése" + }, + "Show Hibernate": { + "Show Hibernate": "Hibernáció megjelenítése" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Óraszámok megjelenítése" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Óránkénti előrejelzés megjelenítése" + }, + "Show Humidity": { + "Show Humidity": "Páratartalom megjelenítése" + }, + "Show Launcher Button": { + "Show Launcher Button": "Indítógomb megjelenítése" + }, + "Show Line Numbers": { + "Show Line Numbers": "Sorok számának megjelenítése" + }, + "Show Location": { + "Show Location": "Hely megjelenítése" + }, + "Show Lock": { + "Show Lock": "Zárolás megjelenítése" + }, + "Show Log Out": { + "Show Log Out": "Kijelentkezés megjelenítése" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Material Design hullám animációk megjelenítése az interaktív elemeken" + }, + "Show Media Player": { + "Show Media Player": "Médialejátszó megjelenítése" + }, + "Show Memory": { + "Show Memory": "Memória megjelenítése" + }, + "Show Memory Graph": { + "Show Memory Graph": "Memória grafikon megjelenítése" + }, + "Show Memory in GB": { + "Show Memory in GB": "Memória megjelenítése GB-ban" + }, + "Show Network": { + "Show Network": "Hálózat megjelenítése" + }, + "Show Network Graph": { + "Show Network Graph": "Hálózati grafikon megjelenítése" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Csak az elfoglalt munkaterületek megjelenítése" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Túlcsordulási jelvényszámláló megjelenítése" + }, + "Show Password Field": { + "Show Password Field": "Jelszómező megjelenítése" + }, + "Show Power Actions": { + "Show Power Actions": "Főkapcsoló műveletek megjelenítése" + }, + "Show Power Off": { + "Show Power Off": "Leállítás megjelenítése" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Csapadékvalószínűség megjelenítése" + }, + "Show Pressure": { + "Show Pressure": "Légnyomás megjelenítése" + }, + "Show Profile Image": { + "Show Profile Image": "Profilkép megjelenítése" + }, + "Show Reboot": { + "Show Reboot": "Újraindítás megjelenítése" + }, + "Show Restart DMS": { + "Show Restart DMS": "„DMS újraindítása” megjelenítése" + }, + "Show Saved Items": { + "Show Saved Items": "Mentett elemek megjelenítése" + }, + "Show Seconds": { + "Show Seconds": "Másodpercek megjelenítése" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Napkelte/Napnyugta megjelenítése" + }, + "Show Suspend": { + "Show Suspend": "Felfüggesztés megjelenítése" + }, + "Show Swap": { + "Show Swap": "Cserehely megjelenítése" + }, + "Show System Date": { + "Show System Date": "Dátum megjelenítése" + }, + "Show System Icons": { + "Show System Icons": "Rendszerikonok megjelenítése" + }, + "Show System Time": { + "Show System Time": "Rendszeridő megjelenítése" + }, + "Show Top Processes": { + "Show Top Processes": "Top folyamatok megjelenítése" + }, + "Show Weather Condition": { + "Show Weather Condition": "Időjárási körülmények megjelenítése" + }, + "Show Week Number": { + "Show Week Number": "Hétszám megjelenítése" + }, + "Show Welcome": { + "Show Welcome": "Üdvözlőképernyő megjelenítése" + }, + "Show Wind Speed": { + "Show Wind Speed": "Szélsebesség megjelenítése" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Munkaterület alkalmazások megjelenítése" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Mind a 9 címke megjelenítése a csak foglalt címkék helyett (csak DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Körvonal megjelenítése a fókuszált munkaterület-jelző körül" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Cava hangvizualizáló megjelenítése a média widgeten" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Sötétített átfedés megjelenítése a kizárólagos párbeszédablakok mögött" + }, + "Show device": { + "Show device": "Eszköz megjelenítése" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Dokk megjelenítése, ha a lebegő ablakok nem takarják el a területét" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Vetett árnyék megjelenítése az értesítési felugró ablakokon. Szükséges hozzá az M3 emelés engedélyezése a Téma és színek beállításnál." + }, + "Show in GB": { + "Show in GB": "Megjelenítés GB-ban" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Indító átfedés megjelenítése, amikor gépelsz a Niri-áttekintésben. Tiltsd le, ha másik indítót használsz." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Módlapok és billentyűzettippek megjelenítése alul." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "Értesítési felugró ablakok megjelenítése csak az éppen fókuszált monitoron" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "Értesítések megjelenítése csak az éppen fókuszált monitoron" + }, + "Show on Last Display": { + "Show on Last Display": "Megjelenítés az utolsó kijelzőn" + }, + "Show on Overlay": { + "Show on Overlay": "Megjelenítés az átfedésen" + }, + "Show on Overview": { + "Show on Overview": "Megjelenítés az áttekintésben" + }, + "Show on Overview Only": { + "Show on Overview Only": "Megjelenítés csak az áttekintésben" + }, + "Show on all connected displays": { + "Show on all connected displays": "Megjelenítés minden csatlakoztatott kijelzőn" + }, + "Show on screens:": { + "Show on screens:": "Megjelenítés képernyőkön:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Képernyőkijelző megjelenítése a fényerő változásakor" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Képernyőkijelző megjelenítése a Caps Lock állapotának változásakor" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Képernyőkijelző megjelenítése hangkimeneti eszközök váltásakor" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Képernyőkijelző megjelenítése az inaktivitás-megakadályozó állapotának változásakor" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Képernyőkijelző megjelenítése a médialejátszó állapotának változásakor" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Képernyőkijelző megjelenítése a médialejátszó hangerejének változásakor" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Képernyőkijelző megjelenítése a mikrofon némításakor/visszahangosításakor" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Képernyőkijelző megjelenítése az energiaprofil változásakor" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Képernyőkijelző megjelenítése a hangerő változásakor" + }, + "Show seconds": { + "Show seconds": "Másodpercek megjelenítése" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Időjárási információk megjelenítése a felső sávon és a vezérlőközponton" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "Hétszám megjelenítése a naptárban" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Munkaterület indexszámok megjelenítése a felső sáv munkaterület-váltójában" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Munkaterület nevének megjelenítése a vízszintes sávokon, és az első betűjét a függőleges sávokon" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "A jelenleg fókuszált monitor munkaterületeinek megjelenítése" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Megjeleníti az összes futó alkalmazást fókuszjelzéssel" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Megjeleníti az aktuális munkaterületet és lehetővé teszi a váltást" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Megjelenik amikor a Caps Lock be van kapcsolva" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Megjelenik, ha a mikrofon, kamera vagy képernyőmegosztás aktív" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Leállítás" + }, + "Signal": { + "Signal": "Jel" + }, + "Signal:": { + "Signal:": "Jel:" + }, + "Size": { + "Size": "Méret" + }, + "Size Constraints": { + "Size Constraints": "Méretkorlátozások" + }, + "Size Offset": { + "Size Offset": "Méret eltolása" + }, + "Sizing": { + "Sizing": "Méretezés" + }, + "Skip": { + "Skip": "Kihagyás" + }, + "Skip confirmation": { + "Skip confirmation": "Megerősítés kihagyása" + }, + "Skip setup": { + "Skip setup": "Beállítás kihagyása" + }, + "Small": { + "Small": "Kicsi" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Intelligens kártyás hitelesítés" + }, + "Smartcard PIN": { + "Smartcard PIN": "Intelligens kártya PIN-kódja" + }, + "Snap": { + "Snap": "Illesztés" + }, + "Snow": { + "Snow": "Hó" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Néhány bővítmény a DMS újabb verzióját igényli:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Rendezés betűrend szerint" + }, + "Sort By": { + "Sort By": "Rendezés" + }, + "Sorting & Layout": { + "Sorting & Layout": "Rendezés és elrendezés" + }, + "Sound Theme": { + "Sound Theme": "Hangtéma" + }, + "Sounds": { + "Sounds": "Hangok" + }, + "Space between windows": { + "Space between windows": "Ablakok közötti hely" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Ablakok közötti távolság (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Ablakok közötti távolság (gaps_in és gaps_out)" + }, + "Spacer": { + "Spacer": "Térköz" + }, + "Spacing": { + "Spacing": "Távolság" + }, + "Speaker settings": { + "Speaker settings": "Hangszóró-beállítások" + }, + "Speed": { + "Speed": "Sebesség" + }, + "Spool Area Full": { + "Spool Area Full": "A nyomtatási sor megtelt" + }, + "Square Corners": { + "Square Corners": "Szögletes sarkok" + }, + "Stacked": { + "Stacked": "Halmozott" + }, + "Standard": { + "Standard": "Szabványos" + }, + "Start": { + "Start": "Indítás" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "A KDE Connect vagy a Valent indítása" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Indítsd el a KDE Connectet vagy a Valentet a bővítmény használatához" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Írd ide a jegyzeteidet…" + }, + "State": { + "State": "Állapot" + }, + "Status": { + "Status": "Állapot" + }, + "Stopped": { + "Stopped": "Megállítva" + }, + "Stopped Partly": { + "Stopped Partly": "Részlegesen megállítva" + }, + "Stopping": { + "Stopping": "Megállítás" + }, + "Stretch": { + "Stretch": "Nyújtás" + }, + "Stripes": { + "Stripes": "Csíkok" + }, + "Summary": { + "Summary": "Összegzés" + }, + "Sunrise": { + "Sunrise": "Napkelte" + }, + "Sunset": { + "Sunset": "Napnyugta" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Ha engedélyezve van, elnyomja az értesítési felugrókat" + }, + "Surface": { + "Surface": "Felület" + }, + "Surface Variant": { + "Surface Variant": "Felületváltozat" + }, + "Suspend": { + "Suspend": "Felfüggesztés" + }, + "Suspend behavior": { + "Suspend behavior": "Felfüggesztési viselkedés" + }, + "Suspend system after": { + "Suspend system after": "Felfüggesztés ennyi idő után" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Felfüggesztés, majd hibernálás" + }, + "Sway Website": { + "Sway Website": "Sway weboldal" + }, + "Switch User": { + "Switch User": "Felhasználóváltás" + }, + "Switch to power profile": { + "Switch to power profile": "Váltás energiaprofilra" + }, + "Sync": { + "Sync": "Szinkronizálás" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Mód szinkronizálása a portállal" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Felugrók és kizárólagos párbeszédablakok szinkronizálása" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Pozíció szinkronizálása a képernyők között" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "Szinkronizálás sikeresen befejeződött." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Sötét mód szinkronizálása a beállítási portálokkal a rendszer egészére vonatkozó témajavaslatokhoz" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "A szinkronizálás sikertelen lett háttér módban. Terminál mód megkísérlése az interaktív hitelesítéshez." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "A szinkronizáláshoz sudo hitelesítés szükséges. Terminál megnyitása a jelszó vagy ujjlenyomat használatához." + }, + "System": { + "System": "Rendszer" + }, + "System App Theming": { + "System App Theming": "Rendszeralkalmazás témázása" + }, + "System Check": { + "System Check": "Rendszerellenőrzés" + }, + "System Default": { + "System Default": "Rendszer alapértelmezett" + }, + "System Information": { + "System Information": "Rendszerinformáció" + }, + "System Monitor": { + "System Monitor": "Rendszerfigyelő" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Rendszerfigyelő nem elérhető" + }, + "System Sounds": { + "System Sounds": "Rendszerhangok" + }, + "System Tray": { + "System Tray": "Rendszertálca" + }, + "System Update": { + "System Update": "Rendszerfrissítés" + }, + "System Updater": { + "System Updater": "Rendszerfrissítő" + }, + "System Updates": { + "System Updates": "Rendszerfrissítések" + }, + "System notification area icons": { + "System notification area icons": "Rendszer értesítési terület ikonjai" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "A rendszerhangok nem elérhetők. Telepítsd a(z) %1 csomagot a hangtámogatáshoz." + }, + "System theme toggle": { + "System theme toggle": "Rendszertémaváltó" + }, + "System toast notifications": { + "System toast notifications": "Rendszer értesítési felugró üzenetek" + }, + "System update custom command": { + "System update custom command": "Rendszerfrissítési egyéni parancs" + }, + "Tab": { + "Tab": "Lap" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Rács Nav • Enter/Szóköz: Kiválasztás" + }, + "Terminal": { + "Terminal": "Terminál" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Terminál egyéni további paraméterei" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "A terminál visszalépés sikertelen. Telepíts egy támogatott terminálemulátort, vagy futtasd a 'dms auth sync' parancsot." + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "A terminál tartalék megnyitása sikertelen. Telepíts egyet a támogatott terminálemulátorok közül, vagy futtasd a 'dms greeter sync' parancsot." + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "Tartalék terminál megnyitva. Fejezd be ott a hitelesítési beállítást; a befejezés után automatikusan be fog záródni." + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminál tartalék megnyitva, ott befejezheted a szinkronizálást; automatikusan be fog záródni, ha kész lesz." + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "Használandó terminálmultiplexer-háttérprogram" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "Terminál megnyitva. Fejezd be ott a hitelesítési beállítást; a befejezés után automatikusan be fog záródni." + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminál megnyitva, ott befejezheted a szinkronizálás hitelesítését; automatikusan be fog záródni, ha kész lesz." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminálok – Mindig sötét téma használata" + }, + "Test Connection": { + "Test Connection": "Kapcsolat tesztelése" + }, + "Test Page": { + "Test Page": "Tesztoldal" + }, + "Test page sent to printer": { + "Test page sent to printer": "Tesztoldal elküldve a nyomtatónak" + }, + "Testing...": { + "Testing...": "Tesztelés…" + }, + "Text": { + "Text": "Szöveg" + }, + "Text Color": { + "Text Color": "Szövegszín" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "A rendszerfigyeléshez a „dgop” eszköz szükséges.\nTelepítsd a dgop-ot a funkció használatához." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "A DMS_SOCKET környezeti változó nincs beállítva, vagy a socket nem elérhető. Az automatizált bővítménykezeléshez DMS_SOCKET szükséges." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Az alábbi beállítások módosítják a GTK és Qt beállításokat. Ha meg szeretnéd őrizni a jelenlegi konfigurációt, készíts róluk biztonsági másolatot (qt5ct.conf|qt6ct.conf és ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "A munkamenetekhez való csatlakozáskor használt egyéni parancs (első argumentumként a munkamenet nevét kapja)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "A nyomtató feladatlistája üres" + }, + "Theme & Colors": { + "Theme & Colors": "Téma és színek" + }, + "Theme Color": { + "Theme Color": "Témaszín" + }, + "Theme Registry": { + "Theme Registry": "Témanyilvántartás" + }, + "Themes": { + "Themes": "Témák" + }, + "Thickness": { + "Thickness": "Vastagság" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Külső bővítmény figyelmeztetés" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "A külső bővítményeket a közösség készíti, és a DankMaterialShell hivatalosan nem támogatja őket.\n\nEzek a bővítmények biztonsági és adatvédelmi kockázatokat jelenthetnek – telepítés csak saját felelősségre." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Ezt a billentyűt felülírja a config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "Ez eltarthat néhány másodpercig" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Ez a bővítmény nem rendelkezik „settings_write” engedéllyel.\n\nAdd hozzá a \"permissions\": [\"settings_read\", \"settings_write\"] sort a plugin.json fájlhoz" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Ez a widget megakadályozza a GPU kikapcsolt állapotát, ami jelentősen befolyásolhatja a laptopok akkumulátor élettartamát. Nem ajánlott hibrid grafikus kártyával rendelkező laptopokon használni." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Ez törli az összes nem rögzített bejegyzést. %1 rögzített bejegyzés marad meg." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Ez véglegesen törölni fogja a vágólapelőzményeket." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Ez véglegesen eltávolítja ezt a mentett vágólapelemet. A művelet nem vonható vissza." + }, + "Thunderstorm": { + "Thunderstorm": "Zivatar" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Zivatar jégesővel" + }, + "Tile": { + "Tile": "Mozaik" + }, + "Tile H": { + "Tile H": "Vízszintes mozaik" + }, + "Tile V": { + "Tile V": "Függőleges mozaik" + }, + "Tiled": { + "Tiled": "Csempézett" + }, + "Tiled State": { + "Tiled State": "Csempézett állapot" + }, + "Tiling": { + "Tiling": "Csempézés" + }, + "Time": { + "Time": "Idő" + }, + "Time & Date Locale": { + "Time & Date Locale": "Idő és dátum területi beállítása" + }, + "Time & Weather": { + "Time & Weather": "Idő és időjárás" + }, + "Time Format": { + "Time Format": "Időformátum" + }, + "Time format": { + "Time format": "Időformátum" + }, + "Time remaining: %1": { + "Time remaining: %1": "Hátralévő idő: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Teljes töltésig hátralévő idő: %1" + }, + "Timed Out": { + "Timed Out": "Időtúllépés" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Időtúllépés a kritikus prioritású értesítésekhez" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Időtúllépés az alacsony prioritású értesítésekhez" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Időtúllépés a normál prioritású értesítésekhez" + }, + "Title": { + "Title": "Cím" + }, + "Title regex (optional)": { + "Title regex (optional)": "Cím reguláris kifejezése (opcionális)" + }, + "To Full": { + "To Full": "A teljes töltöttségig" + }, + "To update, run the following command:": { + "To update, run the following command:": "A frissítéshez futtasd a következő parancsot:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "A DMS-billentyű használatához távolítsd el vagy módosítsd a billentyűkombinációt a config.kdl fájlban" + }, + "Toast Messages": { + "Toast Messages": "Felugró üzenetek" + }, + "Today": { + "Today": "Ma" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "A sávkonfiguráció láthatóságának váltása" + }, + "Toggling...": { + "Toggling...": "Váltás…" + }, + "Tomorrow": { + "Tomorrow": "Holnap" + }, + "Tonal Spot": { + "Tonal Spot": "Tónusos pont" + }, + "Toner Empty": { + "Toner Empty": "Toner üres" + }, + "Toner Low": { + "Toner Low": "Toner alacsony" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "Túl sok kísérlet - kizárva" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "Túl sok sikertelen próbálkozás - a fiók zárolva lehet" + }, + "Tools": { + "Tools": "Eszközök" + }, + "Top": { + "Top": "Felső" + }, + "Top (Default)": { + "Top (Default)": "Fent (alapértelmezett)" + }, + "Top Bar Format": { + "Top Bar Format": "Felső sáv formátuma" + }, + "Top Center": { + "Top Center": "Fent középen" + }, + "Top Left": { + "Top Left": "Bal Felül" + }, + "Top Processes": { + "Top Processes": "Top folyamatok" + }, + "Top Right": { + "Top Right": "Jobb Felül" + }, + "Top Section": { + "Top Section": "Felső szakasz" + }, + "Total": { + "Total": "Összesen" + }, + "Total Jobs": { + "Total Jobs": "Összes feladat" + }, + "Touch your security key...": { + "Touch your security key...": "Érintsd meg a biztonsági kulcsodat..." + }, + "Transform": { + "Transform": "Átalakítás" + }, + "Transition Effect": { + "Transition Effect": "Átmeneti hatás" + }, + "Transparency": { + "Transparency": "Átlátszóság" + }, + "Trending GIFs": { + "Trending GIFs": "Népszerű GIF-ek" + }, + "Trending Stickers": { + "Trending Stickers": "Népszerű matricák" + }, + "Trigger": { + "Trigger": "Indító" + }, + "Trigger Prefix": { + "Trigger Prefix": "Indító előtag" + }, + "Trigger: %1": { + "Trigger: %1": "Indító: %1" + }, + "Trust": { + "Trust": "Megbízható" + }, + "Try a different search": { + "Try a different search": "Próbálkozz más kereséssel" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Az összes kijelző azonnali kikapcsolása a zárolás képernyő aktiválásakor" + }, + "Turn off monitors after": { + "Turn off monitors after": "Monitorok kikapcsolása ennyi idő után:" + }, + "Type": { + "Type": "Típus" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Írj be legalább 2 karaktert" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Írd be ezt az előtagot a gyorsbillentyűk kereséséhez" + }, + "Type to search files": { + "Type to search files": "Írj a fájlok kereséséhez" + }, + "Typography": { + "Typography": "Tipográfia" + }, + "Typography & Motion": { + "Typography & Motion": "Tipográfia és animáció" + }, + "Unavailable": { + "Unavailable": "Nem elérhető" + }, + "Unfocused Color": { + "Unfocused Color": "Nem fókuszált szín" + }, + "Ungrouped": { + "Ungrouped": "Csoportosítatlan" + }, + "Uninstall": { + "Uninstall": "Eltávolítás" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Üdvözlőképernyő eltávolítása" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Bővítmény eltávolítása" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Az eltávolítás befejeződött. Az üdvözlőképernyő el lett távolítva." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Eltávolítás sikertelen: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Eltávolítod a DMS-üdvözlőképernyőt? (greeter) Ez törli a beállításokat és visszaállítja az előző megjelenítéskezelőt. Egy terminál fog megnyílni a sudo hitelesítéshez." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Eltávolítva: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Eltávolítás: %1" + }, + "Unknown": { + "Unknown": "Ismeretlen" + }, + "Unknown App": { + "Unknown App": "Ismeretlen alkalmazás" + }, + "Unknown Artist": { + "Unknown Artist": "Ismeretlen előadó" + }, + "Unknown Config": { + "Unknown Config": "Ismeretlen konfiguráció" + }, + "Unknown Device": { + "Unknown Device": "Ismeretlen eszköz" + }, + "Unknown GPU": { + "Unknown GPU": "Ismeretlen GPU" + }, + "Unknown Monitor": { + "Unknown Monitor": "Ismeretlen monitor" + }, + "Unknown Network": { + "Unknown Network": "Ismeretlen hálózat" + }, + "Unknown Title": { + "Unknown Title": "Ismeretlen cím" + }, + "Unknown Track": { + "Unknown Track": "Ismeretlen szám" + }, + "Unload on Close": { + "Unload on Close": "Kiürítés bezáráskor" + }, + "Unmute": { + "Unmute": "Visszahangosítás" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Felugró ablakok visszahangosítása ennyi időre: %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Névtelen szabály" + }, + "Unpair": { + "Unpair": "Párosítás megszüntetése" + }, + "Unpair failed": { + "Unpair failed": "A párosítás megszüntetése sikertelen" + }, + "Unpin": { + "Unpin": "Rögzítés feloldása" + }, + "Unpin from Dock": { + "Unpin from Dock": "Rögzítés feloldása a Dokkról" + }, + "Unsaved Changes": { + "Unsaved Changes": "Nem mentett változtatások" + }, + "Unsaved changes": { + "Unsaved changes": "Nem mentett változtatások" + }, + "Unsaved note...": { + "Unsaved note...": "Nem mentett jegyzet…" + }, + "Untitled": { + "Untitled": "Névtelen" + }, + "Untrust": { + "Untrust": "Nem megbízható" + }, + "Up to date": { + "Up to date": "Naprakész" + }, + "Update": { + "Update": "Frissítés" + }, + "Update All": { + "Update All": "Összes frissítése" + }, + "Update Plugin": { + "Update Plugin": "Bővítmény frissítése" + }, + "Uptime": { + "Uptime": "Működési idő" + }, + "Uptime:": { + "Uptime:": "Működési idő:" + }, + "Urgent Color": { + "Urgent Color": "Sürgős szín" + }, + "Usage Tips": { + "Usage Tips": "Használati tippek" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "24 órás időformátum használata a 12 órás AM/PM formátum helyett" + }, + "Use Custom Command": { + "Use Custom Command": "Egyéni parancs használata" + }, + "Use Grid Layout": { + "Use Grid Layout": "Rács elrendezés használata" + }, + "Use IP Location": { + "Use IP Location": "IP-cím használata" + }, + "Use Imperial Units": { + "Use Imperial Units": "Angolszász mértékegységek használata" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Angolszász mértékegységek (°F, mph, inHg) használata a metrikus (°C, km/h, hPa) helyett" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Rögzített szélességű betűtípus használata" + }, + "Use System Theme": { + "Use System Theme": "Rendszertéma használata" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Egyéni kép használata a bejelentkezési képernyőhöz, hagyd üresen az asztali háttérkép használatához." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Rögzített árnyékirány használata ehhez a sávhoz" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "Biztonsági kulcs használata a képernyőzár hitelesítéséhez." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Külső háttérképkezelő használatához, mint például a swww, hyprpaper vagy a swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Animált, hullámzó folyamatjelzők használata a médialejátszáshoz" + }, + "Use custom border size": { + "Use custom border size": "Egyéni szegélyméret használata" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Egyéni szegély/fókuszgyűrű szélesség használata" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Egyéni parancs használata a rendszer frissítésére" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Egyéni térközök használata a sáv térközei helyett" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Egyéni ablaksugár használata a téma sugara helyett" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Egyéni ablaklekerekítés használata a téma sugara helyett" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Asztali háttérkép használata" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "Ujjlenyomatos hitelesítés használata a képernyőzárhoz." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Világos téma használata a sötét helyett" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Méter per másodperc használata km/h helyett a szélsebességhez" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Kisebb értesítési kártyák használata" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Hangtéma használata a rendszerbeállításokból" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Azonos pozíció és méret használata minden kijelzőn" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Indító előtag használata az aktiváláshoz" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Akkor használatos, ha a kiemelőszín Egyéni-re van állítva" + }, + "User": { + "User": "Felhasználó" + }, + "Username": { + "Username": "Felhasználónév" + }, + "Username...": { + "Username...": "Felhasználónév…" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "A tartózkodási hely szerinti napkelte és napnyugta időpontokat használata." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Napkelte/napnyugta időpontok használata az éjszakai mód automatikus beállításához a tartózkodási helyed alapján." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "A Gammavezérlés megosztott beállításainak használata" + }, + "Utilities": { + "Utilities": "Segédprogramok" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN-kapcsolatok" + }, + "VPN Password": { + "VPN Password": "VPN jelszó" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN-konfiguráció frissítve" + }, + "VPN connections": { + "VPN connections": "VPN-kapcsolatok" + }, + "VPN deleted": { + "VPN deleted": "VPN-kapcsolat törölve" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN-profil importálva: %1" + }, + "VPN not available": { + "VPN not available": "A VPN nem elérhető" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN-állapot és gyors csatlakozás" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR csak teljes képernyőn" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR igény szerint" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Változó frissítési gyakoriság" + }, + "Verification": { + "Verification": "Ellenőrzés" + }, + "Version": { + "Version": "Verzió" + }, + "Vertical Deck": { + "Vertical Deck": "Függőleges köteg" + }, + "Vertical Grid": { + "Vertical Grid": "Függőleges rács" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Függőleges görgetés" + }, + "Vertical Tiling": { + "Vertical Tiling": "Függőleges csempézés" + }, + "Vibrant": { + "Vibrant": "Élénk" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Élénk paletta játékos telítettséggel." + }, + "Video Path": { + "Video Path": "Videó útvonala" + }, + "Video Screensaver": { + "Video Screensaver": "Videós képernyővédő" + }, + "Videos": { + "Videos": "Videók" + }, + "View Mode": { + "View Mode": "Nézetmód" + }, + "Visibility": { + "Visibility": "Láthatóság" + }, + "Visual Effects": { + "Visual Effects": "Vizuális effektusok" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Vizuális elválasztó a widgetek között" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Vizuális effektus a háttérkép változásakor" + }, + "Volume": { + "Volume": "Hangerő" + }, + "Volume Changed": { + "Volume Changed": "Hangerő megváltozott" + }, + "Volume Slider": { + "Volume Slider": "Hangerőszabályozó" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Hangerő, fényerő és egyéb rendszer képernyőkijelzők" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Háttérkép" + }, + "Wallpaper Error": { + "Wallpaper Error": "Háttérképhiba" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Háttérkép monitor" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Háttérkép kitöltési módja" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "A háttérkép feldolgozása sikertelen" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "A háttérkép feldolgozása sikertelen - ellenőrizd a háttérkép útvonalát" + }, + "Wallpapers": { + "Wallpapers": "Háttérképek" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Alkalmazandó meleg színhőmérséklet" + }, + "Warning": { + "Warning": "Figyelmeztetés" + }, + "Warnings": { + "Warnings": "Figyelmeztetések" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Hullámzó folyamatjelzők" + }, + "Weather": { + "Weather": "Időjárás" + }, + "Weather Widget": { + "Weather Widget": "Időjárás widget" + }, + "Welcome": { + "Welcome": "Üdvözlünk" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Üdvözlünk a DankMaterialShell-ben" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "Ha a Hyprland speciális munkaterületén lévő dokkolóablakra kattintasz, visszahozza azt a speciális munkaterületet, mielőtt az ablakra fókuszálna" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Ha engedélyezve van, az alkalmazások betűrendben vannak rendezve. Ha le van tiltva, az alkalmazások használati gyakoriság szerint vannak rendezve." + }, + "When locked": { + "When locked": "Zároláskor" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Ha a frissítő widget használatban van, akkor elrejtés (ha nem található frissítés)" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi jelszó" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wi-Fi- és Ethernet-kapcsolatok" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi nem elérhető" + }, + "WiFi": { + "WiFi": "Wi-Fi" + }, + "WiFi Device": { + "WiFi Device": "Wi-Fi-eszköz" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Wi-Fi QR-kód ehhez: " + }, + "WiFi disabled": { + "WiFi disabled": "Wi-Fi letiltva" + }, + "WiFi enabled": { + "WiFi enabled": "Wi-Fi engedélyezve" + }, + "WiFi is off": { + "WiFi is off": "A Wi-Fi ki van kapcsolva" + }, + "WiFi off": { + "WiFi off": "Wi-Fi kikapcsolva" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Széles (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Widget háttérszíne" + }, + "Widget Management": { + "Widget Management": "Widgetkezelés" + }, + "Widget Outline": { + "Widget Outline": "Widget körvonal" + }, + "Widget Style": { + "Widget Style": "Widget stílus" + }, + "Widget Styling": { + "Widget Styling": "Widget stílus" + }, + "Widget Transparency": { + "Widget Transparency": "Widget átlátszósága" + }, + "Widget added": { + "Widget added": "Widget hozzáadva" + }, + "Widget removed": { + "Widget removed": "Widget eltávolítva" + }, + "Widgets": { + "Widgets": "Widgetek" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widgetek, elrendezés, stílus" + }, + "Width": { + "Width": "Szélesség" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Ablakszegély szélessége (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Ablakszegély szélessége (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Ablakszegély és fókuszgyűrű szélessége" + }, + "Wind": { + "Wind": "Szél" + }, + "Wind Speed": { + "Wind Speed": "Szélsebesség" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Szélsebesség m/s-ban" + }, + "Window Corner Radius": { + "Window Corner Radius": "Ablaksarok sugara" + }, + "Window Gaps": { + "Window Gaps": "Ablakközök" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Ablakközök (px)" + }, + "Window Height": { + "Window Height": "Ablakmagasság" + }, + "Window Opening": { + "Window Opening": "Ablak megnyitása" + }, + "Window Rounding": { + "Window Rounding": "Ablaklekerekítés" + }, + "Window Rules": { + "Window Rules": "Ablakszabályok" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Az ablakszabályok include bejegyzés hiányzik" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Az ablakszabályok nincsenek beállítva" + }, + "Wipe": { + "Wipe": "Törlés" + }, + "Workspace": { + "Workspace": "Munkaterület" + }, + "Workspace Appearance": { + "Workspace Appearance": "Munkaterület megjelenése" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Munkaterület-indexszámok" + }, + "Workspace Names": { + "Workspace Names": "Munkaterület-nevek" + }, + "Workspace Padding": { + "Workspace Padding": "Munkaterület-margó" + }, + "Workspace Settings": { + "Workspace Settings": "Munkaterület-beállítások" + }, + "Workspace Switcher": { + "Workspace Switcher": "Munkaterület-váltó" + }, + "Workspace name": { + "Workspace name": "Munkaterület neve" + }, + "Workspaces": { + "Workspaces": "Munkaterületek" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Munkaterületek és widgetek" + }, + "Write:": { + "Write:": "Írás:" + }, + "X Axis": { + "X Axis": "X tengely" + }, + "Y Axis": { + "Y Axis": "Y tengely" + }, + "Yes": { + "Yes": "Igen" + }, + "Yesterday": { + "Yesterday": "Tegnap" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Nem mentett változtatásaid vannak. Szeretnél menteni a lap bezárása előtt?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Nem mentett változtatásaid vannak. Szeretnél menteni a folytatás előtt?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Nem mentett változtatásaid vannak. Szeretnél menteni az új fájl létrehozása előtt?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Nem mentett változtatásaid vannak. Szeretnél menteni a fájl megnyitása előtt?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Be kell állítanod a\nQT_QPA_PLATFORMTHEME=gtk3\nvagy a\nQT_QPA_PLATFORMTHEME=qt6ct\nkörnyezeti változót, majd indítsd újra a héjat.\n\nA qt6ct-hez telepíteni kell a qt6ct-kde csomagot." + }, + "You're All Set!": { + "You're All Set!": "Minden kész!" + }, + "Your system is up to date!": { + "Your system is up to date!": "A rendszer naprakész!" + }, + "actions": { + "actions": "műveletek" + }, + "attached": { + "attached": "csatolva" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "ettől: %1" + }, + "days": { + "days": "nap" + }, + "detached": { + "detached": "leválasztva" + }, + "device": { + "device": "eszköz" + }, + "devices connected": { + "devices connected": "csatlakoztatott eszköz" + }, + "dgop not available": { + "dgop not available": "A dgop nem elérhető" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "A dms egy nagymértékben testreszabható, modern asztali héj, material 3 ihlette dizájnnal.

A Quickshell-lel, egy QT6 keretrendszerrel asztali héjak építéséhez, és a Go statikusan típusos, fordított programozási nyelvvel készült." + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "A dms/cursor konfiguráció létezik, de nincs befoglalva. A kurzorbeállítások nem lesznek érvényesek." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "A dms/outputs konfiguráció létezik, de nincs benne a kompozitor konfigurációjában. A kijelző változások nem maradnak meg." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "pl.: firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "pl.: focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "pl. notify-send „Hello” && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "pl. scratch, /^tmp_.*/, build" + }, + "events": { + "events": "események" + }, + "ext": { + "ext": "kiterj." + }, + "featured": { + "featured": "kiemelt" + }, + "leave empty for default": { + "leave empty for default": "hagyd üresen az alapértelmezéshez" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl nem elérhető – a zárolás integrációhoz DMS socket kapcsolat szükséges" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "mangowc Discord szerver" + }, + "mangowc GitHub": { + "mangowc GitHub": "mangowc GitHub" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen nem található - telepítsd a matugen csomagot a dinamikus témázásért" + }, + "minutes": { + "minutes": "perc" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "navigáció" + }, + "niri GitHub": { + "niri GitHub": "niri GitHub" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "niri Matrix csevegés" + }, + "niri shortcuts config": { + "niri shortcuts config": "niri gyorsbillentyűk beállítása" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "most" + }, + "official": { + "official": "hivatalos" + }, + "on Hyprland": { + "on Hyprland": "Hyprlanden" + }, + "on MangoWC": { + "on MangoWC": "MangoWC-n" + }, + "on Miracle WM": { + "on Miracle WM": "Miracle WM-en" + }, + "on Niri": { + "on Niri": "Nirin" + }, + "on Scroll": { + "on Scroll": "Scrollon" + }, + "on Sway": { + "on Sway": "Sway-en" + }, + "open": { + "open": "megnyitás" + }, + "or run ": { + "or run ": "vagy futtasd ezt: " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "A power-profiles-daemon nem érhető el" + }, + "procs": { + "procs": "folyamat" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri subreddit" + }, + "seconds": { + "seconds": "másodperc" + }, + "source": { + "source": "forrás" + }, + "this app": { + "this app": "ez az alkalmazás" + }, + "up": { + "up": "fel" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "frissítsd a dms-t az NM integrációhoz." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 ettől: %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "A wtype nem elérhető - telepítsd a wtype csomagot a beillesztés támogatásához" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Csak megbízható forrásokból telepíts" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Hónap (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Hónap (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Hónap (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - Hónap (Január)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• A bővítmények hibákat vagy biztonsági problémákat tartalmazhatnak" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Lehetőség szerint ellenőrizd a kódot telepítés előtt" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Nap (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Nap (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Nap neve (H)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Nap neve (Hétfő)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - Év (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - Év (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Szóköz: Kibontás • Enter: Művelet/Kibontás • E: Szöveg" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigáció • Enter/Ctrl+C: Másolás • Del: Törlés • F10: Súgó" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigálás • Enter: Beillesztés • Del: Törlés • F10: Súgó" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/it.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/it.json new file mode 100644 index 0000000..3f1b91f --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/it.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "Velocità Animazione %1" + }, + "%1 Sessions": { + "%1 Sessions": "%1 Sessioni" + }, + "%1 active session": { + "%1 active session": "%1 sessione attiva" + }, + "%1 active sessions": { + "%1 active sessions": "%1 sessioni attive" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 adattatore, nessuno connesso" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 adattatori, nessuno connesso" + }, + "%1 character": { + "%1 character": "%1 carattere" + }, + "%1 characters": { + "%1 characters": "%1 caratteri" + }, + "%1 connected": { + "%1 connected": "%1 connesso" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 durata animazione personalizzata" + }, + "%1 disconnected": { + "%1 disconnected": "%1 disconnesso" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 disconnesso (nascosto)" + }, + "%1 display": { + "%1 display": "%1 schermo" + }, + "%1 displays": { + "%1 displays": "%1 schermi" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 esiste ma non è incluso nella configurazione. Le scorciatoie personalizzate non funzioneranno finché non sarà risolto." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 esiste ma non è incluso. Le regole della finestra non verranno applicate." + }, + "%1 filtered": { + "%1 filtered": "%1 filtrato(i)" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 è ora incluso nella configurazione" + }, + "%1 issue found": { + "%1 issue found": "%1 problema trovato" + }, + "%1 issues found": { + "%1 issues found": "%1 problemi trovati" + }, + "%1 notifications": { + "%1 notifications": "%1 notifiche" + }, + "%1 update": { + "%1 update": "%1 aggiornamento" + }, + "%1 updates": { + "%1 updates": "%1 aggiornamenti" + }, + "%1 variants": { + "%1 variants": "%1 varianti" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 sfondo • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 sfondi • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 widget" + }, + "%1 window": { + "%1 window": "%1 finestra" + }, + "%1 windows": { + "%1 windows": "%1 finestre" + }, + "%1m ago": { + "%1m ago": "%1 min fa" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "\"Alternativa\" permette alla chiave di sbloccare da sola. \"Secondo fattore\" richiede prima la password o l'impronta digitale, poi la chiave." + }, + "(Default)": { + "(Default)": "(Predefinito)" + }, + "(Unnamed)": { + "(Unnamed)": "(Senza nome)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 altre" + }, + "/path/to/videos": { + "/path/to/videos": "/percorso/dei/video" + }, + "0 = square corners": { + "0 = square corners": "0 = angoli squadrati" + }, + "1 day": { + "1 day": "1 giorno" + }, + "1 device connected": { + "1 device connected": "1 dispositivo connesso" + }, + "1 event": { + "1 event": "1 evento" + }, + "1 hour": { + "1 hour": "1 ora" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 ora 30 minuti" + }, + "1 minute": { + "1 minute": "1 minuto" + }, + "1 notification": { + "1 notification": "1 notifica" + }, + "1 second": { + "1 second": "1 secondo" + }, + "10 minutes": { + "10 minutes": "10 minuti" + }, + "10 seconds": { + "10 seconds": "10 secondi" + }, + "10-bit Color": { + "10-bit Color": "Colore a 10 bit" + }, + "12 hours": { + "12 hours": "12 ore" + }, + "14 days": { + "14 days": "14 giorni" + }, + "15 minutes": { + "15 minutes": "15 minuti" + }, + "15 seconds": { + "15 seconds": "15 secondi" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 ore" + }, + "2 minutes": { + "2 minutes": "2 minuti" + }, + "2 seconds": { + "2 seconds": "2 secondi" + }, + "20 minutes": { + "20 minutes": "20 minuti" + }, + "20 seconds": { + "20 seconds": "20 secondi" + }, + "24-Hour Format": { + "24-Hour Format": "Formato 24 Ore" + }, + "24-hour clock": { + "24-hour clock": "Orologio 24 ore" + }, + "24-hour format": { + "24-hour format": "formato 24 ore" + }, + "25 seconds": { + "25 seconds": "25 secondi" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 giorni" + }, + "3 hours": { + "3 hours": "3 ore" + }, + "3 minutes": { + "3 minutes": "3 minuti" + }, + "3 seconds": { + "3 seconds": "3 secondi" + }, + "30 days": { + "30 days": "30 giorni" + }, + "30 minutes": { + "30 minutes": "30 minuti" + }, + "30 seconds": { + "30 seconds": "30 secondi" + }, + "35 seconds": { + "35 seconds": "35 secondi" + }, + "3rd party": { + "3rd party": "terze parti" + }, + "4 hours": { + "4 hours": "4 ore" + }, + "4 seconds": { + "4 seconds": "4 secondi" + }, + "40 seconds": { + "40 seconds": "40 secondi" + }, + "45 seconds": { + "45 seconds": "45 secondi" + }, + "5 minutes": { + "5 minutes": "5 minuti" + }, + "5 seconds": { + "5 seconds": "5 secondi" + }, + "50 seconds": { + "50 seconds": "50 secondi" + }, + "500 ms": { + "500 ms": "500 ms" + }, + "55 seconds": { + "55 seconds": "55 secondi" + }, + "6 hours": { + "6 hours": "6 ore" + }, + "7 days": { + "7 days": "7 giorni" + }, + "750 ms": { + "750 ms": "750 ms" + }, + "8 hours": { + "8 hours": "8 ore" + }, + "8 seconds": { + "8 seconds": "8 secondi" + }, + "90 days": { + "90 days": "90 giorni" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "Licenza MIT" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Esiste già un file con questo nome. Vuoi sovrascriverlo?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Una moderna shell desktop per compositor Wayland" + }, + "AC Power": { + "AC Power": "Alimentazione CA" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Interrotto" + }, + "About": { + "About": "Informazioni" + }, + "Accent Color": { + "Accent Color": "Colore di Accento" + }, + "Accept": { + "Accept": "Accetta" + }, + "Accept Jobs": { + "Accept Jobs": "Accetta Stampe" + }, + "Accepting": { + "Accepting": "In Accettazione" + }, + "Access clipboard history": { + "Access clipboard history": "Accesso alla cronologia degli appunti" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Accesso a notifiche e non disturbare" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Accesso ai controlli e alle impostazioni del sistema" + }, + "Action": { + "Action": "Azione" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "Azione non riuscita o il terminale è stato chiuso." + }, + "Actions": { + "Actions": "Azioni" + }, + "Activate": { + "Activate": "Attiva" + }, + "Activate Greeter": { + "Activate Greeter": "Attiva Greeter" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Attivare il greeter DMS? Si aprirà un terminale per l'autenticazione sudo. Esegui Sincronizza dopo l'attivazione per applicare le tue impostazioni." + }, + "Activation": { + "Activation": "Attivazione" + }, + "Active": { + "Active": "Attivo" + }, + "Active Color": { + "Active Color": "Colore Attivo" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Schermo Attivo per la Schermata di Blocco" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Colore sfondo e icona dei riquadri attivi" + }, + "Active: %1": { + "Active: %1": "Attivo: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Attivo: %1 +%2" + }, + "Active: None": { + "Active: None": "Attivo: Nessuno" + }, + "Adapters": { + "Adapters": "Adattatori" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Aggiungi" + }, + "Add Bar": { + "Add Bar": "Aggiungi Barra" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Aggiungi Widget Desktop" + }, + "Add Printer": { + "Add Printer": "Aggiungi Stampante" + }, + "Add Title": { + "Add Title": "Aggiungi Titolo" + }, + "Add Widget": { + "Add Widget": "Aggiungi Widget" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Aggiungi Widget alla Sezione %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Aggiungi un bordo alla dock" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Aggiungi un prefisso personalizzato all'avvio di tutte le applicazioni. Può essere utilizzato per strumenti come \"uwsm-app\", \"systemd-run\" o altri wrapper di comandi." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Aggiungi e configura widget che compaiono sul tuo desktop" + }, + "Add by Address": { + "Add by Address": "Aggiungi tramite Indirizzo" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Regola il numero di colonne nella modalità di visualizzazione a griglia." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Regola volume per scatto rotellina" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Regola il contrasto dei colori generati (-100 = minimo, 0 = standard, 100 = massimo)" + }, + "Advanced": { + "Advanced": "Avanzate" + }, + "Afternoon": { + "Afternoon": "Pomeriggio" + }, + "All": { + "All": "Tutto" + }, + "All Monitors": { + "All Monitors": "Tutti gli Schermi" + }, + "All checks passed": { + "All checks passed": "Tutti i controlli superati" + }, + "All day": { + "All day": "Tutto il giorno" + }, + "All displays": { + "All displays": "Tutti gli schermi" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Consenti clic attraverso il widget" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Indietro • F1/I: Info File • F10: Aiuto • Esc: Chiudi" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternativa (O)" + }, + "Always Active": { + "Always Active": "Sempre Attivo" + }, + "Always Show Percentage": { + "Always Show Percentage": "Mostra Sempre Percentuale" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Nascondi sempre la dock e mostrala passando il cursore vicino all’area della dock" + }, + "Always on icons": { + "Always on icons": "Icone sempre attive" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Mostra sempre almeno 3 spazi di lavoro, anche se ne sono disponibili meno" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Mostra sempre la dock quando la vista panoramica di niri è aperta" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Mostra sempre quando è presente un solo schermo connesso" + }, + "Amount": { + "Amount": "Quantità" + }, + "Analog": { + "Analog": "Analogico" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Visualizzazione dell’orologio analogica, digitale o impilata" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Analisi configurazione in corso..." + }, + "Animation Duration": { + "Animation Duration": "Durata Animazione" + }, + "Animation Speed": { + "Animation Speed": "Velocità Animazione" + }, + "Anonymous Identity": { + "Anonymous Identity": "Identità Anonima" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Identità Anonima (facoltativa)" + }, + "App Customizations": { + "App Customizations": "Personalizzazioni App" + }, + "App ID Substitutions": { + "App ID Substitutions": "Sostituzioni App ID" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "Regex ID applicazione (es. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Launcher Applicazioni" + }, + "App Names": { + "App Names": "Nomi App" + }, + "App Theming": { + "App Theming": "Theming Applicazioni" + }, + "Appearance": { + "Appearance": "Aspetto" + }, + "Application Dock": { + "Application Dock": "Dock delle Applicazioni" + }, + "Applications": { + "Applications": "Applicazioni" + }, + "Apply Changes": { + "Apply Changes": "Applica Modifiche" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Applica Colori GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Applica Colori Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Applica una temperatura colore più calda per ridurre l'affaticamento visivo. Usa le impostazioni di automazione qui sotto per controllare quando attivarla." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "Applicazione delle modifiche di autenticazione in corso…" + }, + "Apps": { + "Apps": "App" + }, + "Apps Dock": { + "Apps Dock": "Dock delle App" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Impostazioni Dock App" + }, + "Apps Icon": { + "Apps Icon": "Icona App" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Le applicazioni sono ordinate per frequenza d'uso, poi per ultimo utilizzo, e infine in ordine alfabetico." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "App con nome visualizzato, icona o opzioni di avvio personalizzati. Fai clic con il tasto destro su un'app e seleziona \"Modifica App\" per personalizzare." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "App con popup di notifica silenziati. Riattiva o elimina per rimuovere." + }, + "Architecture": { + "Architecture": "Architettura" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Sei sicuro di voler terminare la sessione \"%1\"?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Disponi gli schermi e configura risoluzione, frequenza di aggiornamento e VRR" + }, + "Attach": { + "Attach": "Aggancia" + }, + "Audio": { + "Audio": "Audio" + }, + "Audio Codec": { + "Audio Codec": "Codec Audio" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Selezione Codec Audio" + }, + "Audio Devices": { + "Audio Devices": "Dispositivi Audio" + }, + "Audio Input": { + "Audio Input": "Input Audio" + }, + "Audio Output": { + "Audio Output": "Output Audio" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Dispositivi di Uscita Audio (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Cambio Uscita Audio" + }, + "Audio Visualizer": { + "Audio Visualizer": "Visualizzatore Audio" + }, + "Audio system restarted": { + "Audio system restarted": "Sistema audio riavviato" + }, + "Audio volume control": { + "Audio volume control": "Controllo volume audio" + }, + "Auth": { + "Auth": "Autenticazione" + }, + "Auth Type": { + "Auth Type": "Tipo di Autenticazione" + }, + "Authenticate": { + "Authenticate": "Autenticati" + }, + "Authenticating...": { + "Authenticating...": "Autenticazione in corso..." + }, + "Authentication": { + "Authentication": "Autenticazione" + }, + "Authentication Required": { + "Authentication Required": "Autenticazione Richiesta" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "Modifiche di autenticazione applicate." + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "Le modifiche di autenticazione vengono applicate automaticamente." + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "Le modifiche di autenticazione vengono applicate automaticamente. L'accesso solo con impronta digitale potrebbe non sbloccare il Portachiavi." + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Le modifiche di autenticazione richiedono sudo. Apertura del terminale per consentirti l'uso della password o dell'impronta digitale." + }, + "Authentication error - try again": { + "Authentication error - try again": "Errore di autenticazione - riprova" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Impossibile autenticarsi, per favore riprova" + }, + "Authorize": { + "Authorize": "Autorizza" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Autorizza associazione con " + }, + "Authorize service for ": { + "Authorize service for ": "Autorizza servizio per " + }, + "Auto": { + "Auto": "Automatico" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "Auto (In base alla barra)" + }, + "Auto (Wide)": { + "Auto (Wide)": "Automatico (Ampio)" + }, + "Auto Location": { + "Auto Location": "Posizione Automatica" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Spaziature Popup Automatiche" + }, + "Auto-Clear After": { + "Auto-Clear After": "Cancellazione Automatica Dopo" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Ritardo Auto-Nascondimento" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Chiudi automaticamente la panoramica di Niri all'avvio delle app." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Elimina automaticamente le notifiche più vecchie di questo periodo" + }, + "Auto-hide": { + "Auto-hide": "Nascondi Automaticamente" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Nascondi Automaticamente la Dock" + }, + "Auto-saving...": { + "Auto-saving...": "Salvataggio in corso..." + }, + "Autoconnect": { + "Autoconnect": "Connessione Automatica" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Connessione automatica disabilitata" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Connessione automatica abilitata" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "Compila automaticamente con l'ultima ricerca ricordata all'apertura" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Modalità Colore Automatica" + }, + "Automatic Control": { + "Automatic Control": "Controllo Automatico" + }, + "Automatic Cycling": { + "Automatic Cycling": "Rotazione Automatica" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Alterna automaticamente gli sfondi nella stessa cartella" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Elimina automaticamente le voci più vecchie di questo periodo" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Rileva automaticamente la posizione in base all'indirizzo IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Determina automaticamente la tua posizione usando l'indirizzo IP" + }, + "Automatically lock after": { + "Automatically lock after": "Blocca automaticamente dopo" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Blocca automaticamente lo schermo all'avvio della DMS" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Blocca automaticamente lo schermo quando il sistema si prepara alla sospensione" + }, + "Automation": { + "Automation": "Automazione" + }, + "Available": { + "Available": "Disponibile" + }, + "Available Layouts": { + "Available Layouts": "Layout Disponibili" + }, + "Available Networks": { + "Available Networks": "Reti Disponibili" + }, + "Available Plugins": { + "Available Plugins": "Plugin Disponibili" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Schermi Disponibili (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Disponibile nelle modalità Dettagliata e Previsioni" + }, + "Available.": { + "Available.": "Disponibile." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Indietro" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "Sfondo" + }, + "Background Blur": { + "Background Blur": "Sfocatura Sfondo" + }, + "Background Opacity": { + "Background Opacity": "Opacità dello Sfondo" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "Sincronizzazione dell'autenticazione in background non riuscita. Tentativo con la modalità terminale in corso" + }, + "Background image": { + "Background image": "Immagine di sfondo" + }, + "Backlight device": { + "Backlight device": "Dispositivo di retroilluminazione" + }, + "Balance power and performance": { + "Balance power and performance": "Bilancia risparmio energetico e prestazioni" + }, + "Balanced": { + "Balanced": "Bilanciato" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Tavolozza bilanciata con accenti focalizzati (predefinito)." + }, + "Bar Configurations": { + "Bar Configurations": "Configurazioni Barra" + }, + "Bar Shadows": { + "Bar Shadows": "Ombre della Barra" + }, + "Bar Transparency": { + "Bar Transparency": "Trasparenza Barra" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Colore base per le ombre (l'opacità è applicata automaticamente)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Durata base delle animazioni (trascina per usare Personalizzato)" + }, + "Battery": { + "Battery": "Batteria" + }, + "Battery %1": { + "Battery %1": "Batteria %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Limite Carica Batteria" + }, + "Battery and power management": { + "Battery and power management": "Gestione batteria e alimentazione" + }, + "Battery level and power management": { + "Battery level and power management": "Livello batteria e gestione energetica" + }, + "Behavior": { + "Behavior": "Comportamento" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Associa la schermata di blocco ai segnali dbus di loginctl. Disabilita se utilizzi una schermata di blocco esterna" + }, + "Binds Include Missing": { + "Binds Include Missing": "Inclusione Scorciatoie Mancante" + }, + "Binds include added": { + "Binds include added": "Inclusione scorciatoie aggiunta" + }, + "Bit Depth": { + "Bit Depth": "Profondità di Bit" + }, + "Block Out": { + "Block Out": "Escludi" + }, + "Block Out From": { + "Block Out From": "Escludi Da" + }, + "Block notifications": { + "Block notifications": "Blocca notifiche" + }, + "Blocked": { + "Blocked": "Bloccato" + }, + "Blue light filter": { + "Blue light filter": "Filtro luce blu" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Impostazioni Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth non disponibile" + }, + "Blur Border Color": { + "Blur Border Color": "Colore Bordo Sfocato" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "Opacità Bordo Sfocato" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Sfoca il Livello dello Sfondo" + }, + "Blur on Overview": { + "Blur on Overview": "Sfocatura su Panoramica" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Sfoca lo sfondo dietro barre, popup, modali e notifiche. Richiede supporto e configurazione del compositore." + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Sfoca lo sfondo quando la panoramica di niri è aperta" + }, + "Body": { + "Body": "Corpo" + }, + "Border": { + "Border": "Bordo" + }, + "Border Color": { + "Border Color": "Colore Bordo" + }, + "Border Opacity": { + "Border Opacity": "Opacità Bordo" + }, + "Border Size": { + "Border Size": "Spessore Bordo" + }, + "Border Thickness": { + "Border Thickness": "Spessore Bordo" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "Colore del bordo attorno alle superfici sfocate" + }, + "Border with BG": { + "Border with BG": "Bordo con Sfondo" + }, + "Bottom": { + "Bottom": "In Basso" + }, + "Bottom Center": { + "Bottom Center": "In Basso al Centro" + }, + "Bottom Left": { + "Bottom Left": "In Basso a Sinistra" + }, + "Bottom Right": { + "Bottom Right": "In Basso a Destra" + }, + "Bottom Section": { + "Bottom Section": "Sezione Inferiore" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Dock inferiore per applicazioni fissate e in esecuzione" + }, + "Brightness": { + "Brightness": "Luminosità" + }, + "Brightness Slider": { + "Brightness Slider": "Slider Luminosità" + }, + "Brightness Value": { + "Brightness Value": "Valore di Luminosità" + }, + "Brightness control not available": { + "Brightness control not available": "Controllo luminosità non disponibile" + }, + "Browse": { + "Browse": "Sfoglia" + }, + "Browse Files": { + "Browse Files": "Sfoglia File" + }, + "Browse Plugins": { + "Browse Plugins": "Sfoglia Plugin" + }, + "Browse Themes": { + "Browse Themes": "Sfoglia Temi" + }, + "Browse or search plugins": { + "Browse or search plugins": "Sfoglia o cerca plugin" + }, + "Button Color": { + "Button Color": "Colore Pulsante" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "Grafico della CPU" + }, + "CPU Temperature": { + "CPU Temperature": "Temperatura CPU" + }, + "CPU Usage": { + "CPU Usage": "Utilizzo CPU" + }, + "CPU temperature display": { + "CPU temperature display": "Mostra temperatura CPU" + }, + "CPU usage indicator": { + "CPU usage indicator": "Indicatore utilizzo CPU" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Monitoraggio CPU, memoria, rete e disco" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "Avviso Filtro non Sicuro CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "Avviso Filtro Mancante CUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "Server di Stampa CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS non disponibile" + }, + "Camera": { + "Camera": "Fotocamera" + }, + "Cancel": { + "Cancel": "Annulla" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Annullare tutte le stampe per \"%1\"?" + }, + "Canceled": { + "Canceled": "Annullato" + }, + "Cannot pair": { + "Cannot pair": "Impossibile associare" + }, + "Capabilities": { + "Capabilities": "Capacità" + }, + "Capacity": { + "Capacity": "Capacità" + }, + "Caps Lock": { + "Caps Lock": "Blocco Maiuscole" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Indicatore Blocco Maiuscole" + }, + "Caps Lock is on": { + "Caps Lock is on": "Blocco Maiuscole è attivo" + }, + "Center Section": { + "Center Section": "Sezione Centrale" + }, + "Center Single Column": { + "Center Single Column": "Colonna Singola Centrale" + }, + "Center Tiling": { + "Center Tiling": "Tiling Centrale" + }, + "Certificate Password": { + "Certificate Password": "Password del Certificato" + }, + "Change Song": { + "Change Song": "Cambia Brano" + }, + "Change Volume": { + "Change Volume": "Cambia Volume" + }, + "Change bar appearance": { + "Change bar appearance": "Cambia aspetto barra" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "Cambia la lingua utilizzata dall'interfaccia DMS." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "Cambia la lingua per la formattazione di data e ora, indipendentemente dalla lingua dell'interfaccia." + }, + "Channel": { + "Channel": "Canale" + }, + "Charging": { + "Charging": "In Carica" + }, + "Check for system updates": { + "Check for system updates": "Controlla aggiornamenti di sistema" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Controlla lo stato della sincronizzazione su richiesta. Sincronizza copia il tema, le impostazioni e la configurazione dello sfondo nella schermata di accesso. Le modifiche di autenticazione vengono applicate automaticamente." + }, + "Checking for updates...": { + "Checking for updates...": "Controllo aggiornamenti..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "Verifica della necessità di autenticazione sudo…" + }, + "Checking...": { + "Checking...": "Verifica in corso..." + }, + "Checking…": { + "Checking…": "Controllo in corso…" + }, + "Choose Color": { + "Choose Color": "Scegli Colore" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Scegli Colore Modalità Scura" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Scegli il Colore del Logo del Dock Launcher" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Scegli il Colore del Logo del Launcher" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Scegli Colore Modalità Chiara" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Scegli Colore Sfondo" + }, + "Choose a color": { + "Choose a color": "Scegli un colore" + }, + "Choose colors from palette": { + "Choose colors from palette": "Scegli i colori dalla tavolozza" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Scegli come visualizzare il widget meteo" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Scegli come questa barra determina la direzione delle ombre" + }, + "Choose icon": { + "Choose icon": "Scegli icona" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Scegli il colore di sfondo per i widget" + }, + "Choose the border accent color": { + "Choose the border accent color": "Scegli il colore di accento del bordo" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Scegli il logo visualizzato sul pulsante del launcher nella DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Scegli dove i popup delle notifiche appaiono sullo schermo" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Scegli dove i messaggi appaiono sullo schermo" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Scegli su quali schermi mostrare questo widget" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Scegli quale schermo mostra l'interfaccia della schermata di blocco. Gli altri schermi visualizzeranno un colore solido per proteggere gli schermi OLED dal burn-in." + }, + "Chroma Style": { + "Chroma Style": "Stile Chroma" + }, + "Cipher": { + "Cipher": "Cifratura" + }, + "Circle": { + "Circle": "Cerchio" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Regex classe (es. ^firefox$)" + }, + "Clear": { + "Clear": "Cancella" + }, + "Clear All": { + "Clear All": "Cancella Tutto" + }, + "Clear All Jobs": { + "Clear All Jobs": "Elimina Tutte le Stampe" + }, + "Clear History?": { + "Clear History?": "Cancellare la Cronologia?" + }, + "Clear Sky": { + "Clear Sky": "Sereno" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Cancella tutta la cronologia all'avvio del server" + }, + "Clear at Startup": { + "Clear at Startup": "Cancella all'Avvio" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Fai clic su \"Configura\" per creare %1 e aggiungere l'inclusione alla configurazione." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Fai clic su \"Configura\" per creare %1 e aggiungere l'inclusione al file di configurazione del compositor." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Fai clic su \"Configura\" per creare la configurazione del cursore e aggiungere l'inclusione al tuo file di configurazione del compositor." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Fai clic su \"Configura\" per creare la configurazione degli output e aggiungere l'istruzione include alla configurazione del compositor." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Fai clic su Importa per aggiungere un file .ovpn o .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Fai clic su Aggiorna per controllare lo stato." + }, + "Click Through": { + "Click Through": "Ignora Clic Mouse" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Fai clic su qualsiasi scorciatoia per modificare. Le modifiche vengono salvate in %1" + }, + "Click to capture": { + "Click to capture": "Fai clic per acquisire" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Fai clic per selezionare un file tema JSON personalizzato" + }, + "Clip": { + "Clip": "Ritaglia" + }, + "Clip to Geometry": { + "Clip to Geometry": "Ritaglia alla Geometria" + }, + "Clipboard": { + "Clipboard": "Appunti" + }, + "Clipboard History": { + "Clipboard History": "Cronologia Appunti" + }, + "Clipboard Manager": { + "Clipboard Manager": "Gestore Appunti" + }, + "Clipboard sent": { + "Clipboard sent": "Appunti inviati" + }, + "Clipboard service not available": { + "Clipboard service not available": "Servizio degli appunti non disponibile" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Gli appunti funzionano ma nulla viene salvato su disco" + }, + "Clock": { + "Clock": "Orologio" + }, + "Clock Style": { + "Clock Style": "Stile dell'Orologio" + }, + "Close": { + "Close": "Chiudi" + }, + "Close All Windows": { + "Close All Windows": "Chiudi Tutte le Finestre" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Chiudi Panoramica all'Avvio" + }, + "Close Window": { + "Close Window": "Chiudi Finestra" + }, + "Color": { + "Color": "Colore" + }, + "Color Gamut": { + "Color Gamut": "Gamma Cromatica" + }, + "Color Management": { + "Color Management": "Gestione del Colore" + }, + "Color Mode": { + "Color Mode": "Modalità Colore" + }, + "Color Override": { + "Color Override": "Forzatura Colore" + }, + "Color Picker": { + "Color Picker": "Selettore Colore" + }, + "Color Temperature": { + "Color Temperature": "Temperatura Colore" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Colore visualizzato sui monitor senza la schermata di blocco" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Colore per i pulsanti di azione principali" + }, + "Color temperature for day time": { + "Color temperature for day time": "Temperatura colore per il giorno" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Temperatura colore per la modalità notturna" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Tema colori per l'evidenziazione della sintassi." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Tema colori per l'evidenziazione della sintassi. %1 temi disponibili." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Tema colore dal registro DMS" + }, + "Colorful": { + "Colorful": "Colorato" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Mix colorato di accenti contrastanti brillanti." + }, + "Colorize Active": { + "Colorize Active": "Colora Attivo" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Colori dallo sfondo" + }, + "Column": { + "Column": "Colonna" + }, + "Column Display": { + "Column Display": "Visualizzazione a Colonna" + }, + "Column Width": { + "Column Width": "Larghezza Colonna" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "Elenco separato da virgole dei nomi di sessione da nascondere. Racchiudi tra barre per usare regex (es. /^_.*/)." + }, + "Command": { + "Command": "Comando" + }, + "Commands": { + "Commands": "Comandi" + }, + "Communication": { + "Communication": "Comunicazione" + }, + "Community themes": { + "Community themes": "Temi della community" + }, + "Compact": { + "Compact": "Compatto" + }, + "Compact Mode": { + "Compact Mode": "Modalità Compatta" + }, + "Completed": { + "Completed": "Completato" + }, + "Compositor": { + "Compositor": "Compositor" + }, + "Compositor Settings": { + "Compositor Settings": "Impostazioni del Compositor" + }, + "Compositor not supported": { + "Compositor not supported": "Compositor non supportato" + }, + "Config Format": { + "Config Format": "Formato di Configurazione" + }, + "Config action: %1": { + "Config action: %1": "Azione di configurazione: %1" + }, + "Config validation failed": { + "Config validation failed": "Impossibile convalidare la configurazione" + }, + "Configuration": { + "Configuration": "Configurazione" + }, + "Configuration activated": { + "Configuration activated": "Configurazione attivata" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "La configurazione verrà preservata quando questo schermo si riconnette" + }, + "Configure": { + "Configure": "Configura" + }, + "Configure Keybinds": { + "Configure Keybinds": "Configura Scorciatoie" + }, + "Configure a new printer": { + "Configure a new printer": "Configura una nuova stampante" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Configura le icone per gli spazi di lavoro con nome. Le icone hanno la priorità sui numeri quando sono entrambi abilitati." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Configura criteri di corrispondenza e azioni" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Configura quali schermi mostrano \"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Configura quali schermi mostrano i componenti della shell" + }, + "Confirm": { + "Confirm": "Conferma" + }, + "Confirm Delete": { + "Confirm Delete": "Conferma" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Conferma Modifiche Schermo" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Conferma passkey per " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "In conflitto con: %1" + }, + "Connect": { + "Connect": "Connetti" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Connetti a Rete Nascosta" + }, + "Connect to VPN": { + "Connect to VPN": "Connetti alla VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Connetti a Wi-Fi" + }, + "Connected": { + "Connected": "Connesso" + }, + "Connected Device": { + "Connected Device": "Dispositivo Connesso" + }, + "Connected Displays": { + "Connected Displays": "Schermi Connessi" + }, + "Connecting to Device": { + "Connecting to Device": "Connessione al Dispositivo" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Connessione in corso..." + }, + "Connection failed": { + "Connection failed": "Connessione non riuscita" + }, + "Contains": { + "Contains": "Contiene" + }, + "Content": { + "Content": "Contenuto" + }, + "Content copied": { + "Content copied": "Contenuto copiato" + }, + "Contrast": { + "Contrast": "Contrasto" + }, + "Control Center": { + "Control Center": "Centro di Controllo" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Colore Riquadri Centro di Controllo" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Controlla la durata dell'animazione per i popup di notifica e la cronologia" + }, + "Control currently playing media": { + "Control currently playing media": "Controlla media in riproduzione" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Scegli quali informazioni delle notifiche vengono mostrate sulla schermata di blocco" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Controlla quali plugin appaiono nella modalità \"Tutti\" senza richiedere un prefisso di attivazione. Trascina per riordinare." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Controlla spazi di lavoro e colonne scorrendo sulla barra" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Controlla l'opacità di tutti i popup, le finestre modali e i loro livelli di contenuto" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "Controlla la direzione della proiezione dell'ombra per i livelli in rilievo" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "Controlla il raggio di sfocatura base e l'offset delle ombre" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Controlla la trasparenza dell'ombra" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "Opzioni di comodità per la schermata di accesso. Sincronizza per applicare." + }, + "Cooldown": { + "Cooldown": "Tempo di Attesa" + }, + "Copied GIF": { + "Copied GIF": "GIF Copiata" + }, + "Copied MP4": { + "Copied MP4": "MP4 Copiato" + }, + "Copied WebP": { + "Copied WebP": "WebP Copiato" + }, + "Copied to clipboard": { + "Copied to clipboard": "Copiato negli appunti" + }, + "Copied!": { + "Copied!": "Copiato!" + }, + "Copy": { + "Copy": "Copia" + }, + "Copy Content": { + "Copy Content": "Copia Contenuto" + }, + "Copy Full Command": { + "Copy Full Command": "Copia Comando Completo" + }, + "Copy HTML": { + "Copy HTML": "Copia HTML" + }, + "Copy Name": { + "Copy Name": "Copia Nome" + }, + "Copy PID": { + "Copy PID": "Copia PID" + }, + "Copy Text": { + "Copy Text": "Copia Testo" + }, + "Copy path": { + "Copy path": "Copia percorso" + }, + "Corner Radius": { + "Corner Radius": "Raggio degli Angoli" + }, + "Corner Radius Override": { + "Corner Radius Override": "Forzatura Raggio Angoli" + }, + "Corners & Background": { + "Corners & Background": "Angoli e Sfondo" + }, + "Count Only": { + "Count Only": "Solo Conteggio" + }, + "Cover Open": { + "Cover Open": "Coperchio Aperto" + }, + "Create": { + "Create": "Crea" + }, + "Create Dir": { + "Create Dir": "Crea Cartella" + }, + "Create Printer": { + "Create Printer": "Crea Stampante" + }, + "Create Window Rule": { + "Create Window Rule": "Crea Regola Finestra" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "Crea una nuova sessione %1 (n)" + }, + "Create rule for:": { + "Create rule for:": "Crea regola per:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Crea regole per silenziare, ignorare, nascondere dalla cronologia o sovrascrivere la priorità delle notifiche. L'impostazione predefinita sovrascrive solo la priorità; le notifiche appaiono comunque normalmente." + }, + "Creating...": { + "Creating...": "Creazione in Corso..." + }, + "Critical Priority": { + "Critical Priority": "Priorità Critica" + }, + "Current": { + "Current": "Attuali" + }, + "Current Items": { + "Current Items": "Elementi Correnti" + }, + "Current Locale": { + "Current Locale": "Lingua Corrente" + }, + "Current Monitor": { + "Current Monitor": "Schermo Attuale" + }, + "Current Period": { + "Current Period": "Periodo Corrente" + }, + "Current Status": { + "Current Status": "Stato Attuale" + }, + "Current Temp": { + "Current Temp": "Temperatura Attuale" + }, + "Current Theme: %1": { + "Current Theme: %1": "Tema corrente: %1" + }, + "Current Weather": { + "Current Weather": "Meteo Attuale" + }, + "Current Workspace": { + "Current Workspace": "Spazio di Lavoro Attuale" + }, + "Current time and date display": { + "Current time and date display": "Visualizzazione data e ora correnti" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Temperatura e condizioni meteo attuali" + }, + "Current: %1": { + "Current: %1": "Attuale: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Configurazione Cursore Non Impostata" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Inclusione Cursore Mancante" + }, + "Cursor Size": { + "Cursor Size": "Dimensione Cursore" + }, + "Cursor Theme": { + "Cursor Theme": "Tema Cursore" + }, + "Custom": { + "Custom": "Personalizzata" + }, + "Custom Color": { + "Custom Color": "Colore Personalizzato" + }, + "Custom Duration": { + "Custom Duration": "Durata Personalizzata" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Comando Personalizzato per Ibernazione" + }, + "Custom Location": { + "Custom Location": "Posizione Personalizzata" + }, + "Custom Lock Command": { + "Custom Lock Command": "Comando Personalizzato per il Blocco" + }, + "Custom Logout Command": { + "Custom Logout Command": "Comando Personalizzato per il Termina Sessione" + }, + "Custom Name": { + "Custom Name": "Nome Personalizzato" + }, + "Custom Power Actions": { + "Custom Power Actions": "Azioni Alimentazione Personalizzate" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Comando Personalizzato per lo Spegnimento" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Comando Personalizzato per il Riavvio" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Colore Ombra Personalizzato" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Sovrascrittura Ombra Personalizzata" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Comando Personalizzato per la Sospensione" + }, + "Custom Transparency": { + "Custom Transparency": "Trasparenza Personalizzata" + }, + "Custom power profile": { + "Custom power profile": "Profilo energetico personalizzato" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Tema personalizzato caricato da file JSON" + }, + "Custom...": { + "Custom...": "Personalizzato..." + }, + "Custom: ": { + "Custom: ": "Personalizzato: " + }, + "Customizable empty space": { + "Customizable empty space": "Spazio vuoto personalizzabile" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Personalizza quali azioni visualizzare nel menu alimentazione" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "Monitor DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "MODALITÀ DEMO - Fai clic ovunque per uscire" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Gestore Plugin DMS non Disponibile" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Scorciatoie DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "Il greeter DMS richiede: greetd, dms-greeter. Impronte digitali: fprintd, pam_fprintd. Chiavi di sicurezza: pam_u2f. Aggiungi il tuo utente al gruppo greeter. Le modifiche di autenticazione vengono applicate automaticamente e potrebbero aprire un terminale quando è richiesta l'autenticazione sudo." + }, + "DMS out of date": { + "DMS out of date": "DMS obsoleta" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Il servizio DMS non è connesso. Le impostazioni degli appunti non sono disponibili." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Azioni della shell DMS (launcher, appunti, ecc.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET non disponibile" + }, + "DWL service not available": { + "DWL service not available": "Servizio DWL non disponibile" + }, + "Daily": { + "Daily": "Giornaliero" + }, + "Daily at:": { + "Daily at:": "Ogni giorno alle:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell è pronta per l'uso" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell e Icone di Sistema (richiede riavvio)" + }, + "Dark Mode": { + "Dark Mode": "Modalità Scura" + }, + "Dark mode base": { + "Dark mode base": "Base modalità scura" + }, + "Dark mode harmony": { + "Dark mode harmony": "Armonia modalità scura" + }, + "Darken Modal Background": { + "Darken Modal Background": "Scurisci Sfondo Modale" + }, + "Date Format": { + "Date Format": "Formato Data" + }, + "Date format": { + "Date format": "Formato data" + }, + "Date format on greeter": { + "Date format on greeter": "Formato data sul greeter" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Aurora (Crepuscolo Astronomico)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Aurora (Crepuscolo Civile)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Aurora (Crepuscolo Nautico)" + }, + "Day Date": { + "Day Date": "Giorno e Data" + }, + "Day Month Date": { + "Day Month Date": "Giorno, Mese e Data" + }, + "Day Temperature": { + "Day Temperature": "Temperatura Diurna" + }, + "Daytime": { + "Daytime": "Giorno" + }, + "Deck": { + "Deck": "Pila" + }, + "Default": { + "Default": "Predefinito" + }, + "Default (Black)": { + "Default (Black)": "Predefinito (Nero)" + }, + "Default Width (%)": { + "Default Width (%)": "Larghezza Predefinita (%)" + }, + "Default selected action": { + "Default selected action": "Azione selezionata predefinita" + }, + "Defaults": { + "Defaults": "Predefiniti" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Definisci regole per il comportamento delle finestre. Salva in %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Canc: Cancella • Shift+Canc: Cancella Tutto • 1-9: Azioni • F10: Aiuto • Esc: Chiudi" + }, + "Delete": { + "Delete": "Elimina" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Eliminare \"%1\"?" + }, + "Delete Class": { + "Delete Class": "Elimina Classe" + }, + "Delete Printer": { + "Delete Printer": "Elimina Stampante" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Eliminare l'Elemento Salvato?" + }, + "Delete VPN": { + "Delete VPN": "Elimina VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Eliminare la classe \"%1\"?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Eliminare il profilo \"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Dipendenze e documentazione" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Deriva colori che si avvicinano all'immagine sottostante." + }, + "Description": { + "Description": "Descrizione" + }, + "Desktop": { + "Desktop": "Scrivania" + }, + "Desktop Clock": { + "Desktop Clock": "Orologio Desktop" + }, + "Desktop Entry": { + "Desktop Entry": "Voce Desktop" + }, + "Desktop Widget": { + "Desktop Widget": "Widget Desktop" + }, + "Desktop Widgets": { + "Desktop Widgets": "Widget su Desktop" + }, + "Desktop background images": { + "Desktop background images": "Immagini sfondo desktop" + }, + "Detailed": { + "Detailed": "Dettagliata" + }, + "Details for \"%1": { + "Details for \"%1\"": "Dettagli per \"%1\"" + }, + "Development": { + "Development": "Sviluppo" + }, + "Device": { + "Device": "Dispositivo" + }, + "Device connections": { + "Device connections": "Connessioni del dispositivo" + }, + "Device names updated": { + "Device names updated": "Nomi dei dispositivi aggiornati" + }, + "Device paired": { + "Device paired": "Dispositivo associato" + }, + "Device unpaired": { + "Device unpaired": "Dispositivo dissociato" + }, + "Digital": { + "Digital": "Digitale" + }, + "Direction Source": { + "Direction Source": "Origine della Direzione" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Disattiva Autoconn." + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Disabilita Sfondi Incorporati" + }, + "Disable History Persistence": { + "Disable History Persistence": "Disabilita Persistenza Cronologia" + }, + "Disable Output": { + "Disable Output": "Disabilita Output" + }, + "Disabled": { + "Disabled": "Disattivato" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Disattivazione Wi-Fi..." + }, + "Disc": { + "Disc": "Disco" + }, + "Discard": { + "Discard": "Scarta" + }, + "Discharging": { + "Discharging": "In Scarica" + }, + "Disconnect": { + "Disconnect": "Disconnetti" + }, + "Disconnected": { + "Disconnected": "Disconnesso" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Disconnesso dal Wi-Fi" + }, + "Discover Devices": { + "Discover Devices": "Scopri Dispositivi" + }, + "Disk": { + "Disk": "Disco" + }, + "Disk I/O": { + "Disk I/O": "I/O del Disco" + }, + "Disk Usage": { + "Disk Usage": "Utilizzo Disco" + }, + "Disk Usage Display": { + "Disk Usage Display": "Visualizzazione Utilizzo Disco" + }, + "Disks": { + "Disks": "Dischi" + }, + "Dismiss": { + "Dismiss": "Ignora" + }, + "Display": { + "Display": "Schermo" + }, + "Display Assignment": { + "Display Assignment": "Assegnazione Schermo" + }, + "Display Control": { + "Display Control": "Controllo Schermo" + }, + "Display Name Format": { + "Display Name Format": "Formato del Nome Visualizzato" + }, + "Display Profiles": { + "Display Profiles": "Profili Schermo" + }, + "Display Settings": { + "Display Settings": "Impostazioni Schermo" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Mostra una dock con applicazioni fissate e in esecuzione" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Mostra priorità sopra app a schermo intero" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Visualizza e cambia i layout DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Mostra icone applicazioni negli indicatori degli spazi di lavoro" + }, + "Display brightness control": { + "Display brightness control": "Controllo luminosità dello schermo" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "La configurazione dello schermo non è disponibile. Il protocollo WLR Output Management non è supportato." + }, + "Display currently focused application title": { + "Display currently focused application title": "Mostra il titolo dell'applicazione attualmente attiva" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Mostra previsioni meteo orarie" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Mostra solo gli spazi di lavoro con finestre" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Visualizza le azioni di alimentazione in una griglia invece che in una lista" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Mostra i secondi nell'orologio" + }, + "Display the power system menu": { + "Display the power system menu": "Mostra il menu di alimentazione del sistema" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Mostra le percentuali di volume e luminosità nei popup a schermo" + }, + "Displays": { + "Displays": "Schermi" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Conteggio schermi quando l'overflow è attivo" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Mostra il layout tastiera attivo e ne permette il cambio" + }, + "Distribution": { + "Distribution": "Distribuzione" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Tavolozza diversificata che copre l'intero spettro." + }, + "Do Not Disturb": { + "Do Not Disturb": "Non Disturbare" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock e Launcher" + }, + "Dock Transparency": { + "Dock Transparency": "Trasparenza Dock" + }, + "Dock Visibility": { + "Dock Visibility": "Visibilità Dock" + }, + "Docs": { + "Docs": "Documentazione" + }, + "Documents": { + "Documents": "Documenti" + }, + "Domain (optional)": { + "Domain (optional)": "Dominio (opzionale)" + }, + "Don't Change": { + "Don't Change": "Non Modificare" + }, + "Don't Save": { + "Don't Save": "Non Salvare" + }, + "Door Open": { + "Door Open": "Sportello Aperto" + }, + "Downloads": { + "Downloads": "Scaricati" + }, + "Drag to Reorder": { + "Drag to Reorder": "Trascina per Riordinare" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Trascina i widget per riordinarli nelle sezioni. Usa l'icona dell'occhio per nascondere/mostrare i widget (mantenendo la spaziatura), o X per rimuoverli completamente." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Trascina gli indicatori degli spazi di lavoro per riordinarli" + }, + "Driver": { + "Driver": "Driver" + }, + "Drizzle": { + "Drizzle": "Pioviggine" + }, + "Duplicate": { + "Duplicate": "Duplica" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Duplica Sfondo con Sfocatura" + }, + "Duration": { + "Duration": "Durata" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Crepuscolo (Crepuscolo Astronomico)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Crepuscolo (Crepuscolo Civile)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Crepuscolo (Crepuscolo Nautico)" + }, + "Dynamic": { + "Dynamic": "Dinamico" + }, + "Dynamic Properties": { + "Dynamic Properties": "Proprietà Dinamiche" + }, + "Dynamic Theming": { + "Dynamic Theming": "Theming Dinamico" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Colori dinamici dallo sfondo" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Colori dinamici, preimpostazioni" + }, + "Edge Spacing": { + "Edge Spacing": "Spaziatura del Bordo" + }, + "Edit App": { + "Edit App": "Modifica App" + }, + "Edit Window Rule": { + "Edit Window Rule": "Modifica Regola Finestra" + }, + "Education": { + "Education": "Istruzione" + }, + "Empty": { + "Empty": "Vuoto" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Abilita profondità colore a 10 bit per una gamma cromatica più ampia e supporto HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Attiva Autoconn." + }, + "Enable Bar": { + "Enable Bar": "Abilita Barra" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Abilita Non Disturbare" + }, + "Enable History": { + "Enable History": "Abilita Cronologia" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Abilita Sovrapposizione Panoramica" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Abilita Effetti Onda" + }, + "Enable System Sounds": { + "Enable System Sounds": "Abilita Suoni di Sistema" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Abilita Salvaschermo Video" + }, + "Enable Weather": { + "Enable Weather": "Abilita Meteo" + }, + "Enable WiFi": { + "Enable WiFi": "Abilita WiFi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Abilita una sovrascrittura personalizzata qui sotto per impostare intensità, opacità e colore dell'ombra per ogni barra." + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Abilita il livello di sfocatura gestibile dal compositor (namespace: dms:blurwallpaper). Richiede la configurazione manuale di niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Abilita impronta digitale all'accesso" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Abilita autenticazione tramite impronta digitale" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Abilita impronta digitale o chiave di sicurezza per il Greeter DMS. Le modifiche di autenticazione vengono applicate automaticamente." + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Abilita l'integrazione di blocco loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "Abilita chiave di sicurezza all'accesso" + }, + "Enable security key authentication": { + "Enable security key authentication": "Abilita l'autenticazione con chiave di sicurezza" + }, + "Enabled": { + "Enabled": "Attivato" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "Attivato, ma impossibile confermare la disponibilità dell'impronta digitale." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "Attivato, ma non è stato rilevato nessun lettore di impronte digitali." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "Attivato, ma nessuna impronta è ancora registrata. Le modifiche di autenticazione verranno applicate automaticamente una volta registrate le impronte digitali." + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Attivato, ma nessuna impronta è ancora registrata. Registra le impronte ed esegui Sincronizza." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "Attivato, ma nessuna chiave di sicurezza registrata trovata finora. Le modifiche di autenticazione verranno applicate automaticamente una volta registrata la chiave o aggiornata la configurazione U2F." + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "Attivato, ma nessuna chiave di sicurezza registrata trovata. Registra una chiave ed esegui Sincronizza." + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "Attivato, ma la disponibilità della chiave di sicurezza non ha potuto essere confermata." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "Attivato. PAM fornisce già l'autenticazione tramite impronta digitale." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "Attivato. PAM fornisce già l'autenticazione tramite chiave di sicurezza." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Attivato. PAM fornisce l'autenticazione tramite impronta digitale, ma nessuna impronta è ancora registrata." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Attivazione Wi-Fi..." + }, + "End": { + "End": "Fine" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Ingrandisci al passaggio del mouse" + }, + "Enlargement %": { + "Enlargement %": "% Ingrandimento" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Inserisci passkey di 6 cifre" + }, + "Enter PIN": { + "Enter PIN": "Inserisci PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "Inserisci PIN per " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Inserisci un URL o un testo da condividere" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Inserisci un nuovo nome per la sessione \"%1\"" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Inserisci un nuovo nome per questo spazio di lavoro" + }, + "Enter command or script path": { + "Enter command or script path": "Inserisci un comando o il percorso di uno script" + }, + "Enter credentials for ": { + "Enter credentials for ": "Inserisci credenziali per " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Inserisci il formato schermata di blocco personalizzato (es. dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Inserisci formato personalizzato barra superiore (es. ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Inserisci nome dispositivo..." + }, + "Enter filename...": { + "Enter filename...": "Inserisci nome file..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Inserisci il prefisso di avvio (es. \"uwsm-app\")" + }, + "Enter network name and password": { + "Enter network name and password": "Inserisci nome rete e password" + }, + "Enter passkey for ": { + "Enter passkey for ": "Inserisci passkey per " + }, + "Enter password for ": { + "Enter password for ": "Inserisci password per " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Inserisci questa passkey su " + }, + "Enter to Paste": { + "Enter to Paste": "Invio per Incollare" + }, + "Enterprise": { + "Enterprise": "Enterprise" + }, + "Entry pinned": { + "Entry pinned": "Voce fissata" + }, + "Entry unpinned": { + "Entry unpinned": "Voce rimossa" + }, + "Environment Variables": { + "Environment Variables": "Variabili d'Ambiente" + }, + "Error": { + "Error": "Errore" + }, + "Errors": { + "Errors": "Errori" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Esatto" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Offset Zona Esclusiva" + }, + "Experimental Feature": { + "Experimental Feature": "Funzionalità Sperimentale" + }, + "Explore": { + "Explore": "Esplora" + }, + "Exponential": { + "Exponential": "Esponenziale" + }, + "Expressive": { + "Expressive": "Espressivo" + }, + "Extend battery life": { + "Extend battery life": "Prolunga la durata della batteria" + }, + "Extensible architecture": { + "Extensible architecture": "Architettura estensibile" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Gestore Sfondi Esterno" + }, + "Extra Arguments": { + "Extra Arguments": "Argomenti Aggiuntivi" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Alterna • F10: Aiuto" + }, + "Fade": { + "Fade": "Dissolvenza" + }, + "Fade to lock screen": { + "Fade to lock screen": "Dissolvenza verso la schermata di blocco" + }, + "Fade to monitor off": { + "Fade to monitor off": "Dissolvenza fino allo spegnimento dello schermo" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Impossibile accettare l'associazione" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Impossibile attivare la configurazione" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Impossibile attivare il profilo - file non trovato" + }, + "Failed to add binds include": { + "Failed to add binds include": "Impossibile aggiungere l'inclusione delle scorciatoie" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Impossibile aggiungere la stampante alla classe" + }, + "Failed to browse device": { + "Failed to browse device": "Impossibile esplorare il dispositivo" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Impossibile annullare tutte le stampe" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Impossibile annullare la stampa selezionata" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "Impossibile verificare gli aggiornamenti:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Impossibile verificare il limite delle voci fissate" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Impossibile connettersi alla VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Impossibile connettersi a %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Impossibile copiare la voce" + }, + "Failed to create printer": { + "Failed to create printer": "Impossibile creare la stampante" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Impossibile creare la directory dei profili" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Impossibile eliminare la VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Impossibile eliminare la classe" + }, + "Failed to delete printer": { + "Failed to delete printer": "Impossibile eliminare la stampante" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Impossibile disabilitare l'accettazione delle stampe" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Impossibile disattivare la modalità notturna" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Impossibile disconnettersi dalla VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Impossibile disconnettersi dalle VPN" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Impossibile disconnettersi dal Wi-Fi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Impossibile attivare la posizione tramite IP" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Impossibile abilitare WiFi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Impossibile abilitare l'accettazione delle stampe" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Impossibile attivare la modalità notturna" + }, + "Failed to hold job": { + "Failed to hold job": "Impossibile sospendere la stampa" + }, + "Failed to import VPN": { + "Failed to import VPN": "Impossibile importare la VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Impossibile avviare l'app SMS" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Impossibile caricare la configurazione VPN" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Impossibile caricare la configurazione degli appunti." + }, + "Failed to move job": { + "Failed to move job": "Impossibile spostare la stampa" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Impossibile analizzare plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Impossibile analizzare session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Impossibile analizzare settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Impossibile mettere in pausa la stampante" + }, + "Failed to pin entry": { + "Failed to pin entry": "Impossibile fissare la voce" + }, + "Failed to print test page": { + "Failed to print test page": "Impossibile stampare la pagina di prova" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Impossibile rifiutare l'associazione" + }, + "Failed to remove device": { + "Failed to remove device": "Impossibile rimuovere dispositivo" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Impossibile rimuovere la scorciatoia" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Impossibile rimuovere la stampante dalla classe" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Impossibile riavviare il sistema audio" + }, + "Failed to restart job": { + "Failed to restart job": "Impossibile riavviare la stampa" + }, + "Failed to resume printer": { + "Failed to resume printer": "Impossibile riavviare la stampante" + }, + "Failed to ring device": { + "Failed to ring device": "Impossibile far squillare il dispositivo" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Impossibile eseguire \"dms greeter status\". Assicurati che DMS sia installato e dms sia nel PATH." + }, + "Failed to save audio config": { + "Failed to save audio config": "Impossibile salvare la configurazione audio" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Impossibile salvare l'impostazione degli appunti" + }, + "Failed to save keybind": { + "Failed to save keybind": "Impossibile salvare la scorciatoia" + }, + "Failed to save profile file": { + "Failed to save profile file": "Impossibile salvare il file del profilo" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Impossibile inviare gli appunti" + }, + "Failed to send file": { + "Failed to send file": "Impossibile inviare il file" + }, + "Failed to send ping": { + "Failed to send ping": "Impossibile inviare il ping" + }, + "Failed to set brightness": { + "Failed to set brightness": "Impossibile impostare la luminosità" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Impossibile impostare la posizione per la modalità notturna" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Impossibile impostare la programmazione della modalità notturna" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Impossibile impostare la temperatura della modalità notturna" + }, + "Failed to set power profile": { + "Failed to set power profile": "Impossibile impostare il profilo energetico" + }, + "Failed to set profile image": { + "Failed to set profile image": "Impossibile impostare immagine profilo" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Impossibile impostare l'immagine del profilo: %1" + }, + "Failed to share": { + "Failed to share": "Impossibile condividere" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Impossibile avviare la connessione a %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Impossibile rimuovere la voce" + }, + "Failed to update VPN": { + "Failed to update VPN": "Impossibile aggiornare la VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Impossibile aggiornare connessione automatica" + }, + "Failed to update description": { + "Failed to update description": "Impossibile aggiornare la descrizione" + }, + "Failed to update location": { + "Failed to update location": "Impossibile aggiornare la posizione" + }, + "Failed to update sharing": { + "Failed to update sharing": "Impossibile aggiornare la condivisione" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Impossibile scrivere il file temporaneo per la validazione" + }, + "Features": { + "Features": "Funzionalità" + }, + "Feels": { + "Feels": "Temp. percepita" + }, + "Feels Like": { + "Feels Like": "Temp. percepita" + }, + "Feels Like %1°": { + "Feels Like %1°": "Percepiti %1°" + }, + "Fidelity": { + "Fidelity": "Fedeltà" + }, + "Field": { + "Field": "Campo" + }, + "File": { + "File": "File" + }, + "File Already Exists": { + "File Already Exists": "File già esistente" + }, + "File Information": { + "File Information": "Informazioni File" + }, + "File received from": { + "File received from": "File ricevuto da" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "La ricerca file richiede dsearch\\nInstalla da github.com/AvengeMedia/danksearch" + }, + "Files": { + "Files": "File" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Monitoraggio utilizzo del filesystem" + }, + "Fill": { + "Fill": "Riempi" + }, + "Find in Text": { + "Find in Text": "Trova nel Testo" + }, + "Find in note...": { + "Find in note...": "Trova in note..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "Impossibile confermare la disponibilità dell'impronta digitale." + }, + "Fingerprint error": { + "Fingerprint error": "Errore impronta digitale" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "Errore impronta digitale: %1" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "Impronta digitale non riconosciuta (%1/%2). Riprova o usa la password." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Lettore di impronte rilevato, ma nessuna impronta è ancora registrata. Puoi abilitarlo ora e registrare le impronte in seguito." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "Lettore di impronte rilevato, ma nessuna impronta è ancora registrata. Puoi abilitarlo ora ed eseguire Sincronizza in seguito." + }, + "Finish": { + "Finish": "Fine" + }, + "First Day of Week": { + "First Day of Week": "Primo Giorno della Settimana" + }, + "First Time Setup": { + "First Time Setup": "Configurazione Iniziale" + }, + "Fit": { + "Fit": "Adatta" + }, + "Fix Now": { + "Fix Now": "Correggi Ora" + }, + "Fixing...": { + "Fixing...": "Correzione in corso..." + }, + "Flags": { + "Flags": "Flag" + }, + "Flipped": { + "Flipped": "Specchiato" + }, + "Flipped 180°": { + "Flipped 180°": "Specchiato di 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Specchiato di 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Specchiato di 90°" + }, + "Float": { + "Float": "Fluttuante" + }, + "Focus": { + "Focus": "Focus" + }, + "Focus at Startup": { + "Focus at Startup": "Attiva all'Avvio" + }, + "Focused Border": { + "Focused Border": "Bordo Attivo" + }, + "Focused Color": { + "Focused Color": "Colore Attivo" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Solo Schermo Attivo" + }, + "Focused Window": { + "Focused Window": "Finestra Attiva" + }, + "Focused monitor only": { + "Focused monitor only": "Solo schermo attivo" + }, + "Fog": { + "Fog": "Nebbia" + }, + "Folder": { + "Folder": "Cartella" + }, + "Folders": { + "Folders": "Cartelle" + }, + "Follow DMS background color": { + "Follow DMS background color": "Segui il colore di sfondo della DMS" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Segui lo Schermo Attivo" + }, + "Follow focus": { + "Follow focus": "Segui il focus" + }, + "Font": { + "Font": "Carattere" + }, + "Font Family": { + "Font Family": "Famiglia Font" + }, + "Font Scale": { + "Font Scale": "Scala Font" + }, + "Font Size": { + "Font Size": "Dimensione Font" + }, + "Font Weight": { + "Font Weight": "Spessore Font" + }, + "Font used on the login screen": { + "Font used on the login screen": "Carattere utilizzato nella schermata di accesso" + }, + "Force HDR": { + "Force HDR": "Forza HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Terminazione Forzata (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Forza Colore Esteso" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Forza applicazioni da terminale ad usare schemi di colori scuri" + }, + "Forecast": { + "Forecast": "Previsioni" + }, + "Forecast Days": { + "Forecast Days": "Giorni di Previsione" + }, + "Forecast Not Available": { + "Forecast Not Available": "Previsioni Non Disponibili" + }, + "Forever": { + "Forever": "Per Sempre" + }, + "Forget": { + "Forget": "Dimentica" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Dimenticare \"%1\"?" + }, + "Forget Device": { + "Forget Device": "Dimentica Disp." + }, + "Forget Network": { + "Forget Network": "Dimentica Rete" + }, + "Forgot network %1": { + "Forgot network %1": "Rete %1 dimenticata" + }, + "Format Legend": { + "Format Legend": "Legenda Formato" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "Trovato %1 pacchetto da aggiornare:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "Trovati %1 pacchetti da aggiornare:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "Libera VRAM/memoria alla chiusura del launcher. Potrebbe causare un leggero ritardo alla riapertura." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Pioviggine Gelante" + }, + "Frequency": { + "Frequency": "Frequenza" + }, + "Fruit Salad": { + "Fruit Salad": "Macedonia" + }, + "Full Command:": { + "Full Command:": "Comando completo:" + }, + "Full Content": { + "Full Content": "Contenuto Completo" + }, + "Full Day & Month": { + "Full Day & Month": "Data e Mese Est." + }, + "Full with Year": { + "Full with Year": "Completo con Anno" + }, + "Fullscreen": { + "Fullscreen": "Schermo intero" + }, + "Fullscreen Only": { + "Fullscreen Only": "Solo Schermo Intero" + }, + "Fully Charged": { + "Fully Charged": "Carica Completa" + }, + "Fun": { + "Fun": "Svago" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: griglia • Z/X: dimensione" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "Monitoraggio GPU" + }, + "GPU Temperature": { + "GPU Temperature": "Temperatura GPU" + }, + "GPU temperature display": { + "GPU temperature display": "Mostra Temperatura GPU" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE, altro" + }, + "Games": { + "Games": "Giochi" + }, + "Gamma Control": { + "Gamma Control": "Controllo Gamma" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Controllo gamma non disponibile. Richiede API DMS v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Genera configurazioni di base GTK3/4 o QT5/QT6 (richiede qt6ct-kde) per seguire i colori DMS. Necessario solo una volta.

Si consiglia di configurare adw-gtk3 prima di applicare i temi GTK." + }, + "Generic": { + "Generic": "Generico" + }, + "Get Started": { + "Get Started": "Inizia" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Scala globalmente tutte le durate delle animazioni" + }, + "Golden Hour": { + "Golden Hour": "Ora d'Oro" + }, + "Good": { + "Good": "Buona" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Raggio Angoli Gotici" + }, + "Goth Corners": { + "Goth Corners": "Angoli Acuti" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Dissolvi gradualmente lo schermo prima del blocco, con un periodo di tolleranza configurabile" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Dissolvi gradualmente lo schermo prima di spegnere gli schermi, con un periodo di tolleranza configurabile" + }, + "Graph Time Range": { + "Graph Time Range": "Intervallo Temporale del Grafico" + }, + "Graphics": { + "Graphics": "Grafica" + }, + "Greeter": { + "Greeter": "Greeter" + }, + "Greeter Appearance": { + "Greeter Appearance": "Aspetto del Greeter" + }, + "Greeter Behavior": { + "Greeter Behavior": "Comportamento del Greeter" + }, + "Greeter Status": { + "Greeter Status": "Stato del Greeter" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Greeter attivato. greetd è ora attivato." + }, + "Greeter font": { + "Greeter font": "Carattere del Greeter" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "Solo per il greeter - non influenza l'orologio principale" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "Solo per il greeter - formato della data sulla schermata di accesso" + }, + "Grid": { + "Grid": "Griglia" + }, + "Grid Columns": { + "Grid Columns": "Colonne Griglia" + }, + "Grid: OFF": { + "Grid: OFF": "Griglia: disattivata" + }, + "Grid: ON": { + "Grid: ON": "Griglia: attivata" + }, + "Group": { + "Group": "Gruppo" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Raggruppa App per Spazio di Lavoro" + }, + "Group by App": { + "Group by App": "Raggruppa per App" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Raggruppa molteplici finestre della stessa app con un indicatore del numero di finestre" + }, + "Group removed": { + "Group removed": "Gruppo rimosso" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Raggruppa le icone delle applicazioni duplicate negli spazi di lavoro non attivi" + }, + "Groups": { + "Groups": "Gruppi" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "Mappatura dei Toni HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "La modalità HDR è sperimentale. Verifica che lo schermo supporti l’HDR prima di abilitarla." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML copiato negli appunti" + }, + "Health": { + "Health": "Salute" + }, + "Heavy Rain": { + "Heavy Rain": "Pioggia Forte" + }, + "Heavy Snow": { + "Heavy Snow": "Neve Abbondante" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Forti Rovesci di Neve" + }, + "Height": { + "Height": "Altezza" + }, + "Held": { + "Held": "In Sospeso" + }, + "Help": { + "Help": "Guida" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Ibernazione" + }, + "Hidden": { + "Hidden": "Nascosto" + }, + "Hidden (%1)": { + "Hidden (%1)": "Nascosti (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "App Nascoste" + }, + "Hidden Network": { + "Hidden Network": "Rete Nascosta" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Le app nascoste non appariranno nel launcher. Fai clic col tasto destro su un'app e seleziona \"Nascondi App\" per nasconderla." + }, + "Hide": { + "Hide": "Nascondi" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Nascondi Terze Parti" + }, + "Hide App": { + "Hide App": "Nascondi App" + }, + "Hide Delay": { + "Hide Delay": "Ritardo Scomparsa" + }, + "Hide Indicators": { + "Hide Indicators": "Nascondi Indicatori" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Nascondi Widget di Aggiornamento" + }, + "Hide When Typing": { + "Hide When Typing": "Nascondi Durante la Digitazione" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Nascondi Quando le Finestre Sono Aperte" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Nascondi il cursore dopo inattività (0 = disattivato)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Nascondi il cursore quando si premono i tasti della tastiera" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Nascondi il cursore quando si usa l'input touch" + }, + "Hide device": { + "Hide device": "Nascondi dispositivo" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Nascondi il contenuto della notifica finché non viene espansa" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Nascondi il contenuto della notifica finché non viene espansa; i popup appaiono ridotti per impostazione predefinita" + }, + "Hide on Touch": { + "Hide on Touch": "Nascondi al Tocco" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Tavolozza ad alta fedeltà che preserva le tonalità della sorgente." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "Evidenzia App Spazio di Lavoro Attivo" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "Evidenzia l'app attualmente in focus negli indicatori degli spazi di lavoro" + }, + "History": { + "History": "Cronologia" + }, + "History Retention": { + "History Retention": "Conservazione della Cronologia" + }, + "History Settings": { + "History Settings": "Impostazioni Cronologia" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Cronologia cancellata. %1 voci fissate mantenute." + }, + "Hold Duration": { + "Hold Duration": "Durata della Pressione" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Tieni premuto più a lungo per confermare" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Tieni Premuto per Confermare le Azioni di Alimentazione" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Tieni premuto per confermare (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Tieni premuto per confermare (%1s)" + }, + "Home": { + "Home": "Home" + }, + "Host": { + "Host": "Host" + }, + "Hostname": { + "Hostname": "Nome host" + }, + "Hot Corners": { + "Hot Corners": "Angoli Attivi" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Titolo della sovrapposizione per scorciatoie (opzionale)" + }, + "Hour": { + "Hour": "Ora" + }, + "Hourly": { + "Hourly": "Orario" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Numero di Previsioni Orarie" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Quanto spesso cambiare lo sfondo" + }, + "How the background image is scaled": { + "How the background image is scaled": "Come viene ridimensionata l'immagine di sfondo" + }, + "Humidity": { + "Humidity": "Umidità" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Server Discord di Hyprland" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Sovrascritture Layout Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "Opzioni Hyprland" + }, + "Hyprland Website": { + "Hyprland Website": "Sito Web di Hyprland" + }, + "I Understand": { + "I Understand": "Ho capito" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "Indirizzo IP:" + }, + "IP address or hostname": { + "IP address or hostname": "Indirizzo IP o nome host" + }, + "ISO Date": { + "ISO Date": "Data ISO" + }, + "Icon": { + "Icon": "Icona" + }, + "Icon Scale": { + "Icon Scale": "Scala Icone" + }, + "Icon Size": { + "Icon Size": "Dimensione Icona" + }, + "Icon Size %": { + "Icon Size %": "% Dimensione Icona" + }, + "Icon Theme": { + "Icon Theme": "Tema Icone" + }, + "Idle": { + "Idle": "Inattivo" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Blocco Sospensione" + }, + "Idle Settings": { + "Idle Settings": "Impostazioni Riposo" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Monitoraggio riposo non supportato - richiede una versione più recente di Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Se il campo è nascosto, apparirà non appena viene premuto un tasto." + }, + "Ignore Completely": { + "Ignore Completely": "Ignora Completamente" + }, + "Image": { + "Image": "Immagine" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Immagine copiata negli appunti" + }, + "Import": { + "Import": "Importa" + }, + "Import VPN": { + "Import VPN": "Importa una VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Colore dello Schermo Inattivo" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Includi Transizioni" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Includi azioni desktop (scorciatoie) nei risultati di ricerca." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Plugin Incompatibili Caricati" + }, + "Incorrect password": { + "Incorrect password": "Password errata" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "Password errata - tentativo %1 di %2 (il blocco potrebbe avvenire)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "Password errata - ulteriori errori potrebbero bloccare l'account" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "Password errata - riprova" + }, + "Indicator Style": { + "Indicator Style": "Stile Indicatore" + }, + "Individual Batteries": { + "Individual Batteries": "Batterie Individuali" + }, + "Individual bar configuration": { + "Individual bar configuration": "Configurazione barra individuale" + }, + "Info": { + "Info": "Informazioni" + }, + "Inherit": { + "Inherit": "Eredita" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Eredita Globale (Predefinito)" + }, + "Inhibitable": { + "Inhibitable": "Inibibile" + }, + "Input Devices": { + "Input Devices": "Dispositivi di Input" + }, + "Input Volume Slider": { + "Input Volume Slider": "Slider Volume di Input" + }, + "Insert your security key...": { + "Insert your security key...": "Inserisci la tua chiave di sicurezza..." + }, + "Install": { + "Install": "Installa" + }, + "Install Greeter": { + "Install Greeter": "Installa Greeter" + }, + "Install Plugin": { + "Install Plugin": "Installa Plugin" + }, + "Install Theme": { + "Install Theme": "Installa Tema" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Installa temi colore dal registro temi DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Installazione completata. Il Greeter è stato installato." + }, + "Install failed: %1": { + "Install failed: %1": "Installazione fallita: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Installa il pacchetto matugen per il theming dinamico" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Installa il plugin \"%1\" dal registro DMS?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Installa plugin dal registro dei plugin DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "Installare il greeter DMS? Si aprirà un terminale per l'autenticazione sudo." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Installa il tema \"%1\" dal registro DMS?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "Installazione e configurazione di PAM: vedi la " + }, + "Installed": { + "Installed": "Installato" + }, + "Installed: %1": { + "Installed: %1": "Installato: %1" + }, + "Installing: %1": { + "Installing: %1": "Installando: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Nascondimento automatico intelligente" + }, + "Intensity": { + "Intensity": "Intensità" + }, + "Interface:": { + "Interface:": "Interfaccia:" + }, + "Interlock Open": { + "Interlock Open": "Interblocco Aperto" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervallo" + }, + "Invalid configuration": { + "Invalid configuration": "Configurazione non valida" + }, + "Invert on mode change": { + "Invert on mode change": "Inverti al cambio di modalità" + }, + "Iris Bloom": { + "Iris Bloom": "Effetto Iride" + }, + "Isolate Displays": { + "Isolate Displays": "Isola Schermi" + }, + "Jobs": { + "Jobs": "Stampe" + }, + "Jobs: ": { + "Jobs: ": "Stampe: " + }, + "Keep Awake": { + "Keep Awake": "Mantieni Attivo" + }, + "Keep Changes": { + "Keep Changes": "Conserva Modifiche" + }, + "Keeping Awake": { + "Keeping Awake": "Mantieni Attivo" + }, + "Kernel": { + "Kernel": "Kernel" + }, + "Key": { + "Key": "Tasto" + }, + "Keybind Sources": { + "Keybind Sources": "Sorgenti Scorciatoie" + }, + "Keybinds": { + "Keybinds": "Scorciatoie" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Impostazioni Ricerca Scorciatoie" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Scorciatoie mostrate insieme ai normali risultati di ricerca" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Nome Layout Tastiera" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Scorciatoie da Tastiera" + }, + "Keys": { + "Keys": "Tasti" + }, + "Kill": { + "Kill": "Termina" + }, + "Kill Process": { + "Kill Process": "Termina Processo" + }, + "Kill Session": { + "Kill Session": "Termina Sessione" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "Dispositivo LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "Canale IRC di LabWC" + }, + "LabWC Website": { + "LabWC Website": "Sito Web di LabWC" + }, + "Large": { + "Large": "Grande" + }, + "Largest": { + "Largest": "Molto Grande" + }, + "Last hour": { + "Last hour": "Ultima ora" + }, + "Last launched %1": { + "Last launched %1": "Ultimo avvio %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Ultimo avvio %1 giorno fa" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Ultimo avvio %1 giorni fa" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Ultimo avvio %1 ora fa" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Ultimo avvio %1 ore fa" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Ultimo avvio %1 minuto fa" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Ultimo avvio %1 minuti fa" + }, + "Last launched just now": { + "Last launched just now": "Appena avviato" + }, + "Latitude": { + "Latitude": "Latitudine" + }, + "Launch": { + "Launch": "Avvia" + }, + "Launch Prefix": { + "Launch Prefix": "Prefisso Avvio" + }, + "Launch on dGPU": { + "Launch on dGPU": "Avvia su dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "Avvia sulla GPU dedicata per impostazione predefinita" + }, + "Launcher": { + "Launcher": "Launcher" + }, + "Launcher Button": { + "Launcher Button": "Pulsante del Launcher" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Logo Pulsante Launcher" + }, + "Layout": { + "Layout": "Layout" + }, + "Layout Overrides": { + "Layout Overrides": "Sovrascritture del Layout" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Il layout e le posizioni dei moduli sul greeter sono sincronizzati dalla tua shell (es. configurazione della barra). Esegui Sincronizza per applicare." + }, + "Left": { + "Left": "Sinistra" + }, + "Left Center": { + "Left Center": "Al Centro a Sinistra" + }, + "Left Section": { + "Left Section": "Sezione Sinistra" + }, + "Light Direction": { + "Light Direction": "Direzione della Luce" + }, + "Light Mode": { + "Light Mode": "Modalità Chiara" + }, + "Light Rain": { + "Light Rain": "Pioggia Leggera" + }, + "Light Snow": { + "Light Snow": "Neve Leggera" + }, + "Light Snow Showers": { + "Light Snow Showers": "Deboli Rovesci di Neve" + }, + "Light mode base": { + "Light mode base": "Base modalità chiara" + }, + "Light mode harmony": { + "Light mode harmony": "Armonia modalità chiara" + }, + "Line": { + "Line": "Linea" + }, + "Line: %1": { + "Line: %1": "Riga: %1" + }, + "Linear": { + "Linear": "Lineare" + }, + "Lines: %1": { + "Lines: %1": "Righe: %1" + }, + "List": { + "List": "Elenco" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Tavolozza vivace con accenti saturi." + }, + "Load Average": { + "Load Average": "Carico Medio" + }, + "Loading codecs...": { + "Loading codecs...": "Caricamento codec in corso..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Caricamento scorciatoie..." + }, + "Loading trending...": { + "Loading trending...": "Caricamento tendenze..." + }, + "Loading...": { + "Loading...": "Caricamento..." + }, + "Local": { + "Local": "Locale" + }, + "Locale": { + "Locale": "Lingua" + }, + "Locale Settings": { + "Locale Settings": "Impostazioni della Lingua" + }, + "Location": { + "Location": "Posizione" + }, + "Location Search": { + "Location Search": "Ricerca Posizione" + }, + "Lock": { + "Lock": "Blocca" + }, + "Lock Screen": { + "Lock Screen": "Schermata di Blocco" + }, + "Lock Screen Display": { + "Lock Screen Display": "Schermo della Schermata di Blocco" + }, + "Lock Screen Format": { + "Lock Screen Format": "Formato Schermata di Blocco" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Comportamento Schermata di Blocco" + }, + "Lock Screen layout": { + "Lock Screen layout": "Layout Schermata di Blocco" + }, + "Lock at startup": { + "Lock at startup": "Blocca all'avvio" + }, + "Lock before suspend": { + "Lock before suspend": "Blocca prima di sospendere" + }, + "Lock fade grace period": { + "Lock fade grace period": "Periodo di attesa per la dissolvenza al blocco" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "Le modifiche all'autenticazione della schermata di blocco vengono applicate automaticamente e potrebbero aprire un terminale quando è richiesta l'autenticazione sudo." + }, + "Locked": { + "Locked": "Bloccato" + }, + "Log Out": { + "Log Out": "Termina Sessione" + }, + "Logging in...": { + "Logging in...": "Accesso in corso..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "Autenticazione di Accesso" + }, + "Long": { + "Long": "Lunga" + }, + "Long Text": { + "Long Text": "Testo Lungo" + }, + "Long press": { + "Long press": "Pressione prolungata" + }, + "Longitude": { + "Longitude": "Longitudine" + }, + "Low Priority": { + "Low Priority": "Bassa Priorità" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Assicurati che KDE Connect o Valent siano in esecuzione sui tuoi altri dispositivi" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Gestione e configurazione dei plugin per estendere le funzionalità della DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Gestisci fino a 4 configurazioni di barre indipendenti. Ogni barra ha la propria posizione, widget, stile e assegnazione schermo." + }, + "Management": { + "Management": "Gestione" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "Sovrascritture Layout MangoWC" + }, + "Manual": { + "Manual": "Manuale" + }, + "Manual Coordinates": { + "Manual Coordinates": "Coordinate Manuali" + }, + "Manual Direction": { + "Manual Direction": "Direzione Manuale" + }, + "Manual Gap Size": { + "Manual Gap Size": "Dimensione Manuale Spaziatura" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Mostra/Nascondi Manuale" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Associa i nomi delle classi delle finestre ai nomi delle icone per una corretta visualizzazione" + }, + "Margin": { + "Margin": "Margini" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Toner Esaurito" + }, + "Marker Supply Low": { + "Marker Supply Low": "Toner in Esaurimento" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Vaschetta Recupero Toner Quasi Piena" + }, + "Marker Waste Full": { + "Marker Waste Full": "Vaschetta Recupero Toner Piena" + }, + "Match Criteria": { + "Match Criteria": "Criteri di Corrispondenza" + }, + "Matches profile: %1": { + "Matches profile: %1": "Corrisponde al profilo: %1" + }, + "Material Colors": { + "Material Colors": "Colori Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Temi colore ispirati al Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Colori material generati dallo sfondo" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "Ombre e rilievi ispirati al Material Design su modali, popup e finestre di dialogo" + }, + "Matugen Contrast": { + "Matugen Contrast": "Contrasto Matugen" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen Mancante" + }, + "Matugen Palette": { + "Matugen Palette": "Tavolozza Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Schermo di Destinazione Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Template Matugen" + }, + "Max Edges": { + "Max Edges": "Bordi Massimi" + }, + "Max H": { + "Max H": "Altezza Max." + }, + "Max Pinned Apps": { + "Max Pinned Apps": "App Fissate Massime" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "App Fissate Massime (0 = Illimitate)" + }, + "Max Running Apps": { + "Max Running Apps": "App in Esecuzione Massime" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "App in Esecuzione Massime (0 = Illimitate)" + }, + "Max Volume": { + "Max Volume": "Volume Massimo" + }, + "Max W": { + "Max W": "Larghezza Max." + }, + "Max apps to show": { + "Max apps to show": "Numero massimo di app da visualizzare" + }, + "Max to Edges": { + "Max to Edges": "Espandi ai Bordi" + }, + "Maximize": { + "Maximize": "Massimizza" + }, + "Maximize Detection": { + "Maximize Detection": "Rilevamento Finestra Massimizzata" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Massimizza Icone Widget" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Massimizza Testo Widget" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Dimensione Massima della Voce" + }, + "Maximum History": { + "Maximum History": "Cronologia Massima" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Numero Massimo di Voci Fissate" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "Raggiunto il numero massimo di tentativi per l'impronta digitale. Per favore usa la password." + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Numero massimo di voci degli appunti da conservare" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Numero massimo di voci che possono essere salvate" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Numero massimo di notifiche da conservare" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Raggiunto il numero massimo di voci fissate" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Dimensione massima per ogni voce degli appunti" + }, + "Media": { + "Media": "Media" + }, + "Media Controls": { + "Media Controls": "Controlli Media" + }, + "Media Empty": { + "Media Empty": "Carta Esaurita" + }, + "Media Jam": { + "Media Jam": "Inceppamento Carta" + }, + "Media Low": { + "Media Low": "Carta in Esaurimento" + }, + "Media Needed": { + "Media Needed": "Carta Richiesta" + }, + "Media Playback": { + "Media Playback": "Riproduzione Multimediale" + }, + "Media Player": { + "Media Player": "Lettore Multimediale" + }, + "Media Player Settings": { + "Media Player Settings": "Impostazioni Lettore Multimediale" + }, + "Media Players": { + "Media Players": "Lettori Multimediali" + }, + "Media Players (": { + "Media Players (": "Lettori Multimediali (" + }, + "Media Volume": { + "Media Volume": "Volume Media" + }, + "Medium": { + "Medium": "Media" + }, + "Memory": { + "Memory": "Memoria" + }, + "Memory Graph": { + "Memory Graph": "Grafico della Memoria" + }, + "Memory Usage": { + "Memory Usage": "Utilizzo Memoria" + }, + "Memory usage indicator": { + "Memory usage indicator": "Indicatore utilizzo memoria" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Messaggio" + }, + "Message Content": { + "Message Content": "Contenuto Messaggio" + }, + "Microphone": { + "Microphone": "Microfono" + }, + "Microphone Mute": { + "Microphone Mute": "Silenzia Microfono" + }, + "Microphone Volume": { + "Microphone Volume": "Volume Microfono" + }, + "Microphone settings": { + "Microphone settings": "Impostazioni Microfono" + }, + "Microphone volume control": { + "Microphone volume control": "Controllo volume microfono" + }, + "Middle Section": { + "Middle Section": "Sezione Centrale" + }, + "Min H": { + "Min H": "Altezza Min." + }, + "Min W": { + "Min W": "Larghezza Min." + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Tavolozza minima costruita attorno a una singola tonalità." + }, + "Minute": { + "Minute": "Minuto" + }, + "Mirror Display": { + "Mirror Display": "Duplica Schermo" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Variabili di Ambiente Mancanti" + }, + "Modal Background": { + "Modal Background": "Sfondo Modale" + }, + "Modal Shadows": { + "Modal Shadows": "Ombre Modali" + }, + "Modals": { + "Modals": "Finestre Modali" + }, + "Mode": { + "Mode": "Modalità" + }, + "Mode:": { + "Mode:": "Modalità:" + }, + "Model": { + "Model": "Modello" + }, + "Modified": { + "Modified": "Modificato" + }, + "Modular widget bar": { + "Modular widget bar": "Barra widget modulare" + }, + "Monitor": { + "Monitor": "Schermo" + }, + "Monitor Configuration": { + "Monitor Configuration": "Configurazione Schermo" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Periodo di attesa per la dissolvenza dello schermo" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Monitor il cui sfondo determina i colori del tema dinamico" + }, + "Monochrome": { + "Monochrome": "Monocromatico" + }, + "Monocle": { + "Monocle": "Vista Singola" + }, + "Monospace Font": { + "Monospace Font": "Font a Larghezza Fissa" + }, + "Month Date": { + "Month Date": "Mese e Data" + }, + "Morning": { + "Morning": "Mattina" + }, + "Mount Points": { + "Mount Points": "Punti di Montaggio" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Aspetto puntatore del mouse" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Dimensione puntatore del mouse in pixel" + }, + "Move": { + "Move": "Sposta" + }, + "Move Widget": { + "Move Widget": "Sposta Widget" + }, + "Moving to Paused": { + "Moving to Paused": "Messa in Pausa" + }, + "Multi-Monitor": { + "Multi-Monitor": "Multi-Schermo" + }, + "Multiplexer": { + "Multiplexer": "Multiplexer" + }, + "Multiplexer Type": { + "Multiplexer Type": "Tipo di Multiplexer" + }, + "Multiplexers": { + "Multiplexers": "Multiplexer" + }, + "Music": { + "Music": "Musica" + }, + "Mute Popups": { + "Mute Popups": "Silenzia Popup" + }, + "Mute popups for %1": { + "Mute popups for %1": "Silenzia popup per %1" + }, + "Muted": { + "Muted": "Silenziato" + }, + "Muted Apps": { + "Muted Apps": "App Silenziate" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Tavolozza sobria con toni sommessi e calmanti." + }, + "NM not supported": { + "NM not supported": "NM non supportato" + }, + "Name": { + "Name": "Nome" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Icone Spazi di Lavoro con Nome" + }, + "Navigate": { + "Navigate": "Naviga" + }, + "Navigation": { + "Navigation": "Navigazione" + }, + "Network": { + "Network": "Rete" + }, + "Network Graph": { + "Network Graph": "Grafico della Rete" + }, + "Network Info": { + "Network Info": "Info Rete" + }, + "Network Information": { + "Network Information": "Informazioni Rete" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Nome della Rete (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Monitor Velocità Rete" + }, + "Network Status": { + "Network Status": "Stato Rete" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Mostra velocità di download e upload della rete" + }, + "Neutral": { + "Neutral": "Neutro" + }, + "Never": { + "Never": "Mai" + }, + "Never used": { + "Never used": "Mai usato" + }, + "New": { + "New": "Nuovo" + }, + "New Key": { + "New Key": "Nuovo Tasto" + }, + "New Keybind": { + "New Keybind": "Nuova Scorciatoia" + }, + "New Notification": { + "New Notification": "Nuova Notifica" + }, + "New Session": { + "New Session": "Nuova Sessione" + }, + "New Window Rule": { + "New Window Rule": "Nuova Regola Finestra" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "Nome del nuovo gruppo..." + }, + "Next": { + "Next": "Avanti" + }, + "Next Transition": { + "Next Transition": "Prossima Transizione" + }, + "Night": { + "Night": "Notte" + }, + "Night Mode": { + "Night Mode": "Modalità Notte" + }, + "Night Temperature": { + "Night Temperature": "Temperatura Notturna" + }, + "Night mode & gamma": { + "Night mode & gamma": "Modalità notte e gamma" + }, + "Niri Integration": { + "Niri Integration": "Integrazione Niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Sovrascritture Layout Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Azioni del compositor Niri (focus, sposta, etc.)" + }, + "No": { + "No": "No" + }, + "No Active Players": { + "No Active Players": "Nessun Riproduttore Attivo" + }, + "No Anim": { + "No Anim": "Nessuna Anim." + }, + "No Background": { + "No Background": "Nessuno Sfondo" + }, + "No Battery": { + "No Battery": "Nessuna Batteria" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Nessun adattatore Bluetooth trovato" + }, + "No Blur": { + "No Blur": "Nessuna Sfocatura" + }, + "No Border": { + "No Border": "Nessun Bordo" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Nessuna scorciatoia DMS configurata" + }, + "No Dim": { + "No Dim": "Nessun Oscuramento" + }, + "No Focus": { + "No Focus": "Nessun Focus" + }, + "No GPU detected": { + "No GPU detected": "Nessuna GPU rilevata" + }, + "No GPUs detected": { + "No GPUs detected": "Nessuna GPU rilevata" + }, + "No History": { + "No History": "Nessuna Cronologia" + }, + "No Media": { + "No Media": "Nessun Media" + }, + "No Round": { + "No Round": "Niente Arr." + }, + "No Rounding": { + "No Rounding": "Nessun Arr." + }, + "No Shadow": { + "No Shadow": "Nessuna Ombra" + }, + "No VPN profiles": { + "No VPN profiles": "Nessun profilo VPN" + }, + "No Weather": { + "No Weather": "Nessun Meteo" + }, + "No Weather Data": { + "No Weather Data": "Nessun Dato Meteo" + }, + "No Weather Data Available": { + "No Weather Data Available": "Nessun Dato Meteo Disponibile" + }, + "No action": { + "No action": "Nessuna azione" + }, + "No active %1 sessions": { + "No active %1 sessions": "Nessuna sessione %1 attiva" + }, + "No adapter": { + "No adapter": "Nessun adattatore" + }, + "No adapters": { + "No adapters": "Nessun adattatore" + }, + "No app customizations.": { + "No app customizations.": "Nessuna personalizzazione app." + }, + "No apps found": { + "No apps found": "Nessuna app trovata" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Nessuna app è stata ancora avviata." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Nessuna app silenziata. Fai clic destro su una notifica e scegli \"Silenzia popup\" per aggiungerne una qui." + }, + "No battery": { + "No battery": "Nessuna batteria" + }, + "No brightness devices available": { + "No brightness devices available": "Nessun dispositivo di luminosità disponibile" + }, + "No changes": { + "No changes": "Nessun cambiamento" + }, + "No checks passed": { + "No checks passed": "Nessun controllo superato" + }, + "No custom theme file": { + "No custom theme file": "Nessun file tema personalizzato" + }, + "No devices": { + "No devices": "Nessun dispositivo" + }, + "No devices connected": { + "No devices connected": "Nessun dispositivo connesso" + }, + "No devices found": { + "No devices found": "Nessun dispositivo trovato" + }, + "No disk data": { + "No disk data": "Nessun dato sul disco" + }, + "No disk data available": { + "No disk data available": "Nessun dato sul disco disponibile" + }, + "No drivers found": { + "No drivers found": "Nessun driver trovato" + }, + "No errors": { + "No errors": "Nessun errore" + }, + "No features enabled": { + "No features enabled": "Nessuna funzionalità abilitata" + }, + "No files found": { + "No files found": "Nessun file trovato" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "Nessun lettore di impronte digitali rilevato." + }, + "No folders found": { + "No folders found": "Nessuna cartella trovata" + }, + "No hidden apps.": { + "No hidden apps.": "Nessuna app nascosta." + }, + "No info items": { + "No info items": "Nessun elemento informativo" + }, + "No information available": { + "No information available": "Nessuna informazione disponibile" + }, + "No input device": { + "No input device": "Nessun dispositivo di input" + }, + "No input devices found": { + "No input devices found": "Nessun dispositivo di input trovato" + }, + "No items added yet": { + "No items added yet": "Nessun elemento aggiunto ancora" + }, + "No keybinds found": { + "No keybinds found": "Nessuna scorciatoia trovata" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Nessun plugin del launcher installato." + }, + "No match criteria": { + "No match criteria": "Nessun criterio di corrispondenza" + }, + "No matches": { + "No matches": "Nessun risultato" + }, + "No matching processes": { + "No matching processes": "Nessun processo corrispondente" + }, + "No monitors": { + "No monitors": "Nessun monitor" + }, + "No mount points found": { + "No mount points found": "Nessun punto di montaggio trovato" + }, + "No output device": { + "No output device": "Nessun dispositivo di output" + }, + "No output devices found": { + "No output devices found": "Nessun dispositivo di output trovato" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "Nessun gestore pacchetti trovato. Installa \"paru\" o \"yay\" su sistemi basati su Arch per verificare gli aggiornamenti." + }, + "No plugin results": { + "No plugin results": "Nessun risultato plugin" + }, + "No plugins found": { + "No plugins found": "Nessun plugin trovato" + }, + "No plugins found.": { + "No plugins found.": "Nessun plugin trovato." + }, + "No printer found": { + "No printer found": "Nessuna stampante trovata" + }, + "No printers configured": { + "No printers configured": "Nessuna stampante configurata" + }, + "No printers found": { + "No printers found": "Nessuna stampante trovata" + }, + "No profiles": { + "No profiles": "Nessun profilo" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Nessuna voce recente negli appunti" + }, + "No results found": { + "No results found": "Nessun risultato trovato" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Nessuna voce degli appunti salvata" + }, + "No sessions found": { + "No sessions found": "Nessuna sessione trovata" + }, + "No status output.": { + "No status output.": "Nessun output di stato." + }, + "No themes found": { + "No themes found": "Nessun tema trovato" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Nessun tema installato. Sfoglia i temi dal registro per installarli." + }, + "No trigger": { + "No trigger": "Nessun attivatore" + }, + "No video found in folder": { + "No video found in folder": "Nessun video trovato nella cartella" + }, + "No wallpaper selected": { + "No wallpaper selected": "Nessuno sfondo selezionato" + }, + "No wallpapers": { + "No wallpapers": "Nessuno sfondo" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Nessuno sfondo trovato\n\nFai clic sull'icona della cartella qui sotto per sfogliare" + }, + "No warnings": { + "No warnings": "Nessun avviso" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Nessun widget aggiunto. Fai clic su \"Aggiungi Widget\" per iniziare." + }, + "No widgets available": { + "No widgets available": "Nessun widget disponibile" + }, + "No widgets match your search": { + "No widgets match your search": "Nessun widget corrisponde alla tua ricerca" + }, + "No window rules configured": { + "No window rules configured": "Nessuna regola finestra configurata" + }, + "None": { + "None": "Nessuna" + }, + "Normal": { + "Normal": "Normale" + }, + "Normal Font": { + "Normal Font": "Font Normale" + }, + "Normal Priority": { + "Normal Priority": "Priorità Normale" + }, + "Not available": { + "Not available": "Non disponibile" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Non disponibile — installa fprintd e pam_fprintd, o configura il PAM di greetd." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "Non disponibile — installa fprintd e pam_fprintd." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "Non disponibile — installa o configura pam_u2f, o configura il PAM di greetd." + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "Non disponibile — installa o configura pam_u2f." + }, + "Not connected": { + "Not connected": "Non connesso" + }, + "Not detected": { + "Not detected": "Non rilevato" + }, + "Not paired": { + "Not paired": "Non associato" + }, + "Not set": { + "Not set": "Non impostato" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Nota: questa opzione modifica solo la percentuale, non limita effettivamente la carica." + }, + "Notepad": { + "Notepad": "Blocco Note" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Impostazioni Font Blocco Note" + }, + "Notepad Slideout": { + "Notepad Slideout": "Blocco Note a Comparsa" + }, + "Nothing": { + "Nothing": "Niente" + }, + "Nothing to see here": { + "Nothing to see here": "Nulla da vedere qui" + }, + "Notification Center": { + "Notification Center": "Centro Notifiche" + }, + "Notification Display": { + "Notification Display": "Visualizzazione Notifiche" + }, + "Notification Overlay": { + "Notification Overlay": "Sovrapposizione Notifiche" + }, + "Notification Popups": { + "Notification Popups": "Popup Notifiche" + }, + "Notification Rules": { + "Notification Rules": "Regole Notifica" + }, + "Notification Settings": { + "Notification Settings": "Impostazioni Notifiche" + }, + "Notification Timeouts": { + "Notification Timeouts": "Timeout Notifiche" + }, + "Notification toast popups": { + "Notification toast popups": "Popup notifiche a comparsa" + }, + "Notifications": { + "Notifications": "Notifiche" + }, + "Numbers": { + "Numbers": "Numeri" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numerico (G/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numerico (M/G)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "Logo OS" + }, + "OSD Position": { + "OSD Position": "Posizione Indicatori a Schermo" + }, + "Occupied Color": { + "Occupied Color": "Colore Occupato" + }, + "Off": { + "Off": "Disattivato" + }, + "Office": { + "Office": "Ufficio" + }, + "Offline": { + "Offline": "Offline" + }, + "Offline Report": { + "Offline Report": "Riepilogo Offline" + }, + "Older": { + "Older": "Più Vecchie" + }, + "On": { + "On": "Attivo" + }, + "On-Demand": { + "On-Demand": "Su Richiesta" + }, + "On-Screen Displays": { + "On-Screen Displays": "Indicatori a Schermo" + }, + "On-screen Displays": { + "On-screen Displays": "Indicatori a Schermo" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Regola la gamma solo in base alle regole di tempo o di posizione." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Influisce solo sul PAM gestito da DMS. Se greetd include già pam_fprintd, l'impronta digitale rimane abilitata." + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Mostra solo le finestre dello schermo corrente su ogni dock" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Visibile solo se l'ibernazione è supportata dal tuo sistema" + }, + "Opacity": { + "Opacity": "Opacità" + }, + "Opaque": { + "Opaque": "Opaco" + }, + "Open": { + "Open": "Apri" + }, + "Open App": { + "Open App": "Apri l'App" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Apri KDE Connect sul tuo telefono" + }, + "Open Notepad File": { + "Open Notepad File": "Apri File Blocco Note" + }, + "Open a new note": { + "Open a new note": "Apri una nuova nota" + }, + "Open folder": { + "Open folder": "Apri cartella" + }, + "Open in Browser": { + "Open in Browser": "Apri nel Browser" + }, + "Open in terminal": { + "Open in terminal": "Apri nel Terminale" + }, + "Open search bar to find text": { + "Open search bar to find text": "Apri barra di ricerca per cercare testo" + }, + "Open with...": { + "Open with...": "Apri con..." + }, + "Opening SMS": { + "Opening SMS": "Apertura SMS" + }, + "Opening SMS app": { + "Opening SMS app": "Apertura dell'app SMS" + }, + "Opening file browser": { + "Opening file browser": "Apertura del gestore file" + }, + "Opening files": { + "Opening files": "Apertura dei file" + }, + "Opening terminal: ": { + "Opening terminal: ": "Apertura del terminale: " + }, + "Optional description": { + "Optional description": "Descrizione facoltativa" + }, + "Optional location": { + "Optional location": "Posizione facoltativa" + }, + "Options": { + "Options": "Opzioni" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Organizza i widget in gruppi comprimibili" + }, + "Original: %1": { + "Original: %1": "Originale: %1" + }, + "Other": { + "Other": "Altro" + }, + "Outline": { + "Outline": "Bordo" + }, + "Output": { + "Output": "Output" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Vassoio di Uscita Quasi Pieno" + }, + "Output Area Full": { + "Output Area Full": "Vassoio di Uscita Pieno" + }, + "Output Device": { + "Output Device": "Dispositivo di Uscita" + }, + "Output Devices": { + "Output Devices": "Dispositivi di Uscita" + }, + "Output Tray Missing": { + "Output Tray Missing": "Vassoio Uscita Mancante" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Inclusione Output Mancanti" + }, + "Overcast": { + "Overcast": "Coperto" + }, + "Overflow": { + "Overflow": "Overflow" + }, + "Overridden by config": { + "Overridden by config": "Sovrascritto dalla configurazione" + }, + "Override": { + "Override": "Sovrascrivi" + }, + "Override Border Size": { + "Override Border Size": "Sovrascrivi Spessore Bordo" + }, + "Override Corner Radius": { + "Override Corner Radius": "Sovrascrivi Raggio Angoli" + }, + "Override Gaps": { + "Override Gaps": "Sovrascrivi Spaziature" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Sovrascrivi le impostazioni di layout globali per questa uscita" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Sostituisci il terminale con un comando o script personalizzato" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "Sovrascrivi l'ombra globale con le impostazioni per ogni singola barra" + }, + "Overrides": { + "Overrides": "Sovrascritture" + }, + "Overview": { + "Overview": "Panoramica" + }, + "Overview of your network connections": { + "Overview of your network connections": "Panoramica delle tue connessioni di rete" + }, + "Overwrite": { + "Overwrite": "Sovrascrivi" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM fornisce già l'autenticazione tramite impronta digitale. Abilita questa opzione per mostrarla al login." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM fornisce già l'autenticazione tramite chiave di sicurezza. Abilita questa opzione per mostrarla al login." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM fornisce l'autenticazione tramite impronta digitale, ma la disponibilità non ha potuto essere confermata." + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM fornisce l'autenticazione tramite impronta digitale, ma nessuna impronta è ancora registrata." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM fornisce l'autenticazione tramite impronta digitale, ma non è stato rilevato nessun lettore." + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Centra" + }, + "Pad Hours": { + "Pad Hours": "Ore a Due Cifre" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "Ore a due cifre (02:00 vs 2:00)" + }, + "Padding": { + "Padding": "Spaziatura Interna" + }, + "Pair": { + "Pair": "Associa" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Associa Dispositivo Bluetooth" + }, + "Paired": { + "Paired": "Associato" + }, + "Pairing": { + "Pairing": "Associazione in corso" + }, + "Pairing failed": { + "Pairing failed": "Impossibile associare" + }, + "Pairing request from": { + "Pairing request from": "Richiesta di associazione da" + }, + "Pairing request sent": { + "Pairing request sent": "Richiesta di associazione inviata" + }, + "Pairing requested": { + "Pairing requested": "Associazione richiesta" + }, + "Pairing...": { + "Pairing...": "Associazione in corso..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Parzialmente Nuvoloso" + }, + "Passkey:": { + "Passkey:": "Passkey:" + }, + "Password": { + "Password": "Password" + }, + "Password...": { + "Password...": "Password..." + }, + "Paste": { + "Paste": "Incolla" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Percorso di un file video o di una cartella contenente video" + }, + "Pattern": { + "Pattern": "Pattern" + }, + "Pause": { + "Pause": "Pausa" + }, + "Paused": { + "Paused": "In Pausa" + }, + "Pending": { + "Pending": "In Attesa" + }, + "Pending Charge": { + "Pending Charge": "In Attesa di Carica" + }, + "Pending Discharge": { + "Pending Discharge": "In Attesa di Scarica" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Sfondi per Modalità" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Sfondi per Schermi" + }, + "Per-screen config": { + "Per-screen config": "Configurazione per schermo" + }, + "Percentage": { + "Percentage": "Percentuale" + }, + "Performance": { + "Performance": "Prestazioni" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Permesso negato per impostare l'immagine del profilo." + }, + "Personalization": { + "Personalization": "Personalizzazione" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Phone Connect Non Disponibile" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Phone Connect non disponibile" + }, + "Phone number": { + "Phone number": "Numero di telefono" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Scegli un video casuale diverso ogni volta dalla stessa cartella" + }, + "Pictures": { + "Pictures": "Immagini" + }, + "Pin": { + "Pin": "Fissa" + }, + "Pin to Dock": { + "Pin to Dock": "Fissa sulla Dock" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping inviato" + }, + "Ping sent to": { + "Ping sent to": "Ping inviato a" + }, + "Pinned": { + "Pinned": "Fissato" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "App fissate e in esecuzione con trascinamento" + }, + "Pixelate": { + "Pixelate": "Mosaico" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Posiziona la cartella dei plugin qui. Ogni plugin dovrebbe avere un file manifesto plugin.json." + }, + "Place plugins in %1": { + "Place plugins in %1": "Inserisci i plugin in %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Riproduci un video quando lo schermo si blocca." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Riproduci suono quando arriva una nuova notifica" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Riproduci un suono al collegamento del cavo di alimentazione" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Riproduci suono quando il volume viene regolato" + }, + "Play sounds for system events": { + "Play sounds for system events": "Riproduci suoni per eventi di sistema" + }, + "Playback": { + "Playback": "Riproduzione" + }, + "Playback error: ": { + "Playback error: ": "Errore di riproduzione: " + }, + "Please wait...": { + "Please wait...": "Attendi..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Scrivi un nome per la nuova sessione %1" + }, + "Plugged In": { + "Plugged In": "Collegato" + }, + "Plugged in": { + "Plugged in": "Collegato all'alimentazione" + }, + "Plugin": { + "Plugin": "Plugin" + }, + "Plugin Directory": { + "Plugin Directory": "Cartella Plugin" + }, + "Plugin Management": { + "Plugin Management": "Gestione Plugin" + }, + "Plugin Visibility": { + "Plugin Visibility": "Visibilità Plugin" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Plugin disattivato - per usarlo, attivalo nelle impostazioni Plugin" + }, + "Plugins": { + "Plugins": "Plugin" + }, + "Pointer": { + "Pointer": "Puntatore" + }, + "Popout Shadows": { + "Popout Shadows": "Ombre dei Popup" + }, + "Popouts": { + "Popouts": "Pannelli a Comparsa" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Pannelli a comparsa e finestre modali seguono la Velocità Animazione globale (disabilita per personalizzare indipendentemente)" + }, + "Popup Only": { + "Popup Only": "Solo Popup" + }, + "Popup Position": { + "Popup Position": "Posizione Popup" + }, + "Popup Shadow": { + "Popup Shadow": "Ombra Popup" + }, + "Popup Transparency": { + "Popup Transparency": "Trasparenza Popup" + }, + "Popup behavior, position": { + "Popup behavior, position": "Comportamento e posizione dei popup" + }, + "Port": { + "Port": "Porta" + }, + "Portal": { + "Portal": "Vortice" + }, + "Position": { + "Position": "Posizione" + }, + "Position, pinned apps": { + "Position, pinned apps": "Posizione, app fissate" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Possibili Conflitti di Sovrascrittura" + }, + "Power": { + "Power": "Alimentazione" + }, + "Power & Security": { + "Power & Security": "Alimentazione e Sicurezza" + }, + "Power & Sleep": { + "Power & Sleep": "Alimentazione e Sospensione" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Conferma Azioni Alimentazione" + }, + "Power Menu Customization": { + "Power Menu Customization": "Personalizzazione Menu Alimentazione" + }, + "Power Off": { + "Power Off": "Spegni" + }, + "Power Options": { + "Power Options": "Opzioni Alimentazione" + }, + "Power Profile": { + "Power Profile": "Profilo Energetico" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Degrado Profilo Energetico" + }, + "Power Saver": { + "Power Saver": "Risparmio Energetico" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Spegni gli schermi al blocco" + }, + "Power profile management available": { + "Power profile management available": "Gestione dei profili energetici disponibile" + }, + "Power source": { + "Power source": "Sorgente di alimentazione" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "Precompila l'ultimo nome utente corretto sul greeter" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "Preseleziona l'ultima sessione utilizzata sul greeter" + }, + "Precip": { + "Precip": "Precipitazioni" + }, + "Precipitation": { + "Precipitation": "Precipitazioni" + }, + "Precipitation Chance": { + "Precipitation Chance": "Probabilità di Precipitazioni" + }, + "Preference": { + "Preference": "Preferenza" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Larghezze Predefinite (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "Premi \"n\" o fai clic su \"Nuova Sessione\" per crearne una" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Premi Invio e il sistema audio si riavvierà per applicare la modifica" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Premi Invio per incollare, Shift+Invio per copiare" + }, + "Press key...": { + "Press key...": "Premi un tasto..." + }, + "Pressure": { + "Pressure": "Pressione" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Disattiva sospensione schermo" + }, + "Preview": { + "Preview": "Anteprima" + }, + "Primary": { + "Primary": "Primario" + }, + "Primary Container": { + "Primary Container": "Contenitore Primario" + }, + "Print Server Management": { + "Print Server Management": "Gestione Server di Stampa" + }, + "Print Server not available": { + "Print Server not available": "Server di Stampa non disponibile" + }, + "Printer": { + "Printer": "Stampante" + }, + "Printer Classes": { + "Printer Classes": "Classi di Stampanti" + }, + "Printer created successfully": { + "Printer created successfully": "Stampante creata con successo" + }, + "Printer deleted": { + "Printer deleted": "Stampante eliminata" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Nome stampante (senza spazi)" + }, + "Printer reachable": { + "Printer reachable": "Stampante raggiungibile" + }, + "Printers": { + "Printers": "Stampanti" + }, + "Printers: ": { + "Printers: ": "Stampanti: " + }, + "Prioritize performance": { + "Prioritize performance": "Dai priorità alle prestazioni" + }, + "Priority": { + "Priority": "Priorità" + }, + "Privacy Indicator": { + "Privacy Indicator": "Indicatore Privacy" + }, + "Privacy Mode": { + "Privacy Mode": "Modalità Privacy" + }, + "Private Key Password": { + "Private Key Password": "Password della Chiave Privata" + }, + "Process Count": { + "Process Count": "Numero di Processi" + }, + "Processes": { + "Processes": "Processi" + }, + "Processes:": { + "Processes:": "Processi:" + }, + "Processing": { + "Processing": "In Elaborazione" + }, + "Profile Image Error": { + "Profile Image Error": "Errore Immagine Profilo" + }, + "Profile activated: %1": { + "Profile activated: %1": "Profilo attivato: %1" + }, + "Profile deleted": { + "Profile deleted": "Profilo eliminato" + }, + "Profile error": { + "Profile error": "Errore profilo" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Immagine profilo troppo grande. Per favore usa un'immagine più piccola." + }, + "Profile name": { + "Profile name": "Nome profilo" + }, + "Profile not found": { + "Profile not found": "Profilo non trovato" + }, + "Profile saved: %1": { + "Profile saved: %1": "Profilo salvato: %1" + }, + "Protocol": { + "Protocol": "Protocollo" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia non è disponibile" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia non è disponibile - il salvaschermo video richiede i servizi multimediali qt" + }, + "Quick Access": { + "Quick Access": "Accesso Rapido" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Accesso veloce al launcher applicazioni" + }, + "Quick access to color picker": { + "Quick access to color picker": "Accesso veloce al selettore colore" + }, + "Quick access to notepad": { + "Quick access to notepad": "Accesso veloce al blocco note" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Pannello scorrevole per la presa veloce di appunti" + }, + "Quick system toggles": { + "Quick system toggles": "Comandi rapidi di sistema" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Raggio" + }, + "Rain": { + "Rain": "Pioggia" + }, + "Rain Chance": { + "Rain Chance": "Prob. Pioggia" + }, + "Rainbow": { + "Rainbow": "Arcobaleno" + }, + "Random": { + "Random": "Casuale" + }, + "Rate": { + "Rate": "Velocità" + }, + "Read:": { + "Read:": "Lettura:" + }, + "Reason": { + "Reason": "Motivo" + }, + "Reboot": { + "Reboot": "Riavvia" + }, + "Recent Colors": { + "Recent Colors": "Colori Recenti" + }, + "Recently Used Apps": { + "Recently Used Apps": "App Usate Recentemente" + }, + "Recommended available": { + "Recommended available": "Opzione consigliata disponibile" + }, + "Refresh": { + "Refresh": "Aggiorna" + }, + "Refresh Weather": { + "Refresh Weather": "Aggiorna Meteo" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Rifiuta" + }, + "Reject Jobs": { + "Reject Jobs": "Rifiuta Stampe" + }, + "Release": { + "Release": "Rilascio" + }, + "Reload Plugin": { + "Reload Plugin": "Ricarica Plugin" + }, + "Remaining": { + "Remaining": "Rimanente" + }, + "Remaining / Total": { + "Remaining / Total": "Rimanente/Totale" + }, + "Remember Last Query": { + "Remember Last Query": "Ricorda l'Ultima Ricerca" + }, + "Remember last session": { + "Remember last session": "Ricorda l'ultima sessione" + }, + "Remember last user": { + "Remember last user": "Ricorda l'ultimo utente" + }, + "Remove": { + "Remove": "Rimuovi" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Rimuovi Spaziatura Widget" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Rimuovi spazi e bordo quando le finestre sono massimizzate" + }, + "Rename": { + "Rename": "Rinomina" + }, + "Rename Session": { + "Rename Session": "Rinomina Sessione" + }, + "Rename Workspace": { + "Rename Workspace": "Rinomina Spazio di Lavoro" + }, + "Repeat": { + "Repeat": "Ripeti" + }, + "Replacement": { + "Replacement": "Sostituzione" + }, + "Report": { + "Report": "Riepilogo" + }, + "Request Pairing": { + "Request Pairing": "Richiedi Associazione" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Richiede di tenere premuto il pulsante/tasto per confermare lo spegnimento, il riavvio, la sospensione, l'ibernazione e il termina sessione" + }, + "Required plugin: ": { + "Required plugin: ": "Plugin richiesto: " + }, + "Requires %1": { + "Requires %1": "Richiede %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Richiede lo strumento \"dgop\"" + }, + "Requires DMS %1": { + "Requires DMS %1": "Richiede DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Richiede compositor DWL" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "Richiede una versione più recente di Quickshell" + }, + "Requires night mode support": { + "Requires night mode support": "Richiede il supporto alla modalità notturna" + }, + "Reset": { + "Reset": "Reimposta" + }, + "Reset Position": { + "Reset Position": "Reimposta Posizione" + }, + "Reset Size": { + "Reset Size": "Reimposta Dimensioni" + }, + "Reset to default name": { + "Reset to default name": "Ripristina nome predefinito" + }, + "Resize Widget": { + "Resize Widget": "Ridimensiona Widget" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Risoluzione e Frequenza di Aggiornamento" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Risoluzione, posizione, ridimensionamento" + }, + "Restart DMS": { + "Restart DMS": "Riavvia DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Riavvia la DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Riavvio del sistema audio in corso..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "Ripristina Finestre dello Spazio di Lavoro Speciale" + }, + "Resume": { + "Resume": "Riprendi" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Inverti Direzione Scorrimento" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Inverti direzione cambio spazio di lavoro quando si scorre sulla barra" + }, + "Revert": { + "Revert": "Ripristina" + }, + "Right": { + "Right": "Destra" + }, + "Right Center": { + "Right Center": "Al Centro a Destra" + }, + "Right Section": { + "Right Section": "Sezione Destra" + }, + "Right Tiling": { + "Right Tiling": "Tiling Destro" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Fai clic con il tasto destro e trascina in qualsiasi punto del widget" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Fai clic con il tasto destro e trascina l’angolo in basso a destra" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Fai clic destro sulla barra per alternare" + }, + "Ring": { + "Ring": "Fai squillare" + }, + "Ringing": { + "Ringing": "Squillo in corso" + }, + "Ripple Effects": { + "Ripple Effects": "Effetti Onda" + }, + "Root Filesystem": { + "Root Filesystem": "Filesystem Root" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Angoli arrotondati per le finestre" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Angoli arrotondati per le finestre (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Angoli arrotondati per le finestre (decoration.rounding)" + }, + "Rule": { + "Rule": "Regola" + }, + "Rule Name": { + "Rule Name": "Nome Regola" + }, + "Rules (%1)": { + "Rules (%1)": "Regole (%1)" + }, + "Run Again": { + "Run Again": "Esegui di Nuovo" + }, + "Run DMS Templates": { + "Run DMS Templates": "Esegui Template DMS" + }, + "Run User Templates": { + "Run User Templates": "Esegui Template Utente" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Esegui un programma (es. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Esegui un comando shell (es. notify-send)" + }, + "Running Apps": { + "Running Apps": "App in Esecuzione" + }, + "Running Apps Settings": { + "Running Apps Settings": "Impostazioni App in Esecuzione" + }, + "Running greeter sync…": { + "Running greeter sync…": "Sincronizzazione del greeter in corso…" + }, + "SDR Brightness": { + "SDR Brightness": "Luminosità SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Saturazione SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Salva" + }, + "Save Notepad File": { + "Save Notepad File": "Salva File Blocco Note" + }, + "Save QR Code": { + "Save QR Code": "Salva Codice QR" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Salva e passa tra le configurazioni dello schermo" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Salva nella cronologia le notifiche a priorità critica" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Salva nella cronologia le notifiche ignorate" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Salva nella cronologia le notifiche a bassa priorità" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Salva nella cronologia le notifiche a priorità normale" + }, + "Save password": { + "Save password": "Salva password" + }, + "Saved": { + "Saved": "Salvato" + }, + "Saved Configurations": { + "Saved Configurations": "Configurazioni Salvate" + }, + "Saved Note": { + "Saved Note": "Nota Salvata" + }, + "Saved item deleted": { + "Saved item deleted": "Elemento salvato eliminato" + }, + "Saving...": { + "Saving...": "Salvataggio..." + }, + "Scale": { + "Scale": "Scala" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Scala le dimensioni dei font della DankBar in modo indipendente" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "Scala dimensioni icone DankBar indipendentemente" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Ridimensiona tutte le dimensioni dei caratteri nell'intera shell" + }, + "Scan": { + "Scan": "Scansiona" + }, + "Scanning": { + "Scanning": "Scansione" + }, + "Scanning...": { + "Scanning...": "Scansione..." + }, + "Science": { + "Science": "Scienza" + }, + "Score": { + "Score": "Punteggio" + }, + "Screen Sharing": { + "Screen Sharing": "Condivisione Schermo" + }, + "Screen sharing": { + "Screen sharing": "Condivisione schermo" + }, + "Scroll": { + "Scroll": "Scorrimento" + }, + "Scroll Factor": { + "Scroll Factor": "Fattore di Scorrimento" + }, + "Scroll GitHub": { + "Scroll GitHub": "GitHub di Scroll" + }, + "Scroll Wheel": { + "Scroll Wheel": "Rotella di Scorrimento" + }, + "Scroll song title": { + "Scroll song title": "Scorri titolo del brano" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Scorri il titolo se non entra nel widget" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Comportamento della rotellina del mouse nel widget multimediale" + }, + "Scrolling": { + "Scrolling": "Scorrimento" + }, + "Search App Actions": { + "Search App Actions": "Cerca Azioni App" + }, + "Search Options": { + "Search Options": "Opzioni di Ricerca" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Cerca per combinazione di tasti, descrizione o nome azione.\n\nL'azione predefinita copia la scorciatoia negli appunti.\nFai clic destro o Freccia Destra per fissare le scorciatoie frequenti - appariranno in cima quando non si cerca." + }, + "Search for a location...": { + "Search for a location...": "Cerca una posizione..." + }, + "Search keybinds...": { + "Search keybinds...": "Cerca scorciatoie..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Cerca scorciatoie da tastiera dal tuo compositor e applicazioni" + }, + "Search plugins...": { + "Search plugins...": "Cerca plugin..." + }, + "Search processes...": { + "Search processes...": "Cerca processi..." + }, + "Search sessions...": { + "Search sessions...": "Cerca sessioni..." + }, + "Search themes...": { + "Search themes...": "Cerca temi..." + }, + "Search widgets...": { + "Search widgets...": "Cerca widget..." + }, + "Search...": { + "Search...": "Cerca..." + }, + "Searching...": { + "Searching...": "Ricerca in corso..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Secondo Fattore (AND)" + }, + "Secondary": { + "Secondary": "Secondario" + }, + "Secured": { + "Secured": "Protetto" + }, + "Security": { + "Security": "Sicurezza" + }, + "Security & privacy": { + "Security & privacy": "Sicurezza e privacy" + }, + "Security key mode": { + "Security key mode": "Modalità chiave di sicurezza" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "La disponibilità della chiave di sicurezza non ha potuto essere confermata." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Il supporto per chiavi di sicurezza è stato rilevato, ma nessuna chiave registrata è ancora stata trovata. Puoi abilitarlo ora e registrarne una in seguito." + }, + "Select": { + "Select": "Seleziona" + }, + "Select Application": { + "Select Application": "Seleziona Applicazione" + }, + "Select Bar": { + "Select Bar": "Seleziona Barra" + }, + "Select Custom Theme": { + "Select Custom Theme": "Seleziona Tema Personalizzato" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Seleziona Logo Launcher della Dock" + }, + "Select File to Send": { + "Select File to Send": "Seleziona File da Inviare" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Seleziona Logo Launcher" + }, + "Select Profile Image": { + "Select Profile Image": "Seleziona Immagine Profilo" + }, + "Select Video or Folder": { + "Select Video or Folder": "Seleziona Video o Cartella" + }, + "Select Wallpaper": { + "Select Wallpaper": "Seleziona Sfondo" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Seleziona Cartella Sfondo" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Seleziona un colore dalla tavolozza o usa lo slider di personalizzazione" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Seleziona un widget da aggiungere al tuo desktop. Ogni widget è un'istanza separata con le proprie impostazioni." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Seleziona un widget da aggiungere. Se necessario, puoi aggiungere più istanze dello stesso widget." + }, + "Select a window...": { + "Select a window...": "Seleziona una finestra..." + }, + "Select an image file...": { + "Select an image file...": "Seleziona un'immagine..." + }, + "Select at least one provider": { + "Select at least one provider": "Seleziona almeno un fornitore" + }, + "Select device": { + "Select device": "Seleziona dispositivo" + }, + "Select device...": { + "Select device...": "Seleziona un dispositivo..." + }, + "Select driver...": { + "Select driver...": "Seleziona un driver..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Seleziona lo spessore del font per il testo dell'interfaccia utente" + }, + "Select greeter background image": { + "Select greeter background image": "Seleziona l'immagine di sfondo del greeter" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Seleziona lo schermo per configurare lo sfondo" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Seleziona font a larghezza fissa per lista processi e visualizzazioni tecniche" + }, + "Select network": { + "Select network": "Seleziona rete" + }, + "Select system sound theme": { + "Select system sound theme": "Seleziona tema suoni di sistema" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Seleziona la famiglia di font per il testo dell'interfaccia utente" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Seleziona l'algoritmo della tavolozza usato per i colori basati sullo sfondo" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Seleziona quali fornitori di scorciatoie includere" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Seleziona quali transizioni includere nella randomizzazione" + }, + "Select...": { + "Select...": "Seleziona..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Immagine selezionata non trovata." + }, + "Send": { + "Send": "Invia" + }, + "Send Clipboard": { + "Send Clipboard": "Invia Appunti" + }, + "Send File": { + "Send File": "Invia File" + }, + "Send SMS": { + "Send SMS": "Invia SMS" + }, + "Sending": { + "Sending": "Invio in Corso" + }, + "Separator": { + "Separator": "Separatore" + }, + "Server": { + "Server": "Server" + }, + "Session Filter": { + "Session Filter": "Filtro Sessioni" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Imposta Nome Dispositivo Personalizzato" + }, + "Set custom name": { + "Set custom name": "Imposta nome personalizzato" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Imposta nomi personalizzati per i tuoi dispositivi di input" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Imposta nomi personalizzati per i tuoi dispositivi di output" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Imposta sfondi differenti per ogni schermo connesso" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Imposta sfondi differenti per modalità chiara e scura" + }, + "Set key and action to save": { + "Set key and action to save": "Imposta tasto e azione per salvare" + }, + "Set notification rules": { + "Set notification rules": "Imposta regole di notifica" + }, + "Settings": { + "Settings": "Impostazioni" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Le impostazioni sono in sola lettura. Le modifiche non verranno salvate." + }, + "Setup": { + "Setup": "Configurazione" + }, + "Shadow Color": { + "Shadow Color": "Colore Ombra" + }, + "Shadow Intensity": { + "Shadow Intensity": "Intensità dell'Ombra" + }, + "Shadow Opacity": { + "Shadow Opacity": "Opacità dell'Ombra" + }, + "Shadow Override": { + "Shadow Override": "Sovrascrittura Ombra" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "Ombra in rilievo su barre e pannelli" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "Ombra in rilievo su modali e finestre di dialogo" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "Ombra in rilievo su popup, OSD e menu a discesa" + }, + "Shadows": { + "Shadows": "Ombre" + }, + "Share": { + "Share": "Condividi" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Condividi Impostazioni Controllo Gamma" + }, + "Share Text": { + "Share Text": "Condividi Testo" + }, + "Share URL": { + "Share URL": "Condividi URL" + }, + "Shared": { + "Shared": "Condiviso" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Canc: Cancella Tutto • Esc: Chiudi" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Invio per incollare" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Invio: Copia • Shift+Canc: Cancella Tutto • Esc: Chiudi" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Invio: Incolla • Shift+Canc: Cancella Tutto • Esc: Chiudi" + }, + "Short": { + "Short": "Breve" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Scorciatoia (%1)" + }, + "Shortcuts": { + "Shortcuts": "Scorciatoie" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Scorciatoie (%1)" + }, + "Show": { + "Show": "Mostra" + }, + "Show 3rd Party": { + "Show 3rd Party": "Mostra Terze Parti" + }, + "Show All Tags": { + "Show All Tags": "Mostra Tutti i Tag" + }, + "Show Badge": { + "Show Badge": "Mostra Badge" + }, + "Show CPU": { + "Show CPU": "Mostra CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Mostra Grafico CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "Mostra Temperatura CPU" + }, + "Show Date": { + "Show Date": "Mostra Data" + }, + "Show Disk": { + "Show Disk": "Mostra Disco" + }, + "Show Dock": { + "Show Dock": "Mostra la Dock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Mostra Temperatura Percepita" + }, + "Show Footer": { + "Show Footer": "Mostra Piè di Pagina" + }, + "Show Forecast": { + "Show Forecast": "Mostra Previsioni" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Mostra Temperatura GPU" + }, + "Show Header": { + "Show Header": "Mostra Intestazione" + }, + "Show Hibernate": { + "Show Hibernate": "Mostra Ibernazione" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Mostra Numeri Ore" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Mostra Previsioni Orarie" + }, + "Show Humidity": { + "Show Humidity": "Mostra Umidità" + }, + "Show Launcher Button": { + "Show Launcher Button": "Mostra Pulsante Launcher" + }, + "Show Line Numbers": { + "Show Line Numbers": "Mostra Numero Righe" + }, + "Show Location": { + "Show Location": "Mostra Posizione" + }, + "Show Lock": { + "Show Lock": "Mostra Blocco" + }, + "Show Log Out": { + "Show Log Out": "Mostra Termina Sessione" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Mostra animazioni onda Material Design sugli elementi interattivi" + }, + "Show Media Player": { + "Show Media Player": "Mostra Lettore Multimediale" + }, + "Show Memory": { + "Show Memory": "Mostra Memoria" + }, + "Show Memory Graph": { + "Show Memory Graph": "Mostra Grafico Memoria" + }, + "Show Memory in GB": { + "Show Memory in GB": "Mostra la Memoria in GB" + }, + "Show Network": { + "Show Network": "Mostra Rete" + }, + "Show Network Graph": { + "Show Network Graph": "Mostra Grafico Rete" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Mostra Solo Spazi di Lavoro Occupati" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Mostra Conteggio Badge Overflow" + }, + "Show Password Field": { + "Show Password Field": "Mostra Campo Password" + }, + "Show Power Actions": { + "Show Power Actions": "Mostra Azioni Alimentazione" + }, + "Show Power Off": { + "Show Power Off": "Mostra Spegni" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Mostra Probabilità di Precipitazioni" + }, + "Show Pressure": { + "Show Pressure": "Mostra Pressione" + }, + "Show Profile Image": { + "Show Profile Image": "Mostra Immagine Profilo" + }, + "Show Reboot": { + "Show Reboot": "Mostra Riavvio" + }, + "Show Restart DMS": { + "Show Restart DMS": "Mostra Riavvia DMS" + }, + "Show Saved Items": { + "Show Saved Items": "Mostra Elementi Salvati" + }, + "Show Seconds": { + "Show Seconds": "Mostra Secondi" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Mostra Alba/Tramonto" + }, + "Show Suspend": { + "Show Suspend": "Mostra Sospensione" + }, + "Show Swap": { + "Show Swap": "Mostra Swap" + }, + "Show System Date": { + "Show System Date": "Mostra Data di Sistema" + }, + "Show System Icons": { + "Show System Icons": "Mostra Icone di Sistema" + }, + "Show System Time": { + "Show System Time": "Mostra Ora di Sistema" + }, + "Show Top Processes": { + "Show Top Processes": "Mostra Processi Principali" + }, + "Show Weather Condition": { + "Show Weather Condition": "Mostra Condizioni Meteo" + }, + "Show Week Number": { + "Show Week Number": "Mostra Numero della Settimana" + }, + "Show Welcome": { + "Show Welcome": "Mostra Benvenuto" + }, + "Show Wind Speed": { + "Show Wind Speed": "Mostra Velocità del Vento" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Mostra App negli Spazi di Lavoro" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Mostra tutti i 9 tag invece di quelli occupati (solo DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Mostra un bordo attorno all’indicatore dello spazio di lavoro attivo" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Mostra il visualizzatore audio cava nel widget multimediale" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Mostra la sovrapposizione oscurata dietro le finestre di dialogo modali" + }, + "Show device": { + "Show device": "Mostra dispositivo" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Mostra la dock quando le finestre fluttuanti non ne sovrappongono l’area" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Mostra ombra esterna sui popup di notifica. Richiede che M3 Elevation sia attivato in Tema e Colori." + }, + "Show in GB": { + "Show in GB": "Mostra in GB" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostra la sovrapposizione del launcher durante la digitazione nella panoramica di Niri. Disabilita per usare un altro launcher." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Mostra schede modalità e suggerimenti tastiera in basso." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "Mostra i popup delle notifiche solo sullo schermo attualmente attivo" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "Mostra le notifiche solo sullo schermo attualmente attivo" + }, + "Show on Last Display": { + "Show on Last Display": "Mostra sull'Ultimo Schermo" + }, + "Show on Overlay": { + "Show on Overlay": "Mostra in Sovraimpressione" + }, + "Show on Overview": { + "Show on Overview": "Mostra in Panoramica" + }, + "Show on Overview Only": { + "Show on Overview Only": "Mostra Solo nella Panoramica" + }, + "Show on all connected displays": { + "Show on all connected displays": "Mostra su tutti gli schermi connessi" + }, + "Show on screens:": { + "Show on screens:": "Mostra sugli schermi:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Mostra indicatore a schermo quando la luminosità cambia" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Mostra indicatore a schermo quando lo stato del blocco maiuscole cambia" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Mostra indicatore a schermo quando si scorre tra i dispositivi di uscita audio" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Mostra indicatore a schermo quando cambia lo stato del blocco sospensione" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Mostra indicatore a schermo quando cambia lo stato del lettore multimediale" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Mostra indicatore a schermo quando cambia il volume del lettore multimediale" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Mostra indicatore a schermo quando il microfono è attivato/disattivato" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Mostra indicatore a schermo quando il profilo di alimentazione cambia" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Mostra indicatore a schermo quando il volume cambia" + }, + "Show seconds": { + "Show seconds": "Mostra secondi" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Mostra informazioni meteo nella barra superiore e nel centro di controllo" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "Mostra il numero della settimana nel calendario" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Mostra i numeri d'indice degli spazi di lavoro nello switcher degli spazi di lavoro nella barra superiore" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Mostra il nome dello spazio di lavoro nelle barre orizzontali e la prima lettera in quelle verticali" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Mostra gli spazi di lavoro dello schermo attualmente attivo" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Mostra tutte le applicazioni in esecuzione con indicazione focus" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Visualizza lo spazio di lavoro attuale e consente di passare ad un altro" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Mostra quando il blocco maiuscole è attivo" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Mostra quando microfono, videocamera, o condivisione schermo sono attivi" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Spegni" + }, + "Signal": { + "Signal": "Segnale" + }, + "Signal:": { + "Signal:": "Segnale:" + }, + "Size": { + "Size": "Dimensione" + }, + "Size Constraints": { + "Size Constraints": "Vincoli Dimensione" + }, + "Size Offset": { + "Size Offset": "Offset Dimensione" + }, + "Sizing": { + "Sizing": "Dimensionamento" + }, + "Skip": { + "Skip": "Salta" + }, + "Skip confirmation": { + "Skip confirmation": "Salta Conferma" + }, + "Skip setup": { + "Skip setup": "Salta configurazione" + }, + "Small": { + "Small": "Piccolo" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Autenticazione Tramite Smart Card" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN della Smart Card" + }, + "Snap": { + "Snap": "Aggancia" + }, + "Snow": { + "Snow": "Neve" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Alcuni plugin richiedono una versione più recente di DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Ordina Alfabeticamente" + }, + "Sort By": { + "Sort By": "Ordina Per" + }, + "Sorting & Layout": { + "Sorting & Layout": "Ordinamento e Layout" + }, + "Sound Theme": { + "Sound Theme": "Tema Suoni" + }, + "Sounds": { + "Sounds": "Suoni" + }, + "Space between windows": { + "Space between windows": "Spazio tra le finestre" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Spazio tra le finestre (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Spazio tra le finestre (gaps_in e gaps_out)" + }, + "Spacer": { + "Spacer": "Distanziatore" + }, + "Spacing": { + "Spacing": "Spaziatura" + }, + "Speaker settings": { + "Speaker settings": "Impostazioni altoparlanti" + }, + "Speed": { + "Speed": "Velocità" + }, + "Spool Area Full": { + "Spool Area Full": "Area Spool Piena" + }, + "Square Corners": { + "Square Corners": "Angoli Squadrati" + }, + "Stacked": { + "Stacked": "Impilato" + }, + "Standard": { + "Standard": "Standard" + }, + "Start": { + "Start": "Avvia" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "Avvia KDE Connect o Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Avvia KDE Connect o Valent per usare questo plugin" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Inizia a scrivere i tuoi appunti qui..." + }, + "State": { + "State": "Stato" + }, + "Status": { + "Status": "Stato" + }, + "Stopped": { + "Stopped": "Arrestato" + }, + "Stopped Partly": { + "Stopped Partly": "Parzialmente Arrestato" + }, + "Stopping": { + "Stopping": "In Arresto" + }, + "Stretch": { + "Stretch": "Estendi" + }, + "Stripes": { + "Stripes": "Strisce" + }, + "Summary": { + "Summary": "Riassunto" + }, + "Sunrise": { + "Sunrise": "Alba" + }, + "Sunset": { + "Sunset": "Tramonto" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Sopprimi i popup di notifica quando attivato" + }, + "Surface": { + "Surface": "Superficie" + }, + "Surface Variant": { + "Surface Variant": "Variante Superficie" + }, + "Suspend": { + "Suspend": "Sospendi" + }, + "Suspend behavior": { + "Suspend behavior": "Comportamento Sospensione" + }, + "Suspend system after": { + "Suspend system after": "Sospendi sistema dopo" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Sospendi e poi Iberna" + }, + "Sway Website": { + "Sway Website": "Sito Web di Sway" + }, + "Switch User": { + "Switch User": "Cambia Utente" + }, + "Switch to power profile": { + "Switch to power profile": "Passa al profilo energetico" + }, + "Sync": { + "Sync": "Sincronizza" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Modalità Sincronizzazione con il Portale" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Sincronizza Pannelli a Comparsa e Modali" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Sincronizza la Posizione tra gli Schermi" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "Sincronizzazione completata con successo." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Sincronizza la modalità scura con i portali di sistema per i suggerimenti sul tema globale" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Sincronizzazione fallita in modalità background. Avvio la modalità terminale per consentirti l'autenticazione interattiva." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "La sincronizzazione richiede l'autenticazione sudo. Apertura del terminale per poter usare password o impronta digitale." + }, + "System": { + "System": "Sistema" + }, + "System App Theming": { + "System App Theming": "Theming App Sistema" + }, + "System Check": { + "System Check": "Controllo di Sistema" + }, + "System Default": { + "System Default": "Predefinito di Sistema" + }, + "System Information": { + "System Information": "Informazioni di Sistema" + }, + "System Monitor": { + "System Monitor": "Monitor di Sistema" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Monitor di Sistema non Disponibile" + }, + "System Sounds": { + "System Sounds": "Suoni di Sistema" + }, + "System Tray": { + "System Tray": "Area di Notifica" + }, + "System Update": { + "System Update": "Aggiornamento di Sistema" + }, + "System Updater": { + "System Updater": "Gestore Aggiornamenti di Sistema" + }, + "System Updates": { + "System Updates": "Aggiornamenti di Sistema" + }, + "System notification area icons": { + "System notification area icons": "Icone area notifiche di sistema" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "I suoni di sistema non sono disponibili. Installa %1 per il supporto audio." + }, + "System theme toggle": { + "System theme toggle": "Interruttore tema di sistema" + }, + "System toast notifications": { + "System toast notifications": "Notifiche a comparsa di sistema" + }, + "System update custom command": { + "System update custom command": "Comando personalizzato aggiornamento sistema" + }, + "Tab": { + "Tab": "Scheda" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Nav Griglia • Invio/Spazio: Seleziona" + }, + "Terminal": { + "Terminal": "Terminale" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Parametri aggiuntivi personalizzati terminale" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "Terminale di ripiego non riuscito. Installa un emulatore di terminale supportato o esegui 'dms auth sync' manualmente." + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminale di ripiego fallito. Installa uno degli emulatori di terminale supportati o esegui \"dms greeter sync\" manualmente." + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "Terminale di ripiego aperto. Completa la configurazione dell'autenticazione lì; si chiuderà automaticamente al termine." + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminale di ripiego aperto. Completa la sincronizzazione lì; si chiuderà automaticamente al termine." + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "Backend multiplexer del terminale da usare" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "Terminale aperto. Completa la configurazione dell'autenticazione lì; si chiuderà automaticamente al termine." + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminale aperto. Completa l'autenticazione per la sincronizzazione lì; si chiuderà automaticamente al termine." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminali - Usa Sempre Tema Scuro" + }, + "Test Connection": { + "Test Connection": "Testa Connessione" + }, + "Test Page": { + "Test Page": "Pagina di Prova" + }, + "Test page sent to printer": { + "Test page sent to printer": "Pagina di prova inviata alla stampante" + }, + "Testing...": { + "Testing...": "Test in corso..." + }, + "Text": { + "Text": "Testo" + }, + "Text Color": { + "Text Color": "Colore Testo" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "Lo strumento \"dgop\" è necessario per il monitoraggio del sistema.\nInstalla dgop per utilizzare questa funzionalità." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variabile d'ambiente DMS_SOCKET non è impostata o il socket non è disponibile. La gestione automatica dei plugin richiede il DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Le seguenti impostazioni modificheranno le tue impostazioni GTK e Qt. Se vuoi preservare la tua configurazione attuale, per favore fai il backup (qt5ct.conf|qt6ct.conf e ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "Il comando personalizzato usato per agganciarsi alle sessioni (riceve il nome della sessione come primo argomento)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "La coda delle stampe della stampante è vuota" + }, + "Theme & Colors": { + "Theme & Colors": "Tema e Colori" + }, + "Theme Color": { + "Theme Color": "Colore Tema" + }, + "Theme Registry": { + "Theme Registry": "Registro dei Temi" + }, + "Themes": { + "Themes": "Temi" + }, + "Thickness": { + "Thickness": "Spessore" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Avviso Plugin di Terze Parti" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "I plugin di terze parti sono creati dalla community e non sono ufficialmente supportati da DankMaterialShell.\n\nQuesti plugin possono comportare rischi per la sicurezza e la privacy - l'installazione è a proprio rischio." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Questa scorciatoia è stata sovrascritta da config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "L'operazione potrebbe richiedere alcuni secondi" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Questo plugin non ha il permesso \"settings_write\".\n\nAggiungi \"permissions\": [\"settings_read\", \"settings_write\"] al plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Questo widget impedisce gli stati di spegnimento della GPU, che possono influire in modo significativo sulla durata della batteria sui laptop. Non è consigliabile utilizzarlo su laptop con grafica ibrida." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Questo eliminerà tutte le voci non fissate. %1 voci fissate verranno mantenute." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "La cronologia degli appunti verrà cancellata definitivamente." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Questo rimuoverà definitivamente questo elemento degli appunti salvato. Questa azione non può essere annullata." + }, + "Thunderstorm": { + "Thunderstorm": "Temporale" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Temporale con Grandine" + }, + "Tile": { + "Tile": "Affianca" + }, + "Tile H": { + "Tile H": "Affianca Orizz." + }, + "Tile V": { + "Tile V": "Affianca Vert." + }, + "Tiled": { + "Tiled": "Affiancato" + }, + "Tiled State": { + "Tiled State": "Stato Affiancato" + }, + "Tiling": { + "Tiling": "Tiling" + }, + "Time": { + "Time": "Tempo" + }, + "Time & Date Locale": { + "Time & Date Locale": "Lingua di Data e Ora" + }, + "Time & Weather": { + "Time & Weather": "Orario e Meteo" + }, + "Time Format": { + "Time Format": "Formato Ora" + }, + "Time format": { + "Time format": "Formato ora" + }, + "Time remaining: %1": { + "Time remaining: %1": "Tempo rimanente: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Tempo alla carica completa: %1" + }, + "Timed Out": { + "Timed Out": "Scaduto" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Timeout per le notifiche di priorità critica" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Timeout per le notifiche di bassa priorità" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Timeout per le notifiche di priorità normale" + }, + "Title": { + "Title": "Titolo" + }, + "Title regex (optional)": { + "Title regex (optional)": "Regex titolo (opzionale)" + }, + "To Full": { + "To Full": "Alla Carica Completa" + }, + "To update, run the following command:": { + "To update, run the following command:": "Per aggiornare, esegui il seguente comando:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Per utilizzare questa scorciatoia DMS, rimuovi o modifica la scorciatoia nel tuo config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Messaggi a Comparsa" + }, + "Today": { + "Today": "Oggi" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Attiva/Disattiva questa configurazione della barra" + }, + "Toggling...": { + "Toggling...": "Attivazione/Disattivazione in corso..." + }, + "Tomorrow": { + "Tomorrow": "Domani" + }, + "Tonal Spot": { + "Tonal Spot": "Punto Tonale" + }, + "Toner Empty": { + "Toner Empty": "Toner Vuoto" + }, + "Toner Low": { + "Toner Low": "Toner in Esaurimento" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "Troppi tentativi - accesso bloccato" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "Troppi tentativi falliti - l'account potrebbe essere bloccato" + }, + "Tools": { + "Tools": "Strumenti" + }, + "Top": { + "Top": "In Alto" + }, + "Top (Default)": { + "Top (Default)": "In Alto (Predefinito)" + }, + "Top Bar Format": { + "Top Bar Format": "Formato Barra Superiore" + }, + "Top Center": { + "Top Center": "In Alto al Centro" + }, + "Top Left": { + "Top Left": "In Alto a Sinistra" + }, + "Top Processes": { + "Top Processes": "Processi Principali" + }, + "Top Right": { + "Top Right": "In Alto a Destra" + }, + "Top Section": { + "Top Section": "Sezione Superiore" + }, + "Total": { + "Total": "Totale" + }, + "Total Jobs": { + "Total Jobs": "Stampe Totali" + }, + "Touch your security key...": { + "Touch your security key...": "Tocca la tua chiave di sicurezza..." + }, + "Transform": { + "Transform": "Trasforma" + }, + "Transition Effect": { + "Transition Effect": "Effetto Transizione" + }, + "Transparency": { + "Transparency": "Trasparenza" + }, + "Trending GIFs": { + "Trending GIFs": "GIF di Tendenza" + }, + "Trending Stickers": { + "Trending Stickers": "Sticker di Tendenza" + }, + "Trigger": { + "Trigger": "Attivatore" + }, + "Trigger Prefix": { + "Trigger Prefix": "Prefisso Attivatore" + }, + "Trigger: %1": { + "Trigger: %1": "Attivatore: %1" + }, + "Trust": { + "Trust": "Fidati" + }, + "Try a different search": { + "Try a different search": "Prova una ricerca diversa" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Spegni immediatamente tutti gli schermi quando si attiva la schermata di blocco" + }, + "Turn off monitors after": { + "Turn off monitors after": "Spegni schermi dopo" + }, + "Type": { + "Type": "Tipo" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Digita almeno 2 caratteri" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Digita questo prefisso per cercare scorciatoie" + }, + "Type to search files": { + "Type to search files": "Scrivi per cercare file" + }, + "Typography": { + "Typography": "Tipografia" + }, + "Typography & Motion": { + "Typography & Motion": "Tipografia e Animazioni" + }, + "Unavailable": { + "Unavailable": "Non disponibile" + }, + "Unfocused Color": { + "Unfocused Color": "Colore Inattivo" + }, + "Ungrouped": { + "Ungrouped": "Non Raggruppato" + }, + "Uninstall": { + "Uninstall": "Disinstalla" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Disinstalla Greeter" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Disinstalla Plugin" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Disinstallazione completata. Il Greeter è stato rimosso." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Disinstallazione fallita: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Disinstallare il greeter DMS? Questo rimuoverà la configurazione e ripristinerà il tuo display manager precedente. Si aprirà un terminale per l'autenticazione sudo." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Disinstallato: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Disinstallando: %1" + }, + "Unknown": { + "Unknown": "Sconosciuto" + }, + "Unknown App": { + "Unknown App": "App Sconosciuta" + }, + "Unknown Artist": { + "Unknown Artist": "Artista Sconosciuto" + }, + "Unknown Config": { + "Unknown Config": "Configurazione Sconosciuta" + }, + "Unknown Device": { + "Unknown Device": "Dispositivo Sconosciuto" + }, + "Unknown GPU": { + "Unknown GPU": "GPU Sconosciuta" + }, + "Unknown Monitor": { + "Unknown Monitor": "Schermo Sconosciuto" + }, + "Unknown Network": { + "Unknown Network": "Rete Sconosciuta" + }, + "Unknown Title": { + "Unknown Title": "Titolo Sconosciuto" + }, + "Unknown Track": { + "Unknown Track": "Traccia Sconosciuta" + }, + "Unload on Close": { + "Unload on Close": "Scarica alla Chiusura" + }, + "Unmute": { + "Unmute": "Riattiva" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Riattiva popup per %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Regola Senza Nome" + }, + "Unpair": { + "Unpair": "Dissocia" + }, + "Unpair failed": { + "Unpair failed": "Impossibile dissociare" + }, + "Unpin": { + "Unpin": "Rimuovi" + }, + "Unpin from Dock": { + "Unpin from Dock": "Rimuovi dalla Dock" + }, + "Unsaved Changes": { + "Unsaved Changes": "Modifiche Non Salvate" + }, + "Unsaved changes": { + "Unsaved changes": "Modifiche non salvate" + }, + "Unsaved note...": { + "Unsaved note...": "Nota non salvata..." + }, + "Untitled": { + "Untitled": "Senza Titolo" + }, + "Untrust": { + "Untrust": "Non Fidarti" + }, + "Up to date": { + "Up to date": "Aggiornato" + }, + "Update": { + "Update": "Aggiorna" + }, + "Update All": { + "Update All": "Aggiorna Tutto" + }, + "Update Plugin": { + "Update Plugin": "Aggiorna Plugin" + }, + "Uptime": { + "Uptime": "Tempo di Attività" + }, + "Uptime:": { + "Uptime:": "Tempo di Attività:" + }, + "Urgent Color": { + "Urgent Color": "Colore Urgente" + }, + "Usage Tips": { + "Usage Tips": "Suggerimenti d'Uso" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Usa formato 24 ore invece del formato 12 ore AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Usa Comando Personalizzato" + }, + "Use Grid Layout": { + "Use Grid Layout": "Usa Layout a Griglia" + }, + "Use IP Location": { + "Use IP Location": "Usa Posizione IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Usa Unità Imperiali" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Usa unità Imperiali (°F, mph, inHg) invece di quelle Metriche (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Usa Font a Larghezza Fissa" + }, + "Use System Theme": { + "Use System Theme": "Usa Tema di Sistema" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Usa un'immagine personalizzata per la schermata di blocco, o lascia vuoto per utilizzare lo sfondo del tuo desktop." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Usa una direzione dell'ombra fissa per questa barra" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "Usa una chiave di sicurezza per l'autenticazione della schermata di blocco." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Usa un gestore di sfondi esterno come swww, hyprpaper o swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Usa barre ad onde animate per la riproduzione media" + }, + "Use custom border size": { + "Use custom border size": "Usa uno spessore bordo personalizzato" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Usa larghezza bordo/cornice di focus personalizzata" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Usa comando personalizzato per aggiornare il sistema" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Usa spaziature personalizzate invece di quelle della barra" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Usa raggio personalizzato per le finestre invece di quello del tema" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Usa un arrotondamento finestre personalizzato invece del raggio del tema" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Usa lo sfondo del desktop" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "Usa l'autenticazione tramite impronta digitale per la schermata di blocco." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Usa tema chiaro invece del tema scuro" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Usa metri al secondo invece di km/h per la velocità del vento" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Usa schede di notifica più piccole" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Usa tema di suoni dalle impostazioni di sistema" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Usa la stessa posizione e dimensione su tutti gli schermi" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Usa il prefisso attivatore per attivare" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Utilizzato quando il colore di accento è impostato su Personalizzato" + }, + "User": { + "User": "Utente" + }, + "Username": { + "Username": "Nome Utente" + }, + "Username...": { + "Username...": "Nome utente..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Utilizza gli orari di alba/tramonto in base alla tua posizione." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usa gli orari di alba e tramonto per regolare automaticamente la modalità notte in base alla tua posizione." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Utilizzo delle impostazioni condivise di Gamma Control" + }, + "Utilities": { + "Utilities": "Utilità" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "Connessioni VPN" + }, + "VPN Password": { + "VPN Password": "Password VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "Configurazione VPN aggiornata" + }, + "VPN connections": { + "VPN connections": "Connessioni VPN" + }, + "VPN deleted": { + "VPN deleted": "VPN eliminata" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN importata: %1" + }, + "VPN not available": { + "VPN not available": "VPN non disponibile" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "Stato VPN e connessione veloce" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR Solo Schermo Intero" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR On-Demand" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Frequenza di Aggiornamento Variabile" + }, + "Verification": { + "Verification": "Verifica" + }, + "Version": { + "Version": "Versione" + }, + "Vertical Deck": { + "Vertical Deck": "Pila Verticale" + }, + "Vertical Grid": { + "Vertical Grid": "Griglia Verticale" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Scorrimento Verticale" + }, + "Vertical Tiling": { + "Vertical Tiling": "Tiling Verticale" + }, + "Vibrant": { + "Vibrant": "Vivace" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Tavolozza vibrante con saturazione giocosa." + }, + "Video Path": { + "Video Path": "Percorso Video" + }, + "Video Screensaver": { + "Video Screensaver": "Salvaschermo Video" + }, + "Videos": { + "Videos": "Video" + }, + "View Mode": { + "View Mode": "Modalità Visualizzazione" + }, + "Visibility": { + "Visibility": "Visibilità" + }, + "Visual Effects": { + "Visual Effects": "Effetti Visivi" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Separatore visivo tra i widget" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Effetto visivo usato quando cambia lo sfondo" + }, + "Volume": { + "Volume": "Volume" + }, + "Volume Changed": { + "Volume Changed": "Volume Modificato" + }, + "Volume Slider": { + "Volume Slider": "Slider Volume" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Volume, luminosità e altri indicatori a schermo di sistema" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Sfondo" + }, + "Wallpaper Error": { + "Wallpaper Error": "Errore Sfondo" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Schermo per lo Sfondo" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Modalità di riempimento sfondo" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Elaborazione dello sfondo fallita" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Elaborazione sfondo fallita - verifica il percorso dello sfondo" + }, + "Wallpapers": { + "Wallpapers": "Sfondi" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Temperatura colore calda da applicare" + }, + "Warning": { + "Warning": "Attenzione" + }, + "Warnings": { + "Warnings": "Avvisi" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Barre di Avanzamento a Onda" + }, + "Weather": { + "Weather": "Meteo" + }, + "Weather Widget": { + "Weather Widget": "Widget Meteo" + }, + "Welcome": { + "Welcome": "Benvenuto" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Benvenuto in DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "Facendo clic su una finestra nella dock in uno spazio di lavoro speciale di Hyprland, ripristina lo spazio di lavoro speciale prima di portare in primo piano la finestra" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Quando attivato, le applicazioni sono ordinate alfabeticamente. Quando disattivato, le applicazioni sono ordinate per frequenza d'uso." + }, + "When locked": { + "When locked": "Quando bloccato" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Se si usa il widget di aggiornamento, nascondilo se non ne viene trovato nessuno" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Password Wi-Fi" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Connessione Wi-Fi ed Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi non disponibile" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "Dispositivo WiFi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Codice QR WiFi per " + }, + "WiFi disabled": { + "WiFi disabled": "WiFi disattivato" + }, + "WiFi enabled": { + "WiFi enabled": "WiFi attivato" + }, + "WiFi is off": { + "WiFi is off": "WiFi spento" + }, + "WiFi off": { + "WiFi off": "Wi-Fi spento" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Ampio (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Colore Sfondo Widget" + }, + "Widget Management": { + "Widget Management": "Gestione Widget" + }, + "Widget Outline": { + "Widget Outline": "Contorno Widget" + }, + "Widget Style": { + "Widget Style": "Stile Widget" + }, + "Widget Styling": { + "Widget Styling": "Aspetto Widget" + }, + "Widget Transparency": { + "Widget Transparency": "Trasparenza Widget" + }, + "Widget added": { + "Widget added": "Widget aggiunto" + }, + "Widget removed": { + "Widget removed": "Widget rimosso" + }, + "Widgets": { + "Widgets": "Widget" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widget, layout, stile" + }, + "Width": { + "Width": "Larghezza" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Larghezza bordo finestra (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Larghezza bordo finestra (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Larghezza del bordo e dell'anello di focus" + }, + "Wind": { + "Wind": "Vento" + }, + "Wind Speed": { + "Wind Speed": "Velocità Vento" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Velocità del Vento in m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "Raggio Angoli Finestra" + }, + "Window Gaps": { + "Window Gaps": "Distanza tra Finestre" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Spaziatura tra Finestre (px)" + }, + "Window Height": { + "Window Height": "Altezza Finestra" + }, + "Window Opening": { + "Window Opening": "Apertura Finestra" + }, + "Window Rounding": { + "Window Rounding": "Arrotondamento Finestre" + }, + "Window Rules": { + "Window Rules": "Regole Finestra" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Inclusione Regole Finestra Mancanti" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Regole Finestra Non Configurate" + }, + "Wipe": { + "Wipe": "Tendina" + }, + "Workspace": { + "Workspace": "Spazio di Lavoro" + }, + "Workspace Appearance": { + "Workspace Appearance": "Aspetto Spazi di Lavoro" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Numeri Indice Spazi di Lavoro" + }, + "Workspace Names": { + "Workspace Names": "Nomi degli Spazi di Lavoro" + }, + "Workspace Padding": { + "Workspace Padding": "Spaziatura Interna degli Spazi di Lavoro" + }, + "Workspace Settings": { + "Workspace Settings": "Impostazioni Spazi di Lavoro" + }, + "Workspace Switcher": { + "Workspace Switcher": "Switcher Spazi di Lavoro" + }, + "Workspace name": { + "Workspace name": "Nome dello Spazio di Lavoro" + }, + "Workspaces": { + "Workspaces": "Spazi di Lavoro" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Spazi di Lavoro e Widget" + }, + "Write:": { + "Write:": "Scrittura:" + }, + "X Axis": { + "X Axis": "Asse X" + }, + "Y Axis": { + "Y Axis": "Asse Y" + }, + "Yes": { + "Yes": "Sì" + }, + "Yesterday": { + "Yesterday": "Ieri" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Ci sono modifiche non salvate. Salvare prima di chiudere questa scheda?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Ci sono modifiche non salvate. Salvare prima di continuare?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Ci sono modifiche non salvate. Salvare prima di creare un nuovo file?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Ci sono modifiche non salvate. Salvare prima di aprire un file?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Devi impostare una delle seguenti come variabili d'ambiente:\nQT_QPA_PLATFORMTHEME=gtk3 OPPURE\nQT_QPA_PLATFORMTHEME=qt6ct,\ne poi riavviare la shell.\n\nqt6ct richiede che qt6ct-kde sia installato." + }, + "You're All Set!": { + "You're All Set!": "Tutto Pronto!" + }, + "Your system is up to date!": { + "Your system is up to date!": "Il tuo sistema è aggiornato!" + }, + "actions": { + "actions": "azioni" + }, + "attached": { + "attached": "agganciato" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "di %1" + }, + "days": { + "days": "giorni" + }, + "detached": { + "detached": "disconnessa" + }, + "device": { + "device": "dispositivo" + }, + "devices connected": { + "devices connected": "dispositivi connessi" + }, + "dgop not available": { + "dgop not available": "dgop non disponibile" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms è una shell desktop moderna e altamente personalizzabile con un design ispirato a Material 3.

È costruita con Quickshell, un framework QT6 per la creazione di shell desktop, e Go, un linguaggio di programmazione compilato e staticamente tipizzato." + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "Il file di configurazione dms/cursor esiste ma non è incluso. Le impostazioni del cursore non verranno applicate." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "La configurazione dms/outputs esiste ma non è inclusa nella configurazione del compositor. Le modifiche allo schermo non saranno persistenti." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "es. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "es. focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "es. notify-send \"Ciao\" && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "es. scratch, /^tmp_.*/, build" + }, + "events": { + "events": "eventi" + }, + "ext": { + "ext": "est" + }, + "featured": { + "featured": "in primo piano" + }, + "leave empty for default": { + "leave empty for default": "lascia vuoto per il valore predefinito" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl non disponibile - integrazione blocco richiede connessione socket DMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "Server Discord di MangoWC" + }, + "mangowc GitHub": { + "mangowc GitHub": "GitHub di MangoWC" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen non trovato - installa il pacchetto matugen per il theming dinamico" + }, + "minutes": { + "minutes": "minuti" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "nav" + }, + "niri GitHub": { + "niri GitHub": "GitHub di niri" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "Chat Matrix di niri" + }, + "niri shortcuts config": { + "niri shortcuts config": "configurazione scorciatoie niri" + }, + "niri/dms Discord": { + "niri/dms Discord": "Server Discord niri/dms" + }, + "now": { + "now": "ora" + }, + "official": { + "official": "ufficiale" + }, + "on Hyprland": { + "on Hyprland": "su Hyprland" + }, + "on MangoWC": { + "on MangoWC": "su MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "su Miracle WM" + }, + "on Niri": { + "on Niri": "su Niri" + }, + "on Scroll": { + "on Scroll": "su Scroll" + }, + "on Sway": { + "on Sway": "su Sway" + }, + "open": { + "open": "apri" + }, + "or run ": { + "or run ": "o esegui " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon non disponibile" + }, + "procs": { + "procs": "proc" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "Subreddit r/niri" + }, + "seconds": { + "seconds": "secondi" + }, + "source": { + "source": "sorgente" + }, + "this app": { + "this app": "questa app" + }, + "up": { + "up": "attivo da" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "aggiorna dms per l'integrazione NM." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 di %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype non disponibile – installa wtype per il supporto alla funzione incolla" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Installa solo da sorgenti fidate" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Mese (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Mese (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Mese (Gen)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - Mese (Gennaio)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• I Plugin possono contenere errori o problemi di sicurezza" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Controlla il codice prima dell'installazione quando possibile" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Giorno (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Giorno (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Nome giorno (Lun)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Nome giorno (Lunedì)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - Anno (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - Anno (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Spazio: Espandi • Invio: Azione/Espandi • E: Testo" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Naviga • Invio/Ctrl+C: Copia • Canc: Elimina • F10: Aiuto" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Naviga • Invio: Incolla • Canc: Elimina • F10: Aiuto" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ja.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ja.json new file mode 100644 index 0000000..84e306e --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ja.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 文字" + }, + "%1 connected": { + "%1 connected": "" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "" + }, + "%1 disconnected": { + "%1 disconnected": "" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "" + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "" + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "" + }, + "%1 issue found": { + "%1 issue found": "" + }, + "%1 issues found": { + "%1 issues found": "" + }, + "%1 notifications": { + "%1 notifications": "" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 ウィジェット" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "" + }, + "(Unnamed)": { + "(Unnamed)": "(名前なし)" + }, + "+ %1 more": { + "+ %1 more": "" + }, + "/path/to/videos": { + "/path/to/videos": "" + }, + "0 = square corners": { + "0 = square corners": "" + }, + "1 day": { + "1 day": "" + }, + "1 device connected": { + "1 device connected": "" + }, + "1 event": { + "1 event": "1件のイベント" + }, + "1 hour": { + "1 hour": "" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "" + }, + "1 minute": { + "1 minute": "" + }, + "1 notification": { + "1 notification": "" + }, + "1 second": { + "1 second": "" + }, + "10 minutes": { + "10 minutes": "" + }, + "10 seconds": { + "10 seconds": "" + }, + "10-bit Color": { + "10-bit Color": "" + }, + "12 hours": { + "12 hours": "" + }, + "14 days": { + "14 days": "" + }, + "15 minutes": { + "15 minutes": "" + }, + "15 seconds": { + "15 seconds": "" + }, + "180°": { + "180°": "" + }, + "2 hours": { + "2 hours": "" + }, + "2 minutes": { + "2 minutes": "" + }, + "2 seconds": { + "2 seconds": "" + }, + "20 minutes": { + "20 minutes": "" + }, + "20 seconds": { + "20 seconds": "" + }, + "24-Hour Format": { + "24-Hour Format": "24時間形式" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "24時間形式" + }, + "25 seconds": { + "25 seconds": "" + }, + "250 ms": { + "250 ms": "" + }, + "270°": { + "270°": "" + }, + "3 days": { + "3 days": "" + }, + "3 hours": { + "3 hours": "" + }, + "3 minutes": { + "3 minutes": "" + }, + "3 seconds": { + "3 seconds": "" + }, + "30 days": { + "30 days": "" + }, + "30 minutes": { + "30 minutes": "" + }, + "30 seconds": { + "30 seconds": "" + }, + "35 seconds": { + "35 seconds": "" + }, + "3rd party": { + "3rd party": "サードパーティ" + }, + "4 hours": { + "4 hours": "" + }, + "4 seconds": { + "4 seconds": "" + }, + "40 seconds": { + "40 seconds": "" + }, + "45 seconds": { + "45 seconds": "" + }, + "5 minutes": { + "5 minutes": "" + }, + "5 seconds": { + "5 seconds": "" + }, + "50 seconds": { + "50 seconds": "" + }, + "500 ms": { + "500 ms": "" + }, + "55 seconds": { + "55 seconds": "" + }, + "6 hours": { + "6 hours": "" + }, + "7 days": { + "7 days": "" + }, + "750 ms": { + "750 ms": "" + }, + "8 hours": { + "8 hours": "" + }, + "8 seconds": { + "8 seconds": "" + }, + "90 days": { + "90 days": "" + }, + "90°": { + "90°": "" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "この名前のファイルは既に存在します。上書きしてもよろしいですか?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "" + }, + "AC Power": { + "AC Power": "" + }, + "API": { + "API": "" + }, + "Aborted": { + "Aborted": "" + }, + "About": { + "About": "詳細" + }, + "Accent Color": { + "Accent Color": "" + }, + "Accept": { + "Accept": "" + }, + "Accept Jobs": { + "Accept Jobs": "" + }, + "Accepting": { + "Accepting": "" + }, + "Access clipboard history": { + "Access clipboard history": "クリップボードの履歴へのアクセス" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "通知へのアクセスおよびサイレントモード" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "システム制御へのアクセスおよび設定" + }, + "Action": { + "Action": "" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "" + }, + "Actions": { + "Actions": "アクション" + }, + "Activate": { + "Activate": "" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "" + }, + "Active": { + "Active": "" + }, + "Active Color": { + "Active Color": "" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "" + }, + "Active: %1": { + "Active: %1": "" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "" + }, + "Active: None": { + "Active: None": "" + }, + "Adapters": { + "Adapters": "" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "追加" + }, + "Add Bar": { + "Add Bar": "バーを作る" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "" + }, + "Add Printer": { + "Add Printer": "" + }, + "Add Title": { + "Add Title": "" + }, + "Add Widget": { + "Add Widget": "ウィジェットを追加" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "" + }, + "Add a border around the dock": { + "Add a border around the dock": "" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "" + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "" + }, + "Add by Address": { + "Add by Address": "" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "グリッド表示モードでの列数を調整します。" + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "" + }, + "Afternoon": { + "Afternoon": "" + }, + "All": { + "All": "全て" + }, + "All Monitors": { + "All Monitors": "" + }, + "All checks passed": { + "All checks passed": "" + }, + "All day": { + "All day": "毎日" + }, + "All displays": { + "All displays": "すべてのディスプレイ" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: 戻る • F1/I: ファイル情報 • F10: ヘルプ • Esc: 閉じる" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "" + }, + "Always Show Percentage": { + "Always Show Percentage": "" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "" + }, + "Always on icons": { + "Always on icons": "常時表示アイコン" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "使用可能なワークスペースが少ない場合でも、常に最低 3 つを表示" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "" + }, + "Amount": { + "Amount": "" + }, + "Analog": { + "Analog": "" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "" + }, + "Animation Duration": { + "Animation Duration": "" + }, + "Animation Speed": { + "Animation Speed": "アニメーション速度" + }, + "Anonymous Identity": { + "Anonymous Identity": "" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "匿名 ID (オプション)" + }, + "App Customizations": { + "App Customizations": "" + }, + "App ID Substitutions": { + "App ID Substitutions": "" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "" + }, + "App Launcher": { + "App Launcher": "アプリランチャー" + }, + "App Names": { + "App Names": "" + }, + "App Theming": { + "App Theming": "" + }, + "Appearance": { + "Appearance": "" + }, + "Application Dock": { + "Application Dock": "アプリドック" + }, + "Applications": { + "Applications": "アプリ" + }, + "Apply Changes": { + "Apply Changes": "" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "GTKカラーを適用" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Qtカラーを適用" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。" + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "" + }, + "Apps Dock": { + "Apps Dock": "" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "" + }, + "Apps Icon": { + "Apps Icon": "アプリアイコン" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "アプリは使用頻度、最終使用日、アルファベット順の優先順位で並べられています。" + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "" + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "" + }, + "Architecture": { + "Architecture": "" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "" + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "" + }, + "Audio Codec": { + "Audio Codec": "オーディオコーデック" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "オーディオコーデックの選択" + }, + "Audio Devices": { + "Audio Devices": "オーディオデバイス" + }, + "Audio Input": { + "Audio Input": "" + }, + "Audio Output": { + "Audio Output": "" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "オーディオ出力デバイス(" + }, + "Audio Output Switch": { + "Audio Output Switch": "" + }, + "Audio Visualizer": { + "Audio Visualizer": "" + }, + "Audio system restarted": { + "Audio system restarted": "" + }, + "Audio volume control": { + "Audio volume control": "" + }, + "Auth": { + "Auth": "" + }, + "Auth Type": { + "Auth Type": "" + }, + "Authenticate": { + "Authenticate": "認証" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "" + }, + "Authentication Required": { + "Authentication Required": "認証が必要です" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "認証が失敗しました、もう一度試してください" + }, + "Authorize": { + "Authorize": "許可" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "ペアリングを許可 " + }, + "Authorize service for ": { + "Authorize service for ": "サービスを許可 " + }, + "Auto": { + "Auto": "" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "" + }, + "Auto Location": { + "Auto Location": "自動位置検出" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "自動ポップアップギャップ" + }, + "Auto-Clear After": { + "Auto-Clear After": "" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "" + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "" + }, + "Auto-hide": { + "Auto-hide": "自動的に非表示" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "ドックを自動的に隠す" + }, + "Auto-saving...": { + "Auto-saving...": "自動保存中..." + }, + "Autoconnect": { + "Autoconnect": "" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "自動接続が無効" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "自動接続が有効" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "" + }, + "Automatic Control": { + "Automatic Control": "自動制御" + }, + "Automatic Cycling": { + "Automatic Cycling": "自動サイクリング" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "同じフォルダ内の壁紙を自動的に切り替える" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "IPアドレスに基づいて位置を自動的に検出" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "IPアドレスを使用して現在地を自動的に特定します" + }, + "Automatically lock after": { + "Automatically lock after": "自動的にロック" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "システムが一時停止の準備中に自動的に画面をロック" + }, + "Automation": { + "Automation": "" + }, + "Available": { + "Available": "利用可能" + }, + "Available Layouts": { + "Available Layouts": "利用可能なレイアウト" + }, + "Available Networks": { + "Available Networks": "" + }, + "Available Plugins": { + "Available Plugins": "利用可能なプラグイン" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "" + }, + "Back": { + "Back": "戻る" + }, + "Backend": { + "Backend": "" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "" + }, + "Backlight device": { + "Backlight device": "" + }, + "Balance power and performance": { + "Balance power and performance": "" + }, + "Balanced": { + "Balanced": "" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "アクセントに焦点を絞ったバランスの取れたパレット(デフォルト)。" + }, + "Bar Configurations": { + "Bar Configurations": "バーの設定" + }, + "Bar Shadows": { + "Bar Shadows": "" + }, + "Bar Transparency": { + "Bar Transparency": "バーの透明度" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "" + }, + "Battery": { + "Battery": "バッテリー" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "" + }, + "Battery and power management": { + "Battery and power management": "" + }, + "Battery level and power management": { + "Battery level and power management": "バッテリーレベルおよび電源管理" + }, + "Behavior": { + "Behavior": "" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "ロック画面をloginctlからのdbus信号にバインド。外部ロック画面を使用している場合は無効に" + }, + "Binds Include Missing": { + "Binds Include Missing": "" + }, + "Binds include added": { + "Binds include added": "" + }, + "Bit Depth": { + "Bit Depth": "" + }, + "Block Out": { + "Block Out": "" + }, + "Block Out From": { + "Block Out From": "" + }, + "Block notifications": { + "Block notifications": "" + }, + "Blocked": { + "Blocked": "" + }, + "Blue light filter": { + "Blue light filter": "" + }, + "Bluetooth": { + "Bluetooth": "" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Bluetooth設定" + }, + "Bluetooth not available": { + "Bluetooth not available": "" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "" + }, + "Blur on Overview": { + "Blur on Overview": "概要でぼかす" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Niri概要が開いているときに壁紙をぼかす" + }, + "Body": { + "Body": "" + }, + "Border": { + "Border": "ボーダー" + }, + "Border Color": { + "Border Color": "ボーダーの色" + }, + "Border Opacity": { + "Border Opacity": "ボーダーの透明度" + }, + "Border Size": { + "Border Size": "" + }, + "Border Thickness": { + "Border Thickness": "ボーダーの太さ" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "" + }, + "Bottom": { + "Bottom": "ボトム" + }, + "Bottom Center": { + "Bottom Center": "" + }, + "Bottom Left": { + "Bottom Left": "" + }, + "Bottom Right": { + "Bottom Right": "" + }, + "Bottom Section": { + "Bottom Section": "ボトムセクション" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "固定および実行中のアプリケーション用のボトムドック" + }, + "Brightness": { + "Brightness": "明るさ" + }, + "Brightness Slider": { + "Brightness Slider": "" + }, + "Brightness Value": { + "Brightness Value": "" + }, + "Brightness control not available": { + "Brightness control not available": "" + }, + "Browse": { + "Browse": "ブラウズ" + }, + "Browse Files": { + "Browse Files": "" + }, + "Browse Plugins": { + "Browse Plugins": "ブラウズプラグイン" + }, + "Browse Themes": { + "Browse Themes": "" + }, + "Browse or search plugins": { + "Browse or search plugins": "" + }, + "Button Color": { + "Button Color": "" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "" + }, + "CPU Temperature": { + "CPU Temperature": "CPU温度" + }, + "CPU Usage": { + "CPU Usage": "CPU使用率" + }, + "CPU temperature display": { + "CPU temperature display": "CPU温度表示" + }, + "CPU usage indicator": { + "CPU usage indicator": "CPU使用率インジケーター" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS の安全でないフィルターの警告" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS の欠落フィルターの警告" + }, + "CUPS Print Server": { + "CUPS Print Server": "" + }, + "CUPS not available": { + "CUPS not available": "" + }, + "Camera": { + "Camera": "カメラ" + }, + "Cancel": { + "Cancel": "キャンセル" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "" + }, + "Canceled": { + "Canceled": "" + }, + "Cannot pair": { + "Cannot pair": "" + }, + "Capabilities": { + "Capabilities": "" + }, + "Capacity": { + "Capacity": "容量" + }, + "Caps Lock": { + "Caps Lock": "" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Caps Lock インジケーター" + }, + "Caps Lock is on": { + "Caps Lock is on": "" + }, + "Center Section": { + "Center Section": "センターセクション" + }, + "Center Single Column": { + "Center Single Column": "" + }, + "Center Tiling": { + "Center Tiling": "中央タイルリング" + }, + "Certificate Password": { + "Certificate Password": "" + }, + "Change Song": { + "Change Song": "" + }, + "Change Volume": { + "Change Volume": "" + }, + "Change bar appearance": { + "Change bar appearance": "バーの見た目を変更" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "" + }, + "Channel": { + "Channel": "" + }, + "Charging": { + "Charging": "" + }, + "Check for system updates": { + "Check for system updates": "システムアップデートを検査" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "色を選んでください" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "ランチャーロゴの色を選ぶ" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "" + }, + "Choose a color": { + "Choose a color": "" + }, + "Choose colors from palette": { + "Choose colors from palette": "" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "アイコンを選ぶ" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "ウィジェットの背景色を選んでください" + }, + "Choose the border accent color": { + "Choose the border accent color": "ボーダーの強調色を選ぶ" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Dank Barのランチャーボタンに表示されるロゴを選ぶ" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "通知ポップアップが画面に表示される場所を選ぶ" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "OSDの表示する場所を選んでください" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "" + }, + "Chroma Style": { + "Chroma Style": "" + }, + "Cipher": { + "Cipher": "" + }, + "Circle": { + "Circle": "" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "" + }, + "Clear": { + "Clear": "クリア" + }, + "Clear All": { + "Clear All": "すべてクリア" + }, + "Clear All Jobs": { + "Clear All Jobs": "" + }, + "Clear History?": { + "Clear History?": "" + }, + "Clear Sky": { + "Clear Sky": "" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "" + }, + "Clear at Startup": { + "Clear at Startup": "" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "" + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "" + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "" + }, + "Click to capture": { + "Click to capture": "" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "" + }, + "Clip": { + "Clip": "" + }, + "Clip to Geometry": { + "Clip to Geometry": "" + }, + "Clipboard": { + "Clipboard": "" + }, + "Clipboard History": { + "Clipboard History": "クリップボード履歴" + }, + "Clipboard Manager": { + "Clipboard Manager": "クリップボード管理" + }, + "Clipboard sent": { + "Clipboard sent": "" + }, + "Clipboard service not available": { + "Clipboard service not available": "" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "" + }, + "Clock": { + "Clock": "時計" + }, + "Clock Style": { + "Clock Style": "" + }, + "Close": { + "Close": "閉じる" + }, + "Close All Windows": { + "Close All Windows": "" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "起動中のときに概要を閉じる" + }, + "Close Window": { + "Close Window": "" + }, + "Color": { + "Color": "" + }, + "Color Gamut": { + "Color Gamut": "" + }, + "Color Management": { + "Color Management": "" + }, + "Color Mode": { + "Color Mode": "" + }, + "Color Override": { + "Color Override": "色のオーバーライド" + }, + "Color Picker": { + "Color Picker": "カラーピッカー" + }, + "Color Temperature": { + "Color Temperature": "" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "" + }, + "Color temperature for day time": { + "Color temperature for day time": "昼間の色温度" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "ナイトモードの色温度" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "" + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "" + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "" + }, + "Colorful": { + "Colorful": "" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "明るいコントラストのアクセントのカラフルなミックス。" + }, + "Colorize Active": { + "Colorize Active": "" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "" + }, + "Column": { + "Column": "" + }, + "Column Display": { + "Column Display": "" + }, + "Column Width": { + "Column Width": "" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "" + }, + "Commands": { + "Commands": "" + }, + "Communication": { + "Communication": "コミュニケーション" + }, + "Community themes": { + "Community themes": "" + }, + "Compact": { + "Compact": "" + }, + "Compact Mode": { + "Compact Mode": "コンパクトモード" + }, + "Completed": { + "Completed": "" + }, + "Compositor": { + "Compositor": "コンポジター" + }, + "Compositor Settings": { + "Compositor Settings": "" + }, + "Compositor not supported": { + "Compositor not supported": "" + }, + "Config Format": { + "Config Format": "" + }, + "Config action: %1": { + "Config action: %1": "" + }, + "Config validation failed": { + "Config validation failed": "" + }, + "Configuration": { + "Configuration": "" + }, + "Configuration activated": { + "Configuration activated": "設定が適用されました" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "" + }, + "Configure": { + "Configure": "" + }, + "Configure Keybinds": { + "Configure Keybinds": "" + }, + "Configure a new printer": { + "Configure a new printer": "" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "名前付きワークスペースのアイコンを設定します。両方が有効になっている場合、アイコンが数字よりも優先されます。" + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "シェルコンポーネントを表示するディスプレイを配置" + }, + "Confirm": { + "Confirm": "確認" + }, + "Confirm Delete": { + "Confirm Delete": "" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "表示変更を確認" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "パスキーを確認 " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "" + }, + "Connect": { + "Connect": "接続" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "" + }, + "Connect to VPN": { + "Connect to VPN": "VPNに接続" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Wi-Fiに接続" + }, + "Connected": { + "Connected": "" + }, + "Connected Device": { + "Connected Device": "" + }, + "Connected Displays": { + "Connected Displays": "接続されたディスプレイ" + }, + "Connecting to Device": { + "Connecting to Device": "デバイスに接続中" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "" + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "" + }, + "Content": { + "Content": "" + }, + "Content copied": { + "Content copied": "" + }, + "Contrast": { + "Contrast": "コントラスト" + }, + "Control Center": { + "Control Center": "コントロールセンター" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "" + }, + "Control currently playing media": { + "Control currently playing media": "現在再生中のメディアを制御" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "" + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "" + }, + "Copied GIF": { + "Copied GIF": "" + }, + "Copied MP4": { + "Copied MP4": "" + }, + "Copied WebP": { + "Copied WebP": "" + }, + "Copied to clipboard": { + "Copied to clipboard": "クリップボードにコピーしました" + }, + "Copied!": { + "Copied!": "コピーしました!" + }, + "Copy": { + "Copy": "" + }, + "Copy Content": { + "Copy Content": "" + }, + "Copy Full Command": { + "Copy Full Command": "" + }, + "Copy HTML": { + "Copy HTML": "" + }, + "Copy Name": { + "Copy Name": "" + }, + "Copy PID": { + "Copy PID": "PIDをコピー" + }, + "Copy Text": { + "Copy Text": "" + }, + "Copy path": { + "Copy path": "" + }, + "Corner Radius": { + "Corner Radius": "" + }, + "Corner Radius Override": { + "Corner Radius Override": "コーナー半径オーバーライド" + }, + "Corners & Background": { + "Corners & Background": "" + }, + "Count Only": { + "Count Only": "" + }, + "Cover Open": { + "Cover Open": "カバーオープン" + }, + "Create": { + "Create": "" + }, + "Create Dir": { + "Create Dir": "ディレクトリを作成" + }, + "Create Printer": { + "Create Printer": "" + }, + "Create Window Rule": { + "Create Window Rule": "" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "" + }, + "Creating...": { + "Creating...": "" + }, + "Critical Priority": { + "Critical Priority": "最優先事項" + }, + "Current": { + "Current": "" + }, + "Current Items": { + "Current Items": "現在のアイテム" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "" + }, + "Current Period": { + "Current Period": "" + }, + "Current Status": { + "Current Status": "" + }, + "Current Temp": { + "Current Temp": "" + }, + "Current Theme: %1": { + "Current Theme: %1": "" + }, + "Current Weather": { + "Current Weather": "現在の天気" + }, + "Current Workspace": { + "Current Workspace": "" + }, + "Current time and date display": { + "Current time and date display": "現在の日時を表示" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "現在の天気状況と気温" + }, + "Current: %1": { + "Current: %1": "" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "" + }, + "Cursor Size": { + "Cursor Size": "" + }, + "Cursor Theme": { + "Cursor Theme": "" + }, + "Custom": { + "Custom": "カスタム" + }, + "Custom Color": { + "Custom Color": "" + }, + "Custom Duration": { + "Custom Duration": "" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "" + }, + "Custom Location": { + "Custom Location": "カスタムロケーション" + }, + "Custom Lock Command": { + "Custom Lock Command": "" + }, + "Custom Logout Command": { + "Custom Logout Command": "" + }, + "Custom Name": { + "Custom Name": "" + }, + "Custom Power Actions": { + "Custom Power Actions": "カスタム電源アクション" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "" + }, + "Custom Transparency": { + "Custom Transparency": "カスタム透明度" + }, + "Custom power profile": { + "Custom power profile": "" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "" + }, + "Custom...": { + "Custom...": "" + }, + "Custom: ": { + "Custom: ": "カスタム: " + }, + "Customizable empty space": { + "Customizable empty space": "カスタマイズ可能な空きスペース" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "電源メニューに表示されるアクションをカスタマイズ" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "デモモード -任意の場所をクリックして 終了" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS プラグイン マネージャーが利用できません" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMSに更新があります" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "" + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKETが利用できません" + }, + "DWL service not available": { + "DWL service not available": "DWLサービスが利用できません" + }, + "Daily": { + "Daily": "" + }, + "Daily at:": { + "Daily at:": "毎日:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "" + }, + "Dark Mode": { + "Dark Mode": "ダークモード" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "モーダル背景を暗くする" + }, + "Date Format": { + "Date Format": "日付形式" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "" + }, + "Day Date": { + "Day Date": "" + }, + "Day Month Date": { + "Day Month Date": "" + }, + "Day Temperature": { + "Day Temperature": "昼間の温度" + }, + "Daytime": { + "Daytime": "" + }, + "Deck": { + "Deck": "デッキ" + }, + "Default": { + "Default": "デフォルト" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "" + }, + "Default selected action": { + "Default selected action": "デフォルトで選択されるアクション" + }, + "Defaults": { + "Defaults": "デフォルト" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: クリア • Shift+Del: すべてクリア • 1-9: アクション • F10: ヘルプ • Esc: 閉じる" + }, + "Delete": { + "Delete": "" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "" + }, + "Delete Class": { + "Delete Class": "" + }, + "Delete Printer": { + "Delete Printer": "" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "" + }, + "Delete VPN": { + "Delete VPN": "" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "下にある画像に密接に一致する色を導き出します。" + }, + "Description": { + "Description": "" + }, + "Desktop": { + "Desktop": "" + }, + "Desktop Clock": { + "Desktop Clock": "" + }, + "Desktop Entry": { + "Desktop Entry": "" + }, + "Desktop Widget": { + "Desktop Widget": "" + }, + "Desktop Widgets": { + "Desktop Widgets": "" + }, + "Desktop background images": { + "Desktop background images": "デスクトップの背景画像" + }, + "Detailed": { + "Detailed": "" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "開発" + }, + "Device": { + "Device": "デバイス" + }, + "Device connections": { + "Device connections": "" + }, + "Device names updated": { + "Device names updated": "" + }, + "Device paired": { + "Device paired": "デバイスがペアリングされました" + }, + "Device unpaired": { + "Device unpaired": "" + }, + "Digital": { + "Digital": "" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "自動接続を無効" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "" + }, + "Disable History Persistence": { + "Disable History Persistence": "" + }, + "Disable Output": { + "Disable Output": "" + }, + "Disabled": { + "Disabled": "無効化されました" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "" + }, + "Disc": { + "Disc": "" + }, + "Discard": { + "Discard": "" + }, + "Discharging": { + "Discharging": "" + }, + "Disconnect": { + "Disconnect": "切断" + }, + "Disconnected": { + "Disconnected": "" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "WiFiから切断されました" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "ディスク" + }, + "Disk I/O": { + "Disk I/O": "" + }, + "Disk Usage": { + "Disk Usage": "ディスク使用率" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "" + }, + "Dismiss": { + "Dismiss": "解除" + }, + "Display": { + "Display": "" + }, + "Display Assignment": { + "Display Assignment": "表示割り当て" + }, + "Display Control": { + "Display Control": "" + }, + "Display Name Format": { + "Display Name Format": "名称形式を表示" + }, + "Display Profiles": { + "Display Profiles": "" + }, + "Display Settings": { + "Display Settings": "" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "フルスクリーンアプリよりもすべての優先度を表示する" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "DWL レイアウトの表示と切り替え" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "ワークスペース インジケーターにアプリのアイコンを表示" + }, + "Display brightness control": { + "Display brightness control": "" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "" + }, + "Display currently focused application title": { + "Display currently focused application title": "現在フォーカスされているアプリケーションのタイトルを表示" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "電源メニューのアクションをリストではなくグリッドに表示" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "" + }, + "Display the power system menu": { + "Display the power system menu": "" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "" + }, + "Displays": { + "Displays": "表示" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "アクティブなキーボードレイアウトを表示、切り替えを可能に" + }, + "Distribution": { + "Distribution": "" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "全スペクトルにまたがる多様なパレット。" + }, + "Do Not Disturb": { + "Do Not Disturb": "サイレントモード" + }, + "Dock": { + "Dock": "ドック" + }, + "Dock & Launcher": { + "Dock & Launcher": "" + }, + "Dock Transparency": { + "Dock Transparency": "ドックの透明度" + }, + "Dock Visibility": { + "Dock Visibility": "" + }, + "Docs": { + "Docs": "" + }, + "Documents": { + "Documents": "" + }, + "Domain (optional)": { + "Domain (optional)": "ドメイン (オプション)" + }, + "Don't Change": { + "Don't Change": "" + }, + "Don't Save": { + "Don't Save": "" + }, + "Door Open": { + "Door Open": "ドアオープン" + }, + "Downloads": { + "Downloads": "" + }, + "Drag to Reorder": { + "Drag to Reorder": "" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "ウィジェットをドラッグしてセクション内で順序を変更できます。目のアイコンでウィジェットを表示/非表示に(スペースは維持)、Xで完全に削除できます。" + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "" + }, + "Driver": { + "Driver": "" + }, + "Drizzle": { + "Drizzle": "" + }, + "Duplicate": { + "Duplicate": "" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "ぼかしで壁紙を複製" + }, + "Duration": { + "Duration": "" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "" + }, + "Dynamic": { + "Dynamic": "" + }, + "Dynamic Properties": { + "Dynamic Properties": "" + }, + "Dynamic Theming": { + "Dynamic Theming": "" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "" + }, + "Edge Spacing": { + "Edge Spacing": "" + }, + "Edit App": { + "Edit App": "" + }, + "Edit Window Rule": { + "Edit Window Rule": "" + }, + "Education": { + "Education": "教育" + }, + "Empty": { + "Empty": "空白" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "自動接続を有効" + }, + "Enable Bar": { + "Enable Bar": "バーを起用" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "" + }, + "Enable History": { + "Enable History": "" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "" + }, + "Enable System Sounds": { + "Enable System Sounds": "システムサウンドを有効に" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "天気を有効にする" + }, + "Enable WiFi": { + "Enable WiFi": "WiFiを有効にする" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "コンポジターをターゲットに設定できるぼかしレイヤー(名前空間:dms:blurwallpaper)を有効にします。Niri を手動で設定する必要があります。" + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "指紋認証を有効に" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "ログインロックの統合を有効に" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "有効化されました" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "" + }, + "End": { + "End": "終わり" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "" + }, + "Enlargement %": { + "Enlargement %": "" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "6桁のパスキーを入力してください" + }, + "Enter PIN": { + "Enter PIN": "PINを入力してください" + }, + "Enter PIN for ": { + "Enter PIN for ": "PINを入力してください " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "資格情報を入力" + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "カスタムロック画面の形式を入力してください(e.g., dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "カスタムトップバー形式を入力してください (e.g., ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "" + }, + "Enter filename...": { + "Enter filename...": "ファイル名を入力してください..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "" + }, + "Enter network name and password": { + "Enter network name and password": "" + }, + "Enter passkey for ": { + "Enter passkey for ": "パスキーを入力してください " + }, + "Enter password for ": { + "Enter password for ": "パスワードを入力" + }, + "Enter this passkey on ": { + "Enter this passkey on ": "ここでパスキーを入力してください " + }, + "Enter to Paste": { + "Enter to Paste": "" + }, + "Enterprise": { + "Enterprise": "" + }, + "Entry pinned": { + "Entry pinned": "" + }, + "Entry unpinned": { + "Entry unpinned": "" + }, + "Environment Variables": { + "Environment Variables": "" + }, + "Error": { + "Error": "エラー" + }, + "Errors": { + "Errors": "" + }, + "Ethernet": { + "Ethernet": "" + }, + "Exact": { + "Exact": "" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "排他ゾーンオフセット" + }, + "Experimental Feature": { + "Experimental Feature": "" + }, + "Explore": { + "Explore": "" + }, + "Exponential": { + "Exponential": "" + }, + "Expressive": { + "Expressive": "" + }, + "Extend battery life": { + "Extend battery life": "" + }, + "Extensible architecture": { + "Extensible architecture": "" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "" + }, + "Extra Arguments": { + "Extra Arguments": "" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: 切り替え • F10: ヘルプ" + }, + "Fade": { + "Fade": "" + }, + "Fade to lock screen": { + "Fade to lock screen": "" + }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "設定が適用できませんでした" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "" + }, + "Failed to add binds include": { + "Failed to add binds include": "" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "" + }, + "Failed to browse device": { + "Failed to browse device": "" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "すべてのジョブの取り消しに失敗しました" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "選ばれたジョブの取り消しに失敗しました" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "VPNへの接続が失敗しました" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "" + }, + "Failed to copy entry": { + "Failed to copy entry": "" + }, + "Failed to create printer": { + "Failed to create printer": "" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "" + }, + "Failed to delete class": { + "Failed to delete class": "" + }, + "Failed to delete printer": { + "Failed to delete printer": "" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "VPNへの切断が失敗しました" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "VPNへの切断が失敗しました" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "WiFiの切断ができませんでした" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "WiFiを有効化にできませんでした" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "" + }, + "Failed to hold job": { + "Failed to hold job": "" + }, + "Failed to import VPN": { + "Failed to import VPN": "" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "" + }, + "Failed to move job": { + "Failed to move job": "" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, + "Failed to pause printer": { + "Failed to pause printer": "プリンターの一時中断に失敗しました" + }, + "Failed to pin entry": { + "Failed to pin entry": "" + }, + "Failed to print test page": { + "Failed to print test page": "" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "" + }, + "Failed to remove device": { + "Failed to remove device": "デバイスの削除に失敗しました" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "" + }, + "Failed to restart job": { + "Failed to restart job": "" + }, + "Failed to resume printer": { + "Failed to resume printer": "プリンタの再開に失敗しました" + }, + "Failed to ring device": { + "Failed to ring device": "" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "" + }, + "Failed to save keybind": { + "Failed to save keybind": "" + }, + "Failed to save profile file": { + "Failed to save profile file": "" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "" + }, + "Failed to send file": { + "Failed to send file": "" + }, + "Failed to send ping": { + "Failed to send ping": "" + }, + "Failed to set brightness": { + "Failed to set brightness": "" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "プロフィール画像の設定に失敗しました" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "" + }, + "Failed to share": { + "Failed to share": "" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "" + }, + "Failed to update VPN": { + "Failed to update VPN": "" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "自動接続の更新が失敗しました" + }, + "Failed to update description": { + "Failed to update description": "" + }, + "Failed to update location": { + "Failed to update location": "" + }, + "Failed to update sharing": { + "Failed to update sharing": "" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "" + }, + "Features": { + "Features": "" + }, + "Feels": { + "Feels": "" + }, + "Feels Like": { + "Feels Like": "どうやら" + }, + "Feels Like %1°": { + "Feels Like %1°": "" + }, + "Fidelity": { + "Fidelity": "" + }, + "Field": { + "Field": "" + }, + "File": { + "File": "" + }, + "File Already Exists": { + "File Already Exists": "ファイルが既に存在します" + }, + "File Information": { + "File Information": "ファイル情報" + }, + "File received from": { + "File received from": "" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "" + }, + "Files": { + "Files": "" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "" + }, + "Fill": { + "Fill": "" + }, + "Find in Text": { + "Find in Text": "テキスト内検索" + }, + "Find in note...": { + "Find in note...": "メモで検索..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "" + }, + "First Day of Week": { + "First Day of Week": "" + }, + "First Time Setup": { + "First Time Setup": "" + }, + "Fit": { + "Fit": "" + }, + "Fix Now": { + "Fix Now": "" + }, + "Fixing...": { + "Fixing...": "" + }, + "Flags": { + "Flags": "" + }, + "Flipped": { + "Flipped": "" + }, + "Flipped 180°": { + "Flipped 180°": "" + }, + "Flipped 270°": { + "Flipped 270°": "" + }, + "Flipped 90°": { + "Flipped 90°": "" + }, + "Float": { + "Float": "" + }, + "Focus": { + "Focus": "" + }, + "Focus at Startup": { + "Focus at Startup": "" + }, + "Focused Border": { + "Focused Border": "" + }, + "Focused Color": { + "Focused Color": "" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "フォーカスされたウィンドウ" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "" + }, + "Folder": { + "Folder": "" + }, + "Folders": { + "Folders": "" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "" + }, + "Follow focus": { + "Follow focus": "" + }, + "Font": { + "Font": "" + }, + "Font Family": { + "Font Family": "フォントファミリー" + }, + "Font Scale": { + "Font Scale": "フォントスケール" + }, + "Font Size": { + "Font Size": "フォントサイズ" + }, + "Font Weight": { + "Font Weight": "フォントの太さ" + }, + "Font used on the login screen": { + "Font used on the login screen": "" + }, + "Force HDR": { + "Force HDR": "" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "" + }, + "Force Wide Color": { + "Force Wide Color": "" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "端末アプリで常に暗い配色を強制使用" + }, + "Forecast": { + "Forecast": "" + }, + "Forecast Days": { + "Forecast Days": "" + }, + "Forecast Not Available": { + "Forecast Not Available": "" + }, + "Forever": { + "Forever": "" + }, + "Forget": { + "Forget": "" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "" + }, + "Forget Device": { + "Forget Device": "デバイスを忘れる" + }, + "Forget Network": { + "Forget Network": "ネットワークを忘れる" + }, + "Forgot network %1": { + "Forgot network %1": "" + }, + "Format Legend": { + "Format Legend": "フォーマット凡例" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "" + }, + "Freezing Drizzle": { + "Freezing Drizzle": "" + }, + "Frequency": { + "Frequency": "" + }, + "Fruit Salad": { + "Fruit Salad": "" + }, + "Full Command:": { + "Full Command:": "" + }, + "Full Content": { + "Full Content": "" + }, + "Full Day & Month": { + "Full Day & Month": "" + }, + "Full with Year": { + "Full with Year": "" + }, + "Fullscreen": { + "Fullscreen": "" + }, + "Fullscreen Only": { + "Fullscreen Only": "" + }, + "Fully Charged": { + "Fully Charged": "" + }, + "Fun": { + "Fun": "娯楽" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "" + }, + "GPU Temperature": { + "GPU Temperature": "GPU温度" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "" + }, + "Games": { + "Games": "ゲーム" + }, + "Gamma Control": { + "Gamma Control": "ガンマ設定" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "ガンマ制御は使用できません。DMS API v6+ が必要です。" + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "" + }, + "Get Started": { + "Get Started": "" + }, + "GitHub": { + "GitHub": "" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "" + }, + "Golden Hour": { + "Golden Hour": "" + }, + "Good": { + "Good": "良い" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "ゴスコーナー半径" + }, + "Goth Corners": { + "Goth Corners": "ゴスコーナーズ" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, + "Graph Time Range": { + "Graph Time Range": "" + }, + "Graphics": { + "Graphics": "グラフィック" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "グリッド" + }, + "Grid Columns": { + "Grid Columns": "グリッド列" + }, + "Grid: OFF": { + "Grid: OFF": "" + }, + "Grid: ON": { + "Grid: ON": "" + }, + "Group": { + "Group": "" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "" + }, + "Group by App": { + "Group by App": "アプリ別にグループ化" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "同じアプリの複数のウィンドウをウィンドウ数インジケーターでグループ化します" + }, + "Group removed": { + "Group removed": "" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "" + }, + "Groups": { + "Groups": "" + }, + "HDR (EDID)": { + "HDR (EDID)": "" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "" + }, + "HSV": { + "HSV": "色相/彩度/輝度" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "" + }, + "Health": { + "Health": "健康" + }, + "Heavy Rain": { + "Heavy Rain": "" + }, + "Heavy Snow": { + "Heavy Snow": "" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "" + }, + "Height": { + "Height": "" + }, + "Held": { + "Held": "" + }, + "Help": { + "Help": "" + }, + "Hex": { + "Hex": "16進数" + }, + "Hibernate": { + "Hibernate": "休止状態" + }, + "Hidden": { + "Hidden": "" + }, + "Hidden (%1)": { + "Hidden (%1)": "" + }, + "Hidden Apps": { + "Hidden Apps": "" + }, + "Hidden Network": { + "Hidden Network": "" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "" + }, + "Hide": { + "Hide": "" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "" + }, + "Hide App": { + "Hide App": "" + }, + "Hide Delay": { + "Hide Delay": "" + }, + "Hide Indicators": { + "Hide Indicators": "" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "" + }, + "Hide When Typing": { + "Hide When Typing": "" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "" + }, + "Hide device": { + "Hide device": "" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "" + }, + "Hide on Touch": { + "Hide on Touch": "" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "ソースの色相を保持する忠実度の高いパレット。" + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "" + }, + "History Retention": { + "History Retention": "" + }, + "History Settings": { + "History Settings": "" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "" + }, + "Hold Duration": { + "Hold Duration": "" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "" + }, + "Home": { + "Home": "" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "" + }, + "Hot Corners": { + "Hot Corners": "" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "" + }, + "Hour": { + "Hour": "時間" + }, + "Hourly": { + "Hourly": "" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "壁紙を切り替える間隔" + }, + "How the background image is scaled": { + "How the background image is scaled": "" + }, + "Humidity": { + "Humidity": "湿度" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "" + }, + "Hyprland Options": { + "Hyprland Options": "" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "わかりました" + }, + "IP": { + "IP": "" + }, + "IP Address:": { + "IP Address:": "" + }, + "IP address or hostname": { + "IP address or hostname": "" + }, + "ISO Date": { + "ISO Date": "" + }, + "Icon": { + "Icon": "" + }, + "Icon Scale": { + "Icon Scale": "" + }, + "Icon Size": { + "Icon Size": "アイコンサイズ" + }, + "Icon Size %": { + "Icon Size %": "" + }, + "Icon Theme": { + "Icon Theme": "アイコンテーマ" + }, + "Idle": { + "Idle": "アイドル" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "アイドルインヒビター" + }, + "Idle Settings": { + "Idle Settings": "アイドル設定" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "アイドル監視はサポートされていません - 新しい Quickshell バージョンが必要です" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "" + }, + "Ignore Completely": { + "Ignore Completely": "" + }, + "Image": { + "Image": "画像" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "" + }, + "Import": { + "Import": "" + }, + "Import VPN": { + "Import VPN": "" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "トランジションを含める" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "" + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "" + }, + "Incorrect password": { + "Incorrect password": "パスワードが間違っています" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "インジケータースタイル" + }, + "Individual Batteries": { + "Individual Batteries": "バッテリーごと" + }, + "Individual bar configuration": { + "Individual bar configuration": "バーの個別設定" + }, + "Info": { + "Info": "" + }, + "Inherit": { + "Inherit": "" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "" + }, + "Input Devices": { + "Input Devices": "入力デバイス" + }, + "Input Volume Slider": { + "Input Volume Slider": "" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "" + }, + "Install Theme": { + "Install Theme": "" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "DMSプラグインレジストリからプラグインをインストールする" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "" + }, + "Installed: %1": { + "Installed: %1": "" + }, + "Installing: %1": { + "Installing: %1": "" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "" + }, + "Intensity": { + "Intensity": "" + }, + "Interface:": { + "Interface:": "" + }, + "Interlock Open": { + "Interlock Open": "インターロックオープン" + }, + "Internet": { + "Internet": "インターネット" + }, + "Interval": { + "Interval": "間隔" + }, + "Invalid configuration": { + "Invalid configuration": "" + }, + "Invert on mode change": { + "Invert on mode change": "モード変更時に反転" + }, + "Iris Bloom": { + "Iris Bloom": "" + }, + "Isolate Displays": { + "Isolate Displays": "" + }, + "Jobs": { + "Jobs": "ジョブ" + }, + "Jobs: ": { + "Jobs: ": "ジョブ: " + }, + "Keep Awake": { + "Keep Awake": "活動状態を維持" + }, + "Keep Changes": { + "Keep Changes": "変更を保持" + }, + "Keeping Awake": { + "Keeping Awake": "活動状態を維持" + }, + "Kernel": { + "Kernel": "" + }, + "Key": { + "Key": "" + }, + "Keybind Sources": { + "Keybind Sources": "" + }, + "Keybinds": { + "Keybinds": "" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "キーボードレイアウト名" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "" + }, + "Keys": { + "Keys": "" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "プロセスを強制終了" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "" + }, + "LED device": { + "LED device": "" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "" + }, + "Largest": { + "Largest": "" + }, + "Last hour": { + "Last hour": "" + }, + "Last launched %1": { + "Last launched %1": "最終起動日 %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "ただいま起動しました" + }, + "Latitude": { + "Latitude": "緯度" + }, + "Launch": { + "Launch": "起動" + }, + "Launch Prefix": { + "Launch Prefix": "起動プリフィックス" + }, + "Launch on dGPU": { + "Launch on dGPU": "dGPUで起動" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "ランチャー" + }, + "Launcher Button": { + "Launcher Button": "" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "ランチャーのボタンロゴ" + }, + "Layout": { + "Layout": "レイアウト" + }, + "Layout Overrides": { + "Layout Overrides": "" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "左" + }, + "Left Center": { + "Left Center": "" + }, + "Left Section": { + "Left Section": "左セクション" + }, + "Light Direction": { + "Light Direction": "" + }, + "Light Mode": { + "Light Mode": "ライトモード" + }, + "Light Rain": { + "Light Rain": "" + }, + "Light Snow": { + "Light Snow": "" + }, + "Light Snow Showers": { + "Light Snow Showers": "" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "" + }, + "Lines: %1": { + "Lines: %1": "行数: %1" + }, + "List": { + "List": "" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "彩度の高いアクセントを備えた生き生きとしたパレット。" + }, + "Load Average": { + "Load Average": "" + }, + "Loading codecs...": { + "Loading codecs...": "" + }, + "Loading keybinds...": { + "Loading keybinds...": "" + }, + "Loading trending...": { + "Loading trending...": "" + }, + "Loading...": { + "Loading...": "" + }, + "Local": { + "Local": "" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "" + }, + "Location Search": { + "Location Search": "ロケーション検索" + }, + "Lock": { + "Lock": "ロック" + }, + "Lock Screen": { + "Lock Screen": "ロック画面" + }, + "Lock Screen Display": { + "Lock Screen Display": "" + }, + "Lock Screen Format": { + "Lock Screen Format": "ロック画面のフォーマット" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "" + }, + "Lock Screen layout": { + "Lock Screen layout": "" + }, + "Lock at startup": { + "Lock at startup": "" + }, + "Lock before suspend": { + "Lock before suspend": "一時停止前にロック" + }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "" + }, + "Log Out": { + "Log Out": "ログアウト" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "" + }, + "Long Text": { + "Long Text": "長文" + }, + "Long press": { + "Long press": "" + }, + "Longitude": { + "Longitude": "経度" + }, + "Low Priority": { + "Low Priority": "低優先度" + }, + "MAC": { + "MAC": "" + }, + "MTU": { + "MTU": "" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "DMS 機能を拡張するためのプラグインを管理および構成" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "最大4つの独立したバー構成を管理できます。各バーには独自の位置、ウィジェット、スタイリング、表示割り当てがあります。" + }, + "Management": { + "Management": "" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "" + }, + "Manual": { + "Manual": "" + }, + "Manual Coordinates": { + "Manual Coordinates": "手動座標" + }, + "Manual Direction": { + "Manual Direction": "" + }, + "Manual Gap Size": { + "Manual Gap Size": "手動ギャップサイズ" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "手動で表示/非表示" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "" + }, + "Margin": { + "Margin": "マージン" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "マーカー供給量がない" + }, + "Marker Supply Low": { + "Marker Supply Low": "マーカー供給量が少ない" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "マーカー廃棄物がほぼ満杯" + }, + "Marker Waste Full": { + "Marker Waste Full": "マーカー廃棄物がいっぱい" + }, + "Match Criteria": { + "Match Criteria": "" + }, + "Matches profile: %1": { + "Matches profile: %1": "" + }, + "Material Colors": { + "Material Colors": "Material Colors" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen Palette" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugenターゲットモニター" + }, + "Matugen Templates": { + "Matugen Templates": "" + }, + "Max Edges": { + "Max Edges": "" + }, + "Max H": { + "Max H": "" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "" + }, + "Max Running Apps": { + "Max Running Apps": "" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "" + }, + "Max Volume": { + "Max Volume": "" + }, + "Max W": { + "Max W": "" + }, + "Max apps to show": { + "Max apps to show": "表示するアプリの最大数" + }, + "Max to Edges": { + "Max to Edges": "" + }, + "Maximize": { + "Maximize": "" + }, + "Maximize Detection": { + "Maximize Detection": "" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "" + }, + "Maximum History": { + "Maximum History": "" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "" + }, + "Media": { + "Media": "メディア" + }, + "Media Controls": { + "Media Controls": "メディアコントロール" + }, + "Media Empty": { + "Media Empty": "メディアがない" + }, + "Media Jam": { + "Media Jam": "メディアジャム" + }, + "Media Low": { + "Media Low": "メディアロー" + }, + "Media Needed": { + "Media Needed": "メディアが必要" + }, + "Media Playback": { + "Media Playback": "" + }, + "Media Player": { + "Media Player": "" + }, + "Media Player Settings": { + "Media Player Settings": "メディアプレーヤーの設定" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "メディアプレーヤー(" + }, + "Media Volume": { + "Media Volume": "" + }, + "Medium": { + "Medium": "" + }, + "Memory": { + "Memory": "メモリ" + }, + "Memory Graph": { + "Memory Graph": "" + }, + "Memory Usage": { + "Memory Usage": "メモリ使用率" + }, + "Memory usage indicator": { + "Memory usage indicator": "メモリ使用率インジケーター" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "" + }, + "Message Content": { + "Message Content": "" + }, + "Microphone": { + "Microphone": "マイク" + }, + "Microphone Mute": { + "Microphone Mute": "" + }, + "Microphone Volume": { + "Microphone Volume": "" + }, + "Microphone settings": { + "Microphone settings": "" + }, + "Microphone volume control": { + "Microphone volume control": "" + }, + "Middle Section": { + "Middle Section": "中間区間" + }, + "Min H": { + "Min H": "" + }, + "Min W": { + "Min W": "" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "単一の色相を中心に構築された最小限のパレット。" + }, + "Minute": { + "Minute": "分" + }, + "Mirror Display": { + "Mirror Display": "" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "" + }, + "Modal Background": { + "Modal Background": "" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "" + }, + "Mode": { + "Mode": "" + }, + "Mode:": { + "Mode:": "モード:" + }, + "Model": { + "Model": "モデル" + }, + "Modified": { + "Modified": "" + }, + "Modular widget bar": { + "Modular widget bar": "" + }, + "Monitor": { + "Monitor": "" + }, + "Monitor Configuration": { + "Monitor Configuration": "" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "ダイナミックテーマの色を駆動する壁紙をモニター" + }, + "Monochrome": { + "Monochrome": "" + }, + "Monocle": { + "Monocle": "モノクル" + }, + "Monospace Font": { + "Monospace Font": "等幅フォント" + }, + "Month Date": { + "Month Date": "" + }, + "Morning": { + "Morning": "" + }, + "Mount Points": { + "Mount Points": "" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "" + }, + "Move": { + "Move": "" + }, + "Move Widget": { + "Move Widget": "" + }, + "Moving to Paused": { + "Moving to Paused": "一時停止への移行" + }, + "Multi-Monitor": { + "Multi-Monitor": "" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "" + }, + "Mute Popups": { + "Mute Popups": "" + }, + "Mute popups for %1": { + "Mute popups for %1": "" + }, + "Muted": { + "Muted": "" + }, + "Muted Apps": { + "Muted Apps": "" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "落ち着いた色調のパレット。" + }, + "NM not supported": { + "NM not supported": "NMが利用できません" + }, + "Name": { + "Name": "名称" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "名前付きワークスペースアイコン" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "ナビゲーション" + }, + "Network": { + "Network": "ネットワーク" + }, + "Network Graph": { + "Network Graph": "" + }, + "Network Info": { + "Network Info": "ネットワーク情報" + }, + "Network Information": { + "Network Information": "ネットワーク情報" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "ネットワーク速度モニター" + }, + "Network Status": { + "Network Status": "" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "ネットワークのダウンロードおよびアップロード速度を表示" + }, + "Neutral": { + "Neutral": "" + }, + "Never": { + "Never": "" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "新しい" + }, + "New Key": { + "New Key": "" + }, + "New Keybind": { + "New Keybind": "" + }, + "New Notification": { + "New Notification": "新しい通知" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "" + }, + "Next": { + "Next": "" + }, + "Next Transition": { + "Next Transition": "" + }, + "Night": { + "Night": "" + }, + "Night Mode": { + "Night Mode": "ナイトモード" + }, + "Night Temperature": { + "Night Temperature": "夜間の温度" + }, + "Night mode & gamma": { + "Night mode & gamma": "" + }, + "Niri Integration": { + "Niri Integration": "" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "" + }, + "No": { + "No": "" + }, + "No Active Players": { + "No Active Players": "アクティブプレイヤーなし" + }, + "No Anim": { + "No Anim": "" + }, + "No Background": { + "No Background": "背景なし" + }, + "No Battery": { + "No Battery": "" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Bluetoothアダプタが見つかりませんでした" + }, + "No Blur": { + "No Blur": "" + }, + "No Border": { + "No Border": "" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "" + }, + "No Dim": { + "No Dim": "" + }, + "No Focus": { + "No Focus": "" + }, + "No GPU detected": { + "No GPU detected": "" + }, + "No GPUs detected": { + "No GPUs detected": "" + }, + "No History": { + "No History": "" + }, + "No Media": { + "No Media": "メディアなし" + }, + "No Round": { + "No Round": "" + }, + "No Rounding": { + "No Rounding": "" + }, + "No Shadow": { + "No Shadow": "" + }, + "No VPN profiles": { + "No VPN profiles": "" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "" + }, + "No Weather Data Available": { + "No Weather Data Available": "気象データはありません" + }, + "No action": { + "No action": "" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "" + }, + "No adapters": { + "No adapters": "" + }, + "No app customizations.": { + "No app customizations.": "" + }, + "No apps found": { + "No apps found": "" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "" + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "" + }, + "No battery": { + "No battery": "" + }, + "No brightness devices available": { + "No brightness devices available": "" + }, + "No changes": { + "No changes": "" + }, + "No checks passed": { + "No checks passed": "" + }, + "No custom theme file": { + "No custom theme file": "" + }, + "No devices": { + "No devices": "" + }, + "No devices connected": { + "No devices connected": "" + }, + "No devices found": { + "No devices found": "" + }, + "No disk data": { + "No disk data": "" + }, + "No disk data available": { + "No disk data available": "" + }, + "No drivers found": { + "No drivers found": "" + }, + "No errors": { + "No errors": "" + }, + "No features enabled": { + "No features enabled": "" + }, + "No files found": { + "No files found": "ファイルが見つかりませんでした" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "" + }, + "No hidden apps.": { + "No hidden apps.": "" + }, + "No info items": { + "No info items": "" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "" + }, + "No input devices found": { + "No input devices found": "" + }, + "No items added yet": { + "No items added yet": "まだアイテムが追加されていません" + }, + "No keybinds found": { + "No keybinds found": "" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "" + }, + "No match criteria": { + "No match criteria": "" + }, + "No matches": { + "No matches": "一致するものはありません" + }, + "No matching processes": { + "No matching processes": "" + }, + "No monitors": { + "No monitors": "" + }, + "No mount points found": { + "No mount points found": "" + }, + "No output device": { + "No output device": "" + }, + "No output devices found": { + "No output devices found": "" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "" + }, + "No plugins found": { + "No plugins found": "プラグインが見つかりませんでした" + }, + "No plugins found.": { + "No plugins found.": "プラグインが見つかりませんでした。" + }, + "No printer found": { + "No printer found": "プリンターが見つかりませんでした" + }, + "No printers configured": { + "No printers configured": "" + }, + "No printers found": { + "No printers found": "" + }, + "No profiles": { + "No profiles": "" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "" + }, + "No results found": { + "No results found": "" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "" + }, + "No trigger": { + "No trigger": "" + }, + "No video found in folder": { + "No video found in folder": "" + }, + "No wallpaper selected": { + "No wallpaper selected": "" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "" + }, + "No warnings": { + "No warnings": "" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "" + }, + "No widgets available": { + "No widgets available": "" + }, + "No widgets match your search": { + "No widgets match your search": "" + }, + "No window rules configured": { + "No window rules configured": "" + }, + "None": { + "None": "ない" + }, + "Normal": { + "Normal": "" + }, + "Normal Font": { + "Normal Font": "" + }, + "Normal Priority": { + "Normal Priority": "通常の優先度" + }, + "Not available": { + "Not available": "" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "" + }, + "Not detected": { + "Not detected": "" + }, + "Not paired": { + "Not paired": "" + }, + "Not set": { + "Not set": "" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "" + }, + "Notepad": { + "Notepad": "メモ帳" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "メモ帳のフォント設定" + }, + "Notepad Slideout": { + "Notepad Slideout": "メモ帳スライドアウト" + }, + "Nothing": { + "Nothing": "" + }, + "Nothing to see here": { + "Nothing to see here": "ここには何もありません" + }, + "Notification Center": { + "Notification Center": "通知センター" + }, + "Notification Display": { + "Notification Display": "" + }, + "Notification Overlay": { + "Notification Overlay": "通知オーバーレイ" + }, + "Notification Popups": { + "Notification Popups": "通知ポップアップ" + }, + "Notification Rules": { + "Notification Rules": "" + }, + "Notification Settings": { + "Notification Settings": "通知設定" + }, + "Notification Timeouts": { + "Notification Timeouts": "通知タイムアウト" + }, + "Notification toast popups": { + "Notification toast popups": "通知トーストポップアップ" + }, + "Notifications": { + "Notifications": "通知" + }, + "Numbers": { + "Numbers": "数字" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "" + }, + "OK": { + "OK": "" + }, + "OS Logo": { + "OS Logo": "OSロゴ" + }, + "OSD Position": { + "OSD Position": "OSD位置" + }, + "Occupied Color": { + "Occupied Color": "" + }, + "Off": { + "Off": "" + }, + "Office": { + "Office": "オフィス" + }, + "Offline": { + "Offline": "" + }, + "Offline Report": { + "Offline Report": "オフライン報告" + }, + "Older": { + "Older": "" + }, + "On": { + "On": "" + }, + "On-Demand": { + "On-Demand": "" + }, + "On-Screen Displays": { + "On-Screen Displays": "オンスクリーンディスプレイ" + }, + "On-screen Displays": { + "On-screen Displays": "オンスクリーンディスプレイ" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "ガンマは、時間または場所のルールに基づいてのみ調整します。" + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "システムでサポートされている場合にのみ、休止状態が表示されます" + }, + "Opacity": { + "Opacity": "不透明度" + }, + "Opaque": { + "Opaque": "" + }, + "Open": { + "Open": "開ける" + }, + "Open App": { + "Open App": "" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "" + }, + "Open Notepad File": { + "Open Notepad File": "メモ帳ファイルを開く" + }, + "Open a new note": { + "Open a new note": "" + }, + "Open folder": { + "Open folder": "" + }, + "Open in Browser": { + "Open in Browser": "" + }, + "Open in terminal": { + "Open in terminal": "" + }, + "Open search bar to find text": { + "Open search bar to find text": "検索バーを開いてテキストを検索" + }, + "Open with...": { + "Open with...": "" + }, + "Opening SMS": { + "Opening SMS": "" + }, + "Opening SMS app": { + "Opening SMS app": "" + }, + "Opening file browser": { + "Opening file browser": "" + }, + "Opening files": { + "Opening files": "" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "" + }, + "Optional location": { + "Optional location": "" + }, + "Options": { + "Options": "" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "" + }, + "Original: %1": { + "Original: %1": "" + }, + "Other": { + "Other": "他" + }, + "Outline": { + "Outline": "" + }, + "Output": { + "Output": "" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "アウトプットエリアがほぼ満杯" + }, + "Output Area Full": { + "Output Area Full": "アウトプットエリアがいっぱい" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "" + }, + "Output Tray Missing": { + "Output Tray Missing": "アウトプットトレイが見つかりませんでした" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "" + }, + "Overcast": { + "Overcast": "" + }, + "Overflow": { + "Overflow": "" + }, + "Overridden by config": { + "Overridden by config": "" + }, + "Override": { + "Override": "" + }, + "Override Border Size": { + "Override Border Size": "" + }, + "Override Corner Radius": { + "Override Corner Radius": "" + }, + "Override Gaps": { + "Override Gaps": "" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "" + }, + "Overview": { + "Overview": "概要" + }, + "Overview of your network connections": { + "Overview of your network connections": "" + }, + "Overwrite": { + "Overwrite": "上書き" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "" + }, + "Pad": { + "Pad": "" + }, + "Pad Hours": { + "Pad Hours": "" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "パディング" + }, + "Pair": { + "Pair": "ペアリング" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Bluetoothデバイスのペアリング" + }, + "Paired": { + "Paired": "" + }, + "Pairing": { + "Pairing": "" + }, + "Pairing failed": { + "Pairing failed": "ペアリングが失敗しました" + }, + "Pairing request from": { + "Pairing request from": "" + }, + "Pairing request sent": { + "Pairing request sent": "" + }, + "Pairing requested": { + "Pairing requested": "" + }, + "Pairing...": { + "Pairing...": "" + }, + "Partly Cloudy": { + "Partly Cloudy": "" + }, + "Passkey:": { + "Passkey:": "パスキー:" + }, + "Password": { + "Password": "パスワード" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "" + }, + "Pattern": { + "Pattern": "" + }, + "Pause": { + "Pause": "一時停止" + }, + "Paused": { + "Paused": "一時停止" + }, + "Pending": { + "Pending": "" + }, + "Pending Charge": { + "Pending Charge": "" + }, + "Pending Discharge": { + "Pending Discharge": "" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "モードごとの壁紙" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "モニターごとの壁紙" + }, + "Per-screen config": { + "Per-screen config": "" + }, + "Percentage": { + "Percentage": "百分率" + }, + "Performance": { + "Performance": "" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "プロフィール画像の設定権限が拒否されました。" + }, + "Personalization": { + "Personalization": "パーソナライゼーション" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "" + }, + "Phone number": { + "Phone number": "" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "" + }, + "Pin": { + "Pin": "" + }, + "Pin to Dock": { + "Pin to Dock": "ドックにピン留め" + }, + "Ping": { + "Ping": "" + }, + "Ping sent": { + "Ping sent": "" + }, + "Ping sent to": { + "Ping sent to": "" + }, + "Pinned": { + "Pinned": "" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "" + }, + "Pixelate": { + "Pixelate": "" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "プラグインディレクトリをここに配置します。各プラグインには plugin.json マニフェストファイルが必要です。" + }, + "Place plugins in %1": { + "Place plugins in %1": "" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "新しい通知が届いたときにサウンドを再生" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "電源ケーブルを接続したときにサウンドを再生" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "音量を調整したときにサウンドを再生" + }, + "Play sounds for system events": { + "Play sounds for system events": "システムイベントが発生したときにサウンドを再生" + }, + "Playback": { + "Playback": "" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "" + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "接続" + }, + "Plugged in": { + "Plugged in": "" + }, + "Plugin": { + "Plugin": "" + }, + "Plugin Directory": { + "Plugin Directory": "プラグインディレクトリ" + }, + "Plugin Management": { + "Plugin Management": "プラグイン管理" + }, + "Plugin Visibility": { + "Plugin Visibility": "" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "プラグインは無効です - 使用するにはプラグイン設定で有効にしてください" + }, + "Plugins": { + "Plugins": "プラグイン" + }, + "Pointer": { + "Pointer": "" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "" + }, + "Popup Only": { + "Popup Only": "" + }, + "Popup Position": { + "Popup Position": "ポップアップの位置" + }, + "Popup Shadow": { + "Popup Shadow": "" + }, + "Popup Transparency": { + "Popup Transparency": "ポップアップの透明度" + }, + "Popup behavior, position": { + "Popup behavior, position": "" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "" + }, + "Position": { + "Position": "位置" + }, + "Position, pinned apps": { + "Position, pinned apps": "" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "" + }, + "Power": { + "Power": "" + }, + "Power & Security": { + "Power & Security": "電源とセキュリティ" + }, + "Power & Sleep": { + "Power & Sleep": "" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "電源アクションの確認" + }, + "Power Menu Customization": { + "Power Menu Customization": "電源メニューのカスタマイズ" + }, + "Power Off": { + "Power Off": "電源オフ" + }, + "Power Options": { + "Power Options": "電源オプション" + }, + "Power Profile": { + "Power Profile": "" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "電源プロファイルの劣化" + }, + "Power Saver": { + "Power Saver": "" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "" + }, + "Power profile management available": { + "Power profile management available": "" + }, + "Power source": { + "Power source": "" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "" + }, + "Precipitation": { + "Precipitation": "" + }, + "Precipitation Chance": { + "Precipitation Chance": "" + }, + "Preference": { + "Preference": "" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "" + }, + "Press key...": { + "Press key...": "" + }, + "Pressure": { + "Pressure": "プレッシャー" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "画面のタイムアウトを防止" + }, + "Preview": { + "Preview": "" + }, + "Primary": { + "Primary": "プライマリー" + }, + "Primary Container": { + "Primary Container": "" + }, + "Print Server Management": { + "Print Server Management": "" + }, + "Print Server not available": { + "Print Server not available": "プリントサーバーが利用できません" + }, + "Printer": { + "Printer": "" + }, + "Printer Classes": { + "Printer Classes": "" + }, + "Printer created successfully": { + "Printer created successfully": "" + }, + "Printer deleted": { + "Printer deleted": "" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "プリンター" + }, + "Printers: ": { + "Printers: ": "プリンター: " + }, + "Prioritize performance": { + "Prioritize performance": "" + }, + "Priority": { + "Priority": "" + }, + "Privacy Indicator": { + "Privacy Indicator": "プライバシーインジケーター" + }, + "Privacy Mode": { + "Privacy Mode": "" + }, + "Private Key Password": { + "Private Key Password": "" + }, + "Process Count": { + "Process Count": "" + }, + "Processes": { + "Processes": "" + }, + "Processes:": { + "Processes:": "" + }, + "Processing": { + "Processing": "進行中" + }, + "Profile Image Error": { + "Profile Image Error": "プロフィール画像エラー" + }, + "Profile activated: %1": { + "Profile activated: %1": "" + }, + "Profile deleted": { + "Profile deleted": "" + }, + "Profile error": { + "Profile error": "" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "プロフィール画像が大きすぎます。より小さい画像を使用してください。" + }, + "Profile name": { + "Profile name": "" + }, + "Profile not found": { + "Profile not found": "" + }, + "Profile saved: %1": { + "Profile saved: %1": "" + }, + "Protocol": { + "Protocol": "" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "アプリケーションランチャーへのクイックアクセス" + }, + "Quick access to color picker": { + "Quick access to color picker": "カラーピッカーへのクイックアクセス" + }, + "Quick access to notepad": { + "Quick access to notepad": "メモ帳へのクイックアクセス" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "クイックノート作成スライドアウトパネル" + }, + "Quick system toggles": { + "Quick system toggles": "" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "" + }, + "Rain": { + "Rain": "" + }, + "Rain Chance": { + "Rain Chance": "降水確率" + }, + "Rainbow": { + "Rainbow": "" + }, + "Random": { + "Random": "" + }, + "Rate": { + "Rate": "" + }, + "Read:": { + "Read:": "" + }, + "Reason": { + "Reason": "原因" + }, + "Reboot": { + "Reboot": "再起動" + }, + "Recent Colors": { + "Recent Colors": "最近の色" + }, + "Recently Used Apps": { + "Recently Used Apps": "最近使用したアプリ" + }, + "Recommended available": { + "Recommended available": "" + }, + "Refresh": { + "Refresh": "リフレッシュ" + }, + "Refresh Weather": { + "Refresh Weather": "" + }, + "Regex": { + "Regex": "" + }, + "Reject": { + "Reject": "" + }, + "Reject Jobs": { + "Reject Jobs": "" + }, + "Release": { + "Release": "" + }, + "Reload Plugin": { + "Reload Plugin": "プラグインをリロード" + }, + "Remaining": { + "Remaining": "" + }, + "Remaining / Total": { + "Remaining / Total": "" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "" + }, + "Remember last user": { + "Remember last user": "" + }, + "Remove": { + "Remove": "削除" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "" + }, + "Rename": { + "Rename": "" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "" + }, + "Repeat": { + "Repeat": "" + }, + "Replacement": { + "Replacement": "" + }, + "Report": { + "Report": "報告" + }, + "Request Pairing": { + "Request Pairing": "" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "" + }, + "Requires DMS %1": { + "Requires DMS %1": "" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "DWLコンポジターが必要" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "" + }, + "Reset": { + "Reset": "リセット" + }, + "Reset Position": { + "Reset Position": "" + }, + "Reset Size": { + "Reset Size": "" + }, + "Reset to default name": { + "Reset to default name": "" + }, + "Resize Widget": { + "Resize Widget": "" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "" + }, + "Restart DMS": { + "Restart DMS": "DMSを再起動" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "DankMaterialShellを再起動" + }, + "Restarting audio system...": { + "Restarting audio system...": "" + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "レジュメ" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "" + }, + "Revert": { + "Revert": "戻す" + }, + "Right": { + "Right": "右" + }, + "Right Center": { + "Right Center": "" + }, + "Right Section": { + "Right Section": "右セクション" + }, + "Right Tiling": { + "Right Tiling": "右タイリング" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "バーウィジェットを右クリックして循環" + }, + "Ring": { + "Ring": "" + }, + "Ringing": { + "Ringing": "" + }, + "Ripple Effects": { + "Ripple Effects": "" + }, + "Root Filesystem": { + "Root Filesystem": "" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "" + }, + "Rule": { + "Rule": "" + }, + "Rule Name": { + "Rule Name": "" + }, + "Rules (%1)": { + "Rules (%1)": "" + }, + "Run Again": { + "Run Again": "" + }, + "Run DMS Templates": { + "Run DMS Templates": "" + }, + "Run User Templates": { + "Run User Templates": "ユーザーのテンプレを実行" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "" + }, + "Running Apps": { + "Running Apps": "実行中のアプリ" + }, + "Running Apps Settings": { + "Running Apps Settings": "実行中のアプリの設定" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "" + }, + "SDR Saturation": { + "SDR Saturation": "" + }, + "SMS": { + "SMS": "" + }, + "Save": { + "Save": "保存" + }, + "Save Notepad File": { + "Save Notepad File": "メモ帳ファイルを保存" + }, + "Save QR Code": { + "Save QR Code": "" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "" + }, + "Save password": { + "Save password": "パスワードを保存" + }, + "Saved": { + "Saved": "保存されました" + }, + "Saved Configurations": { + "Saved Configurations": "" + }, + "Saved Note": { + "Saved Note": "" + }, + "Saved item deleted": { + "Saved item deleted": "" + }, + "Saving...": { + "Saving...": "" + }, + "Scale": { + "Scale": "" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Dank Barのフォントサイズを個別に調整" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "" + }, + "Scan": { + "Scan": "スキャン" + }, + "Scanning": { + "Scanning": "" + }, + "Scanning...": { + "Scanning...": "" + }, + "Science": { + "Science": "科学" + }, + "Score": { + "Score": "" + }, + "Screen Sharing": { + "Screen Sharing": "" + }, + "Screen sharing": { + "Screen sharing": "画面共有" + }, + "Scroll": { + "Scroll": "" + }, + "Scroll Factor": { + "Scroll Factor": "" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "" + }, + "Scroll song title": { + "Scroll song title": "" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "" + }, + "Scrolling": { + "Scrolling": "スクロール" + }, + "Search App Actions": { + "Search App Actions": "" + }, + "Search Options": { + "Search Options": "" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" + }, + "Search for a location...": { + "Search for a location...": "ロケーションを検索..." + }, + "Search keybinds...": { + "Search keybinds...": "" + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "" + }, + "Search plugins...": { + "Search plugins...": "プラグインを検索..." + }, + "Search processes...": { + "Search processes...": "" + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "" + }, + "Search widgets...": { + "Search widgets...": "" + }, + "Search...": { + "Search...": "検索..." + }, + "Searching...": { + "Searching...": "検索中..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "" + }, + "Secured": { + "Secured": "" + }, + "Security": { + "Security": "" + }, + "Security & privacy": { + "Security & privacy": "" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "" + }, + "Select Application": { + "Select Application": "" + }, + "Select Bar": { + "Select Bar": "" + }, + "Select Custom Theme": { + "Select Custom Theme": "カスタムテーマを選んでください" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "" + }, + "Select File to Send": { + "Select File to Send": "" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "ランチャーロゴを選ぶ" + }, + "Select Profile Image": { + "Select Profile Image": "プロファイル画像を選んでください" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "壁紙を選んでください" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "壁紙のディレクトリを選んでください" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "パレットから色を選ぶか、カスタムスライダーを使用します" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "" + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "" + }, + "Select a window...": { + "Select a window...": "" + }, + "Select an image file...": { + "Select an image file...": "画像ファイルを選ぶ..." + }, + "Select at least one provider": { + "Select at least one provider": "" + }, + "Select device": { + "Select device": "" + }, + "Select device...": { + "Select device...": "" + }, + "Select driver...": { + "Select driver...": "" + }, + "Select font weight for UI text": { + "Select font weight for UI text": "" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "壁紙を設定するモニターを選ぶ" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "プロセスリストと技術表示用の等幅フォントを選ぶ" + }, + "Select network": { + "Select network": "" + }, + "Select system sound theme": { + "Select system sound theme": "システムサウンドテーマを選ぶ" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "壁紙ベースの色で、使用するパレットアルゴリズムを選ぶ" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "含めたいトランジションをランダム化に選択" + }, + "Select...": { + "Select...": "" + }, + "Selected image file not found.": { + "Selected image file not found.": "選択した画像ファイルが見つかりませんでした。" + }, + "Send": { + "Send": "" + }, + "Send Clipboard": { + "Send Clipboard": "" + }, + "Send File": { + "Send File": "" + }, + "Send SMS": { + "Send SMS": "" + }, + "Sending": { + "Sending": "" + }, + "Separator": { + "Separator": "区切り" + }, + "Server": { + "Server": "" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "" + }, + "Set custom name": { + "Set custom name": "" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "接続されているモニターごとに異なる壁紙を設定する" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "ライトモードとダークモードで異なる壁紙を設定する" + }, + "Set key and action to save": { + "Set key and action to save": "" + }, + "Set notification rules": { + "Set notification rules": "" + }, + "Settings": { + "Settings": "設定" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "" + }, + "Setup": { + "Setup": "" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "" + }, + "Share Text": { + "Share Text": "" + }, + "Share URL": { + "Share URL": "" + }, + "Shared": { + "Shared": "" + }, + "Shell": { + "Shell": "" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: すべてクリア • Esc: 閉じる" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "" + }, + "Short": { + "Short": "" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "" + }, + "Show": { + "Show": "" + }, + "Show 3rd Party": { + "Show 3rd Party": "" + }, + "Show All Tags": { + "Show All Tags": "すべてのタグを表示" + }, + "Show Badge": { + "Show Badge": "" + }, + "Show CPU": { + "Show CPU": "" + }, + "Show CPU Graph": { + "Show CPU Graph": "" + }, + "Show CPU Temp": { + "Show CPU Temp": "" + }, + "Show Date": { + "Show Date": "" + }, + "Show Disk": { + "Show Disk": "" + }, + "Show Dock": { + "Show Dock": "ドックを表示" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "" + }, + "Show Footer": { + "Show Footer": "" + }, + "Show Forecast": { + "Show Forecast": "" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "" + }, + "Show Header": { + "Show Header": "" + }, + "Show Hibernate": { + "Show Hibernate": "休止状態を表示" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "" + }, + "Show Humidity": { + "Show Humidity": "" + }, + "Show Launcher Button": { + "Show Launcher Button": "" + }, + "Show Line Numbers": { + "Show Line Numbers": "行番号を表示" + }, + "Show Location": { + "Show Location": "" + }, + "Show Lock": { + "Show Lock": "ロックを表示" + }, + "Show Log Out": { + "Show Log Out": "ログアウトを表示" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "" + }, + "Show Media Player": { + "Show Media Player": "" + }, + "Show Memory": { + "Show Memory": "" + }, + "Show Memory Graph": { + "Show Memory Graph": "" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "" + }, + "Show Network Graph": { + "Show Network Graph": "" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "" + }, + "Show Password Field": { + "Show Password Field": "" + }, + "Show Power Actions": { + "Show Power Actions": "" + }, + "Show Power Off": { + "Show Power Off": "パワーオフを表示" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "" + }, + "Show Pressure": { + "Show Pressure": "" + }, + "Show Profile Image": { + "Show Profile Image": "" + }, + "Show Reboot": { + "Show Reboot": "再起動を表示" + }, + "Show Restart DMS": { + "Show Restart DMS": "DMS再起動を表示" + }, + "Show Saved Items": { + "Show Saved Items": "" + }, + "Show Seconds": { + "Show Seconds": "" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "" + }, + "Show Suspend": { + "Show Suspend": "一時停止を表示" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "" + }, + "Show System Icons": { + "Show System Icons": "" + }, + "Show System Time": { + "Show System Time": "" + }, + "Show Top Processes": { + "Show Top Processes": "" + }, + "Show Weather Condition": { + "Show Weather Condition": "" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "" + }, + "Show Wind Speed": { + "Show Wind Speed": "" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "ワークスペースアプリを表示" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "占有タグのみではなく、9 つのタグをすべて表示 (DWL のみ)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "モーダルダイアログの背後に暗いオーバーレイを表示" + }, + "Show device": { + "Show device": "" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "" + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "" + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "最後のディスプレイに表示" + }, + "Show on Overlay": { + "Show on Overlay": "" + }, + "Show on Overview": { + "Show on Overview": "概要に表示" + }, + "Show on Overview Only": { + "Show on Overview Only": "" + }, + "Show on all connected displays": { + "Show on all connected displays": "すべての接続されたディスプレイに表示" + }, + "Show on screens:": { + "Show on screens:": "画面に表示:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "明るさが変化した時にOSDを表示" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Caps Lock の状態が変化した時にOSDを表示" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "アイドルインヒビターの状態が変化した時にOSDを表示" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "メディアプレーヤーの音量が変化したときにOSDを表示" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "マイクがミュート/ミュート解除された時にOSDを表示" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "電源プロファイルが変化した時にOSDを表示" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "音量が変化したときにOSDを表示" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "トップバーとコントロールセンターに天気情報を表示" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "上部バーのワークスペーススイッチャーにワークスペースインデックス番号を表示" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "実行中のすべてのアプリケーションをフォーカス状態で表示" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "現在のワークスペースを表示、切り替えを可能に" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Caps Lock がアクティブなときに表示" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "マイク、カメラ、または画面共有がアクティブなときに表示" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "シャットダウン" + }, + "Signal": { + "Signal": "" + }, + "Signal:": { + "Signal:": "" + }, + "Size": { + "Size": "サイズ" + }, + "Size Constraints": { + "Size Constraints": "" + }, + "Size Offset": { + "Size Offset": "サイズオフセット" + }, + "Sizing": { + "Sizing": "" + }, + "Skip": { + "Skip": "" + }, + "Skip confirmation": { + "Skip confirmation": "" + }, + "Skip setup": { + "Skip setup": "" + }, + "Small": { + "Small": "" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "" + }, + "Smartcard PIN": { + "Smartcard PIN": "" + }, + "Snap": { + "Snap": "" + }, + "Snow": { + "Snow": "" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "アルファベット順に並べ替える" + }, + "Sort By": { + "Sort By": "" + }, + "Sorting & Layout": { + "Sorting & Layout": "" + }, + "Sound Theme": { + "Sound Theme": "サウンドテーマ" + }, + "Sounds": { + "Sounds": "" + }, + "Space between windows": { + "Space between windows": "" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "" + }, + "Spacer": { + "Spacer": "間隔" + }, + "Spacing": { + "Spacing": "間隔" + }, + "Speaker settings": { + "Speaker settings": "" + }, + "Speed": { + "Speed": "" + }, + "Spool Area Full": { + "Spool Area Full": "スプールエリアがいっぱい" + }, + "Square Corners": { + "Square Corners": "四角コーナー" + }, + "Stacked": { + "Stacked": "" + }, + "Standard": { + "Standard": "" + }, + "Start": { + "Start": "始める" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "ここでメモを入力しましょう..." + }, + "State": { + "State": "" + }, + "Status": { + "Status": "状態" + }, + "Stopped": { + "Stopped": "停止" + }, + "Stopped Partly": { + "Stopped Partly": "一部停止" + }, + "Stopping": { + "Stopping": "停止中" + }, + "Stretch": { + "Stretch": "" + }, + "Stripes": { + "Stripes": "" + }, + "Summary": { + "Summary": "" + }, + "Sunrise": { + "Sunrise": "" + }, + "Sunset": { + "Sunset": "" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "" + }, + "Surface": { + "Surface": "表面" + }, + "Surface Variant": { + "Surface Variant": "" + }, + "Suspend": { + "Suspend": "一時停止" + }, + "Suspend behavior": { + "Suspend behavior": "一時停止の行為" + }, + "Suspend system after": { + "Suspend system after": "後にシステムを一時停止" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "ユーザーを切り替える" + }, + "Switch to power profile": { + "Switch to power profile": "" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "ポータルとの同期モード" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "ダークモードをシステム全体のテーマヒントの設定ポータルと同期" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "システム" + }, + "System App Theming": { + "System App Theming": "システムアプリのテーマ設定" + }, + "System Check": { + "System Check": "" + }, + "System Default": { + "System Default": "" + }, + "System Information": { + "System Information": "" + }, + "System Monitor": { + "System Monitor": "システムモニタ" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "システムモニターが利用できません" + }, + "System Sounds": { + "System Sounds": "" + }, + "System Tray": { + "System Tray": "システムトレイ" + }, + "System Update": { + "System Update": "システムアップデート" + }, + "System Updater": { + "System Updater": "システムアップデーター" + }, + "System Updates": { + "System Updates": "システムアップデート" + }, + "System notification area icons": { + "System notification area icons": "システム通知エリアアイコン" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "" + }, + "System theme toggle": { + "System theme toggle": "" + }, + "System toast notifications": { + "System toast notifications": "システムトースト通知" + }, + "System update custom command": { + "System update custom command": "システム更新カスタムコマンド" + }, + "Tab": { + "Tab": "" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ナビゲーション • ←→↑↓: グリッドナビゲーション • Enter/Space: 選択" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "端末のカスタム追加パラメーター" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "端末 - 常にダークテーマを使用" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "" + }, + "Test page sent to printer": { + "Test page sent to printer": "" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "テキスト" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "" + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET環境変数が設定されていないか、ソケットが利用できません。自動プラグイン管理にはDMS_SOCKETが必要です。" + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "以下の設定は、GTKとQtの設定を変更します。現在の設定を維持したい場合は、バックアップを作成してください(qt5ct.conf|qt6ct.conf および ~/.config/gtk-3.0|gtk-4.0)。" + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "このプリンタのジョブ待ち行列は空です" + }, + "Theme & Colors": { + "Theme & Colors": "テーマおよびカラー" + }, + "Theme Color": { + "Theme Color": "テーマカラー" + }, + "Theme Registry": { + "Theme Registry": "" + }, + "Themes": { + "Themes": "" + }, + "Thickness": { + "Thickness": "" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "サードパーティ製プラグインの警告" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "" + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "" + }, + "This may take a few seconds": { + "This may take a few seconds": "" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "このウィジェットはGPUの省電力状態を防ぎ、ノートパソコンのバッテリー寿命に大きな影響を与える可能性があります。ハイブリッドグラフィックス搭載のノートパソコンでの使用は推奨されません。" + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "これはすべてのクリップボード履歴を完全に削除します。" + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "" + }, + "Thunderstorm": { + "Thunderstorm": "" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "" + }, + "Tile": { + "Tile": "" + }, + "Tile H": { + "Tile H": "" + }, + "Tile V": { + "Tile V": "" + }, + "Tiled": { + "Tiled": "" + }, + "Tiled State": { + "Tiled State": "" + }, + "Tiling": { + "Tiling": "タイリング" + }, + "Time": { + "Time": "" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "時間および天気" + }, + "Time Format": { + "Time Format": "" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "" + }, + "Time until full: %1": { + "Time until full: %1": "" + }, + "Timed Out": { + "Timed Out": "タイムアウト" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "" + }, + "Title": { + "Title": "" + }, + "Title regex (optional)": { + "Title regex (optional)": "" + }, + "To Full": { + "To Full": "フルへ" + }, + "To update, run the following command:": { + "To update, run the following command:": "更新するには以下のコマンドを実行してください:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "" + }, + "Toast Messages": { + "Toast Messages": "トーストメッセージ" + }, + "Today": { + "Today": "今日" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "このバー構成の可視性を切り替える" + }, + "Toggling...": { + "Toggling...": "" + }, + "Tomorrow": { + "Tomorrow": "明日" + }, + "Tonal Spot": { + "Tonal Spot": "" + }, + "Toner Empty": { + "Toner Empty": "トナーが空です" + }, + "Toner Low": { + "Toner Low": "トナーが低い" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "" + }, + "Top": { + "Top": "トップ" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "トップバー形式" + }, + "Top Center": { + "Top Center": "" + }, + "Top Left": { + "Top Left": "" + }, + "Top Processes": { + "Top Processes": "" + }, + "Top Right": { + "Top Right": "" + }, + "Top Section": { + "Top Section": "トップセクション" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "" + }, + "Transition Effect": { + "Transition Effect": "トランジション効果" + }, + "Transparency": { + "Transparency": "" + }, + "Trending GIFs": { + "Trending GIFs": "" + }, + "Trending Stickers": { + "Trending Stickers": "" + }, + "Trigger": { + "Trigger": "" + }, + "Trigger Prefix": { + "Trigger Prefix": "" + }, + "Trigger: %1": { + "Trigger: %1": "" + }, + "Trust": { + "Trust": "" + }, + "Try a different search": { + "Try a different search": "" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "" + }, + "Turn off monitors after": { + "Turn off monitors after": "後にモニターの電源を切る" + }, + "Type": { + "Type": "" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "" + }, + "Type to search files": { + "Type to search files": "" + }, + "Typography": { + "Typography": "" + }, + "Typography & Motion": { + "Typography & Motion": "" + }, + "Unavailable": { + "Unavailable": "" + }, + "Unfocused Color": { + "Unfocused Color": "" + }, + "Ungrouped": { + "Ungrouped": "" + }, + "Uninstall": { + "Uninstall": "" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "プラグインをアンインストール" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "" + }, + "Unknown": { + "Unknown": "" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "" + }, + "Unknown Config": { + "Unknown Config": "" + }, + "Unknown Device": { + "Unknown Device": "" + }, + "Unknown GPU": { + "Unknown GPU": "" + }, + "Unknown Monitor": { + "Unknown Monitor": "" + }, + "Unknown Network": { + "Unknown Network": "" + }, + "Unknown Title": { + "Unknown Title": "" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "" + }, + "Unmute": { + "Unmute": "" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "" + }, + "Unnamed Rule": { + "Unnamed Rule": "" + }, + "Unpair": { + "Unpair": "" + }, + "Unpair failed": { + "Unpair failed": "" + }, + "Unpin": { + "Unpin": "" + }, + "Unpin from Dock": { + "Unpin from Dock": "ドックから固定を解除" + }, + "Unsaved Changes": { + "Unsaved Changes": "保存されていない変更" + }, + "Unsaved changes": { + "Unsaved changes": "保存されていない変更" + }, + "Unsaved note...": { + "Unsaved note...": "保存されていないメモ..." + }, + "Untitled": { + "Untitled": "無題" + }, + "Untrust": { + "Untrust": "" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "" + }, + "Update All": { + "Update All": "すべて更新" + }, + "Update Plugin": { + "Update Plugin": "プラグインを更新" + }, + "Uptime": { + "Uptime": "" + }, + "Uptime:": { + "Uptime:": "" + }, + "Urgent Color": { + "Urgent Color": "" + }, + "Usage Tips": { + "Usage Tips": "" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "12時間制のAM/PMではなく、24時間表記を使用" + }, + "Use Custom Command": { + "Use Custom Command": "カスタムコマンドを使用" + }, + "Use Grid Layout": { + "Use Grid Layout": "グリッドレイアウトを使用" + }, + "Use IP Location": { + "Use IP Location": "IP ロケーションの使用" + }, + "Use Imperial Units": { + "Use Imperial Units": "インペリアル単位を使用" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "メートル法(°C、km / h、hPa)の代わりにインペリアル単位(°F、mph、inHg)を使用" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "等幅フォントを使用" + }, + "Use System Theme": { + "Use System Theme": "システムテーマを使用" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "" + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "アニメーション化されたウェーブの進行状況バーをメディア再生に使用" + }, + "Use custom border size": { + "Use custom border size": "" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "カスタムコマンドを使用してシステムを更新" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "ダークテーマではなく、ライトテーマを使用" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "システム設定からサウンドテーマを使用" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "" + }, + "User": { + "User": "" + }, + "Username": { + "Username": "ユーザー名" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "" + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "あなたの位置情報に基づいて、日の出と日の入りの時間を使ってナイトモードを自動調整します。" + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "" + }, + "Utilities": { + "Utilities": "ユーティリティ" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN接続" + }, + "VPN Password": { + "VPN Password": "" + }, + "VPN configuration updated": { + "VPN configuration updated": "" + }, + "VPN connections": { + "VPN connections": "" + }, + "VPN deleted": { + "VPN deleted": "" + }, + "VPN imported: %1": { + "VPN imported: %1": "" + }, + "VPN not available": { + "VPN not available": "" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPNステータスとクイック接続" + }, + "VRR": { + "VRR": "" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "" + }, + "VRR On-Demand": { + "VRR On-Demand": "" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "" + }, + "Verification": { + "Verification": "" + }, + "Version": { + "Version": "" + }, + "Vertical Deck": { + "Vertical Deck": "垂直デッキ" + }, + "Vertical Grid": { + "Vertical Grid": "垂直グリッド" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "垂直スクロール" + }, + "Vertical Tiling": { + "Vertical Tiling": "垂直タイリング" + }, + "Vibrant": { + "Vibrant": "" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "遊び心のある彩度の鮮やかなパレット。" + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "" + }, + "View Mode": { + "View Mode": "" + }, + "Visibility": { + "Visibility": "可視性" + }, + "Visual Effects": { + "Visual Effects": "" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "ウィジェット間の視覚的分離" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "壁紙が変更される時に使用されるビジュアルエフェクト" + }, + "Volume": { + "Volume": "" + }, + "Volume Changed": { + "Volume Changed": "音量変更" + }, + "Volume Slider": { + "Volume Slider": "" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "音量、明るさ、その他のシステム OSD" + }, + "WPA/WPA2": { + "WPA/WPA2": "" + }, + "Wallpaper": { + "Wallpaper": "壁紙" + }, + "Wallpaper Error": { + "Wallpaper Error": "" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "壁紙モニター" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "" + }, + "Wallpapers": { + "Wallpapers": "壁紙" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "" + }, + "Warning": { + "Warning": "警告" + }, + "Warnings": { + "Warnings": "" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "ウェーブプログレスバー" + }, + "Weather": { + "Weather": "天気" + }, + "Weather Widget": { + "Weather Widget": "天気ウィジェット" + }, + "Welcome": { + "Welcome": "" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "有効にすると、アプリはアルファベット順に並べ替えられます。無効にすると、アプリは使用頻度で並べ替えられます。" + }, + "When locked": { + "When locked": "" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "" + }, + "WiFi": { + "WiFi": "" + }, + "WiFi Device": { + "WiFi Device": "" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "" + }, + "WiFi disabled": { + "WiFi disabled": "WiFiを無効化にしました" + }, + "WiFi enabled": { + "WiFi enabled": "WiFiを有効化にしました" + }, + "WiFi is off": { + "WiFi is off": "Wi-Fiはオフ中" + }, + "WiFi off": { + "WiFi off": "" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "" + }, + "Widget Background Color": { + "Widget Background Color": "ウィジェットの背景色" + }, + "Widget Management": { + "Widget Management": "ウィジェット管理" + }, + "Widget Outline": { + "Widget Outline": "" + }, + "Widget Style": { + "Widget Style": "ウィジェットのスタイル" + }, + "Widget Styling": { + "Widget Styling": "ウィジェットのスタイル" + }, + "Widget Transparency": { + "Widget Transparency": "ウィジェットの透明度" + }, + "Widget added": { + "Widget added": "" + }, + "Widget removed": { + "Widget removed": "" + }, + "Widgets": { + "Widgets": "" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "" + }, + "Width": { + "Width": "" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "" + }, + "Wind": { + "Wind": "風" + }, + "Wind Speed": { + "Wind Speed": "" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "" + }, + "Window Corner Radius": { + "Window Corner Radius": "" + }, + "Window Gaps": { + "Window Gaps": "" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "" + }, + "Window Height": { + "Window Height": "" + }, + "Window Opening": { + "Window Opening": "" + }, + "Window Rounding": { + "Window Rounding": "" + }, + "Window Rules": { + "Window Rules": "" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "" + }, + "Wipe": { + "Wipe": "" + }, + "Workspace": { + "Workspace": "ワークスペース" + }, + "Workspace Appearance": { + "Workspace Appearance": "" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "ワークスペースのインデックス番号" + }, + "Workspace Names": { + "Workspace Names": "" + }, + "Workspace Padding": { + "Workspace Padding": "ワークスペースのパディング" + }, + "Workspace Settings": { + "Workspace Settings": "ワークスペース設定" + }, + "Workspace Switcher": { + "Workspace Switcher": "ワークスペーススイッチャー" + }, + "Workspace name": { + "Workspace name": "" + }, + "Workspaces": { + "Workspaces": "" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "" + }, + "Write:": { + "Write:": "" + }, + "X Axis": { + "X Axis": "" + }, + "Y Axis": { + "Y Axis": "" + }, + "Yes": { + "Yes": "" + }, + "Yesterday": { + "Yesterday": "" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "保存されていない変更があります。このタブを閉じる前に保存しますか?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "保存されていない変更があります。続行する前に保存しますか?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "保存されていない変更があります。新しいファイルを作成する前に保存しますか?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "保存されていない変更があります。ファイルを開く前に保存しますか?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "" + }, + "You're All Set!": { + "You're All Set!": "" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "" + }, + "by %1": { + "by %1": "" + }, + "days": { + "days": "" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "" + }, + "devices connected": { + "devices connected": "" + }, + "dgop not available": { + "dgop not available": "" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "" + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "" + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "イベント" + }, + "ext": { + "ext": "" + }, + "featured": { + "featured": "" + }, + "leave empty for default": { + "leave empty for default": "" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctlが利用できません- ロック統合のためにDMS socketの接続が必要です。" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "" + }, + "minutes": { + "minutes": "" + }, + "ms": { + "ms": "" + }, + "nav": { + "nav": "" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "" + }, + "official": { + "official": "公式" + }, + "on Hyprland": { + "on Hyprland": "" + }, + "on MangoWC": { + "on MangoWC": "" + }, + "on Miracle WM": { + "on Miracle WM": "" + }, + "on Niri": { + "on Niri": "" + }, + "on Scroll": { + "on Scroll": "" + }, + "on Sway": { + "on Sway": "" + }, + "open": { + "open": "" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "" + }, + "source": { + "source": "" + }, + "this app": { + "this app": "" + }, + "up": { + "up": "" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "NM統合のためにDMSを更新します。" + }, + "v%1 by %2": { + "v%1 by %2": "" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• 信頼できるソースからのみインストールする" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - 月 (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - 月 (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - 月(1月)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - 月(1月)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• プラグインにはバグやセキュリティ上の問題が含まれている可能性があります" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• 可能であればインストール前にコードを確認してください" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - 日(1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - 日 (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - 曜日名(月)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - 曜日名(月曜日)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - 年 (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - 年(2024年)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/nl.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/nl.json new file mode 100644 index 0000000..5dcc166 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/nl.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1 animatiesnelheid" + }, + "%1 Sessions": { + "%1 Sessions": "%1 sessies" + }, + "%1 active session": { + "%1 active session": "%1 actieve sessie" + }, + "%1 active sessions": { + "%1 active sessions": "%1 actieve sessies" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 adapter, geen verbonden" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 adapters, geen verbonden" + }, + "%1 character": { + "%1 character": "%1 teken" + }, + "%1 characters": { + "%1 characters": "%1 tekens" + }, + "%1 connected": { + "%1 connected": "%1 verbonden" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 aangepaste animatieduur" + }, + "%1 disconnected": { + "%1 disconnected": "%1 verbroken" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 verbroken (verborgen)" + }, + "%1 display": { + "%1 display": "%1 scherm" + }, + "%1 displays": { + "%1 displays": "%1 schermen" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 bestaat maar is niet opgenomen in config. Aangepaste sneltoetsen werken pas als dit is opgelost." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 bestaat maar is niet opgenomen. Vensterregels zijn niet van toepassing." + }, + "%1 filtered": { + "%1 filtered": "%1 gefilterd" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 is nu opgenomen in config" + }, + "%1 issue found": { + "%1 issue found": "%1 probleem gevonden" + }, + "%1 issues found": { + "%1 issues found": "%1 problemen gevonden" + }, + "%1 notifications": { + "%1 notifications": "%1 meldingen" + }, + "%1 update": { + "%1 update": "%1 update" + }, + "%1 updates": { + "%1 updates": "%1 updates" + }, + "%1 variants": { + "%1 variants": "%1 varianten" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 achtergrond • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 achtergronden • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 widgets" + }, + "%1 window": { + "%1 window": "%1 venster" + }, + "%1 windows": { + "%1 windows": "%1 vensters" + }, + "%1m ago": { + "%1m ago": "%1m geleden" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'Alternatief' laat de sleutel zelfstandig ontgrendelen. 'Tweede factor' vereist eerst een wachtwoord of vingerafdruk en daarna pas de sleutel." + }, + "(Default)": { + "(Default)": "(Standaard)" + }, + "(Unnamed)": { + "(Unnamed)": "(Naamloos)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 meer" + }, + "/path/to/videos": { + "/path/to/videos": "/pad/naar/video's" + }, + "0 = square corners": { + "0 = square corners": "0 = vierkante hoeken" + }, + "1 day": { + "1 day": "1 dag" + }, + "1 device connected": { + "1 device connected": "1 apparaat verbonden" + }, + "1 event": { + "1 event": "1 afspraak" + }, + "1 hour": { + "1 hour": "1 uur" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 uur 30 minuten" + }, + "1 minute": { + "1 minute": "1 minuut" + }, + "1 notification": { + "1 notification": "1 melding" + }, + "1 second": { + "1 second": "1 seconde" + }, + "10 minutes": { + "10 minutes": "10 minuten" + }, + "10 seconds": { + "10 seconds": "10 seconden" + }, + "10-bit Color": { + "10-bit Color": "10-bits kleur" + }, + "12 hours": { + "12 hours": "12 uur" + }, + "14 days": { + "14 days": "14 dagen" + }, + "15 minutes": { + "15 minutes": "15 minuten" + }, + "15 seconds": { + "15 seconds": "15 seconden" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 uur" + }, + "2 minutes": { + "2 minutes": "2 minuten" + }, + "2 seconds": { + "2 seconds": "2 seconden" + }, + "20 minutes": { + "20 minutes": "20 minuten" + }, + "20 seconds": { + "20 seconds": "20 seconden" + }, + "24-Hour Format": { + "24-Hour Format": "24-uursnotatie" + }, + "24-hour clock": { + "24-hour clock": "24-uursklok" + }, + "24-hour format": { + "24-hour format": "24-uursnotatie" + }, + "25 seconds": { + "25 seconds": "25 seconden" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 dagen" + }, + "3 hours": { + "3 hours": "3 uur" + }, + "3 minutes": { + "3 minutes": "3 minuten" + }, + "3 seconds": { + "3 seconds": "3 seconden" + }, + "30 days": { + "30 days": "30 dagen" + }, + "30 minutes": { + "30 minutes": "30 minuten" + }, + "30 seconds": { + "30 seconds": "30 seconden" + }, + "35 seconds": { + "35 seconds": "35 seconden" + }, + "3rd party": { + "3rd party": "Derden" + }, + "4 hours": { + "4 hours": "4 uur" + }, + "4 seconds": { + "4 seconds": "4 seconden" + }, + "40 seconds": { + "40 seconds": "40 seconden" + }, + "45 seconds": { + "45 seconds": "45 seconden" + }, + "5 minutes": { + "5 minutes": "5 minuten" + }, + "5 seconds": { + "5 seconds": "5 seconden" + }, + "50 seconds": { + "50 seconds": "50 seconden" + }, + "500 ms": { + "500 ms": "500 ms" + }, + "55 seconds": { + "55 seconds": "55 seconden" + }, + "6 hours": { + "6 hours": "6 uur" + }, + "7 days": { + "7 days": "7 dagen" + }, + "750 ms": { + "750 ms": "750 ms" + }, + "8 hours": { + "8 hours": "8 uur" + }, + "8 seconds": { + "8 seconds": "8 seconden" + }, + "90 days": { + "90 days": "90 dagen" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "MIT-licentie" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Er bestaat al een bestand met deze naam. Wilt u het overschrijven?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Een moderne desktop-shell voor Wayland-compositors" + }, + "AC Power": { + "AC Power": "Netstroom" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Afgebroken" + }, + "About": { + "About": "Over" + }, + "Accent Color": { + "Accent Color": "Accentkleur" + }, + "Accept": { + "Accept": "Accepteren" + }, + "Accept Jobs": { + "Accept Jobs": "Taken accepteren" + }, + "Accepting": { + "Accepting": "Accepteert" + }, + "Access clipboard history": { + "Access clipboard history": "Toegang tot klembordgeschiedenis" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Toegang tot meldingen en niet storen" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Toegang tot systeembediening en instellingen" + }, + "Action": { + "Action": "Actie" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "Actie mislukt of terminal is gesloten." + }, + "Actions": { + "Actions": "Acties" + }, + "Activate": { + "Activate": "Activeren" + }, + "Activate Greeter": { + "Activate Greeter": "Greeter activeren" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "De DMS Greeter activeren? Er wordt een terminal geopend voor sudo-authenticatie. Voer Sync uit na activering om instellingen toe te passen." + }, + "Activation": { + "Activation": "Activering" + }, + "Active": { + "Active": "Actief" + }, + "Active Color": { + "Active Color": "Actieve kleur" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Actief vergrendelscherm-beeldscherm" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Achtergrond- en pictogramkleur van actieve tegel" + }, + "Active: %1": { + "Active: %1": "Actief: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Actief: %1 +%2" + }, + "Active: None": { + "Active: None": "Actief: Geen" + }, + "Adapters": { + "Adapters": "Adapters" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Toevoegen" + }, + "Add Bar": { + "Add Bar": "Balk toevoegen" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Bureaubladwidget toevoegen" + }, + "Add Printer": { + "Add Printer": "Printer toevoegen" + }, + "Add Title": { + "Add Title": "Titel toevoegen" + }, + "Add Widget": { + "Add Widget": "Widget toevoegen" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Widget toevoegen aan sectie %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Een rand om het dock toevoegen" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Voeg een aangepast voorvoegsel toe aan alle applicatiestarts. Dit kan worden gebruikt voor zaken als 'uwsm-app', 'systemd-run' of andere opdrachtwrappers." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Widgets toevoegen en configureren die op uw bureaublad verschijnen" + }, + "Add by Address": { + "Add by Address": "Toevoegen op adres" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Pas het aantal kolommen in rasterweergave aan." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Volume per scrollstap aanpassen" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Past het contrast van gegenereerde kleuren aan (-100 = minimum, 0 = standaard, 100 = maximum)" + }, + "Advanced": { + "Advanced": "Geavanceerd" + }, + "Afternoon": { + "Afternoon": "Middag" + }, + "All": { + "All": "Alles" + }, + "All Monitors": { + "All Monitors": "Alle beeldschermen" + }, + "All checks passed": { + "All checks passed": "Alle controles geslaagd" + }, + "All day": { + "All day": "Hele dag" + }, + "All displays": { + "All displays": "Alle beeldschermen" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Klikken door de widget heen laten gaan" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Terug • F1/I: Bestandsinfo • F10: Hulp • Esc: Sluiten" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternatief (OF)" + }, + "Always Active": { + "Always Active": "Altijd actief" + }, + "Always Show Percentage": { + "Always Show Percentage": "Altijd percentage tonen" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Verberg het dock altijd en toon het bij zweven in het dockgebied" + }, + "Always on icons": { + "Always on icons": "Altijd-aan pictogrammen" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Altijd minimaal 3 werkbladen tonen, zelfs als er minder beschikbaar zijn" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Toon het dock altijd wanneer niri's overzicht open is" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Altijd tonen wanneer er slechts één beeldscherm is aangesloten" + }, + "Amount": { + "Amount": "Hoeveelheid" + }, + "Analog": { + "Analog": "Analoog" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Analoge, digitale of gestapelde klokweergave" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Configuratie analyseren..." + }, + "Animation Duration": { + "Animation Duration": "Animatieduur" + }, + "Animation Speed": { + "Animation Speed": "Animatiesnelheid" + }, + "Anonymous Identity": { + "Anonymous Identity": "Anonieme identiteit" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Anonieme identiteit (optioneel)" + }, + "App Customizations": { + "App Customizations": "App-aanpassingen" + }, + "App ID Substitutions": { + "App ID Substitutions": "App ID-vervangingen" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "App-ID regex (bijv. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "App-starter" + }, + "App Names": { + "App Names": "App-namen" + }, + "App Theming": { + "App Theming": "App-thema's" + }, + "Appearance": { + "Appearance": "Uiterlijk" + }, + "Application Dock": { + "Application Dock": "Applicatiedock" + }, + "Applications": { + "Applications": "Applicaties" + }, + "Apply Changes": { + "Apply Changes": "Wijzigingen toepassen" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "GTK-kleuren toepassen" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Qt-kleuren toepassen" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Warme kleurtemperatuur toepassen om oogvermoeidheid te verminderen. Gebruik de automatiseringsinstellingen hieronder om te bepalen wanneer dit activeert." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "Verificatiewijzigingen toepassen…" + }, + "Apps": { + "Apps": "Apps" + }, + "Apps Dock": { + "Apps Dock": "Apps-dock" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "App-dockinstellingen" + }, + "Apps Icon": { + "Apps Icon": "Apps-pictogram" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Apps worden geordend op gebruiksfrequentie, dan laatst gebruikt, dan alfabetisch." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Apps met aangepaste weergavenaam, pictogram of startopties. Klik rechts op een app en selecteer 'App bewerken' om aan te passen." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Apps met gedempte meldingspop-ups. Dempen opheffen of verwijderen om te wissen." + }, + "Architecture": { + "Architecture": "Architectuur" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Weet u zeker dat u sessie \"%1\" wilt beëindigen?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Beeldschermen rangschikken en resolutie, verversingssnelheid en VRR configureren" + }, + "Attach": { + "Attach": "Koppelen" + }, + "Audio": { + "Audio": "Audio" + }, + "Audio Codec": { + "Audio Codec": "Audio-codec" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Audio-codec selectie" + }, + "Audio Devices": { + "Audio Devices": "Audioapparaten" + }, + "Audio Input": { + "Audio Input": "Audio-invoer" + }, + "Audio Output": { + "Audio Output": "Audio-uitvoer" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Audio-uitvoerapparaten (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Wisselen audio-uitvoer" + }, + "Audio Visualizer": { + "Audio Visualizer": "Audiovisualisatie" + }, + "Audio system restarted": { + "Audio system restarted": "Audiosysteem herstart" + }, + "Audio volume control": { + "Audio volume control": "Audio-volumeregeling" + }, + "Auth": { + "Auth": "Auth" + }, + "Auth Type": { + "Auth Type": "Authtype" + }, + "Authenticate": { + "Authenticate": "Authenticeren" + }, + "Authenticating...": { + "Authenticating...": "Controleren..." + }, + "Authentication": { + "Authentication": "Authenticatie" + }, + "Authentication Required": { + "Authentication Required": "Authenticatie vereist" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "Verificatiewijzigingen toegepast." + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "Verificatiewijzigingen worden automatisch toegepast." + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "Verificatiewijzigingen worden automatisch toegepast. Inloggen met alleen een vingerafdruk ontgrendelt de sleutelbos mogelijk niet." + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Verificatiewijzigingen vereisen sudo. Terminal wordt geopend zodat u een wachtwoord of vingerafdruk kunt gebruiken." + }, + "Authentication error - try again": { + "Authentication error - try again": "Authenticatiefout - probeer het opnieuw" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Authenticatie mislukt, probeer het opnieuw" + }, + "Authorize": { + "Authorize": "Autoriseren" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Koppeling autoriseren met " + }, + "Authorize service for ": { + "Authorize service for ": "Service autoriseren voor " + }, + "Auto": { + "Auto": "Auto" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "Auto (Balk-bewust)" + }, + "Auto (Wide)": { + "Auto (Wide)": "Auto (Breed)" + }, + "Auto Location": { + "Auto Location": "Automatische locatie" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Automatische tussenruimte popups" + }, + "Auto-Clear After": { + "Auto-Clear After": "Automatisch wissen na" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Time-out automatisch verbergen" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Niri-overzicht automatisch sluiten bij starten van apps." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Automatisch verwijderen van meldingen ouder dan dit" + }, + "Auto-hide": { + "Auto-hide": "Automatisch verbergen" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Dock automatisch verbergen" + }, + "Auto-saving...": { + "Auto-saving...": "Automatisch opslaan..." + }, + "Autoconnect": { + "Autoconnect": "Automatisch verbinden" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Automatisch verbinden uitgeschakeld" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Automatisch verbinden ingeschakeld" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "Laatst onthouden zoekopdracht automatisch invullen bij openen" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Automatische kleurmodus" + }, + "Automatic Control": { + "Automatic Control": "Automatische regeling" + }, + "Automatic Cycling": { + "Automatic Cycling": "Automatisch wisselen" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Automatisch wisselen tussen achtergronden in dezelfde map" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Items die ouder zijn dan dit automatisch verwijderen" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Locatie automatisch detecteren op basis van IP-adres" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Uw locatie automatisch bepalen aan de hand van uw IP-adres" + }, + "Automatically lock after": { + "Automatically lock after": "Automatisch vergrendelen na" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Scherm automatisch vergrendelen wanneer DMS start" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Het scherm automatisch vergrendelen wanneer het systeem in slaapstand gaat" + }, + "Automation": { + "Automation": "Automatisering" + }, + "Available": { + "Available": "Beschikbaar" + }, + "Available Layouts": { + "Available Layouts": "Beschikbare indelingen" + }, + "Available Networks": { + "Available Networks": "Beschikbare netwerken" + }, + "Available Plugins": { + "Available Plugins": "Beschikbare plug-ins" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Beschikbare schermen (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Beschikbaar in weergavemodi Gedetailleerd en Voorspelling" + }, + "Available.": { + "Available.": "Beschikbaar." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Terug" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "Achtergrond" + }, + "Background Blur": { + "Background Blur": "Achtergrondvervaging" + }, + "Background Opacity": { + "Background Opacity": "Achtergronddekking" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "Synchronisatie van verificatie op de achtergrond mislukt. Terminalmodus wordt geprobeerd." + }, + "Background image": { + "Background image": "Achtergrondafbeelding" + }, + "Backlight device": { + "Backlight device": "Achtergrondverlichtingsapparaat" + }, + "Balance power and performance": { + "Balance power and performance": "Balans tussen energie en prestaties" + }, + "Balanced": { + "Balanced": "Gebalanceerd" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Gebalanceerd palet met gerichte accenten (standaard)." + }, + "Bar Configurations": { + "Bar Configurations": "Balkconfiguraties" + }, + "Bar Shadows": { + "Bar Shadows": "Balkschaduwen" + }, + "Bar Transparency": { + "Bar Transparency": "Balktransparantie" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Basiskleur voor schaduwen (dekking wordt automatisch toegepast)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Basisduur voor animaties (sleep om Aangepast te gebruiken)" + }, + "Battery": { + "Battery": "Batterij" + }, + "Battery %1": { + "Battery %1": "Accu %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Batterijlaadlimiet" + }, + "Battery and power management": { + "Battery and power management": "Batterij- en energiebeheer" + }, + "Battery level and power management": { + "Battery level and power management": "Batterijniveau en energiebeheer" + }, + "Behavior": { + "Behavior": "Gedrag" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Vergrendelscherm koppelen aan dbus-signalen van loginctl. Uitschakelen indien een extern vergrendelscherm wordt gebruikt" + }, + "Binds Include Missing": { + "Binds Include Missing": "Binds-include ontbreekt" + }, + "Binds include added": { + "Binds include added": "Binds-include toegevoegd" + }, + "Bit Depth": { + "Bit Depth": "Kleurdiepte" + }, + "Block Out": { + "Block Out": "Uitsluiten" + }, + "Block Out From": { + "Block Out From": "Uitsluiten van" + }, + "Block notifications": { + "Block notifications": "Meldingen blokkeren" + }, + "Blocked": { + "Blocked": "Geblokkeerd" + }, + "Blue light filter": { + "Blue light filter": "Blauwlichtfilter" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Bluetooth-instellingen" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth niet beschikbaar" + }, + "Blur Border Color": { + "Blur Border Color": "Kleur van vervagingsrand" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "Dekking van vervagingsrand" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Achtergrondlaag vervagen" + }, + "Blur on Overview": { + "Blur on Overview": "Vervagen bij overzicht" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "Vervaag de achtergrond achter balken, pop-ups, modale vensters en meldingen. Vereist ondersteuning van de compositor en configuratie." + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Achtergrond vervagen wanneer niri-overzicht open is" + }, + "Body": { + "Body": "Inhoud" + }, + "Border": { + "Border": "Rand" + }, + "Border Color": { + "Border Color": "Randkleur" + }, + "Border Opacity": { + "Border Opacity": "Randdekking" + }, + "Border Size": { + "Border Size": "Randgrootte" + }, + "Border Thickness": { + "Border Thickness": "Randdikte" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "Randkleur rondom vervaagde oppervlakken" + }, + "Border with BG": { + "Border with BG": "Rand met achtergrond" + }, + "Bottom": { + "Bottom": "Onder" + }, + "Bottom Center": { + "Bottom Center": "Middenonder" + }, + "Bottom Left": { + "Bottom Left": "Linksonder" + }, + "Bottom Right": { + "Bottom Right": "Rechtsonder" + }, + "Bottom Section": { + "Bottom Section": "Onderste sectie" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Onderste dock voor vastgemaakte en actieve applicaties" + }, + "Brightness": { + "Brightness": "Helderheid" + }, + "Brightness Slider": { + "Brightness Slider": "Helderheidsschuif" + }, + "Brightness Value": { + "Brightness Value": "Helderheidswaarde" + }, + "Brightness control not available": { + "Brightness control not available": "Helderheidsregeling niet beschikbaar" + }, + "Browse": { + "Browse": "Bladeren" + }, + "Browse Files": { + "Browse Files": "Bestanden doorbladeren" + }, + "Browse Plugins": { + "Browse Plugins": "Plug-ins doorbladeren" + }, + "Browse Themes": { + "Browse Themes": "Thema's doorbladeren" + }, + "Browse or search plugins": { + "Browse or search plugins": "Plug-ins bladeren of zoeken" + }, + "Button Color": { + "Button Color": "Knopkleur" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU-grafiek" + }, + "CPU Temperature": { + "CPU Temperature": "CPU-temperatuur" + }, + "CPU Usage": { + "CPU Usage": "CPU-gebruik" + }, + "CPU temperature display": { + "CPU temperature display": "Weergave CPU-temperatuur" + }, + "CPU usage indicator": { + "CPU usage indicator": "Indicator CPU-gebruik" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU-, geheugen-, netwerk- en schijfbewaking" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS onveilige filterwaarschuwing" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS ontbrekende filterwaarschuwing" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS-printserver" + }, + "CUPS not available": { + "CUPS not available": "CUPS niet beschikbaar" + }, + "Camera": { + "Camera": "Camera" + }, + "Cancel": { + "Cancel": "Annuleren" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Alle taken voor \"%1\" annuleren?" + }, + "Canceled": { + "Canceled": "Geannuleerd" + }, + "Cannot pair": { + "Cannot pair": "Kan niet koppelen" + }, + "Capabilities": { + "Capabilities": "Mogelijkheden" + }, + "Capacity": { + "Capacity": "Capaciteit" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Caps Lock-indicator" + }, + "Caps Lock is on": { + "Caps Lock is on": "Caps Lock staat aan" + }, + "Center Section": { + "Center Section": "Middensectie" + }, + "Center Single Column": { + "Center Single Column": "Enkele kolom centreren" + }, + "Center Tiling": { + "Center Tiling": "Centreren" + }, + "Certificate Password": { + "Certificate Password": "Certificaatwachtwoord" + }, + "Change Song": { + "Change Song": "Nummer wijzigen" + }, + "Change Volume": { + "Change Volume": "Volume wijzigen" + }, + "Change bar appearance": { + "Change bar appearance": "Balkuiterlijk wijzigen" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "Wijzig de locale (taal en regio) die wordt gebruikt door de DMS-interface." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "Wijzig de locale voor datum- en tijdnotatie, onafhankelijk van de interfacetaal." + }, + "Channel": { + "Channel": "Kanaal" + }, + "Charging": { + "Charging": "Opladen" + }, + "Check for system updates": { + "Check for system updates": "Controleren op systeemupdates" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "Synchronisatiestatus op aanvraag controleren. Synchronisatie kopieert uw thema, instellingen en achtergrondconfiguratie naar het aanmeldscherm. Verificatiewijzigingen worden automatisch toegepast." + }, + "Checking for updates...": { + "Checking for updates...": "Zoeken naar updates..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "Controleren of sudo-authenticatie vereist is…" + }, + "Checking...": { + "Checking...": "Controleren..." + }, + "Checking…": { + "Checking…": "Controleren…" + }, + "Choose Color": { + "Choose Color": "Kleur kiezen" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Kleur donkere modus kiezen" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Kies kleur dockstartlogo" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Kleur startpictogram kiezen" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Kleur lichte modus kiezen" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Achtergrondkleur kiezen" + }, + "Choose a color": { + "Choose a color": "Kies een kleur" + }, + "Choose colors from palette": { + "Choose colors from palette": "Kies kleuren uit palet" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Kies hoe de weer-widget wordt weergegeven" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Kies hoe deze balk de schaduwrichting bepaalt" + }, + "Choose icon": { + "Choose icon": "Kies pictogram" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Kies de achtergrondkleur voor widgets" + }, + "Choose the border accent color": { + "Choose the border accent color": "Kies de accentkleur voor de rand" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Kies het logo voor de startknop in DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Kies waar meldingen op het scherm verschijnen" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Kies waar on-screen displays op het scherm verschijnen" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Kies welke beeldschermen deze widget tonen" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Kies welk beeldscherm de vergrendelscherm-interface toont. Andere beeldschermen tonen een effen kleur voor bescherming tegen inbranden van OLED." + }, + "Chroma Style": { + "Chroma Style": "Chroma-stijl" + }, + "Cipher": { + "Cipher": "Cijfer" + }, + "Circle": { + "Circle": "Cirkel" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Klasse-regex (bijv. ^firefox$)" + }, + "Clear": { + "Clear": "Wissen" + }, + "Clear All": { + "Clear All": "Alles wissen" + }, + "Clear All Jobs": { + "Clear All Jobs": "Alle taken wissen" + }, + "Clear History?": { + "Clear History?": "Geschiedenis wissen?" + }, + "Clear Sky": { + "Clear Sky": "Heldere hemel" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Alle geschiedenis wissen wanneer server start" + }, + "Clear at Startup": { + "Clear at Startup": "Wissen bij opstarten" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Klik op 'Instellen' om %1 te maken en include toe te voegen aan config." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Klik op 'Instellen' om %1 aan te maken en de include toe te voegen aan je compositor-configuratie." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Klik op 'Instellen' om cursorconfiguratie te maken en include toe te voegen aan uw compositor-configuratie." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Klik op 'Instellen' om de outputs-configuratie te maken en include toe te voegen aan uw compositor-configuratie." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Klik op Importeren om een .ovpn of .conf toe te voegen" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Klik op Vernieuwen om de status te controleren." + }, + "Click Through": { + "Click Through": "Doorklikken" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Klik op een sneltoets om te bewerken. Wijzigingen worden opgeslagen in %1" + }, + "Click to capture": { + "Click to capture": "Klik om vast te leggen" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Klik om een aangepast thema-JSON-bestand te selecteren" + }, + "Clip": { + "Clip": "Bijsnijden" + }, + "Clip to Geometry": { + "Clip to Geometry": "Bijsnijden naar afmetingen" + }, + "Clipboard": { + "Clipboard": "Klembord" + }, + "Clipboard History": { + "Clipboard History": "Klembordgeschiedenis" + }, + "Clipboard Manager": { + "Clipboard Manager": "Klembordbeheer" + }, + "Clipboard sent": { + "Clipboard sent": "Klembord verzonden" + }, + "Clipboard service not available": { + "Clipboard service not available": "Klembord-service niet beschikbaar" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Klembord werkt maar niets opgeslagen op schijf" + }, + "Clock": { + "Clock": "Klok" + }, + "Clock Style": { + "Clock Style": "Klokstijl" + }, + "Close": { + "Close": "Sluiten" + }, + "Close All Windows": { + "Close All Windows": "Alle vensters sluiten" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Overzicht sluiten bij starten" + }, + "Close Window": { + "Close Window": "Venster sluiten" + }, + "Color": { + "Color": "Kleur" + }, + "Color Gamut": { + "Color Gamut": "Kleurengamma" + }, + "Color Management": { + "Color Management": "Kleurbeheer" + }, + "Color Mode": { + "Color Mode": "Kleurmodus" + }, + "Color Override": { + "Color Override": "Kleur overschrijven" + }, + "Color Picker": { + "Color Picker": "Kleurkiezer" + }, + "Color Temperature": { + "Color Temperature": "Kleurtemperatuur" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Kleur weergegeven op beeldschermen zonder vergrendelscherm" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Kleur voor primaire actieknoppen" + }, + "Color temperature for day time": { + "Color temperature for day time": "Kleurtemperatuur voor overdag" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Kleurtemperatuur voor nachtmodus" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Kleurthema voor syntaxismarkering." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Kleurthema voor syntaxismarkering. %1 thema's beschikbaar." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Kleurthema uit DMS-register" + }, + "Colorful": { + "Colorful": "Kleurrijk" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Kleurrijke mix van heldere contrasterende accenten." + }, + "Colorize Active": { + "Colorize Active": "Actieve items kleuren" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Kleuren van achtergrond" + }, + "Column": { + "Column": "Kolom" + }, + "Column Display": { + "Column Display": "Kolomweergave" + }, + "Column Width": { + "Column Width": "Kolombreedte" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "Komma-gescheiden lijst van te verbergen sessienamen. Gebruik slashes voor regex (bijv. /^_.*/)." + }, + "Command": { + "Command": "Opdracht" + }, + "Commands": { + "Commands": "Opdrachten" + }, + "Communication": { + "Communication": "Communicatie" + }, + "Community themes": { + "Community themes": "Community-thema's" + }, + "Compact": { + "Compact": "Compact" + }, + "Compact Mode": { + "Compact Mode": "Compacte modus" + }, + "Completed": { + "Completed": "Voltooid" + }, + "Compositor": { + "Compositor": "Compositor" + }, + "Compositor Settings": { + "Compositor Settings": "Compositor-instellingen" + }, + "Compositor not supported": { + "Compositor not supported": "Compositor niet ondersteund" + }, + "Config Format": { + "Config Format": "Config-formaat" + }, + "Config action: %1": { + "Config action: %1": "Config-actie: %1" + }, + "Config validation failed": { + "Config validation failed": "Configuratievalidatie mislukt" + }, + "Configuration": { + "Configuration": "Configuratie" + }, + "Configuration activated": { + "Configuration activated": "Configuratie geactiveerd" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Configuratie wordt bewaard wanneer dit beeldscherm opnieuw verbindt" + }, + "Configure": { + "Configure": "Configureren" + }, + "Configure Keybinds": { + "Configure Keybinds": "Sneltoetsen configureren" + }, + "Configure a new printer": { + "Configure a new printer": "Een nieuwe printer configureren" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Configureer pictogrammen voor benoemde werkbladen. Pictogrammen hebben voorrang op nummers als beide zijn ingeschakeld." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Criteria en acties configureren" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Configureren op welke schermen \"%1\" wordt getoond" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Configureer welke beeldschermen shell-onderdelen tonen" + }, + "Confirm": { + "Confirm": "Bevestigen" + }, + "Confirm Delete": { + "Confirm Delete": "Verwijderen bevestigen" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Beeldschermwijzigingen bevestigen" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Bevestig toegangscode voor " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Conflicteert met: %1" + }, + "Connect": { + "Connect": "Verbinden" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Verbinden met verborgen netwerk" + }, + "Connect to VPN": { + "Connect to VPN": "Verbinden met VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Verbinden met wifi" + }, + "Connected": { + "Connected": "Verbonden" + }, + "Connected Device": { + "Connected Device": "Verbonden apparaat" + }, + "Connected Displays": { + "Connected Displays": "Aangesloten beeldschermen" + }, + "Connecting to Device": { + "Connecting to Device": "Verbinden met apparaat" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Verbinden..." + }, + "Connection failed": { + "Connection failed": "Verbinding mislukt" + }, + "Contains": { + "Contains": "Bevat" + }, + "Content": { + "Content": "Inhoud" + }, + "Content copied": { + "Content copied": "Inhoud gekopieerd" + }, + "Contrast": { + "Contrast": "Contrast" + }, + "Control Center": { + "Control Center": "Bedieningspaneel" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Tegelkleur bedieningspaneel" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Animatieduur voor meldingspop-ups en geschiedenis beheren" + }, + "Control currently playing media": { + "Control currently playing media": "Huidige media bedienen" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Bepaal welke meldinginformatie op het vergrendelscherm wordt getoond" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Bepaal welke plug-ins verschijnen in 'Alles'-modus zonder trigger-voorvoegsel. Sleep om te herschikken." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Werkbladen en kolommen bedienen door te scrollen op de balk" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Regelt dekking van alle pop-outs, modale vensters en hun inhoudslagen" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "Bepaalt de richting van de schaduw voor hoogtelagen" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "Bepaalt de basisvervagingsstraal en verschuiving van schaduwen" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Bepaalt de transparantie van de schaduw" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "Gemaksopties voor het aanmeldscherm. Voer Sync uit om toe te passen." + }, + "Cooldown": { + "Cooldown": "Afkoeltijd" + }, + "Copied GIF": { + "Copied GIF": "GIF gekopieerd" + }, + "Copied MP4": { + "Copied MP4": "MP4 gekopieerd" + }, + "Copied WebP": { + "Copied WebP": "WebP gekopieerd" + }, + "Copied to clipboard": { + "Copied to clipboard": "Gekopieerd naar klembord" + }, + "Copied!": { + "Copied!": "Gekopieerd!" + }, + "Copy": { + "Copy": "Kopiëren" + }, + "Copy Content": { + "Copy Content": "Inhoud kopiëren" + }, + "Copy Full Command": { + "Copy Full Command": "Volledige opdracht kopiëren" + }, + "Copy HTML": { + "Copy HTML": "HTML kopiëren" + }, + "Copy Name": { + "Copy Name": "Naam kopiëren" + }, + "Copy PID": { + "Copy PID": "PID kopiëren" + }, + "Copy Text": { + "Copy Text": "Tekst kopiëren" + }, + "Copy path": { + "Copy path": "Pad kopiëren" + }, + "Corner Radius": { + "Corner Radius": "Hoekradius" + }, + "Corner Radius Override": { + "Corner Radius Override": "Overschrijven hoekradius" + }, + "Corners & Background": { + "Corners & Background": "Hoeken & Achtergrond" + }, + "Count Only": { + "Count Only": "Alleen aantal" + }, + "Cover Open": { + "Cover Open": "Klep open" + }, + "Create": { + "Create": "Aanmaken" + }, + "Create Dir": { + "Create Dir": "Map maken" + }, + "Create Printer": { + "Create Printer": "Printer aanmaken" + }, + "Create Window Rule": { + "Create Window Rule": "Vensterregel aanmaken" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "Maak een nieuwe %1-sessie aan (n)" + }, + "Create rule for:": { + "Create rule for:": "Regel aanmaken voor:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Regels maken om meldingen te dempen, negeren, verbergen in geschiedenis of prioriteit te overschrijven. Standaard wordt alleen de prioriteit overschreven; meldingen worden nog steeds normaal weergegeven." + }, + "Creating...": { + "Creating...": "Aanmaken..." + }, + "Critical Priority": { + "Critical Priority": "Kritieke prioriteit" + }, + "Current": { + "Current": "Huidig" + }, + "Current Items": { + "Current Items": "Huidige items" + }, + "Current Locale": { + "Current Locale": "Huidige locale" + }, + "Current Monitor": { + "Current Monitor": "Huidige monitor" + }, + "Current Period": { + "Current Period": "Huidige periode" + }, + "Current Status": { + "Current Status": "Huidige status" + }, + "Current Temp": { + "Current Temp": "Huidige temp" + }, + "Current Theme: %1": { + "Current Theme: %1": "Huidig thema: %1" + }, + "Current Weather": { + "Current Weather": "Huidig weer" + }, + "Current Workspace": { + "Current Workspace": "Huidig werkblad" + }, + "Current time and date display": { + "Current time and date display": "Weergave huidige tijd en datum" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Huidige weersomstandigheden en temperatuur" + }, + "Current: %1": { + "Current: %1": "Huidige: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Cursorconfiguratie niet geconfigureerd" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Cursor-include ontbreekt" + }, + "Cursor Size": { + "Cursor Size": "Cursorgrootte" + }, + "Cursor Theme": { + "Cursor Theme": "Cursorthema" + }, + "Custom": { + "Custom": "Aangepast" + }, + "Custom Color": { + "Custom Color": "Aangepaste kleur" + }, + "Custom Duration": { + "Custom Duration": "Aangepaste duur" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Aangepaste sluimeropdracht" + }, + "Custom Location": { + "Custom Location": "Aangepaste locatie" + }, + "Custom Lock Command": { + "Custom Lock Command": "Aangepaste vergrendelopdracht" + }, + "Custom Logout Command": { + "Custom Logout Command": "Aangepaste afmeldopdracht" + }, + "Custom Name": { + "Custom Name": "Aangepaste naam" + }, + "Custom Power Actions": { + "Custom Power Actions": "Aangepaste energieacties" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Aangepaste uitschakelopdracht" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Aangepaste herstartopdracht" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Aangepaste schaduwkleur" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Aangepaste schaduwoverschrijving" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Aangepaste slaapstandopdracht" + }, + "Custom Transparency": { + "Custom Transparency": "Aangepaste transparantie" + }, + "Custom power profile": { + "Custom power profile": "Aangepast energieprofiel" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Aangepast thema geladen uit JSON-bestand" + }, + "Custom...": { + "Custom...": "Aangepast..." + }, + "Custom: ": { + "Custom: ": "Aangepast: " + }, + "Customizable empty space": { + "Customizable empty space": "Aanpasbare lege ruimte" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Pas aan welke acties in het energiemenu verschijnen" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI-monitor" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "DEMOMODUS - Klik ergens om te sluiten" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS Plug-inbeheer niet beschikbaar" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "DMS-sneltoetsen" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "DMS-aanmeldscherm heeft nodig: greetd, dms-greeter. Vingerafdruk: fprintd, pam_fprintd. Beveiligingssleutels: pam_u2f. Voeg uw gebruiker toe aan de greeter-groep. Verificatiewijzigingen worden automatisch toegepast en kunnen een terminal openen wanneer sudo-verificatie vereist is." + }, + "DMS out of date": { + "DMS out of date": "DMS verouderd" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "DMS-service is niet verbonden. Klembordinstellingen zijn niet beschikbaar." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS-shellacties (starter, klembord, enz.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET niet beschikbaar" + }, + "DWL service not available": { + "DWL service not available": "DWL-service niet beschikbaar" + }, + "Daily": { + "Daily": "Dagelijks" + }, + "Daily at:": { + "Daily at:": "Dagelijks om:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell is klaar voor gebruik" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell- & systeempictogrammen (vereist herstart)" + }, + "Dark Mode": { + "Dark Mode": "Donkere modus" + }, + "Dark mode base": { + "Dark mode base": "Donkere modus basis" + }, + "Dark mode harmony": { + "Dark mode harmony": "Donkere modus harmonie" + }, + "Darken Modal Background": { + "Darken Modal Background": "Modale achtergrond verduisteren" + }, + "Date Format": { + "Date Format": "Datumnotatie" + }, + "Date format": { + "Date format": "Datumnotatie" + }, + "Date format on greeter": { + "Date format on greeter": "Datumnotatie op Greeter" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Dageraad (Astronomische schemering)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Dageraad (Civiele schemering)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Dageraad (Nautische schemering)" + }, + "Day Date": { + "Day Date": "Dag Datum" + }, + "Day Month Date": { + "Day Month Date": "Dag Maand Datum" + }, + "Day Temperature": { + "Day Temperature": "Dagtemperatuur" + }, + "Daytime": { + "Daytime": "Overdag" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "Standaard" + }, + "Default (Black)": { + "Default (Black)": "Standaard (Zwart)" + }, + "Default Width (%)": { + "Default Width (%)": "Standaardbreedte (%)" + }, + "Default selected action": { + "Default selected action": "Standaard geselecteerde actie" + }, + "Defaults": { + "Defaults": "Standaardwaarden" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Definieer regels voor venstergedrag. Wordt opgeslagen in %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Wissen • Shift+Del: Alles wissen • 1-9: Acties • F10: Hulp • Esc: Sluiten" + }, + "Delete": { + "Delete": "Verwijderen" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "\"%1\" verwijderen?" + }, + "Delete Class": { + "Delete Class": "Klasse verwijderen" + }, + "Delete Printer": { + "Delete Printer": "Printer verwijderen" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Opgeslagen item verwijderen?" + }, + "Delete VPN": { + "Delete VPN": "VPN verwijderen" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Klasse \"%1\" verwijderen?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Profiel \"%1\" verwijderen?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Afhankelijkheden & documentatie" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Leidt kleuren af die nauw aansluiten bij de onderliggende afbeelding." + }, + "Description": { + "Description": "Beschrijving" + }, + "Desktop": { + "Desktop": "Bureaublad" + }, + "Desktop Clock": { + "Desktop Clock": "Bureaubladklok" + }, + "Desktop Entry": { + "Desktop Entry": "Desktop-item" + }, + "Desktop Widget": { + "Desktop Widget": "Bureaubladwidget" + }, + "Desktop Widgets": { + "Desktop Widgets": "Bureaubladwidgets" + }, + "Desktop background images": { + "Desktop background images": "Bureaubladachtergronden" + }, + "Detailed": { + "Detailed": "Gedetailleerd" + }, + "Details for \"%1": { + "Details for \"%1\"": "Details voor \"%1\"" + }, + "Development": { + "Development": "Ontwikkeling" + }, + "Device": { + "Device": "Apparaat" + }, + "Device connections": { + "Device connections": "Apparaatverbindingen" + }, + "Device names updated": { + "Device names updated": "Apparaatnamen bijgewerkt" + }, + "Device paired": { + "Device paired": "Apparaat gekoppeld" + }, + "Device unpaired": { + "Device unpaired": "Apparaat ontkoppeld" + }, + "Digital": { + "Digital": "Digitaal" + }, + "Direction Source": { + "Direction Source": "Richtingsbron" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Automatisch verbinden uitschakelen" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Ingebouwde achtergronden uitschakelen" + }, + "Disable History Persistence": { + "Disable History Persistence": "Geschiedenisopslag uitschakelen" + }, + "Disable Output": { + "Disable Output": "Uitvoer uitschakelen" + }, + "Disabled": { + "Disabled": "Uitgeschakeld" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Wifi uitschakelen..." + }, + "Disc": { + "Disc": "Schijf" + }, + "Discard": { + "Discard": "Verwerpen" + }, + "Discharging": { + "Discharging": "Ontladen" + }, + "Disconnect": { + "Disconnect": "Verbinding verbreken" + }, + "Disconnected": { + "Disconnected": "Niet verbonden" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Verbinding met wifi verbroken" + }, + "Discover Devices": { + "Discover Devices": "Apparaten ontdekken" + }, + "Disk": { + "Disk": "Schijf" + }, + "Disk I/O": { + "Disk I/O": "Schijf I/O" + }, + "Disk Usage": { + "Disk Usage": "Schijfgebruik" + }, + "Disk Usage Display": { + "Disk Usage Display": "Weergave schijfgebruik" + }, + "Disks": { + "Disks": "Schijven" + }, + "Dismiss": { + "Dismiss": "Sluiten" + }, + "Display": { + "Display": "Beeldscherm" + }, + "Display Assignment": { + "Display Assignment": "Beeldschermtoewijzing" + }, + "Display Control": { + "Display Control": "Beeldschermbeheer" + }, + "Display Name Format": { + "Display Name Format": "Indeling schermnaam" + }, + "Display Profiles": { + "Display Profiles": "Beeldschermprofielen" + }, + "Display Settings": { + "Display Settings": "Beeldscherminstellingen" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Een dock tonen met vastgemaakte en actieve applicaties" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Alle prioriteiten over applicaties op volledig scherm tonen" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "DWL-indelingen tonen en wisselen" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Applicatiepictogrammen tonen in werkbladindicatoren" + }, + "Display brightness control": { + "Display brightness control": "Helderheidsregeling beeldscherm" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Beeldschermconfiguratie is niet beschikbaar. WLR-uitvoerbeheerprotocol wordt niet ondersteund." + }, + "Display currently focused application title": { + "Display currently focused application title": "Titel van huidige actieve applicatie tonen" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Toon weersvoorspellingen per uur" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Toon alleen werkbladen die vensters bevatten" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Energiemenu-acties weergeven in een raster in plaats van een lijst" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Seconden tonen in de klok" + }, + "Display the power system menu": { + "Display the power system menu": "Het systeem-energiemenu weergeven" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Volume- en helderheidspercentages tonen in OSD-pop-ups" + }, + "Displays": { + "Displays": "Beeldschermen" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Toont aantal wanneer overloop actief is" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Toont de actieve toetsenbordindeling en maakt wisselen mogelijk" + }, + "Distribution": { + "Distribution": "Distributie" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Divers palet dat het volledige spectrum beslaat." + }, + "Do Not Disturb": { + "Do Not Disturb": "Niet storen" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock & Starter" + }, + "Dock Transparency": { + "Dock Transparency": "Dock-transparantie" + }, + "Dock Visibility": { + "Dock Visibility": "Zichtbaarheid dock" + }, + "Docs": { + "Docs": "Documentatie" + }, + "Documents": { + "Documents": "Documenten" + }, + "Domain (optional)": { + "Domain (optional)": "Domein (optioneel)" + }, + "Don't Change": { + "Don't Change": "Niet wijzigen" + }, + "Don't Save": { + "Don't Save": "Niet opslaan" + }, + "Door Open": { + "Door Open": "Deur open" + }, + "Downloads": { + "Downloads": "Downloads" + }, + "Drag to Reorder": { + "Drag to Reorder": "Sleep om te rangschikken" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Sleep widgets om ze te herschikken binnen secties. Gebruik het oog-pictogram om widgets te verbergen/tonen (behoudt tussenruimte), of X om ze volledig te verwijderen." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Sleep werkbladindicatoren om ze te rangschikken" + }, + "Driver": { + "Driver": "Stuurprogramma" + }, + "Drizzle": { + "Drizzle": "Motregen" + }, + "Duplicate": { + "Duplicate": "Dupliceren" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Achtergrond dupliceren met vervaging" + }, + "Duration": { + "Duration": "Duur" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Avondschemering (Astronomische schemering)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Avondschemering (Civiele schemering)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Avondschemering (Nautische schemering)" + }, + "Dynamic": { + "Dynamic": "Dynamisch" + }, + "Dynamic Properties": { + "Dynamic Properties": "Dynamische eigenschappen" + }, + "Dynamic Theming": { + "Dynamic Theming": "Dynamische thema's" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Dynamische kleuren van achtergrond" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Dynamische kleuren, voorinstellingen" + }, + "Edge Spacing": { + "Edge Spacing": "Randafstand" + }, + "Edit App": { + "Edit App": "App bewerken" + }, + "Edit Window Rule": { + "Edit Window Rule": "Vensterregel bewerken" + }, + "Education": { + "Education": "Onderwijs" + }, + "Empty": { + "Empty": "Leeg" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Schakel 10-bits kleurdiepte in voor een breder kleurengamma en HDR-ondersteuning" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Automatisch verbinden inschakelen" + }, + "Enable Bar": { + "Enable Bar": "Balk inschakelen" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Niet storen inschakelen" + }, + "Enable History": { + "Enable History": "Geschiedenis inschakelen" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Overzicht-overlay inschakelen" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Rimpel-effecten inschakelen" + }, + "Enable System Sounds": { + "Enable System Sounds": "Systeemgeluiden inschakelen" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Video-screensaver inschakelen" + }, + "Enable Weather": { + "Enable Weather": "Weer inschakelen" + }, + "Enable WiFi": { + "Enable WiFi": "Wifi inschakelen" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Schakel hieronder een aangepaste overschrijving in om de schaduwintensiteit, dekking en kleur per balk in te stellen." + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Schakel compositor-targetable vervagingslaag in (namespace: dms:blurwallpaper). Vereist handmatige niri-configuratie." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Vingerafdruk inschakelen bij aanmelden" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Vingerafdrukverificatie inschakelen" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Schakel vingerafdruk of beveiligingssleutel in voor DMS-aanmeldscherm. Verificatiewijzigingen worden automatisch toegepast." + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Loginctl-vergrendelintegratie inschakelen" + }, + "Enable security key at login": { + "Enable security key at login": "Beveiligingssleutel inschakelen bij aanmelden" + }, + "Enable security key authentication": { + "Enable security key authentication": "Beveiligingssleutel-authenticatie inschakelen" + }, + "Enabled": { + "Enabled": "Ingeschakeld" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "Ingeschakeld, maar de beschikbaarheid van de vingerafdrukscanner kon niet worden bevestigd." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "Ingeschakeld, maar er is geen vingerafdrukscanner gedetecteerd." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "Ingeschakeld, maar er zijn nog geen afdrukken geregistreerd. Verificatiewijzigingen worden automatisch toegepast zodra u vingerafdrukken registreert." + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Ingeschakeld, maar er zijn nog geen afdrukken geregistreerd. Registreer vingerafdrukken en voer Sync uit." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "Ingeschakeld, maar er is nog geen geregistreerde beveiligingssleutel gevonden. Verificatiewijzigingen worden automatisch toegepast zodra uw sleutel is geregistreerd of uw U2F-configuratie is bijgewerkt." + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "Ingeschakeld, maar er is nog geen geregistreerde beveiligingssleutel gevonden. Registreer een sleutel en voer Sync uit." + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "Ingeschakeld, maar de beschikbaarheid van de beveiligingssleutel kon niet worden bevestigd." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "Ingeschakeld. PAM biedt al vingerafdrukauthenticatie." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "Ingeschakeld. PAM biedt al authenticatie via beveiligingssleutel." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Ingeschakeld. PAM biedt vingerafdrukauthenticatie, maar er zijn nog geen afdrukken geregistreerd." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Wifi inschakelen..." + }, + "End": { + "End": "Einde" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Vergroten bij aanwijzen" + }, + "Enlargement %": { + "Enlargement %": "Vergroting %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Voer 6-cijferige toegangscode in" + }, + "Enter PIN": { + "Enter PIN": "Voer pincode in" + }, + "Enter PIN for ": { + "Enter PIN for ": "Voer pincode in voor " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Voer URL of tekst in om te delen" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Voer een nieuwe naam in voor sessie \"%1\"" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Voer een nieuwe naam in voor dit werkblad" + }, + "Enter command or script path": { + "Enter command or script path": "Voer opdracht of scriptpad in" + }, + "Enter credentials for ": { + "Enter credentials for ": "Voer inloggegevens in voor " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Voer aangepaste notatie voor vergrendelscherm in (bijv. dddd, d MMMM)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Voer aangepaste notatie voor bovenbalk in (bijv. ddd d MMM)" + }, + "Enter device name...": { + "Enter device name...": "Voer apparaatnaam in..." + }, + "Enter filename...": { + "Enter filename...": "Voer bestandsnaam in..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Voer startvoorvoegsel in (bijv. 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Voer netwerknaam en wachtwoord in" + }, + "Enter passkey for ": { + "Enter passkey for ": "Voer toegangscode in voor " + }, + "Enter password for ": { + "Enter password for ": "Voer wachtwoord in voor " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Voer deze toegangscode in op " + }, + "Enter to Paste": { + "Enter to Paste": "Enter om te plakken" + }, + "Enterprise": { + "Enterprise": "Enterprise" + }, + "Entry pinned": { + "Entry pinned": "Item vastgemaakt" + }, + "Entry unpinned": { + "Entry unpinned": "Item losgemaakt" + }, + "Environment Variables": { + "Environment Variables": "Omgevingsvariabelen" + }, + "Error": { + "Error": "Fout" + }, + "Errors": { + "Errors": "Fouten" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Exact" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Verschuiving exclusieve zone" + }, + "Experimental Feature": { + "Experimental Feature": "Experimentele functie" + }, + "Explore": { + "Explore": "Verkennen" + }, + "Exponential": { + "Exponential": "Exponentieel" + }, + "Expressive": { + "Expressive": "Expressief" + }, + "Extend battery life": { + "Extend battery life": "Batterijduur verlengen" + }, + "Extensible architecture": { + "Extensible architecture": "Uitbreidbare architectuur" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Extern achtergrondbeheer" + }, + "Extra Arguments": { + "Extra Arguments": "Extra argumenten" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Schakelen • F10: Hulp" + }, + "Fade": { + "Fade": "Vervagen" + }, + "Fade to lock screen": { + "Fade to lock screen": "Vervagen naar vergrendelscherm" + }, + "Fade to monitor off": { + "Fade to monitor off": "Vervagen naar scherm uit" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Accepteren van koppeling mislukt" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Activeren van configuratie mislukt" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Kon profiel niet activeren - bestand niet gevonden" + }, + "Failed to add binds include": { + "Failed to add binds include": "Toevoegen van binds-include mislukt" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Toevoegen van printer aan klasse mislukt" + }, + "Failed to browse device": { + "Failed to browse device": "Bladeren op apparaat mislukt" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Annuleren van alle taken mislukt" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Annuleren van geselecteerde taak mislukt" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "Controleren op updates mislukt:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Controleren van vastmaaklimiet mislukt" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Verbinden met VPN mislukt" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Verbinding maken met %1 mislukt" + }, + "Failed to copy entry": { + "Failed to copy entry": "Kopiëren van item mislukt" + }, + "Failed to create printer": { + "Failed to create printer": "Aanmaken van printer mislukt" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Kon profielenmap niet aanmaken" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Verwijderen van VPN mislukt" + }, + "Failed to delete class": { + "Failed to delete class": "Verwijderen van klasse mislukt" + }, + "Failed to delete printer": { + "Failed to delete printer": "Verwijderen van printer mislukt" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Uitschakelen van taakacceptatie mislukt" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Uitschakelen van nachtmodus mislukt" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Verbreken van VPN-verbinding mislukt" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Verbreken van VPN-verbindingen mislukt" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Verbreken van wifi-verbinding mislukt" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Inschakelen van IP-locatie mislukt" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Inschakelen van wifi mislukt" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Inschakelen van taakacceptatie mislukt" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Inschakelen van nachtmodus mislukt" + }, + "Failed to hold job": { + "Failed to hold job": "Vasthouden van taak mislukt" + }, + "Failed to import VPN": { + "Failed to import VPN": "Importeren van VPN mislukt" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Starten van sms-app mislukt" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Laden van VPN-configuratie mislukt" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Laden van klembordconfiguratie mislukt." + }, + "Failed to move job": { + "Failed to move job": "Verplaatsen van taak mislukt" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Ontleden van plugin_settings.json mislukt" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Ontleden van session.json mislukt" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Ontleden van settings.json mislukt" + }, + "Failed to pause printer": { + "Failed to pause printer": "Pauzeren van printer mislukt" + }, + "Failed to pin entry": { + "Failed to pin entry": "Vastmaken van item mislukt" + }, + "Failed to print test page": { + "Failed to print test page": "Afdrukken van testpagina mislukt" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Weigeren van koppeling mislukt" + }, + "Failed to remove device": { + "Failed to remove device": "Verwijderen van apparaat mislukt" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Verwijderen van sneltoets mislukt" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Verwijderen van printer uit klasse mislukt" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Audiosysteem herstarten mislukt" + }, + "Failed to restart job": { + "Failed to restart job": "Herstarten van taak mislukt" + }, + "Failed to resume printer": { + "Failed to resume printer": "Hervatten van printer mislukt" + }, + "Failed to ring device": { + "Failed to ring device": "Klingelen van apparaat mislukt" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Uitvoeren van 'dms greeter status' mislukt. Zorg ervoor dat DMS is geïnstalleerd en dms in het PATH staat." + }, + "Failed to save audio config": { + "Failed to save audio config": "Audio-configuratie opslaan mislukt" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Opslaan van klembordinstelling mislukt" + }, + "Failed to save keybind": { + "Failed to save keybind": "Opslaan van sneltoets mislukt" + }, + "Failed to save profile file": { + "Failed to save profile file": "Kon profielbestand niet opslaan" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Verzenden van klembord mislukt" + }, + "Failed to send file": { + "Failed to send file": "Verzenden van bestand mislukt" + }, + "Failed to send ping": { + "Failed to send ping": "Verzenden van ping mislukt" + }, + "Failed to set brightness": { + "Failed to set brightness": "Instellen van helderheid mislukt" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Instellen van nachtmodus-locatie mislukt" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Instellen van nachtmodus-schema mislukt" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Instellen van nachtmodus-temperatuur mislukt" + }, + "Failed to set power profile": { + "Failed to set power profile": "Instellen van energieprofiel mislukt" + }, + "Failed to set profile image": { + "Failed to set profile image": "Instellen van profielafbeelding mislukt" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Instellen van profielafbeelding mislukt: %1" + }, + "Failed to share": { + "Failed to share": "Delen mislukt" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Starten van verbinding met %1 mislukt" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Losmaken van item mislukt" + }, + "Failed to update VPN": { + "Failed to update VPN": "Bijwerken van VPN mislukt" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Bijwerken van automatisch verbinden mislukt" + }, + "Failed to update description": { + "Failed to update description": "Bijwerken van beschrijving mislukt" + }, + "Failed to update location": { + "Failed to update location": "Bijwerken van locatie mislukt" + }, + "Failed to update sharing": { + "Failed to update sharing": "Bijwerken van delen mislukt" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Schrijven van tijdelijk bestand voor validatie mislukt" + }, + "Features": { + "Features": "Functies" + }, + "Feels": { + "Feels": "Voelt als" + }, + "Feels Like": { + "Feels Like": "Gevoelstemperatuur" + }, + "Feels Like %1°": { + "Feels Like %1°": "Voelt als %1°" + }, + "Fidelity": { + "Fidelity": "Getrouwheid" + }, + "Field": { + "Field": "Veld" + }, + "File": { + "File": "Bestand" + }, + "File Already Exists": { + "File Already Exists": "Bestand bestaat al" + }, + "File Information": { + "File Information": "Bestandsinformatie" + }, + "File received from": { + "File received from": "Bestand ontvangen van" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Bestandszoeken vereist dsearch\nInstalleer via github.com/morelazers/dsearch" + }, + "Files": { + "Files": "Bestanden" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Bestandssysteemgebruik monitoren" + }, + "Fill": { + "Fill": "Vullen" + }, + "Find in Text": { + "Find in Text": "Zoeken in tekst" + }, + "Find in note...": { + "Find in note...": "Zoeken in notitie..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "Beschikbaarheid van vingerafdrukscanner kon niet worden bevestigd." + }, + "Fingerprint error": { + "Fingerprint error": "Vingerafdrukfout" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "Vingerafdrukfout: %1" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "Vingerafdruk niet herkend (%1/%2). Probeer het opnieuw of gebruik een wachtwoord." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Vingerafdrukscanner gedetecteerd, maar er zijn nog geen afdrukken geregistreerd. U kunt dit nu inschakelen en later registreren." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "Vingerafdrukscanner gedetecteerd, maar er zijn nog geen afdrukken geregistreerd. U kunt dit nu inschakelen en later Sync uitvoeren." + }, + "Finish": { + "Finish": "Voltooien" + }, + "First Day of Week": { + "First Day of Week": "Eerste dag van de week" + }, + "First Time Setup": { + "First Time Setup": "Eerste installatie" + }, + "Fit": { + "Fit": "Passend" + }, + "Fix Now": { + "Fix Now": "Nu repareren" + }, + "Fixing...": { + "Fixing...": "Repareren..." + }, + "Flags": { + "Flags": "Vlaggen" + }, + "Flipped": { + "Flipped": "Gespiegeld" + }, + "Flipped 180°": { + "Flipped 180°": "Gespiegeld 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Gespiegeld 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Gespiegeld 90°" + }, + "Float": { + "Float": "Zweven" + }, + "Focus": { + "Focus": "Focus" + }, + "Focus at Startup": { + "Focus at Startup": "Focus bij opstarten" + }, + "Focused Border": { + "Focused Border": "Gefocuste rand" + }, + "Focused Color": { + "Focused Color": "Gefocuste kleur" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Alleen op actieve monitor" + }, + "Focused Window": { + "Focused Window": "Actieve venster" + }, + "Focused monitor only": { + "Focused monitor only": "Alleen op actieve monitor" + }, + "Fog": { + "Fog": "Mist" + }, + "Folder": { + "Folder": "Map" + }, + "Folders": { + "Folders": "Mappen" + }, + "Follow DMS background color": { + "Follow DMS background color": "DMS-achtergrondkleur volgen" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Monitorfocus volgen" + }, + "Follow focus": { + "Follow focus": "Focus volgen" + }, + "Font": { + "Font": "Lettertype" + }, + "Font Family": { + "Font Family": "Lettertypefamilie" + }, + "Font Scale": { + "Font Scale": "Schaal lettertype" + }, + "Font Size": { + "Font Size": "Lettergrootte" + }, + "Font Weight": { + "Font Weight": "Letterdikte" + }, + "Font used on the login screen": { + "Font used on the login screen": "Lettertype dat op het aanmeldscherm wordt gebruikt" + }, + "Force HDR": { + "Force HDR": "HDR forceren" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Geforceerd beëindigen (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Breed kleurengamma forceren" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Dwing terminalapplicaties altijd donkere kleurenschema's te gebruiken" + }, + "Forecast": { + "Forecast": "Voorspelling" + }, + "Forecast Days": { + "Forecast Days": "Dagen voorspelling" + }, + "Forecast Not Available": { + "Forecast Not Available": "Voorspelling niet beschikbaar" + }, + "Forever": { + "Forever": "Voor altijd" + }, + "Forget": { + "Forget": "Vergeten" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "\"%1\" vergeten?" + }, + "Forget Device": { + "Forget Device": "Apparaat vergeten" + }, + "Forget Network": { + "Forget Network": "Netwerk vergeten" + }, + "Forgot network %1": { + "Forgot network %1": "Netwerk %1 vergeten" + }, + "Format Legend": { + "Format Legend": "Legenda voor notatie" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "%1 pakket gevonden om bij te werken:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "%1 pakketten gevonden om bij te werken:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "VRAM/geheugen vrijmaken wanneer het startmenu gesloten is. Dit kan een lichte vertraging veroorzaken bij het heropenen." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "IJzel" + }, + "Frequency": { + "Frequency": "Frequentie" + }, + "Fruit Salad": { + "Fruit Salad": "Fruitsalade" + }, + "Full Command:": { + "Full Command:": "Volledige opdracht:" + }, + "Full Content": { + "Full Content": "Volledige inhoud" + }, + "Full Day & Month": { + "Full Day & Month": "Volledige dag & maand" + }, + "Full with Year": { + "Full with Year": "Volledig met jaar" + }, + "Fullscreen": { + "Fullscreen": "Volledig scherm" + }, + "Fullscreen Only": { + "Fullscreen Only": "Alleen volledig scherm" + }, + "Fully Charged": { + "Fully Charged": "Volledig opgeladen" + }, + "Fun": { + "Fun": "Plezier" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: raster • Z/X: grootte" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "GPU-bewaking" + }, + "GPU Temperature": { + "GPU Temperature": "GPU-temperatuur" + }, + "GPU temperature display": { + "GPU temperature display": "GPU-temperatuurweergave" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE's, meer" + }, + "Games": { + "Games": "Spellen" + }, + "Gamma Control": { + "Gamma Control": "Gammaregeling" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Gammaregeling niet beschikbaar. Vereist DMS API v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Genereer basisconfiguraties voor GTK3/4 of QT5/QT6 (vereist qt6ct-kde) om de DMS-kleuren te volgen. Slechts eenmalig nodig.

Het wordt aanbevolen om adw-gtk3 te configureren voordat u GTK-thema's toepast." + }, + "Generic": { + "Generic": "Generiek" + }, + "Get Started": { + "Get Started": "Aan de slag" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Alle animatieduren globaal schalen" + }, + "Golden Hour": { + "Golden Hour": "Gouden uur" + }, + "Good": { + "Good": "Goed" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Goth-hoekradius" + }, + "Goth Corners": { + "Goth Corners": "Goth-hoeken" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Het scherm geleidelijk vervagen voor vergrendeling met een instelbare vervalperiode" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Het scherm geleidelijk vervagen voor het uitschakelen van beeldschermen met een instelbare vervalperiode" + }, + "Graph Time Range": { + "Graph Time Range": "Tijdsbereik grafiek" + }, + "Graphics": { + "Graphics": "Grafisch" + }, + "Greeter": { + "Greeter": "Greeter" + }, + "Greeter Appearance": { + "Greeter Appearance": "Uiterlijk Greeter" + }, + "Greeter Behavior": { + "Greeter Behavior": "Gedrag Greeter" + }, + "Greeter Status": { + "Greeter Status": "Status Greeter" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Greeter geactiveerd. greetd is nu ingeschakeld." + }, + "Greeter font": { + "Greeter font": "Lettertype Greeter" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "Alleen Greeter — heeft geen invloed op de hoofdklok" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "Alleen Greeter — indeling voor de datum op het aanmeldscherm" + }, + "Grid": { + "Grid": "Raster" + }, + "Grid Columns": { + "Grid Columns": "Rasterkolommen" + }, + "Grid: OFF": { + "Grid: OFF": "Raster: UIT" + }, + "Grid: ON": { + "Grid: ON": "Raster: AAN" + }, + "Group": { + "Group": "Groep" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Werkblad-apps groeperen" + }, + "Group by App": { + "Group by App": "Groeperen op app" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Meerdere vensters van dezelfde app groeperen met een indicator voor het aantal" + }, + "Group removed": { + "Group removed": "Groep verwijderd" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Herhaalde applicatiepictogrammen in niet-gefocusseerde werkbladen groeperen" + }, + "Groups": { + "Groups": "Groepen" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR Tone Mapping" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR-modus is experimenteel. Controleer of uw monitor HDR ondersteunt voordat u dit inschakelt." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML gekopieerd naar klembord" + }, + "Health": { + "Health": "Gezondheid" + }, + "Heavy Rain": { + "Heavy Rain": "Zware regen" + }, + "Heavy Snow": { + "Heavy Snow": "Zware sneeuwval" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Zware sneeuwbuien" + }, + "Height": { + "Height": "Hoogte" + }, + "Held": { + "Held": "Vastgehouden" + }, + "Help": { + "Help": "Hulp" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Sluimerstand" + }, + "Hidden": { + "Hidden": "Verborgen" + }, + "Hidden (%1)": { + "Hidden (%1)": "Verborgen (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Verborgen apps" + }, + "Hidden Network": { + "Hidden Network": "Verborgen netwerk" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Verborgen apps verschijnen niet in de starter. Klik rechts op een app en selecteer 'App verbergen' om deze te verbergen." + }, + "Hide": { + "Hide": "Verbergen" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Derde partijen verbergen" + }, + "Hide App": { + "Hide App": "App verbergen" + }, + "Hide Delay": { + "Hide Delay": "Verbergvertraging" + }, + "Hide Indicators": { + "Hide Indicators": "Indicatoren verbergen" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Updater-widget verbergen" + }, + "Hide When Typing": { + "Hide When Typing": "Verbergen tijdens typen" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Verbergen wanneer vensters open zijn" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Cursor verbergen na inactiviteit (0 = uitgeschakeld)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Cursor verbergen bij indrukken van toetsen" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Cursor verbergen bij gebruik van aanraakinvoer" + }, + "Hide device": { + "Hide device": "Apparaat verbergen" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Meldingsinhoud verbergen tot uitgevouwen" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Meldingsinhoud verbergen tot uitgevouwen; pop-ups worden standaard ingeklapt weergegeven" + }, + "Hide on Touch": { + "Hide on Touch": "Verbergen bij aanraking" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Natuurgetrouw palet dat de oorspronkelijke tinten behoudt." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "Actieve app in werkruimte markeren" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "Markeer de momenteel actieve app in de werkruimte-indicatoren" + }, + "History": { + "History": "Geschiedenis" + }, + "History Retention": { + "History Retention": "Geschiedenisbehoud" + }, + "History Settings": { + "History Settings": "Geschiedenisinstellingen" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Geschiedenis gewist. %1 vastgemaakte items behouden." + }, + "Hold Duration": { + "Hold Duration": "Houdduur" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Langer ingedrukt houden om te bevestigen" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Ingedrukt houden om energieacties te bevestigen" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Ingedrukt houden om te bevestigen (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Ingedrukt houden om te bevestigen (%1s)" + }, + "Home": { + "Home": "Persoonlijke map" + }, + "Host": { + "Host": "Host" + }, + "Hostname": { + "Hostname": "Hostnaam" + }, + "Hot Corners": { + "Hot Corners": "Hot Corners" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Titel sneltoetsoverlay (optioneel)" + }, + "Hour": { + "Hour": "Uur" + }, + "Hourly": { + "Hourly": "Per uur" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Aantal uren voorspelling" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Hoe vaak de achtergrond moet wisselen" + }, + "How the background image is scaled": { + "How the background image is scaled": "Hoe de achtergrondafbeelding wordt geschaald" + }, + "Humidity": { + "Humidity": "Luchtvochtigheid" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Hyprland Discord-server" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Hyprland-indelingsoverschrijvingen" + }, + "Hyprland Options": { + "Hyprland Options": "Hyprland-opties" + }, + "Hyprland Website": { + "Hyprland Website": "Hyprland-website" + }, + "I Understand": { + "I Understand": "Ik begrijp het" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP-adres:" + }, + "IP address or hostname": { + "IP address or hostname": "IP-adres of hostnaam" + }, + "ISO Date": { + "ISO Date": "ISO-datum" + }, + "Icon": { + "Icon": "Pictogram" + }, + "Icon Scale": { + "Icon Scale": "Pictogramschaal" + }, + "Icon Size": { + "Icon Size": "Pictogramgrootte" + }, + "Icon Size %": { + "Icon Size %": "Pictogramgrootte %" + }, + "Icon Theme": { + "Icon Theme": "Pictogramthema" + }, + "Idle": { + "Idle": "Inactief" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inactiviteitspreventie" + }, + "Idle Settings": { + "Idle Settings": "Instellingen voor inactiviteit" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Monitoring van inactiviteit niet ondersteund - vereist nieuwere Quickshell-versie" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Als het veld verborgen is, verschijnt het zodra een toets wordt ingedrukt." + }, + "Ignore Completely": { + "Ignore Completely": "Volledig negeren" + }, + "Image": { + "Image": "Afbeelding" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Afbeelding gekopieerd naar klembord" + }, + "Import": { + "Import": "Importeren" + }, + "Import VPN": { + "Import VPN": "VPN importeren" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Kleur inactief beeldscherm" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Overgangen opnemen" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Neem bureaubladacties (snelkoppelingen) op in zoekresultaten." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Incompatibele plug-ins geladen" + }, + "Incorrect password": { + "Incorrect password": "Onjuist wachtwoord" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "Onjuist wachtwoord - poging %1 van %2 (blokkering kan volgen)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "Onjuist wachtwoord - volgende fouten kunnen leiden tot blokkering van account" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "Onjuist wachtwoord - probeer het opnieuw" + }, + "Indicator Style": { + "Indicator Style": "Indicatorstijl" + }, + "Individual Batteries": { + "Individual Batteries": "Individuele batterijen" + }, + "Individual bar configuration": { + "Individual bar configuration": "Individuele balkconfiguratie" + }, + "Info": { + "Info": "Info" + }, + "Inherit": { + "Inherit": "Overnemen" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Globaal overnemen (Standaard)" + }, + "Inhibitable": { + "Inhibitable": "Onderdrukbaar" + }, + "Input Devices": { + "Input Devices": "Invoerapparaten" + }, + "Input Volume Slider": { + "Input Volume Slider": "Invoervolumeschuif" + }, + "Insert your security key...": { + "Insert your security key...": "Plaats uw beveiligingssleutel..." + }, + "Install": { + "Install": "Installeren" + }, + "Install Greeter": { + "Install Greeter": "Greeter installeren" + }, + "Install Plugin": { + "Install Plugin": "Plug-in installeren" + }, + "Install Theme": { + "Install Theme": "Thema installeren" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Installeer kleurthema's uit het DMS-themaregister" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Installatie voltooid. Greeter is geïnstalleerd." + }, + "Install failed: %1": { + "Install failed: %1": "Installatie mislukt: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Installeer matugen-pakket voor dynamische thema's" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Plug-in '%1' installeren uit het DMS-register?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Plug-ins installeren uit het DMS-plug-inregister" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "De DMS Greeter installeren? Er wordt een terminal geopend voor sudo-authenticatie." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Thema '%1' installeren uit het DMS-register?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "Installatie en PAM-configuratie: zie de " + }, + "Installed": { + "Installed": "Geïnstalleerd" + }, + "Installed: %1": { + "Installed: %1": "Geïnstalleerd: %1" + }, + "Installing: %1": { + "Installing: %1": "Installeren: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Intelligent automatisch verbergen" + }, + "Intensity": { + "Intensity": "Intensiteit" + }, + "Interface:": { + "Interface:": "Interface:" + }, + "Interlock Open": { + "Interlock Open": "Vergrendeling open" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Interval" + }, + "Invalid configuration": { + "Invalid configuration": "Ongeldige configuratie" + }, + "Invert on mode change": { + "Invert on mode change": "Omkeren bij moduswisseling" + }, + "Iris Bloom": { + "Iris Bloom": "Irisbloei" + }, + "Isolate Displays": { + "Isolate Displays": "Beeldschermen isoleren" + }, + "Jobs": { + "Jobs": "Taken" + }, + "Jobs: ": { + "Jobs: ": "Taken: " + }, + "Keep Awake": { + "Keep Awake": "Wakker houden" + }, + "Keep Changes": { + "Keep Changes": "Wijzigingen behouden" + }, + "Keeping Awake": { + "Keeping Awake": "Wakker houdend" + }, + "Kernel": { + "Kernel": "Kernel" + }, + "Key": { + "Key": "Toets" + }, + "Keybind Sources": { + "Keybind Sources": "Sneltoetsbronnen" + }, + "Keybinds": { + "Keybinds": "Sneltoetsen" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Zoekinstellingen sneltoetsen" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Sneltoetsen getoond naast gewone zoekresultaten" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Naam toetsenbordindeling" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Sneltoetsen" + }, + "Keys": { + "Keys": "Toetsen" + }, + "Kill": { + "Kill": "Beëindigen" + }, + "Kill Process": { + "Kill Process": "Proces beëindigen" + }, + "Kill Session": { + "Kill Session": "Sessie beëindigen" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED-apparaat" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "LabWC IRC-kanaal" + }, + "LabWC Website": { + "LabWC Website": "LabWC-website" + }, + "Large": { + "Large": "Groot" + }, + "Largest": { + "Largest": "Grootst" + }, + "Last hour": { + "Last hour": "Afgelopen uur" + }, + "Last launched %1": { + "Last launched %1": "Laatst gestart %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Laatst gestart: %1 dag geleden" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Laatst gestart: %1 dagen geleden" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Laatst gestart: %1 uur geleden" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Laatst gestart: %1 uur geleden" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Laatst gestart: %1 minuut geleden" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Laatst gestart: %1 minuten geleden" + }, + "Last launched just now": { + "Last launched just now": "Zojuist gestart" + }, + "Latitude": { + "Latitude": "Breedtegraad" + }, + "Launch": { + "Launch": "Starten" + }, + "Launch Prefix": { + "Launch Prefix": "Startvoorvoegsel" + }, + "Launch on dGPU": { + "Launch on dGPU": "Starten op dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "Start standaard op dGPU" + }, + "Launcher": { + "Launcher": "Starter" + }, + "Launcher Button": { + "Launcher Button": "Startknop" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Logo startknop" + }, + "Layout": { + "Layout": "Indeling" + }, + "Layout Overrides": { + "Layout Overrides": "Indeling overschrijven" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Lay-out en moduleposities op de Greeter worden gesynchroniseerd met je shell (bijv. balkconfiguratie). Voer Sync uit om toe te passen." + }, + "Left": { + "Left": "Links" + }, + "Left Center": { + "Left Center": "Middenlinks" + }, + "Left Section": { + "Left Section": "Linkersectie" + }, + "Light Direction": { + "Light Direction": "Lichtrichting" + }, + "Light Mode": { + "Light Mode": "Lichte modus" + }, + "Light Rain": { + "Light Rain": "Lichte regen" + }, + "Light Snow": { + "Light Snow": "Lichte sneeuwval" + }, + "Light Snow Showers": { + "Light Snow Showers": "Lichte sneeuwbuien" + }, + "Light mode base": { + "Light mode base": "Lichte modus basis" + }, + "Light mode harmony": { + "Light mode harmony": "Lichte modus harmonie" + }, + "Line": { + "Line": "Lijn" + }, + "Line: %1": { + "Line: %1": "Regel: %1" + }, + "Linear": { + "Linear": "Lineair" + }, + "Lines: %1": { + "Lines: %1": "Regels: %1" + }, + "List": { + "List": "Lijst" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Levendig palet met verzadigde accenten." + }, + "Load Average": { + "Load Average": "Gemiddelde belasting" + }, + "Loading codecs...": { + "Loading codecs...": "Codecs laden..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Sneltoetsen laden..." + }, + "Loading trending...": { + "Loading trending...": "Trending laden..." + }, + "Loading...": { + "Loading...": "Laden..." + }, + "Local": { + "Local": "Lokaal" + }, + "Locale": { + "Locale": "Locale" + }, + "Locale Settings": { + "Locale Settings": "Locale-instellingen" + }, + "Location": { + "Location": "Locatie" + }, + "Location Search": { + "Location Search": "Locatie zoeken" + }, + "Lock": { + "Lock": "Vergrendelen" + }, + "Lock Screen": { + "Lock Screen": "Vergrendelscherm" + }, + "Lock Screen Display": { + "Lock Screen Display": "Weergave vergrendelscherm" + }, + "Lock Screen Format": { + "Lock Screen Format": "Notatie vergrendelscherm" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Gedrag vergrendelscherm" + }, + "Lock Screen layout": { + "Lock Screen layout": "Indeling vergrendelscherm" + }, + "Lock at startup": { + "Lock at startup": "Vergrendelen bij opstarten" + }, + "Lock before suspend": { + "Lock before suspend": "Vergrendelen voor opschorten" + }, + "Lock fade grace period": { + "Lock fade grace period": "Vervalperiode vergrendelvervaging" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "Verificatiewijzigingen voor het vergrendelscherm worden automatisch toegepast en kunnen een terminal openen wanneer sudo-verificatie vereist is." + }, + "Locked": { + "Locked": "Vergrendeld" + }, + "Log Out": { + "Log Out": "Afmelden" + }, + "Logging in...": { + "Logging in...": "Inloggen..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "Aanmeld-authenticatie" + }, + "Long": { + "Long": "Lang" + }, + "Long Text": { + "Long Text": "Lange tekst" + }, + "Long press": { + "Long press": "Lang indrukken" + }, + "Longitude": { + "Longitude": "Lengtegraad" + }, + "Low Priority": { + "Low Priority": "Lage prioriteit" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Zorg ervoor dat KDE Connect of Valent actief is op je andere apparaten" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Plug-ins beheren en configureren voor uitbreiding van DMS-functionaliteit" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Beheer tot 4 onafhankelijke balkconfiguraties. Elke balk heeft zijn eigen positie, widgets, stijl en beeldschermtoewijzing." + }, + "Management": { + "Management": "Beheer" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "MangoWC-indelingsoverschrijvingen" + }, + "Manual": { + "Manual": "Handmatig" + }, + "Manual Coordinates": { + "Manual Coordinates": "Handmatige coördinaten" + }, + "Manual Direction": { + "Manual Direction": "Handmatige richting" + }, + "Manual Gap Size": { + "Manual Gap Size": "Handmatige grootte tussenruimte" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Handmatig tonen/verbergen" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Koppel vensterklassennamen aan pictogramnamen voor correcte weergave" + }, + "Margin": { + "Margin": "Marge" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Markeervoorraad leeg" + }, + "Marker Supply Low": { + "Marker Supply Low": "Markeervoorraad laag" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Afvaltank bijna vol" + }, + "Marker Waste Full": { + "Marker Waste Full": "Afvaltank vol" + }, + "Match Criteria": { + "Match Criteria": "Overeenkomstcriteria" + }, + "Matches profile: %1": { + "Matches profile: %1": "Komt overeen met profiel: %1" + }, + "Material Colors": { + "Material Colors": "Material-kleuren" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Op Material Design geïnspireerde kleurthema's" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Material-kleuren gegenereerd van achtergrond" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "Op Material Design geïnspireerde schaduwen en diepte (elevation) op modale vensters, pop-outs en dialoogvensters" + }, + "Matugen Contrast": { + "Matugen Contrast": "Matugen Contrast" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen ontbreekt" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen-palet" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Doelbeeldscherm Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen-sjablonen" + }, + "Max Edges": { + "Max Edges": "Max. randen" + }, + "Max H": { + "Max H": "Max. H" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Max. vastgezette apps" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Max. vastgezette apps (0 = onbeperkt)" + }, + "Max Running Apps": { + "Max Running Apps": "Max. actieve apps" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Max. actieve apps (0 = onbeperkt)" + }, + "Max Volume": { + "Max Volume": "Max. volume" + }, + "Max W": { + "Max W": "Max. B" + }, + "Max apps to show": { + "Max apps to show": "Maximaal aantal te tonen apps" + }, + "Max to Edges": { + "Max to Edges": "Maximaliseren naar randen" + }, + "Maximize": { + "Maximize": "Maximaliseren" + }, + "Maximize Detection": { + "Maximize Detection": "Maximalisatiedetectie" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Widgetpictogrammen maximaliseren" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Widgettekst maximaliseren" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Maximale grootte item" + }, + "Maximum History": { + "Maximum History": "Maximale geschiedenis" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Maximaal aantal vastgemaakte items" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "Maximaal aantal vingerafdrukpogingen bereikt. Gebruik uw wachtwoord." + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Maximaal aantal te bewaren klemborditems" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Maximaal aantal items dat kan worden opgeslagen" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Maximaal aantal te bewaren meldingen" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Maximaal aantal vastgemaakte items bereikt" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Maximale grootte per klemborditem" + }, + "Media": { + "Media": "Media" + }, + "Media Controls": { + "Media Controls": "Mediabediening" + }, + "Media Empty": { + "Media Empty": "Media leeg" + }, + "Media Jam": { + "Media Jam": "Media vastgelopen" + }, + "Media Low": { + "Media Low": "Media laag" + }, + "Media Needed": { + "Media Needed": "Media nodig" + }, + "Media Playback": { + "Media Playback": "Media-weergave" + }, + "Media Player": { + "Media Player": "Mediaspeler" + }, + "Media Player Settings": { + "Media Player Settings": "Instellingen mediaspeler" + }, + "Media Players": { + "Media Players": "Mediaspelers" + }, + "Media Players (": { + "Media Players (": "Mediaspelers (" + }, + "Media Volume": { + "Media Volume": "Mediavolume" + }, + "Medium": { + "Medium": "Middel" + }, + "Memory": { + "Memory": "Geheugen" + }, + "Memory Graph": { + "Memory Graph": "Geheugengrafiek" + }, + "Memory Usage": { + "Memory Usage": "Geheugengebruik" + }, + "Memory usage indicator": { + "Memory usage indicator": "Indicator geheugengebruik" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Bericht" + }, + "Message Content": { + "Message Content": "Berichtinhoud" + }, + "Microphone": { + "Microphone": "Microfoon" + }, + "Microphone Mute": { + "Microphone Mute": "Microfoon dempen" + }, + "Microphone Volume": { + "Microphone Volume": "Microfoonvolume" + }, + "Microphone settings": { + "Microphone settings": "Microfooninstellingen" + }, + "Microphone volume control": { + "Microphone volume control": "Microfoonvolumeregeling" + }, + "Middle Section": { + "Middle Section": "Middensectie" + }, + "Min H": { + "Min H": "Min. H" + }, + "Min W": { + "Min W": "Min. B" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Minimalistisch palet gebaseerd op één enkele tint." + }, + "Minute": { + "Minute": "Minuut" + }, + "Mirror Display": { + "Mirror Display": "Beeldscherm spiegelen" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Ontbrekende omgevingsvariabelen" + }, + "Modal Background": { + "Modal Background": "Modale achtergrond" + }, + "Modal Shadows": { + "Modal Shadows": "Schaduwen modale vensters" + }, + "Modals": { + "Modals": "Modale vensters" + }, + "Mode": { + "Mode": "Modus" + }, + "Mode:": { + "Mode:": "Modus:" + }, + "Model": { + "Model": "Model" + }, + "Modified": { + "Modified": "Gewijzigd" + }, + "Modular widget bar": { + "Modular widget bar": "Modulaire widgetbalk" + }, + "Monitor": { + "Monitor": "Monitor" + }, + "Monitor Configuration": { + "Monitor Configuration": "Beeldschermconfiguratie" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Vervalperiode schermvervaging" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Beeldscherm waarvan de achtergrond de dynamische themakleuren bepaalt" + }, + "Monochrome": { + "Monochrome": "Monochroom" + }, + "Monocle": { + "Monocle": "Monocle" + }, + "Monospace Font": { + "Monospace Font": "Monospace-lettertype" + }, + "Month Date": { + "Month Date": "Maand Datum" + }, + "Morning": { + "Morning": "Ochtend" + }, + "Mount Points": { + "Mount Points": "Aankoppelpunten" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Uiterlijk muisaanwijzer" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Grootte muisaanwijzer in pixels" + }, + "Move": { + "Move": "Verplaatsen" + }, + "Move Widget": { + "Move Widget": "Widget verplaatsen" + }, + "Moving to Paused": { + "Moving to Paused": "Overschakelen naar gepauzeerd" + }, + "Multi-Monitor": { + "Multi-Monitor": "Multi-monitor" + }, + "Multiplexer": { + "Multiplexer": "Multiplexer" + }, + "Multiplexer Type": { + "Multiplexer Type": "Multiplexer-type" + }, + "Multiplexers": { + "Multiplexers": "Multiplexers" + }, + "Music": { + "Music": "Muziek" + }, + "Mute Popups": { + "Mute Popups": "Pop-ups dempen" + }, + "Mute popups for %1": { + "Mute popups for %1": "Pop-ups dempen voor %1" + }, + "Muted": { + "Muted": "Gedempt" + }, + "Muted Apps": { + "Muted Apps": "Gedempte apps" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Gedempt palet met ingetogen, rustgevende tinten." + }, + "NM not supported": { + "NM not supported": "NM niet ondersteund" + }, + "Name": { + "Name": "Naam" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Pictogrammen voor benoemde werkbladen" + }, + "Navigate": { + "Navigate": "Navigeren" + }, + "Navigation": { + "Navigation": "Navigatie" + }, + "Network": { + "Network": "Netwerk" + }, + "Network Graph": { + "Network Graph": "Netwerkgrafiek" + }, + "Network Info": { + "Network Info": "Netwerkinfo" + }, + "Network Information": { + "Network Information": "Netwerkinformatie" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Netwerknaam (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Netwerksnelheidsmeter" + }, + "Network Status": { + "Network Status": "Netwerkstatus" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Weergave van download- en uploadsnelheid" + }, + "Neutral": { + "Neutral": "Neutraal" + }, + "Never": { + "Never": "Nooit" + }, + "Never used": { + "Never used": "Nooit gebruikt" + }, + "New": { + "New": "Nieuw" + }, + "New Key": { + "New Key": "Nieuwe toets" + }, + "New Keybind": { + "New Keybind": "Nieuwe sneltoets" + }, + "New Notification": { + "New Notification": "Nieuwe melding" + }, + "New Session": { + "New Session": "Nieuwe sessie" + }, + "New Window Rule": { + "New Window Rule": "Nieuwe vensterregel" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "Nieuwe groepsnaam..." + }, + "Next": { + "Next": "Volgende" + }, + "Next Transition": { + "Next Transition": "Volgende overgang" + }, + "Night": { + "Night": "Nacht" + }, + "Night Mode": { + "Night Mode": "Nachtmodus" + }, + "Night Temperature": { + "Night Temperature": "Nachttemperatuur" + }, + "Night mode & gamma": { + "Night mode & gamma": "Nachtmodus & gamma" + }, + "Niri Integration": { + "Niri Integration": "Niri-integratie" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri-indelingsoverschrijvingen" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri-compositoracties (focus, verplaatsen, enz.)" + }, + "No": { + "No": "Nee" + }, + "No Active Players": { + "No Active Players": "Geen actieve spelers" + }, + "No Anim": { + "No Anim": "Geen animatie" + }, + "No Background": { + "No Background": "Geen achtergrond" + }, + "No Battery": { + "No Battery": "Geen batterij" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Geen Bluetooth-adapter gevonden" + }, + "No Blur": { + "No Blur": "Geen vervaging" + }, + "No Border": { + "No Border": "Geen rand" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Geen DMS-sneltoetsen geconfigureerd" + }, + "No Dim": { + "No Dim": "Niet dimmen" + }, + "No Focus": { + "No Focus": "Geen focus" + }, + "No GPU detected": { + "No GPU detected": "Geen GPU gedetecteerd" + }, + "No GPUs detected": { + "No GPUs detected": "Geen GPU's gedetecteerd" + }, + "No History": { + "No History": "Geen geschiedenis" + }, + "No Media": { + "No Media": "Geen media" + }, + "No Round": { + "No Round": "Niet afronden" + }, + "No Rounding": { + "No Rounding": "Geen afronding" + }, + "No Shadow": { + "No Shadow": "Geen schaduw" + }, + "No VPN profiles": { + "No VPN profiles": "Geen VPN-profielen" + }, + "No Weather": { + "No Weather": "Geen weergegevens" + }, + "No Weather Data": { + "No Weather Data": "Geen weergegevens" + }, + "No Weather Data Available": { + "No Weather Data Available": "Geen weergegevens beschikbaar" + }, + "No action": { + "No action": "Geen actie" + }, + "No active %1 sessions": { + "No active %1 sessions": "Geen actieve %1-sessies" + }, + "No adapter": { + "No adapter": "Geen adapter" + }, + "No adapters": { + "No adapters": "Geen adapters" + }, + "No app customizations.": { + "No app customizations.": "Geen app-aanpassingen." + }, + "No apps found": { + "No apps found": "Geen apps gevonden" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Er zijn nog geen apps gestart." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Geen apps gedempt. Klik met de rechtermuisknop op een melding en kies \"Pop-ups dempen\" om er hier een toe te voegen." + }, + "No battery": { + "No battery": "Geen batterij" + }, + "No brightness devices available": { + "No brightness devices available": "Geen helderheidsapparaten beschikbaar" + }, + "No changes": { + "No changes": "Geen wijzigingen" + }, + "No checks passed": { + "No checks passed": "Geen controles geslaagd" + }, + "No custom theme file": { + "No custom theme file": "Geen aangepast themabestand" + }, + "No devices": { + "No devices": "Geen apparaten" + }, + "No devices connected": { + "No devices connected": "Geen apparaten verbonden" + }, + "No devices found": { + "No devices found": "Geen apparaten gevonden" + }, + "No disk data": { + "No disk data": "Geen schijfgegevens" + }, + "No disk data available": { + "No disk data available": "Geen schijfgegevens beschikbaar" + }, + "No drivers found": { + "No drivers found": "Geen stuurprogramma's gevonden" + }, + "No errors": { + "No errors": "Geen fouten" + }, + "No features enabled": { + "No features enabled": "Geen functies ingeschakeld" + }, + "No files found": { + "No files found": "Geen bestanden gevonden" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "Geen vingerafdrukscanner gedetecteerd." + }, + "No folders found": { + "No folders found": "Geen mappen gevonden" + }, + "No hidden apps.": { + "No hidden apps.": "Geen verborgen apps." + }, + "No info items": { + "No info items": "Geen info-items" + }, + "No information available": { + "No information available": "Geen informatie beschikbaar" + }, + "No input device": { + "No input device": "Geen invoerapparaat" + }, + "No input devices found": { + "No input devices found": "Geen invoerapparaten gevonden" + }, + "No items added yet": { + "No items added yet": "Nog geen items toegevoegd" + }, + "No keybinds found": { + "No keybinds found": "Geen sneltoetsen gevonden" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Geen starter-plug-ins geïnstalleerd." + }, + "No match criteria": { + "No match criteria": "Geen overeenkomstcriteria" + }, + "No matches": { + "No matches": "Geen overeenkomsten" + }, + "No matching processes": { + "No matching processes": "Geen overeenkomende processen" + }, + "No monitors": { + "No monitors": "Geen beeldschermen" + }, + "No mount points found": { + "No mount points found": "Geen aankoppelpunten gevonden" + }, + "No output device": { + "No output device": "Geen uitvoerapparaat" + }, + "No output devices found": { + "No output devices found": "Geen uitvoerapparaten gevonden" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "Geen pakketbeheerder gevonden. Installeer 'paru' of 'yay' op Arch-gebaseerde systemen om op updates te controleren." + }, + "No plugin results": { + "No plugin results": "Geen plug-in resultaten" + }, + "No plugins found": { + "No plugins found": "Geen plug-ins gevonden" + }, + "No plugins found.": { + "No plugins found.": "Geen plug-ins gevonden." + }, + "No printer found": { + "No printer found": "Geen printer gevonden" + }, + "No printers configured": { + "No printers configured": "Geen printers geconfigureerd" + }, + "No printers found": { + "No printers found": "Geen printers gevonden" + }, + "No profiles": { + "No profiles": "Geen profielen" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Geen recente klemborditems gevonden" + }, + "No results found": { + "No results found": "Geen resultaten gevonden" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Geen opgeslagen klemborditems" + }, + "No sessions found": { + "No sessions found": "Geen sessies gevonden" + }, + "No status output.": { + "No status output.": "Geen statusuitvoer." + }, + "No themes found": { + "No themes found": "Geen thema's gevonden" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Geen thema's geïnstalleerd. Blader door thema's om te installeren uit het register." + }, + "No trigger": { + "No trigger": "Geen trigger" + }, + "No video found in folder": { + "No video found in folder": "Geen video gevonden in map" + }, + "No wallpaper selected": { + "No wallpaper selected": "Geen achtergrond geselecteerd" + }, + "No wallpapers": { + "No wallpapers": "Geen achtergronden" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Geen achtergronden gevonden\n\nKlik op het map-pictogram hieronder om te bladeren" + }, + "No warnings": { + "No warnings": "Geen waarschuwingen" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Geen widgets toegevoegd. Klik op \"Widget toevoegen\" om te beginnen." + }, + "No widgets available": { + "No widgets available": "Geen widgets beschikbaar" + }, + "No widgets match your search": { + "No widgets match your search": "Geen widgets voldoen aan uw zoekopdracht" + }, + "No window rules configured": { + "No window rules configured": "Geen vensterregels geconfigureerd" + }, + "None": { + "None": "Geen" + }, + "Normal": { + "Normal": "Normaal" + }, + "Normal Font": { + "Normal Font": "Normaal lettertype" + }, + "Normal Priority": { + "Normal Priority": "Normale prioriteit" + }, + "Not available": { + "Not available": "Niet beschikbaar" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Niet beschikbaar — installeer fprintd en pam_fprintd, of configureer greetd PAM." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "Niet beschikbaar — installeer fprintd en pam_fprintd." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "Niet beschikbaar — installeer of configureer pam_u2f, of configureer greetd PAM." + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "Niet beschikbaar — installeer of configureer pam_u2f." + }, + "Not connected": { + "Not connected": "Niet verbonden" + }, + "Not detected": { + "Not detected": "Niet gedetecteerd" + }, + "Not paired": { + "Not paired": "Niet gekoppeld" + }, + "Not set": { + "Not set": "Niet ingesteld" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Opmerking: dit verandert alleen het percentage, het beperkt het opladen niet daadwerkelijk." + }, + "Notepad": { + "Notepad": "Kladblok" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Lettertype-instellingen Kladblok" + }, + "Notepad Slideout": { + "Notepad Slideout": "Kladblok-uittrekpaneel" + }, + "Nothing": { + "Nothing": "Niets" + }, + "Nothing to see here": { + "Nothing to see here": "Hier is niets te zien" + }, + "Notification Center": { + "Notification Center": "Meldingencentrum" + }, + "Notification Display": { + "Notification Display": "Meldingweergave" + }, + "Notification Overlay": { + "Notification Overlay": "Meldingen-overlay" + }, + "Notification Popups": { + "Notification Popups": "Meldingen-popups" + }, + "Notification Rules": { + "Notification Rules": "Meldingsregels" + }, + "Notification Settings": { + "Notification Settings": "Meldinginstellingen" + }, + "Notification Timeouts": { + "Notification Timeouts": "Time-outs voor meldingen" + }, + "Notification toast popups": { + "Notification toast popups": "Meldingen-popups" + }, + "Notifications": { + "Notifications": "Meldingen" + }, + "Numbers": { + "Numbers": "Nummers" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numeriek (D/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numeriek (M/D)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "OS-logo" + }, + "OSD Position": { + "OSD Position": "OSD-positie" + }, + "Occupied Color": { + "Occupied Color": "Bezette kleur" + }, + "Off": { + "Off": "Uit" + }, + "Office": { + "Office": "Kantoor" + }, + "Offline": { + "Offline": "Offline" + }, + "Offline Report": { + "Offline Report": "Offline-rapport" + }, + "Older": { + "Older": "Ouder" + }, + "On": { + "On": "Aan" + }, + "On-Demand": { + "On-Demand": "Op aanvraag" + }, + "On-Screen Displays": { + "On-Screen Displays": "On-screen displays" + }, + "On-screen Displays": { + "On-screen Displays": "On-screen displays" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Gamma alleen aanpassen op basis van tijd- of locatieregels." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Heeft alleen invloed op door DMS beheerde PAM. Als greetd al pam_fprintd bevat, blijft de vingerafdruk ingeschakeld." + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Toon op elk dock alleen vensters van het huidige beeldscherm" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Alleen zichtbaar als sluimerstand wordt ondersteund door uw systeem" + }, + "Opacity": { + "Opacity": "Dekking" + }, + "Opaque": { + "Opaque": "Ondoorzichtig" + }, + "Open": { + "Open": "Openen" + }, + "Open App": { + "Open App": "App openen" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Open KDE Connect op uw telefoon" + }, + "Open Notepad File": { + "Open Notepad File": "Kladblok-bestand openen" + }, + "Open a new note": { + "Open a new note": "Een nieuwe notitie openen" + }, + "Open folder": { + "Open folder": "Map openen" + }, + "Open in Browser": { + "Open in Browser": "Openen in browser" + }, + "Open in terminal": { + "Open in terminal": "Openen in terminal" + }, + "Open search bar to find text": { + "Open search bar to find text": "Zoekbalk openen om tekst te vinden" + }, + "Open with...": { + "Open with...": "Openen met..." + }, + "Opening SMS": { + "Opening SMS": "Sms openen" + }, + "Opening SMS app": { + "Opening SMS app": "Sms-app openen" + }, + "Opening file browser": { + "Opening file browser": "Bestandsbeheer openen" + }, + "Opening files": { + "Opening files": "Bestanden openen" + }, + "Opening terminal: ": { + "Opening terminal: ": "Terminal openen: " + }, + "Optional description": { + "Optional description": "Optionele beschrijving" + }, + "Optional location": { + "Optional location": "Optionele locatie" + }, + "Options": { + "Options": "Opties" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Organiseer widgets in inklapbare groepen" + }, + "Original: %1": { + "Original: %1": "Origineel: %1" + }, + "Other": { + "Other": "Overige" + }, + "Outline": { + "Outline": "Omtrek" + }, + "Output": { + "Output": "Uitvoer" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Uitvoergebied bijna vol" + }, + "Output Area Full": { + "Output Area Full": "Uitvoergebied vol" + }, + "Output Device": { + "Output Device": "Uitvoerapparaat" + }, + "Output Devices": { + "Output Devices": "Uitvoerapparaten" + }, + "Output Tray Missing": { + "Output Tray Missing": "Uitvoerlade ontbreekt" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Outputs-include ontbreekt" + }, + "Overcast": { + "Overcast": "Bewolkt" + }, + "Overflow": { + "Overflow": "Overloop" + }, + "Overridden by config": { + "Overridden by config": "Overschreven door config" + }, + "Override": { + "Override": "Overschrijven" + }, + "Override Border Size": { + "Override Border Size": "Randgrootte overschrijven" + }, + "Override Corner Radius": { + "Override Corner Radius": "Hoekradius overschrijven" + }, + "Override Gaps": { + "Override Gaps": "Tussenruimtes overschrijven" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Globale indelingsinstellingen overschrijven voor deze uitvoer" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Terminal overschrijven met een aangepaste opdracht of script" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "Overschrijf de globale schaduw met instellingen per balk" + }, + "Overrides": { + "Overrides": "Overschrijvingen" + }, + "Overview": { + "Overview": "Overzicht" + }, + "Overview of your network connections": { + "Overview of your network connections": "Overzicht van uw netwerkverbindingen" + }, + "Overwrite": { + "Overwrite": "Overschrijven" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM biedt al vingerafdrukauthenticatie. Schakel dit in om het te tonen bij het inloggen." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM biedt al authenticatie via beveiligingssleutel. Schakel dit in om het te tonen bij het inloggen." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM biedt vingerafdrukauthenticatie, maar de beschikbaarheid kon niet worden bevestigd." + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM biedt vingerafdrukauthenticatie, maar er zijn nog geen afdrukken geregistreerd." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM biedt vingerafdrukauthenticatie, maar er is geen scanner gedetecteerd." + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Opvullen" + }, + "Pad Hours": { + "Pad Hours": "Uren opvullen" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "Uren opvullen (02:00 in plaats van 2:00)" + }, + "Padding": { + "Padding": "Opvulling" + }, + "Pair": { + "Pair": "Koppelen" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Bluetooth-apparaat koppelen" + }, + "Paired": { + "Paired": "Gekoppeld" + }, + "Pairing": { + "Pairing": "Koppelen" + }, + "Pairing failed": { + "Pairing failed": "Koppelen mislukt" + }, + "Pairing request from": { + "Pairing request from": "Koppelingsverzoek van" + }, + "Pairing request sent": { + "Pairing request sent": "Koppelingsverzoek verzonden" + }, + "Pairing requested": { + "Pairing requested": "Koppeling aangevraagd" + }, + "Pairing...": { + "Pairing...": "Koppelen..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Half bewolkt" + }, + "Passkey:": { + "Passkey:": "Toegangscode:" + }, + "Password": { + "Password": "Wachtwoord" + }, + "Password...": { + "Password...": "Wachtwoord..." + }, + "Paste": { + "Paste": "Plakken" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Pad naar een videobestand of map met video's" + }, + "Pattern": { + "Pattern": "Patroon" + }, + "Pause": { + "Pause": "Pauzeren" + }, + "Paused": { + "Paused": "Gepauzeerd" + }, + "Pending": { + "Pending": "In wachtrij" + }, + "Pending Charge": { + "Pending Charge": "Wachten op opladen" + }, + "Pending Discharge": { + "Pending Discharge": "Wachten op ontladen" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Achtergronden per modus" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Achtergronden per beeldscherm" + }, + "Per-screen config": { + "Per-screen config": "Configuratie per scherm" + }, + "Percentage": { + "Percentage": "Percentage" + }, + "Performance": { + "Performance": "Prestaties" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Toegang geweigerd om profielafbeelding in te stellen." + }, + "Personalization": { + "Personalization": "Persoonlijke instellingen" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Phone Connect niet beschikbaar" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Phone Connect niet beschikbaar" + }, + "Phone number": { + "Phone number": "Telefoonnummer" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Kies telkens een willekeurige andere video uit dezelfde map" + }, + "Pictures": { + "Pictures": "Afbeeldingen" + }, + "Pin": { + "Pin": "Vastmaken" + }, + "Pin to Dock": { + "Pin to Dock": "Aan dock vastmaken" + }, + "Ping": { + "Ping": "Pingen" + }, + "Ping sent": { + "Ping sent": "Ping verzonden" + }, + "Ping sent to": { + "Ping sent to": "Ping verzonden naar" + }, + "Pinned": { + "Pinned": "Vastgemaakt" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Vastgemaakte en actieve apps met slepen-en-neerzetten" + }, + "Pixelate": { + "Pixelate": "Pixelvorming" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Plaats plug-inmappen hier. Elke plug-in moet een plugin.json manifestbestand hebben." + }, + "Place plugins in %1": { + "Place plugins in %1": "Plaats plug-ins in %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Speel een video af wanneer het scherm vergrendelt." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Geluid afspelen bij nieuwe melding" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Geluid afspelen wanneer stroomkabel wordt aangesloten" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Geluid afspelen wanneer volume wordt aangepast" + }, + "Play sounds for system events": { + "Play sounds for system events": "Geluiden afspelen voor systeemgebeurtenissen" + }, + "Playback": { + "Playback": "Afspelen" + }, + "Playback error: ": { + "Playback error: ": "Afspeelfout: " + }, + "Please wait...": { + "Please wait...": "Even geduld..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Voer een naam in voor uw nieuwe %1-sessie" + }, + "Plugged In": { + "Plugged In": "Aangesloten" + }, + "Plugged in": { + "Plugged in": "Aangesloten" + }, + "Plugin": { + "Plugin": "Plug-in" + }, + "Plugin Directory": { + "Plugin Directory": "Plug-inmap" + }, + "Plugin Management": { + "Plugin Management": "Plug-inbeheer" + }, + "Plugin Visibility": { + "Plugin Visibility": "Zichtbaarheid plug-in" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Plug-in is uitgeschakeld - schakel in via Plug-ininstellingen om te gebruiken" + }, + "Plugins": { + "Plugins": "Plug-ins" + }, + "Pointer": { + "Pointer": "Aanwijzer" + }, + "Popout Shadows": { + "Popout Shadows": "Schaduwen pop-outs" + }, + "Popouts": { + "Popouts": "Pop-outs" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Pop-outs en modalen volgen de globale animatiesnelheid (uitschakelen om onafhankelijk aan te passen)" + }, + "Popup Only": { + "Popup Only": "Alleen pop-up" + }, + "Popup Position": { + "Popup Position": "Popup-positie" + }, + "Popup Shadow": { + "Popup Shadow": "Pop-upschaduw" + }, + "Popup Transparency": { + "Popup Transparency": "Popup-transparantie" + }, + "Popup behavior, position": { + "Popup behavior, position": "Gedrag en positie pop-ups" + }, + "Port": { + "Port": "Poort" + }, + "Portal": { + "Portal": "Portaal" + }, + "Position": { + "Position": "Positie" + }, + "Position, pinned apps": { + "Position, pinned apps": "Positie, vastgemaakte apps" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Mogelijke overschrijfconflicten" + }, + "Power": { + "Power": "Energie" + }, + "Power & Security": { + "Power & Security": "Energie & Beveiliging" + }, + "Power & Sleep": { + "Power & Sleep": "Energie & Slaapstand" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Bevestiging energieactie" + }, + "Power Menu Customization": { + "Power Menu Customization": "Aanpassing energiemenu" + }, + "Power Off": { + "Power Off": "Uitschakelen" + }, + "Power Options": { + "Power Options": "Energieopties" + }, + "Power Profile": { + "Power Profile": "Energieprofiel" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Degradatie energieprofiel" + }, + "Power Saver": { + "Power Saver": "Energiebesparing" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Beeldschermen uitschakelen bij vergrendeling" + }, + "Power profile management available": { + "Power profile management available": "Energieprofielbeheer beschikbaar" + }, + "Power source": { + "Power source": "Voedingsbron" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "Vul de laatst succesvolle gebruikersnaam vooraf in op de Greeter" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "Selecteer de laatst gebruikte sessie vooraf op de Greeter" + }, + "Precip": { + "Precip": "Neerslag" + }, + "Precipitation": { + "Precipitation": "Neerslag" + }, + "Precipitation Chance": { + "Precipitation Chance": "Neerslagkans" + }, + "Preference": { + "Preference": "Voorkeur" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Voor ingestelde breedtes (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "Druk op 'n' of klik op 'Nieuwe sessie' om er een aan te maken" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Druk op Enter om het audiosysteem te herstarten en de wijziging toe te passen" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Druk Enter om te plakken, Shift+Enter om te kopiëren" + }, + "Press key...": { + "Press key...": "Druk op toets..." + }, + "Pressure": { + "Pressure": "Luchtdruk" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Scherm-time-out voorkomen" + }, + "Preview": { + "Preview": "Voorbeeld" + }, + "Primary": { + "Primary": "Primair" + }, + "Primary Container": { + "Primary Container": "Primaire container" + }, + "Print Server Management": { + "Print Server Management": "Printserverbeheer" + }, + "Print Server not available": { + "Print Server not available": "Printserver niet beschikbaar" + }, + "Printer": { + "Printer": "Printer" + }, + "Printer Classes": { + "Printer Classes": "Printerklassen" + }, + "Printer created successfully": { + "Printer created successfully": "Printer succesvol aangemaakt" + }, + "Printer deleted": { + "Printer deleted": "Printer verwijderd" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Printernaam (geen spaties)" + }, + "Printer reachable": { + "Printer reachable": "Printer bereikbaar" + }, + "Printers": { + "Printers": "Printers" + }, + "Printers: ": { + "Printers: ": "Printers: " + }, + "Prioritize performance": { + "Prioritize performance": "Prestaties prioriteren" + }, + "Priority": { + "Priority": "Prioriteit" + }, + "Privacy Indicator": { + "Privacy Indicator": "Privacy-indicator" + }, + "Privacy Mode": { + "Privacy Mode": "Privacy-modus" + }, + "Private Key Password": { + "Private Key Password": "Wachtwoord privésleutel" + }, + "Process Count": { + "Process Count": "Aantal processen" + }, + "Processes": { + "Processes": "Processen" + }, + "Processes:": { + "Processes:": "Processen:" + }, + "Processing": { + "Processing": "Verwerken" + }, + "Profile Image Error": { + "Profile Image Error": "Fout profielafbeelding" + }, + "Profile activated: %1": { + "Profile activated: %1": "Profiel geactiveerd: %1" + }, + "Profile deleted": { + "Profile deleted": "Profiel verwijderd" + }, + "Profile error": { + "Profile error": "Profiel-fout" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Profielafbeelding is te groot. Gebruik een kleinere afbeelding." + }, + "Profile name": { + "Profile name": "Profielnaam" + }, + "Profile not found": { + "Profile not found": "Profiel niet gevonden" + }, + "Profile saved: %1": { + "Profile saved: %1": "Profiel opgeslagen: %1" + }, + "Protocol": { + "Protocol": "Protocol" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia is niet beschikbaar" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia is niet beschikbaar - video-screensaver vereist Qt multimedia-services" + }, + "Quick Access": { + "Quick Access": "Snelle toegang" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Snelle toegang tot app-starter" + }, + "Quick access to color picker": { + "Quick access to color picker": "Snelle toegang tot kleurkiezer" + }, + "Quick access to notepad": { + "Quick access to notepad": "Snelle toegang tot kladblok" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Uittrekpaneel voor snelle notities" + }, + "Quick system toggles": { + "Quick system toggles": "Snelle systeemschakelaars" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Straal" + }, + "Rain": { + "Rain": "Regen" + }, + "Rain Chance": { + "Rain Chance": "Neerslagkans" + }, + "Rainbow": { + "Rainbow": "Regenboog" + }, + "Random": { + "Random": "Willekeurig" + }, + "Rate": { + "Rate": "Snelheid" + }, + "Read:": { + "Read:": "Lezen:" + }, + "Reason": { + "Reason": "Reden" + }, + "Reboot": { + "Reboot": "Opnieuw opstarten" + }, + "Recent Colors": { + "Recent Colors": "Recente kleuren" + }, + "Recently Used Apps": { + "Recently Used Apps": "Recent gebruikte apps" + }, + "Recommended available": { + "Recommended available": "Aanbevolen beschikbaar" + }, + "Refresh": { + "Refresh": "Verversen" + }, + "Refresh Weather": { + "Refresh Weather": "Weer verversen" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Weigeren" + }, + "Reject Jobs": { + "Reject Jobs": "Taken weigeren" + }, + "Release": { + "Release": "Loslaten" + }, + "Reload Plugin": { + "Reload Plugin": "Plug-in herladen" + }, + "Remaining": { + "Remaining": "Resterend" + }, + "Remaining / Total": { + "Remaining / Total": "Resterend / Totaal" + }, + "Remember Last Query": { + "Remember Last Query": "Laatste zoekopdracht onthouden" + }, + "Remember last session": { + "Remember last session": "Onthoud laatste sessie" + }, + "Remember last user": { + "Remember last user": "Onthoud laatste gebruiker" + }, + "Remove": { + "Remove": "Verwijderen" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Widgetopvulling verwijderen" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Tussenruimte en rand verwijderen wanneer vensters gemaximaliseerd zijn" + }, + "Rename": { + "Rename": "Hernoemen" + }, + "Rename Session": { + "Rename Session": "Sessie hernoemen" + }, + "Rename Workspace": { + "Rename Workspace": "Werkblad hernoemen" + }, + "Repeat": { + "Repeat": "Herhalen" + }, + "Replacement": { + "Replacement": "Vervanging" + }, + "Report": { + "Report": "Rapport" + }, + "Request Pairing": { + "Request Pairing": "Koppeling aanvragen" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Vereis het ingedrukt houden van knop/toets om uitschakelen, opnieuw opstarten, slaapstand, sluimerstand en afmelden te bevestigen" + }, + "Required plugin: ": { + "Required plugin: ": "Vereiste plug-in: " + }, + "Requires %1": { + "Requires %1": "Vereist %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Vereist 'dgop'-tool" + }, + "Requires DMS %1": { + "Requires DMS %1": "Vereist DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Vereist DWL-compositor" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "Vereist een nieuwere versie van Quickshell" + }, + "Requires night mode support": { + "Requires night mode support": "Vereist ondersteuning voor nachtmodus" + }, + "Reset": { + "Reset": "Herstellen" + }, + "Reset Position": { + "Reset Position": "Positie herstellen" + }, + "Reset Size": { + "Reset Size": "Grootte herstellen" + }, + "Reset to default name": { + "Reset to default name": "Terugzetten naar standaardnaam" + }, + "Resize Widget": { + "Resize Widget": "Widgetgrootte wijzigen" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Resolutie & Verversing" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Resolutie, positie, schaal" + }, + "Restart DMS": { + "Restart DMS": "DMS herstarten" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Herstart de DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Audiosysteem herstarten..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "Speciale werkruimtevensters herstellen" + }, + "Resume": { + "Resume": "Hervatten" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Scrollrichting omkeren" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Werkbladwisselrichting omkeren bij scrollen over de balk" + }, + "Revert": { + "Revert": "Terugdraaien" + }, + "Right": { + "Right": "Rechts" + }, + "Right Center": { + "Right Center": "Middenrechts" + }, + "Right Section": { + "Right Section": "Rechtersectie" + }, + "Right Tiling": { + "Right Tiling": "Rechts tegelen" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Rechtsklikken en slepen ergens op de widget" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Rechtsklikken en slepen aan de rechteronderhoek" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Klik rechts op de widget in de balk om te wisselen" + }, + "Ring": { + "Ring": "Klingelen" + }, + "Ringing": { + "Ringing": "Klingelen" + }, + "Ripple Effects": { + "Ripple Effects": "Rimpel-effecten" + }, + "Root Filesystem": { + "Root Filesystem": "Root-bestandssysteem" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Afgeronde hoeken voor vensters" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Afgeronde hoeken voor vensters (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Afgeronde hoeken voor vensters (decoration.rounding)" + }, + "Rule": { + "Rule": "Regel" + }, + "Rule Name": { + "Rule Name": "Regelnaam" + }, + "Rules (%1)": { + "Rules (%1)": "Regels (%1)" + }, + "Run Again": { + "Run Again": "Opnieuw uitvoeren" + }, + "Run DMS Templates": { + "Run DMS Templates": "DMS-sjablonen uitvoeren" + }, + "Run User Templates": { + "Run User Templates": "Gebruikerssjablonen uitvoeren" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Een programma uitvoeren (bijv. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Een shell-opdracht uitvoeren (bijv. notify-send)" + }, + "Running Apps": { + "Running Apps": "Actieve apps" + }, + "Running Apps Settings": { + "Running Apps Settings": "Instellingen actieve apps" + }, + "Running greeter sync…": { + "Running greeter sync…": "Greeter-synchronisatie uitvoeren…" + }, + "SDR Brightness": { + "SDR Brightness": "SDR-helderheid" + }, + "SDR Saturation": { + "SDR Saturation": "SDR-verzadiging" + }, + "SMS": { + "SMS": "Sms" + }, + "Save": { + "Save": "Opslaan" + }, + "Save Notepad File": { + "Save Notepad File": "Kladblok-bestand opslaan" + }, + "Save QR Code": { + "Save QR Code": "QR-code opslaan" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Opslaan en schakelen tussen beeldschermconfiguraties" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Meldingen met kritieke prioriteit opslaan in geschiedenis" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Gesloten meldingen opslaan in geschiedenis" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Meldingen met lage prioriteit opslaan in geschiedenis" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Meldingen met normale prioriteit opslaan in geschiedenis" + }, + "Save password": { + "Save password": "Wachtwoord opslaan" + }, + "Saved": { + "Saved": "Opgeslagen" + }, + "Saved Configurations": { + "Saved Configurations": "Opgeslagen configuraties" + }, + "Saved Note": { + "Saved Note": "Opgeslagen notitie" + }, + "Saved item deleted": { + "Saved item deleted": "Opgeslagen item verwijderd" + }, + "Saving...": { + "Saving...": "Opslaan..." + }, + "Scale": { + "Scale": "Schaal" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "DankBar-lettergroottes onafhankelijk schalen" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "DankBar-pictogramgroottes onafhankelijk schalen" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Alle lettergroottes in de shell schalen" + }, + "Scan": { + "Scan": "Scannen" + }, + "Scanning": { + "Scanning": "Scannen" + }, + "Scanning...": { + "Scanning...": "Scannen..." + }, + "Science": { + "Science": "Wetenschap" + }, + "Score": { + "Score": "Score" + }, + "Screen Sharing": { + "Screen Sharing": "Schermdelen" + }, + "Screen sharing": { + "Screen sharing": "Schermdelen" + }, + "Scroll": { + "Scroll": "Scrollen" + }, + "Scroll Factor": { + "Scroll Factor": "Scrollfactor" + }, + "Scroll GitHub": { + "Scroll GitHub": "Scroll GitHub" + }, + "Scroll Wheel": { + "Scroll Wheel": "Scrollwiel" + }, + "Scroll song title": { + "Scroll song title": "Liedtitel scrollen" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Titel scrollen als deze niet in widget past" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Gedrag scrollwiel op mediawidget" + }, + "Scrolling": { + "Scrolling": "Scrollen" + }, + "Search App Actions": { + "Search App Actions": "App-acties zoeken" + }, + "Search Options": { + "Search Options": "Zoekopties" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Zoek op toetsencombinatie, beschrijving of actienaam.\n\nDe standaardactie kopieert de sneltoets naar het klembord.\nKlik met rechts of druk op Pijl-rechts om veelgebruikte sneltoetsen vast te pinnen - ze verschijnen bovenaan als u niet zoekt." + }, + "Search for a location...": { + "Search for a location...": "Zoeken naar een locatie..." + }, + "Search keybinds...": { + "Search keybinds...": "Sneltoetsen zoeken..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Zoek sneltoetsen van uw compositor en applicaties" + }, + "Search plugins...": { + "Search plugins...": "Plug-ins zoeken..." + }, + "Search processes...": { + "Search processes...": "Processen zoeken..." + }, + "Search sessions...": { + "Search sessions...": "Sessies zoeken..." + }, + "Search themes...": { + "Search themes...": "Thema's zoeken..." + }, + "Search widgets...": { + "Search widgets...": "Widgets zoeken..." + }, + "Search...": { + "Search...": "Zoeken..." + }, + "Searching...": { + "Searching...": "Zoeken..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Tweede factor (EN)" + }, + "Secondary": { + "Secondary": "Secundair" + }, + "Secured": { + "Secured": "Beveiligd" + }, + "Security": { + "Security": "Beveiliging" + }, + "Security & privacy": { + "Security & privacy": "Beveiliging & privacy" + }, + "Security key mode": { + "Security key mode": "Beveiligingssleutel-modus" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "Beschikbaarheid van beveiligingssleutel kon niet worden bevestigd." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Ondersteuning voor beveiligingssleutels gedetecteerd, maar er is nog geen geregistreerde sleutel gevonden. U kunt dit nu inschakelen en later een sleutel registreren." + }, + "Select": { + "Select": "Selecteren" + }, + "Select Application": { + "Select Application": "Selecteer applicatie" + }, + "Select Bar": { + "Select Bar": "Balk selecteren" + }, + "Select Custom Theme": { + "Select Custom Theme": "Selecteer aangepast thema" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Kies Dock launcher Logo" + }, + "Select File to Send": { + "Select File to Send": "Selecteer bestand om te verzenden" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Startlogo selecteren" + }, + "Select Profile Image": { + "Select Profile Image": "Selecteer profielafbeelding" + }, + "Select Video or Folder": { + "Select Video or Folder": "Selecteer video of map" + }, + "Select Wallpaper": { + "Select Wallpaper": "Selecteer achtergrond" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Selecteer achtergrondmap" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Selecteer een kleur uit het palet of gebruik aangepaste schuifregelaars" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Selecteer een widget om toe te voegen aan uw bureaublad. Elke widget is een apart exemplaar met eigen instellingen." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Selecteer een widget om toe te voegen. U kunt indien nodig meerdere exemplaren van dezelfde widget toevoegen." + }, + "Select a window...": { + "Select a window...": "Selecteer een venster..." + }, + "Select an image file...": { + "Select an image file...": "Selecteer een afbeeldingsbestand..." + }, + "Select at least one provider": { + "Select at least one provider": "Selecteer ten minste één provider" + }, + "Select device": { + "Select device": "Selecteer apparaat" + }, + "Select device...": { + "Select device...": "Selecteer apparaat..." + }, + "Select driver...": { + "Select driver...": "Selecteer stuurprogramma..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Selecteer letterdikte voor UI-tekst" + }, + "Select greeter background image": { + "Select greeter background image": "Selecteer achtergrondafbeelding Greeter" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Selecteer beeldscherm om achtergrond te configureren" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Selecteer monospace-lettertype voor proceslijst en technische weergaven" + }, + "Select network": { + "Select network": "Selecteer netwerk" + }, + "Select system sound theme": { + "Select system sound theme": "Selecteer systeemgeluidsthema" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Selecteer de lettertypefamilie voor UI-tekst" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Selecteer het paletalgoritme voor op achtergrond gebaseerde kleuren" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Selecteer welke sneltoetsproviders moeten worden opgenomen" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Selecteer welke overgangen worden opgenomen in de willekeurige selectie" + }, + "Select...": { + "Select...": "Selecteren..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Geselecteerd afbeeldingsbestand niet gevonden." + }, + "Send": { + "Send": "Verzenden" + }, + "Send Clipboard": { + "Send Clipboard": "Klembord verzenden" + }, + "Send File": { + "Send File": "Bestand verzenden" + }, + "Send SMS": { + "Send SMS": "Sms verzenden" + }, + "Sending": { + "Sending": "Verzenden" + }, + "Separator": { + "Separator": "Scheidingsteken" + }, + "Server": { + "Server": "Server" + }, + "Session Filter": { + "Session Filter": "Sessiefilter" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Aangepaste apparaatnaam instellen" + }, + "Set custom name": { + "Set custom name": "Aangepaste naam instellen" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Stel aangepaste namen in voor uw audio-invoerapparaten" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Stel aangepaste namen in voor uw audio-uitvoerapparaten" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Stel verschillende achtergronden in voor elk aangesloten beeldscherm" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Stel verschillende achtergronden in voor lichte en donkere modus" + }, + "Set key and action to save": { + "Set key and action to save": "Stel toets en actie in om op te slaan" + }, + "Set notification rules": { + "Set notification rules": "Meldingsregels instellen" + }, + "Settings": { + "Settings": "Instellingen" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Instellingen zijn alleen-lezen. Wijzigingen worden niet opgeslagen." + }, + "Setup": { + "Setup": "Instellen" + }, + "Shadow Color": { + "Shadow Color": "Schaduwkleur" + }, + "Shadow Intensity": { + "Shadow Intensity": "Schaduwintensiteit" + }, + "Shadow Opacity": { + "Shadow Opacity": "Schaduwdekking" + }, + "Shadow Override": { + "Shadow Override": "Schaduwoverschrijving" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "Schaduwhoogte op balken en panelen" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "Schaduwhoogte op modale en dialoogvensters" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "Schaduwhoogte op pop-outs, OSD's en vervolgkeuzemenu's" + }, + "Shadows": { + "Shadows": "Schaduwen" + }, + "Share": { + "Share": "Delen" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Gammaregeling-instellingen delen" + }, + "Share Text": { + "Share Text": "Tekst delen" + }, + "Share URL": { + "Share URL": "URL delen" + }, + "Shared": { + "Shared": "Gedeeld" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Alles wissen • Esc: Sluiten" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Enter om te plakken" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Kopiëren • Shift+Del: Alles leegmaken • Esc: Sluiten" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Plakken • Shift+Del: Alles wissen • Esc: Sluiten" + }, + "Short": { + "Short": "Kort" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Sneltoets (%1)" + }, + "Shortcuts": { + "Shortcuts": "Sneltoetsen" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Sneltoetsen (%1)" + }, + "Show": { + "Show": "Tonen" + }, + "Show 3rd Party": { + "Show 3rd Party": "Derde partijen tonen" + }, + "Show All Tags": { + "Show All Tags": "Alle tags tonen" + }, + "Show Badge": { + "Show Badge": "Badge tonen" + }, + "Show CPU": { + "Show CPU": "CPU tonen" + }, + "Show CPU Graph": { + "Show CPU Graph": "CPU-grafiek tonen" + }, + "Show CPU Temp": { + "Show CPU Temp": "CPU-temp tonen" + }, + "Show Date": { + "Show Date": "Datum tonen" + }, + "Show Disk": { + "Show Disk": "Schijf tonen" + }, + "Show Dock": { + "Show Dock": "Dock tonen" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Toon gevoelstemperatuur" + }, + "Show Footer": { + "Show Footer": "Voettekst tonen" + }, + "Show Forecast": { + "Show Forecast": "Toon voorspelling" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "GPU-temperatuur tonen" + }, + "Show Header": { + "Show Header": "Koptekst tonen" + }, + "Show Hibernate": { + "Show Hibernate": "Sluimerstand tonen" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Uurnummers tonen" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Toon voorspelling per uur" + }, + "Show Humidity": { + "Show Humidity": "Toon luchtvochtigheid" + }, + "Show Launcher Button": { + "Show Launcher Button": "Startknop tonen" + }, + "Show Line Numbers": { + "Show Line Numbers": "Regelnummers tonen" + }, + "Show Location": { + "Show Location": "Toon locatie" + }, + "Show Lock": { + "Show Lock": "Vergrendelen tonen" + }, + "Show Log Out": { + "Show Log Out": "Afmelden tonen" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Material Design rimpel-animaties tonen op interactieve elementen" + }, + "Show Media Player": { + "Show Media Player": "Mediaspeler tonen" + }, + "Show Memory": { + "Show Memory": "Geheugen tonen" + }, + "Show Memory Graph": { + "Show Memory Graph": "Geheugengrafiek tonen" + }, + "Show Memory in GB": { + "Show Memory in GB": "Toon geheugen in GB" + }, + "Show Network": { + "Show Network": "Netwerk tonen" + }, + "Show Network Graph": { + "Show Network Graph": "Netwerkgrafiek tonen" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Alleen bezette werkbladen tonen" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Aantal in overloop-badge tonen" + }, + "Show Password Field": { + "Show Password Field": "Wachtwoordveld tonen" + }, + "Show Power Actions": { + "Show Power Actions": "Energieacties tonen" + }, + "Show Power Off": { + "Show Power Off": "Uitschakelen tonen" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Toon neerslagkans" + }, + "Show Pressure": { + "Show Pressure": "Toon luchtdruk" + }, + "Show Profile Image": { + "Show Profile Image": "Profielafbeelding tonen" + }, + "Show Reboot": { + "Show Reboot": "Opnieuw opstarten tonen" + }, + "Show Restart DMS": { + "Show Restart DMS": "DMS herstarten tonen" + }, + "Show Saved Items": { + "Show Saved Items": "Toon opgeslagen items" + }, + "Show Seconds": { + "Show Seconds": "Seconden tonen" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Toon zonsopgang/zonsondergang" + }, + "Show Suspend": { + "Show Suspend": "Slaapstand tonen" + }, + "Show Swap": { + "Show Swap": "Toon swap" + }, + "Show System Date": { + "Show System Date": "Systeemdatum tonen" + }, + "Show System Icons": { + "Show System Icons": "Systeempictogrammen tonen" + }, + "Show System Time": { + "Show System Time": "Systeemtijd tonen" + }, + "Show Top Processes": { + "Show Top Processes": "Topprocessen tonen" + }, + "Show Weather Condition": { + "Show Weather Condition": "Toon weersomstandigheid" + }, + "Show Week Number": { + "Show Week Number": "Weeknummer tonen" + }, + "Show Welcome": { + "Show Welcome": "Toon welkom" + }, + "Show Wind Speed": { + "Show Wind Speed": "Toon windsnelheid" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Werkblad-apps tonen" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Alle 9 tags tonen in plaats van alleen bezette tags (alleen DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Toon een omlijningsring rond de indicator van het gefocuste werkblad" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Cava-audiovisualisatie tonen in mediawidget" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Verduisterde overlay tonen achter modale vensters" + }, + "Show device": { + "Show device": "Apparaat tonen" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Dock tonen wanneer zwevende vensters het gebied niet overlappen" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Toon slagschaduw op meldingspop-ups. Vereist dat M3 Elevation is ingeschakeld in Thema & kleuren." + }, + "Show in GB": { + "Show in GB": "Toon in GB" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Starter-overlay tonen bij typen in Niri-overzicht. Schakel uit om een andere starter te gebruiken." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Toon modustabbladen en toetsenbordhints onderaan." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "Meldingspop-ups alleen op de momenteel actieve monitor tonen" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "Meldingen alleen op de momenteel actieve monitor tonen" + }, + "Show on Last Display": { + "Show on Last Display": "Tonen op laatste beeldscherm" + }, + "Show on Overlay": { + "Show on Overlay": "Tonen op overlay" + }, + "Show on Overview": { + "Show on Overview": "Tonen in overzicht" + }, + "Show on Overview Only": { + "Show on Overview Only": "Alleen tonen op overzicht" + }, + "Show on all connected displays": { + "Show on all connected displays": "Tonen op alle aangesloten beeldschermen" + }, + "Show on screens:": { + "Show on screens:": "Tonen op schermen:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "On-screen display tonen wanneer helderheid wijzigt" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "On-screen display tonen wanneer Caps Lock-status wijzigt" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "On-screen display tonen bij wisselen van audio-uitvoerapparaten" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "On-screen display tonen wanneer status inactiviteitspreventie wijzigt" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "On-screen display (OSD) tonen wanneer de status van de mediaspeler wijzigt" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "On-screen display tonen wanneer volume mediaspeler wijzigt" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "On-screen display tonen wanneer microfoon wordt gedempt/ingeschakeld" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "On-screen display tonen wanneer energieprofiel wijzigt" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "On-screen display tonen wanneer volume wijzigt" + }, + "Show seconds": { + "Show seconds": "Toon seconden" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Weerinformatie tonen in bovenbalk en bedieningspaneel" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "Toon weeknummer in de kalender" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Werkbladindexnummers tonen in de werkbladwisselaar in de bovenbalk" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Toon werkbladnaam op horizontale balken, en eerste letter op verticale balken" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Toon werkbladen van het momenteel gefocuste beeldscherm" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Toont alle actieve applicaties met focusindicatie" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Toont huidig werkblad en maakt wisselen mogelijk" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Toont wanneer Caps Lock actief is" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Toont wanneer microfoon, camera of schermdelen actief is" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Afsluiten" + }, + "Signal": { + "Signal": "Signaal" + }, + "Signal:": { + "Signal:": "Signaal:" + }, + "Size": { + "Size": "Grootte" + }, + "Size Constraints": { + "Size Constraints": "Groottebeperkingen" + }, + "Size Offset": { + "Size Offset": "Grootteverschuiving" + }, + "Sizing": { + "Sizing": "Formaat" + }, + "Skip": { + "Skip": "Overslaan" + }, + "Skip confirmation": { + "Skip confirmation": "Bevestiging overslaan" + }, + "Skip setup": { + "Skip setup": "Installatie overslaan" + }, + "Small": { + "Small": "Klein" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Smartcard-authenticatie" + }, + "Smartcard PIN": { + "Smartcard PIN": "Smartcard-pincode" + }, + "Snap": { + "Snap": "Vastklikken" + }, + "Snow": { + "Snow": "Sneeuw" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Sommige plug-ins vereisen een nieuwere versie van DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Alfabetisch sorteren" + }, + "Sort By": { + "Sort By": "Sorteren op" + }, + "Sorting & Layout": { + "Sorting & Layout": "Sortering & Indeling" + }, + "Sound Theme": { + "Sound Theme": "Geluidsthema" + }, + "Sounds": { + "Sounds": "Geluiden" + }, + "Space between windows": { + "Space between windows": "Ruimte tussen vensters" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Ruimte tussen vensters (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Ruimte tussen vensters (gaps_in en gaps_out)" + }, + "Spacer": { + "Spacer": "Afstandhouder" + }, + "Spacing": { + "Spacing": "Tussenruimte" + }, + "Speaker settings": { + "Speaker settings": "Luidsprekerinstellingen" + }, + "Speed": { + "Speed": "Snelheid" + }, + "Spool Area Full": { + "Spool Area Full": "Spool-gebied vol" + }, + "Square Corners": { + "Square Corners": "Vierkante hoeken" + }, + "Stacked": { + "Stacked": "Gestapeld" + }, + "Standard": { + "Standard": "Standaard" + }, + "Start": { + "Start": "Start" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "Start KDE Connect of Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Start KDE Connect of Valent om deze plug-in te gebruiken" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Begin hier met het typen van uw notities..." + }, + "State": { + "State": "Status" + }, + "Status": { + "Status": "Status" + }, + "Stopped": { + "Stopped": "Gestopt" + }, + "Stopped Partly": { + "Stopped Partly": "Gedeeltelijk gestopt" + }, + "Stopping": { + "Stopping": "Stoppen" + }, + "Stretch": { + "Stretch": "Uitrekken" + }, + "Stripes": { + "Stripes": "Strepen" + }, + "Summary": { + "Summary": "Samenvatting" + }, + "Sunrise": { + "Sunrise": "Zonsopgang" + }, + "Sunset": { + "Sunset": "Zonsondergang" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Meldingen onderdrukken indien ingeschakeld" + }, + "Surface": { + "Surface": "Oppervlak" + }, + "Surface Variant": { + "Surface Variant": "Oppervlakvariant" + }, + "Suspend": { + "Suspend": "Slaapstand" + }, + "Suspend behavior": { + "Suspend behavior": "Gedrag slaapstand" + }, + "Suspend system after": { + "Suspend system after": "Systeem in slaapstand zetten na" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Onderbreken dan Sluimerstand" + }, + "Sway Website": { + "Sway Website": "Sway-website" + }, + "Switch User": { + "Switch User": "Ander account" + }, + "Switch to power profile": { + "Switch to power profile": "Wisselen naar energieprofiel" + }, + "Sync": { + "Sync": "Sync" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Modus synchroniseren met portaal" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Pop-outs & modalen synchroniseren" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Positie synchroniseren over schermen" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "Sync is succesvol voltooid." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Donkere modus synchroniseren met instellingsportalen voor systeembrede themahints" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Sync mislukt in achtergrondmodus. Terminalmodus wordt geprobeerd zodat je interactief kunt authenticeren." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "Sync vereist sudo-authenticatie. Terminal wordt geopend zodat je een wachtwoord of vingerafdruk kunt gebruiken." + }, + "System": { + "System": "Systeem" + }, + "System App Theming": { + "System App Theming": "Thema's systeemapps" + }, + "System Check": { + "System Check": "Systeemcontrole" + }, + "System Default": { + "System Default": "Systeemstandaard" + }, + "System Information": { + "System Information": "Systeeminformatie" + }, + "System Monitor": { + "System Monitor": "Systeemmonitor" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Systeemmonitor niet beschikbaar" + }, + "System Sounds": { + "System Sounds": "Systeemgeluiden" + }, + "System Tray": { + "System Tray": "Systeemvak" + }, + "System Update": { + "System Update": "Systeemupdate" + }, + "System Updater": { + "System Updater": "Systeemupdater" + }, + "System Updates": { + "System Updates": "Systeemupdates" + }, + "System notification area icons": { + "System notification area icons": "Pictogrammen systeemmeldingengebied" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Systeemgeluiden zijn niet beschikbaar. Installeer %1 voor geluidsondersteuning." + }, + "System theme toggle": { + "System theme toggle": "Systeemthema schakelen" + }, + "System toast notifications": { + "System toast notifications": "Systeemmeldingen" + }, + "System update custom command": { + "System update custom command": "Aangepaste opdracht systeemupdate" + }, + "Tab": { + "Tab": "Tab" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Raster Nav • Enter/Spatie: Selecteren" + }, + "Terminal": { + "Terminal": "Terminal" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Aangepaste extra parameters terminal" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "Terminal-terugval mislukt. Installeer een ondersteunde terminalemulator of voer handmatig 'dms auth sync' uit." + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminal fallback mislukt. Installeer een van de ondersteunde terminal-emulators of voer handmatig 'dms greeter sync' uit." + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "Terminal-terugval geopend. Voltooi de verificatie-instellingen daar; deze zal automatisch sluiten wanneer voltooid." + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminal fallback geopend. Voltooi de synchronisatie daar; de terminal sluit automatisch wanneer dit is voltooid." + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "Te gebruiken terminal-multiplexer-backend" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "Terminal geopend. Voltooi de verificatie-instellingen daar; deze zal automatisch sluiten wanneer voltooid." + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminal geopend. Voltooi de sync-authenticatie daar; de terminal sluit automatisch wanneer dit is voltooid." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminals - Altijd donker thema gebruiken" + }, + "Test Connection": { + "Test Connection": "Verbinding testen" + }, + "Test Page": { + "Test Page": "Testpagina" + }, + "Test page sent to printer": { + "Test page sent to printer": "Testpagina verzonden naar printer" + }, + "Testing...": { + "Testing...": "Testen..." + }, + "Text": { + "Text": "Tekst" + }, + "Text Color": { + "Text Color": "Tekstkleur" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "De tool 'dgop' is vereist voor systeembewaking.\nInstalleer dgop om deze functie te gebruiken." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "De DMS_SOCKET omgevingsvariabele is niet ingesteld of de socket is niet beschikbaar. Geautomatiseerd plug-inbeheer vereist de DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "De onderstaande instellingen wijzigen uw GTK- en Qt-instellingen. Als u uw huidige configuraties wilt behouden, maak er dan een back-up van (qt5ct.conf|qt6ct.conf en ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "De aangepaste opdracht die wordt gebruikt bij het koppelen aan sessies (ontvangt de sessienaam als eerste argument)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "De wachtrij van deze printer is leeg" + }, + "Theme & Colors": { + "Theme & Colors": "Thema & Kleuren" + }, + "Theme Color": { + "Theme Color": "Themakleur" + }, + "Theme Registry": { + "Theme Registry": "Themaregister" + }, + "Themes": { + "Themes": "Thema's" + }, + "Thickness": { + "Thickness": "Dikte" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Waarschuwing plug-ins van derden" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Plugins van derden zijn gemaakt door de gemeenschap en worden niet officieel ondersteund door DankMaterialShell.\n\nDeze plugins kunnen veiligheids- en privacyrisico's met zich meebrengen - installatie is op eigen risico." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Deze bind wordt overschreven door config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "Dit kan enkele seconden duren" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Deze plugin heeft geen 'settings_write' rechten.\n\nVoeg \"permissions\": [\"settings_read\", \"settings_write\"] toe aan plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Deze widget voorkomt dat de GPU wordt uitgeschakeld, wat de batterijduur op laptops aanzienlijk kan beïnvloeden. Het wordt niet aanbevolen dit te gebruiken op laptops met hybride graphics." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Dit verwijdert alle niet-vastgemaakte items. %1 vastgemaakte items blijven bewaard." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Dit zal de volledige klembordgeschiedenis permanent verwijderen." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Dit verwijdert dit opgeslagen klemborditem permanent. Deze actie kan niet ongedaan worden gemaakt." + }, + "Thunderstorm": { + "Thunderstorm": "Onweer" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Onweer met hagel" + }, + "Tile": { + "Tile": "Tegelen" + }, + "Tile H": { + "Tile H": "Tegelen H" + }, + "Tile V": { + "Tile V": "Tegelen V" + }, + "Tiled": { + "Tiled": "Getegeld" + }, + "Tiled State": { + "Tiled State": "Tegelstatus" + }, + "Tiling": { + "Tiling": "Tegelen" + }, + "Time": { + "Time": "Tijd" + }, + "Time & Date Locale": { + "Time & Date Locale": "Locale voor tijd & datum" + }, + "Time & Weather": { + "Time & Weather": "Tijd & Weer" + }, + "Time Format": { + "Time Format": "Tijdnotatie" + }, + "Time format": { + "Time format": "Tijdnotatie" + }, + "Time remaining: %1": { + "Time remaining: %1": "Resterende tijd: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Tijd tot vol: %1" + }, + "Timed Out": { + "Timed Out": "Time-out" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Time-out voor meldingen met kritieke prioriteit" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Time-out voor meldingen met lage prioriteit" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Time-out voor meldingen met normale prioriteit" + }, + "Title": { + "Title": "Titel" + }, + "Title regex (optional)": { + "Title regex (optional)": "Titel-regex (optioneel)" + }, + "To Full": { + "To Full": "Tot vol" + }, + "To update, run the following command:": { + "To update, run the following command:": "Voer de volgende opdracht uit om bij te werken:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Om deze DMS-bind te gebruiken, verwijder of wijzig de keybind in uw config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Pop-upberichten" + }, + "Today": { + "Today": "Vandaag" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Zichtbaarheid van deze balkconfiguratie in-/uitschakelen" + }, + "Toggling...": { + "Toggling...": "Schakelen..." + }, + "Tomorrow": { + "Tomorrow": "Morgen" + }, + "Tonal Spot": { + "Tonal Spot": "Tonaal punt" + }, + "Toner Empty": { + "Toner Empty": "Toner leeg" + }, + "Toner Low": { + "Toner Low": "Toner laag" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "Te veel pogingen - toegang geblokkeerd" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "Te veel mislukte pogingen - account is mogelijk geblokkeerd" + }, + "Tools": { + "Tools": "Hulpmiddelen" + }, + "Top": { + "Top": "Boven" + }, + "Top (Default)": { + "Top (Default)": "Boven (Standaard)" + }, + "Top Bar Format": { + "Top Bar Format": "Notatie bovenbalk" + }, + "Top Center": { + "Top Center": "Middenboven" + }, + "Top Left": { + "Top Left": "Linksboven" + }, + "Top Processes": { + "Top Processes": "Topprocessen" + }, + "Top Right": { + "Top Right": "Rechtsboven" + }, + "Top Section": { + "Top Section": "Bovenste sectie" + }, + "Total": { + "Total": "Totaal" + }, + "Total Jobs": { + "Total Jobs": "Totaal aantal taken" + }, + "Touch your security key...": { + "Touch your security key...": "Raak uw beveiligingssleutel aan..." + }, + "Transform": { + "Transform": "Transformatie" + }, + "Transition Effect": { + "Transition Effect": "Overgangseffect" + }, + "Transparency": { + "Transparency": "Transparantie" + }, + "Trending GIFs": { + "Trending GIFs": "Populaire GIF's" + }, + "Trending Stickers": { + "Trending Stickers": "Populaire stickers" + }, + "Trigger": { + "Trigger": "Trigger" + }, + "Trigger Prefix": { + "Trigger Prefix": "Trigger-voorvoegsel" + }, + "Trigger: %1": { + "Trigger: %1": "Trigger: %1" + }, + "Trust": { + "Trust": "Vertrouwen" + }, + "Try a different search": { + "Try a different search": "Probeer een andere zoekopdracht" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Schakel alle beeldschermen onmiddellijk uit wanneer het vergrendelscherm activeert" + }, + "Turn off monitors after": { + "Turn off monitors after": "Beeldschermen uitschakelen na" + }, + "Type": { + "Type": "Type" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Typ minstens 2 tekens" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Typ dit voorvoegsel om sneltoetsen te zoeken" + }, + "Type to search files": { + "Type to search files": "Typ om bestanden te zoeken" + }, + "Typography": { + "Typography": "Typografie" + }, + "Typography & Motion": { + "Typography & Motion": "Typografie & Beweging" + }, + "Unavailable": { + "Unavailable": "Niet beschikbaar" + }, + "Unfocused Color": { + "Unfocused Color": "Ongefocusseerde kleur" + }, + "Ungrouped": { + "Ungrouped": "Niet gegroepeerd" + }, + "Uninstall": { + "Uninstall": "Verwijderen" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Greeter verwijderen" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Plug-in verwijderen" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Verwijderen voltooid. Greeter is verwijderd." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Verwijderen mislukt: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "De DMS Greeter verwijderen? Dit verwijdert de configuratie en herstelt je vorige display manager. Er wordt een terminal geopend voor sudo-authenticatie." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Verwijderd: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Verwijderen: %1" + }, + "Unknown": { + "Unknown": "Onbekend" + }, + "Unknown App": { + "Unknown App": "Onbekende app" + }, + "Unknown Artist": { + "Unknown Artist": "Onbekende artiest" + }, + "Unknown Config": { + "Unknown Config": "Onbekende configuratie" + }, + "Unknown Device": { + "Unknown Device": "Onbekend apparaat" + }, + "Unknown GPU": { + "Unknown GPU": "Onbekende GPU" + }, + "Unknown Monitor": { + "Unknown Monitor": "Onbekende monitor" + }, + "Unknown Network": { + "Unknown Network": "Onbekend netwerk" + }, + "Unknown Title": { + "Unknown Title": "Onbekende titel" + }, + "Unknown Track": { + "Unknown Track": "Onbekend nummer" + }, + "Unload on Close": { + "Unload on Close": "Ontladen bij sluiten" + }, + "Unmute": { + "Unmute": "Dempen opheffen" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Dempen van pop-ups opheffen voor %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Naamloze regel" + }, + "Unpair": { + "Unpair": "Ontkoppelen" + }, + "Unpair failed": { + "Unpair failed": "Ontkoppelen mislukt" + }, + "Unpin": { + "Unpin": "Losmaken" + }, + "Unpin from Dock": { + "Unpin from Dock": "Van dock losmaken" + }, + "Unsaved Changes": { + "Unsaved Changes": "Niet-opgeslagen wijzigingen" + }, + "Unsaved changes": { + "Unsaved changes": "Niet-opgeslagen wijzigingen" + }, + "Unsaved note...": { + "Unsaved note...": "Niet-opgeslagen notitie..." + }, + "Untitled": { + "Untitled": "Naamloos" + }, + "Untrust": { + "Untrust": "Niet vertrouwen" + }, + "Up to date": { + "Up to date": "Bijgewerkt" + }, + "Update": { + "Update": "Bijwerken" + }, + "Update All": { + "Update All": "Alles bijwerken" + }, + "Update Plugin": { + "Update Plugin": "Plug-in bijwerken" + }, + "Uptime": { + "Uptime": "Uptime" + }, + "Uptime:": { + "Uptime:": "Uptime:" + }, + "Urgent Color": { + "Urgent Color": "Urgente kleur" + }, + "Usage Tips": { + "Usage Tips": "Gebruikstips" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Gebruik 24-uursnotatie in plaats van 12-uurs AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Aangepaste opdracht gebruiken" + }, + "Use Grid Layout": { + "Use Grid Layout": "Rasterindeling gebruiken" + }, + "Use IP Location": { + "Use IP Location": "IP-locatie gebruiken" + }, + "Use Imperial Units": { + "Use Imperial Units": "Imperiale eenheden gebruiken" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Imperiale eenheden (°F, mph, inHg) gebruiken in plaats van Metrisch (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Monospace-lettertype gebruiken" + }, + "Use System Theme": { + "Use System Theme": "Systeemthema gebruiken" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Gebruik een aangepaste afbeelding voor het aanmeldscherm, of laat leeg om je bureaubladachtergrond te gebruiken." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Gebruik een vaste schaduwrichting voor deze balk" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "Gebruik een beveiligingssleutel voor vergrendelscherm-authenticatie." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Gebruik een externe achtergrondbeheerder zoals swww, hyprpaper of swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Geanimeerde golf-voortgangsbalken gebruiken voor mediaweergave" + }, + "Use custom border size": { + "Use custom border size": "Aangepaste randgrootte gebruiken" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Aangepaste rand-/focusringbreedte gebruiken" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Gebruik aangepaste opdracht om uw systeem bij te werken" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Gebruik aangepaste tussenruimtes in plaats van balkafstand" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Gebruik aangepaste vensterradius in plaats van themaradius" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Aangepaste vensterronding gebruiken in plaats van themaradius" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Bureaubladachtergrond gebruiken" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "Gebruik vingerafdrukauthenticatie voor het vergrendelscherm." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Licht thema gebruiken in plaats van donker thema" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Gebruik meters per seconde in plaats van km/u voor windsnelheid" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Kleinere meldingkaarten gebruiken" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Geluidsthema van systeeminstellingen gebruiken" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Dezelfde positie en grootte gebruiken op alle beeldschermen" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Gebruik trigger-voorvoegsel om te activeren" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Gebruikt wanneer accentkleur is ingesteld op Aangepast" + }, + "User": { + "User": "Gebruiker" + }, + "Username": { + "Username": "Gebruikersnaam" + }, + "Username...": { + "Username...": "Gebruikersnaam..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Gebruikt tijden voor zonsopgang/zonsondergang op basis van uw locatie." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Gebruikt tijden voor zonsopgang/zonsondergang om de nachtmodus automatisch aan te passen op basis van uw locatie." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Gebruikt gedeelde instellingen van Gammaregeling" + }, + "Utilities": { + "Utilities": "Hulpprogramma's" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN-verbindingen" + }, + "VPN Password": { + "VPN Password": "VPN-wachtwoord" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN-configuratie bijgewerkt" + }, + "VPN connections": { + "VPN connections": "VPN-verbindingen" + }, + "VPN deleted": { + "VPN deleted": "VPN verwijderd" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN geïmporteerd: %1" + }, + "VPN not available": { + "VPN not available": "VPN niet beschikbaar" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN-status en snel verbinden" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR alleen volledig scherm" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR op aanvraag" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Variabele verversingssnelheid" + }, + "Verification": { + "Verification": "Verificatie" + }, + "Version": { + "Version": "Versie" + }, + "Vertical Deck": { + "Vertical Deck": "Verticaal Deck" + }, + "Vertical Grid": { + "Vertical Grid": "Verticaal raster" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Verticaal scrollen" + }, + "Vertical Tiling": { + "Vertical Tiling": "Verticaal tegelen" + }, + "Vibrant": { + "Vibrant": "Levendig" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Levendig palet met speelse verzadiging." + }, + "Video Path": { + "Video Path": "Videopad" + }, + "Video Screensaver": { + "Video Screensaver": "Video-screensaver" + }, + "Videos": { + "Videos": "Video's" + }, + "View Mode": { + "View Mode": "Weergavemodus" + }, + "Visibility": { + "Visibility": "Zichtbaarheid" + }, + "Visual Effects": { + "Visual Effects": "Visuele effecten" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Visuele scheiding tussen widgets" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Visueel effect bij wisselen van achtergrond" + }, + "Volume": { + "Volume": "Volume" + }, + "Volume Changed": { + "Volume Changed": "Volume gewijzigd" + }, + "Volume Slider": { + "Volume Slider": "Volumeschuif" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Volume, helderheid en andere systeem-OSD's" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Achtergrond" + }, + "Wallpaper Error": { + "Wallpaper Error": "Achtergrondfout" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Achtergrondbeeldscherm" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Vulmodus achtergrond" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Verwerken achtergrond mislukt" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Verwerken achtergrond mislukt - controleer achtergrondpad" + }, + "Wallpapers": { + "Wallpapers": "Achtergronden" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Toe te passen warme kleurtemperatuur" + }, + "Warning": { + "Warning": "Waarschuwing" + }, + "Warnings": { + "Warnings": "Waarschuwingen" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Golf-voortgangsbalken" + }, + "Weather": { + "Weather": "Weer" + }, + "Weather Widget": { + "Weather Widget": "Weer-widget" + }, + "Welcome": { + "Welcome": "Welkom" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Welkom bij DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "Breng bij het klikken op een dock-venster in een Hyprland-speciale-werkruimte die werkruimte terug voordat het venster wordt gefocust" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Indien ingeschakeld, worden apps alfabetisch gesorteerd. Indien uitgeschakeld, worden apps gesorteerd op gebruiksfrequentie." + }, + "When locked": { + "When locked": "Indien vergrendeld" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Wanneer de updater-widget wordt gebruikt, verberg deze dan als er geen updates zijn gevonden" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi-wachtwoord" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wifi- en Ethernet-verbinding" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wifi niet beschikbaar" + }, + "WiFi": { + "WiFi": "Wifi" + }, + "WiFi Device": { + "WiFi Device": "Wifi-apparaat" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Wifi-QR-code voor " + }, + "WiFi disabled": { + "WiFi disabled": "Wifi uitgeschakeld" + }, + "WiFi enabled": { + "WiFi enabled": "Wifi ingeschakeld" + }, + "WiFi is off": { + "WiFi is off": "Wifi is uit" + }, + "WiFi off": { + "WiFi off": "Wifi uit" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Breed (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Achtergrondkleur widget" + }, + "Widget Management": { + "Widget Management": "Widgetbeheer" + }, + "Widget Outline": { + "Widget Outline": "Widget-omtrek" + }, + "Widget Style": { + "Widget Style": "Widget-stijl" + }, + "Widget Styling": { + "Widget Styling": "Widget-stijl" + }, + "Widget Transparency": { + "Widget Transparency": "Widget-transparantie" + }, + "Widget added": { + "Widget added": "Widget toegevoegd" + }, + "Widget removed": { + "Widget removed": "Widget verwijderd" + }, + "Widgets": { + "Widgets": "Widgets" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widgets, indeling, stijl" + }, + "Width": { + "Width": "Breedte" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Breedte van vensterrand (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Breedte van vensterrand (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Breedte van vensterrand en focusring" + }, + "Wind": { + "Wind": "Wind" + }, + "Wind Speed": { + "Wind Speed": "Windsnelheid" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Windsnelheid in m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "Vensterhoekradius" + }, + "Window Gaps": { + "Window Gaps": "Venstertussenruimtes" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Venstertussenruimte (px)" + }, + "Window Height": { + "Window Height": "Vensterhoogte" + }, + "Window Opening": { + "Window Opening": "Venster openen" + }, + "Window Rounding": { + "Window Rounding": "Vensterronding" + }, + "Window Rules": { + "Window Rules": "Vensterregels" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Vensterregels-include ontbreekt" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Vensterregels niet geconfigureerd" + }, + "Wipe": { + "Wipe": "Vegen" + }, + "Workspace": { + "Workspace": "Werkblad" + }, + "Workspace Appearance": { + "Workspace Appearance": "Uiterlijk werkblad" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Indexnummers werkblad" + }, + "Workspace Names": { + "Workspace Names": "Werkbladnamen" + }, + "Workspace Padding": { + "Workspace Padding": "Werkblad-opvulling" + }, + "Workspace Settings": { + "Workspace Settings": "Werkbladinstellingen" + }, + "Workspace Switcher": { + "Workspace Switcher": "Werkbladwisselaar" + }, + "Workspace name": { + "Workspace name": "Werkbladnaam" + }, + "Workspaces": { + "Workspaces": "Werkbladen" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Werkbladen & Widgets" + }, + "Write:": { + "Write:": "Schrijven:" + }, + "X Axis": { + "X Axis": "X-as" + }, + "Y Axis": { + "Y Axis": "Y-as" + }, + "Yes": { + "Yes": "Ja" + }, + "Yesterday": { + "Yesterday": "Gisteren" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "U hebt niet-opgeslagen wijzigingen. Opslaan voordat u dit tabblad sluit?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "U hebt niet-opgeslagen wijzigingen. Opslaan voordat u doorgaat?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "U hebt niet-opgeslagen wijzigingen. Opslaan voordat u een nieuw bestand maakt?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "U hebt niet-opgeslagen wijzigingen. Opslaan voordat u een bestand opent?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "U moet het volgende instellen:\nQT_QPA_PLATFORMTHEME=gtk3 OF\nQT_QPA_PLATFORMTHEME=qt6ct\nals omgevingsvariabelen, en daarna de shell herstarten.\n\nqt6ct vereist dat qt6ct-kde is geïnstalleerd." + }, + "You're All Set!": { + "You're All Set!": "U bent helemaal klaar!" + }, + "Your system is up to date!": { + "Your system is up to date!": "Uw systeem is bijgewerkt!" + }, + "actions": { + "actions": "acties" + }, + "attached": { + "attached": "gekoppeld" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "door %1" + }, + "days": { + "days": "dagen" + }, + "detached": { + "detached": "ontkoppeld" + }, + "device": { + "device": "apparaat" + }, + "devices connected": { + "devices connected": "apparaten verbonden" + }, + "dgop not available": { + "dgop not available": "dgop niet beschikbaar" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms is een zeer aanpasbare, moderne desktop-shell met een op Material 3 geïnspireerd ontwerp.

Het is gebouwd met Quickshell, een QT6-framework voor het bouwen van desktop-shells, en Go, een statisch getypeerde, gecompileerde programmeertaal." + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "dms/cursor-configuratie bestaat maar is niet ingesloten. Cursorinstellingen worden niet toegepast." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs-configuratie bestaat maar is niet opgenomen in uw compositor-configuratie. Beeldschermwijzigingen blijven niet behouden." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "bijv. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "bijv. focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "bijv. notify-send 'Hallo' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "bijv. scratch, /^tmp_.*/, build" + }, + "events": { + "events": "afspraken" + }, + "ext": { + "ext": "ext" + }, + "featured": { + "featured": "uitgelicht" + }, + "leave empty for default": { + "leave empty for default": "laat leeg voor standaard" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl niet beschikbaar - vergrendelintegratie vereist DMS-socketverbinding" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "mangowc Discord-server" + }, + "mangowc GitHub": { + "mangowc GitHub": "mangowc GitHub" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen niet gevonden - installeer matugen-pakket voor dynamische thema's" + }, + "minutes": { + "minutes": "minuten" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "navigatie" + }, + "niri GitHub": { + "niri GitHub": "niri GitHub" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "niri Matrix-chat" + }, + "niri shortcuts config": { + "niri shortcuts config": "niri-sneltoetsenconfiguratie" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "nu" + }, + "official": { + "official": "officieel" + }, + "on Hyprland": { + "on Hyprland": "op Hyprland" + }, + "on MangoWC": { + "on MangoWC": "op MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "op Miracle WM" + }, + "on Niri": { + "on Niri": "op Niri" + }, + "on Scroll": { + "on Scroll": "op Scroll" + }, + "on Sway": { + "on Sway": "op Sway" + }, + "open": { + "open": "openen" + }, + "or run ": { + "or run ": "of voer uit: " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon niet beschikbaar" + }, + "procs": { + "procs": "procs" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri Subreddit" + }, + "seconds": { + "seconds": "seconden" + }, + "source": { + "source": "broncode" + }, + "this app": { + "this app": "deze app" + }, + "up": { + "up": "actief" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "update dms voor NM-integratie." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 door %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype niet beschikbaar - installeer wtype voor plakondersteuning" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Installeer alleen vanuit vertrouwde bronnen" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Maand (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Maand (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Maand (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - Maand (Januari)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Plug-ins kunnen bugs of beveiligingsproblemen bevatten" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Controleer code voor installatie indien mogelijk" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Dag (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Dag (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Dagnaam (Ma)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Dagnaam (Maandag)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - Jaar (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - Jaar (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Nav • Spatie: Uitvouwen • Enter: Actie/Uitvouwen • E: Tekst" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigeer • Enter/Ctrl+C: Kopieer • Del: Verwijder • F10: Help" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigeren • Enter: Plakken • Del: Verwijderen • F10: Help" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pl.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pl.json new file mode 100644 index 0000000..dbb7375 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pl.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 znaków" + }, + "%1 connected": { + "%1 connected": "%1 połączono" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "" + }, + "%1 disconnected": { + "%1 disconnected": "" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "" + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "" + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "" + }, + "%1 issue found": { + "%1 issue found": "" + }, + "%1 issues found": { + "%1 issues found": "" + }, + "%1 notifications": { + "%1 notifications": "%1 powiadomień" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "%1 wariantów" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 widżetów" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "%1m temu" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "" + }, + "(Unnamed)": { + "(Unnamed)": "(Bez nazwy)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 więcej" + }, + "/path/to/videos": { + "/path/to/videos": "" + }, + "0 = square corners": { + "0 = square corners": "0 = kwadratowe rogi" + }, + "1 day": { + "1 day": "1 dzień" + }, + "1 device connected": { + "1 device connected": "1 połączone urządzenie" + }, + "1 event": { + "1 event": "1 wydarzenie" + }, + "1 hour": { + "1 hour": "" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "" + }, + "1 minute": { + "1 minute": "1 minuta" + }, + "1 notification": { + "1 notification": "1 powiadomienie" + }, + "1 second": { + "1 second": "1 sekunda" + }, + "10 minutes": { + "10 minutes": "10 minut" + }, + "10 seconds": { + "10 seconds": "10 sekund" + }, + "10-bit Color": { + "10-bit Color": "Kolor 10 bitowy" + }, + "12 hours": { + "12 hours": "" + }, + "14 days": { + "14 days": "14 dni" + }, + "15 minutes": { + "15 minutes": "" + }, + "15 seconds": { + "15 seconds": "15 sekund" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "" + }, + "2 minutes": { + "2 minutes": "2 minuty" + }, + "2 seconds": { + "2 seconds": "" + }, + "20 minutes": { + "20 minutes": "" + }, + "20 seconds": { + "20 seconds": "" + }, + "24-Hour Format": { + "24-Hour Format": "Format 24-godzinny" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "format 24-godzinny" + }, + "25 seconds": { + "25 seconds": "" + }, + "250 ms": { + "250 ms": "" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 dni" + }, + "3 hours": { + "3 hours": "" + }, + "3 minutes": { + "3 minutes": "" + }, + "3 seconds": { + "3 seconds": "3 sekundy" + }, + "30 days": { + "30 days": "30 dni" + }, + "30 minutes": { + "30 minutes": "" + }, + "30 seconds": { + "30 seconds": "30 sekund" + }, + "35 seconds": { + "35 seconds": "" + }, + "3rd party": { + "3rd party": "strona trzecia" + }, + "4 hours": { + "4 hours": "" + }, + "4 seconds": { + "4 seconds": "" + }, + "40 seconds": { + "40 seconds": "" + }, + "45 seconds": { + "45 seconds": "" + }, + "5 minutes": { + "5 minutes": "5 minut" + }, + "5 seconds": { + "5 seconds": "5 sekund" + }, + "50 seconds": { + "50 seconds": "" + }, + "500 ms": { + "500 ms": "" + }, + "55 seconds": { + "55 seconds": "" + }, + "6 hours": { + "6 hours": "" + }, + "7 days": { + "7 days": "7 dni" + }, + "750 ms": { + "750 ms": "" + }, + "8 hours": { + "8 hours": "" + }, + "8 seconds": { + "8 seconds": "8 sekund" + }, + "90 days": { + "90 days": "90 dni" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Plik o takiej nazwie już istnieje. Czy chcesz go nadpisać?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "" + }, + "AC Power": { + "AC Power": "" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Przerwane" + }, + "About": { + "About": "O programie" + }, + "Accent Color": { + "Accent Color": "Kolor akcentu" + }, + "Accept": { + "Accept": "Akceptuj" + }, + "Accept Jobs": { + "Accept Jobs": "Akceptuj zadania" + }, + "Accepting": { + "Accepting": "Akceptowanie" + }, + "Access clipboard history": { + "Access clipboard history": "Dostęp do historii schowka" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Dostęp do powiadomień i trybu „Nie przeszkadzać”" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Dostęp do elementów sterujących i ustawień systemu" + }, + "Action": { + "Action": "Działanie" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "" + }, + "Actions": { + "Actions": "Akcje" + }, + "Activate": { + "Activate": "Aktywuj" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "" + }, + "Active": { + "Active": "Aktywny" + }, + "Active Color": { + "Active Color": "" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Aktywny monitor blokady ekranu" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "" + }, + "Active: %1": { + "Active: %1": "Aktywne: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Aktywne: %1 + %2" + }, + "Active: None": { + "Active: None": "Aktywny: Brak" + }, + "Adapters": { + "Adapters": "Adaptery" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Dodaj" + }, + "Add Bar": { + "Add Bar": "Dodaj pasek" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Dodaj Widżet Pulpitu" + }, + "Add Printer": { + "Add Printer": "Dodaj drukarkę" + }, + "Add Title": { + "Add Title": "" + }, + "Add Widget": { + "Add Widget": "Dodaj widżet" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Dodaj widżet do sekcji %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Dodaj obramowanie wokół doku" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Dodaj niestandardowy prefiks do wszystkich poleceń aplikacji. Można tego użyć do poleceń takich jak 'uwsm-app', 'systemd-run' lub innych wrapperów." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Dodaj i skonfiguruj widżety pulpitu" + }, + "Add by Address": { + "Add by Address": "" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Dostosuj liczbę kolumn w widoku siatki." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "Zaawansowane" + }, + "Afternoon": { + "Afternoon": "Popołudnie" + }, + "All": { + "All": "Wszystkie" + }, + "All Monitors": { + "All Monitors": "Wszystkie monitory" + }, + "All checks passed": { + "All checks passed": "" + }, + "All day": { + "All day": "Cały dzień" + }, + "All displays": { + "All displays": "Wszystkie ekrany" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Wstecz • F1/I: Informacje o pliku • F10: Pomoc • Esc: Zamknij" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "" + }, + "Always Show Percentage": { + "Always Show Percentage": "Zawsze pokazuj procenty" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Zawsze ukrywaj dok i pokaż, gdy kursor jest nakierowany wokół przestrzeni doku" + }, + "Always on icons": { + "Always on icons": "Ikony zawsze włączone" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Zawsze pokazuj co najmniej 3 obszary robocze, nawet jeśli jest ich mniej." + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Zawsze pokazuj dock kiedy pogląd niri jest otwarty" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Zawsze pokazuj gdy podłączony jest tylko jeden wyświetlacz" + }, + "Amount": { + "Amount": "Ilość" + }, + "Analog": { + "Analog": "Analogowy" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Analogowy, cyfrowy lub piętrowy zegar" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "" + }, + "Animation Duration": { + "Animation Duration": "" + }, + "Animation Speed": { + "Animation Speed": "Szybkość animacji" + }, + "Anonymous Identity": { + "Anonymous Identity": "Tożsamość anonimowa" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Tożsamość anonimowa (opcjonalnie)" + }, + "App Customizations": { + "App Customizations": "" + }, + "App ID Substitutions": { + "App ID Substitutions": "" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "" + }, + "App Launcher": { + "App Launcher": "Program Uruchamiający" + }, + "App Names": { + "App Names": "Nazwy aplikacji" + }, + "App Theming": { + "App Theming": "Motywy aplikacji" + }, + "Appearance": { + "Appearance": "" + }, + "Application Dock": { + "Application Dock": "Dok Aplikacji" + }, + "Applications": { + "Applications": "Aplikacje" + }, + "Apply Changes": { + "Apply Changes": "Zastosuj zmiany" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Zastosuj kolory GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Zastosuj kolory Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Zastosuj ciepłą temperaturę barwową, aby zmniejszyć zmęczenie oczu. Użyj poniższych ustawień automatyzacji, aby kontrolować, kiedy się aktywuje." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "" + }, + "Apps Dock": { + "Apps Dock": "" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "" + }, + "Apps Icon": { + "Apps Icon": "Ikona aplikacji" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Aplikacje są uporządkowane według częstotliwości użytkowania, następnie według daty ostatniego użycia, a następnie alfabetycznie." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "" + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "" + }, + "Architecture": { + "Architecture": "Architektura" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Zarządzaj wyświetlaczami, konfiguruj rozdzielczość, częstotliwość odświeżania i VRR" + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "Dźwięk" + }, + "Audio Codec": { + "Audio Codec": "Kodek audio" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Wybór kodeka audio" + }, + "Audio Devices": { + "Audio Devices": "Urządzenia audio" + }, + "Audio Input": { + "Audio Input": "Wejście Audio" + }, + "Audio Output": { + "Audio Output": "Wyjście Audio" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Urządzenia wyjściowe audio (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Przełącznik Wyjścia Audio" + }, + "Audio Visualizer": { + "Audio Visualizer": "Wizualizator Audio" + }, + "Audio system restarted": { + "Audio system restarted": "" + }, + "Audio volume control": { + "Audio volume control": "Kontrola głośności dźwięku" + }, + "Auth": { + "Auth": "Uwierzytelnianie" + }, + "Auth Type": { + "Auth Type": "Typ uwierzytelniania" + }, + "Authenticate": { + "Authenticate": "Uwierzytelnij" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "Uwierzytelnianie" + }, + "Authentication Required": { + "Authentication Required": "Wymagane uwierzytelnienie" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Uwierzytelnianie nie powiodło się, spróbuj ponownie" + }, + "Authorize": { + "Authorize": "Autoryzuj" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Autoryzuj parowanie z " + }, + "Authorize service for ": { + "Authorize service for ": "Autoryzuj usługę dla " + }, + "Auto": { + "Auto": "Automatycznie" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "Auto (Szeroki)" + }, + "Auto Location": { + "Auto Location": "Automatyczna lokalizacja" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Automatyczne odstępy wyskakujących okienek" + }, + "Auto-Clear After": { + "Auto-Clear After": "Automatycznie czyść po" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Automatycznie zamknij podgląd Niri otwierając aplikacje." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Automatyczne usuwanie powiadomień starszych niż" + }, + "Auto-hide": { + "Auto-hide": "Automatyczne ukrywanie" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Automatyczne ukrywanie doku" + }, + "Auto-saving...": { + "Auto-saving...": "Automatyczny zapis..." + }, + "Autoconnect": { + "Autoconnect": "Połącz automatycznie" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Automatyczne łączenie wyłączone" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Automatyczne łączenie włączone" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "" + }, + "Automatic Control": { + "Automatic Control": "Automatyczna kontrola" + }, + "Automatic Cycling": { + "Automatic Cycling": "Automatyczne cykl" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Automatycznie zmieniaj tapety z tego samego katalogu" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Automatycznie usuń wpisy starsze niż" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Automatycznie wykrywaj lokalizację na podstawie adresu IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Automatycznie określ swoją lokalizację na podstawie adresu IP" + }, + "Automatically lock after": { + "Automatically lock after": "Automatycznie zablokuj po" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Automatycznie blokuj ekran, gdy system przygotowuje się do wstrzymania" + }, + "Automation": { + "Automation": "" + }, + "Available": { + "Available": "Dostępny" + }, + "Available Layouts": { + "Available Layouts": "Dostępne układy" + }, + "Available Networks": { + "Available Networks": "Dostępne sieci" + }, + "Available Plugins": { + "Available Plugins": "Dostępne Wtyczki" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Dostępne Ekrany (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Wstecz" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Przeźroczystość tła" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "Obraz tła" + }, + "Backlight device": { + "Backlight device": "Urządzenie podświetlenia" + }, + "Balance power and performance": { + "Balance power and performance": "" + }, + "Balanced": { + "Balanced": "" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Zrównoważona paleta ze skupionymi akcentami (domyślnie)." + }, + "Bar Configurations": { + "Bar Configurations": "Konfiguracje pasków" + }, + "Bar Shadows": { + "Bar Shadows": "" + }, + "Bar Transparency": { + "Bar Transparency": "Przezroczystość paska" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "" + }, + "Battery": { + "Battery": "Bateria" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Limit Ładowania Baterii" + }, + "Battery and power management": { + "Battery and power management": "Bateria i zarządzanie zasilaniem" + }, + "Battery level and power management": { + "Battery level and power management": "Poziom baterii i zarządzanie zasilaniem" + }, + "Behavior": { + "Behavior": "Zachowanie" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Powiąż ekran blokady z sygnałami dbus z loginctl. Wyłącz, jeśli używasz zewnętrznego ekranu blokady" + }, + "Binds Include Missing": { + "Binds Include Missing": "Powiązania obejmują brakujące" + }, + "Binds include added": { + "Binds include added": "Dodano powiązania" + }, + "Bit Depth": { + "Bit Depth": "Głębokość Bitowa" + }, + "Block Out": { + "Block Out": "" + }, + "Block Out From": { + "Block Out From": "" + }, + "Block notifications": { + "Block notifications": "Blokuj powiadomienia" + }, + "Blocked": { + "Blocked": "Zablokowane" + }, + "Blue light filter": { + "Blue light filter": "Filtr światła niebieskiego" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Ustawienia Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth niedostępne" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Rozmyj Warstwę Tapety" + }, + "Blur on Overview": { + "Blur on Overview": "Rozmycie w podglądzie" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Rozmyj tapetę, gdy podgląd niri jest otwarty" + }, + "Body": { + "Body": "" + }, + "Border": { + "Border": "Ramka" + }, + "Border Color": { + "Border Color": "Kolor obramowania" + }, + "Border Opacity": { + "Border Opacity": "Przezroczystość obramowania" + }, + "Border Size": { + "Border Size": "Rozmiar obramowania" + }, + "Border Thickness": { + "Border Thickness": "Grubość obramowania" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "" + }, + "Bottom": { + "Bottom": "Dół" + }, + "Bottom Center": { + "Bottom Center": "" + }, + "Bottom Left": { + "Bottom Left": "Dolny Lewy" + }, + "Bottom Right": { + "Bottom Right": "Dolny Prawy" + }, + "Bottom Section": { + "Bottom Section": "Sekcja dolna" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Dolna stacja dokująca dla przypiętych i działających aplikacji" + }, + "Brightness": { + "Brightness": "Jasność" + }, + "Brightness Slider": { + "Brightness Slider": "Suwak Jasności" + }, + "Brightness Value": { + "Brightness Value": "Wartość Jasności" + }, + "Brightness control not available": { + "Brightness control not available": "Kontrola jasności niedostępna" + }, + "Browse": { + "Browse": "Przeglądaj" + }, + "Browse Files": { + "Browse Files": "Przeglądaj pliki" + }, + "Browse Plugins": { + "Browse Plugins": "Przeglądaj Wtyczki" + }, + "Browse Themes": { + "Browse Themes": "Przeglądaj Motywy" + }, + "Browse or search plugins": { + "Browse or search plugins": "" + }, + "Button Color": { + "Button Color": "" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "Wykres CPU" + }, + "CPU Temperature": { + "CPU Temperature": "Temperatura CPU" + }, + "CPU Usage": { + "CPU Usage": "Użycie CPU" + }, + "CPU temperature display": { + "CPU temperature display": "Wskaźnik temperatury procesora" + }, + "CPU usage indicator": { + "CPU usage indicator": "Wskaźnik użycia procesora" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Monitorowanie CPU, pamięci, sieci i dysku" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS: Ostrzeżenie o niezabezpieczonym filtrze" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS: Ostrzeżenie o brakującym filtrze" + }, + "CUPS Print Server": { + "CUPS Print Server": "Serwer wydruku CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS niedostępne" + }, + "Camera": { + "Camera": "Kamera" + }, + "Cancel": { + "Cancel": "Anuluj" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "" + }, + "Canceled": { + "Canceled": "Anulowane" + }, + "Cannot pair": { + "Cannot pair": "Parowanie nie powiodło się" + }, + "Capabilities": { + "Capabilities": "Możliwości" + }, + "Capacity": { + "Capacity": "Pojemność" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Wskaźnik caps locka" + }, + "Caps Lock is on": { + "Caps Lock is on": "" + }, + "Center Section": { + "Center Section": "Sekcja środkowa" + }, + "Center Single Column": { + "Center Single Column": "Pojedyncza kolumna na środku" + }, + "Center Tiling": { + "Center Tiling": "Płytki środkowe" + }, + "Certificate Password": { + "Certificate Password": "Hasło certyfikatu" + }, + "Change Song": { + "Change Song": "" + }, + "Change Volume": { + "Change Volume": "" + }, + "Change bar appearance": { + "Change bar appearance": "Zmień wygląd paska" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "" + }, + "Channel": { + "Channel": "Kanał" + }, + "Charging": { + "Charging": "Ładowanie" + }, + "Check for system updates": { + "Check for system updates": "Sprawdź aktualizacje systemu" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "Wybierz kolor" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Wybierz kolor logo launchera" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "" + }, + "Choose a color": { + "Choose a color": "Wybierz kolor" + }, + "Choose colors from palette": { + "Choose colors from palette": "Wybierz kolory z palety" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Wybierz, jak wyświetlane jest rozszerzenie pogody" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "Wybierz ikonę" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Wybierz kolor tła dla widżetów" + }, + "Choose the border accent color": { + "Choose the border accent color": "Wybierz kolor akcentu obramowania" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Wybierz logo wyświetlane na przycisku launchera w DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Wybierz, gdzie na ekranie mają pojawiać się powiadomienia" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Wybierz miejsce wyświetlania informacji na ekranie" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Wybierz wyświetlacze na których pokaże się ten widżet" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Wybierz monitor, na którym będzie wyświetlany interfejs ekranu blokady. Inne monitory będą wyświetlać jednolity kolor, aby chronić ekran OLED przed wypaleniem." + }, + "Chroma Style": { + "Chroma Style": "" + }, + "Cipher": { + "Cipher": "Szyfr" + }, + "Circle": { + "Circle": "" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "" + }, + "Clear": { + "Clear": "Wyczyść" + }, + "Clear All": { + "Clear All": "Wyczyść wszystkie" + }, + "Clear All Jobs": { + "Clear All Jobs": "Wyczyść wszystkie zadania" + }, + "Clear History?": { + "Clear History?": "Czy wyczyścić historię?" + }, + "Clear Sky": { + "Clear Sky": "" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Wyczyść historię gdy serwer startuje" + }, + "Clear at Startup": { + "Clear at Startup": "Wyczyść przy starcie" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "" + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Kliknij 'Konfiguruj' by stworzyć konfigurację wyjść i dodać konfiguracji kompozytora." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Kliknij Importuj, aby dodać plik .ovpn lub .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "" + }, + "Click to capture": { + "Click to capture": "Kliknij, aby uchwycić" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Kliknij by wybrać plik JSON niestandardowego motywu" + }, + "Clip": { + "Clip": "" + }, + "Clip to Geometry": { + "Clip to Geometry": "" + }, + "Clipboard": { + "Clipboard": "Schowek" + }, + "Clipboard History": { + "Clipboard History": "Historia schowka" + }, + "Clipboard Manager": { + "Clipboard Manager": "Menedżer schowka" + }, + "Clipboard sent": { + "Clipboard sent": "Wysłano zawartość schowka" + }, + "Clipboard service not available": { + "Clipboard service not available": "Usługa schowka nie jest dostępna" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Schowek działa, ale nic nie zostało zapisane na dysku" + }, + "Clock": { + "Clock": "Zegar" + }, + "Clock Style": { + "Clock Style": "Styl Zegara" + }, + "Close": { + "Close": "Zamknij" + }, + "Close All Windows": { + "Close All Windows": "" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Zamknij podgląd przy uruchomieniu" + }, + "Close Window": { + "Close Window": "" + }, + "Color": { + "Color": "Kolor" + }, + "Color Gamut": { + "Color Gamut": "Gameta kolorów" + }, + "Color Management": { + "Color Management": "Zarządzanie kolorami" + }, + "Color Mode": { + "Color Mode": "Tryb kolorów" + }, + "Color Override": { + "Color Override": "Nadpisanie koloru" + }, + "Color Picker": { + "Color Picker": "Próbnik kolorów" + }, + "Color Temperature": { + "Color Temperature": "Temperatura Barw" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Kolor wyświetlany na monitorach bez ekranu blokady" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "" + }, + "Color temperature for day time": { + "Color temperature for day time": "Temperatura barwowa w ciągu dnia" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Temperatura barwowa dla trybu nocnego" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "" + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "" + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Motyw z rejestru DMS" + }, + "Colorful": { + "Colorful": "" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Kolorowa mieszanka jasnych kontrastujących akcentów." + }, + "Colorize Active": { + "Colorize Active": "" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Kolory z tapety" + }, + "Column": { + "Column": "Kolumna" + }, + "Column Display": { + "Column Display": "" + }, + "Column Width": { + "Column Width": "" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "Rozkaz" + }, + "Commands": { + "Commands": "" + }, + "Communication": { + "Communication": "Komunikacja" + }, + "Community themes": { + "Community themes": "Motywy społeczności" + }, + "Compact": { + "Compact": "Kompaktowe powiadomienia" + }, + "Compact Mode": { + "Compact Mode": "Tryb kompaktowy" + }, + "Completed": { + "Completed": "Ukończone" + }, + "Compositor": { + "Compositor": "Kompozytor" + }, + "Compositor Settings": { + "Compositor Settings": "Ustawienia Kompozytora" + }, + "Compositor not supported": { + "Compositor not supported": "" + }, + "Config Format": { + "Config Format": "Format konfiguracji" + }, + "Config action: %1": { + "Config action: %1": "Akcja konfiguracji: %1" + }, + "Config validation failed": { + "Config validation failed": "Walidacja konfiguracji nie powiodła się" + }, + "Configuration": { + "Configuration": "Konfiguracja" + }, + "Configuration activated": { + "Configuration activated": "Konfiguracja aktywowana" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Konfiguracja zostanie zachowana gdy wyświetlacz połączy się ponownie" + }, + "Configure": { + "Configure": "" + }, + "Configure Keybinds": { + "Configure Keybinds": "Konfiguruj przypisania klawiszy" + }, + "Configure a new printer": { + "Configure a new printer": "Skonfiguruj nową drukarkę" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Skonfiguruj ikony dla nazwanych obszarów roboczych. Ikony mają pierwszeństwo przed numerami, gdy obie opcje są włączone." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Skonfiguruj, które wyświetlacze pokazują komponenty powłoki" + }, + "Confirm": { + "Confirm": "Potwierdź" + }, + "Confirm Delete": { + "Confirm Delete": "Potwierdź Usunięcie" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Potwierdź zmiany wyświetlania" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Potwierdź klucz dostępu dla " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Konflikty z: %1" + }, + "Connect": { + "Connect": "Połącz" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Połącz z ukrytą siecią" + }, + "Connect to VPN": { + "Connect to VPN": "Połącz z VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Połącz z siecią Wi-Fi" + }, + "Connected": { + "Connected": "Połączono" + }, + "Connected Device": { + "Connected Device": "" + }, + "Connected Displays": { + "Connected Displays": "Podłączone ekrany" + }, + "Connecting to Device": { + "Connecting to Device": "Łączenie z urządzeniem" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Łączenie..." + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "" + }, + "Content": { + "Content": "" + }, + "Content copied": { + "Content copied": "Zawartość została skopiowana" + }, + "Contrast": { + "Contrast": "Kontrast" + }, + "Control Center": { + "Control Center": "Centrum sterowania" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "" + }, + "Control currently playing media": { + "Control currently playing media": "Steruj aktualnie odtwarzanymi multimediami" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Kontroluj, jakie informacje z powiadomienia są pokazywane na ekranie blokady" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "" + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Steruj obszarami roboczymi i kolumnami poprzez przewijanie na pasku" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Steruje kryciem wszystkich okien pop-up, modów i ich warstw zawartości" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "Czas Odnowienia" + }, + "Copied GIF": { + "Copied GIF": "Skopiowano GIF" + }, + "Copied MP4": { + "Copied MP4": "Skopiowano MP4" + }, + "Copied WebP": { + "Copied WebP": "Skopiowano WebP" + }, + "Copied to clipboard": { + "Copied to clipboard": "Skopiowano do schowka" + }, + "Copied!": { + "Copied!": "Skopiowane!" + }, + "Copy": { + "Copy": "Kopiuj" + }, + "Copy Content": { + "Copy Content": "" + }, + "Copy Full Command": { + "Copy Full Command": "Skopiuj pełną komendę" + }, + "Copy HTML": { + "Copy HTML": "" + }, + "Copy Name": { + "Copy Name": "Skopiuj nazwę" + }, + "Copy PID": { + "Copy PID": "Kopiuj PID" + }, + "Copy Text": { + "Copy Text": "" + }, + "Copy path": { + "Copy path": "Skopiuj ścieżkę" + }, + "Corner Radius": { + "Corner Radius": "Promień narożnika" + }, + "Corner Radius Override": { + "Corner Radius Override": "Zastąpienie promienia narożnika" + }, + "Corners & Background": { + "Corners & Background": "Rogi i tło" + }, + "Count Only": { + "Count Only": "Tylko liczba" + }, + "Cover Open": { + "Cover Open": "Pokrywa otwarta" + }, + "Create": { + "Create": "" + }, + "Create Dir": { + "Create Dir": "Utwórz katalog" + }, + "Create Printer": { + "Create Printer": "Utwórz drukarkę" + }, + "Create Window Rule": { + "Create Window Rule": "" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "" + }, + "Creating...": { + "Creating...": "Tworzenie..." + }, + "Critical Priority": { + "Critical Priority": "Priorytet krytyczny" + }, + "Current": { + "Current": "" + }, + "Current Items": { + "Current Items": "Bieżące elementy" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "" + }, + "Current Period": { + "Current Period": "Aktualny Okres" + }, + "Current Status": { + "Current Status": "Aktualny Status" + }, + "Current Temp": { + "Current Temp": "Aktualna Temperatura" + }, + "Current Theme: %1": { + "Current Theme: %1": "Aktualny Motyw: %1" + }, + "Current Weather": { + "Current Weather": "Bieżąca pogoda" + }, + "Current Workspace": { + "Current Workspace": "" + }, + "Current time and date display": { + "Current time and date display": "Wyświetlanie aktualnej godziny i daty" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Aktualne warunki pogodowe i temperatura" + }, + "Current: %1": { + "Current: %1": "Aktualnie: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "" + }, + "Cursor Size": { + "Cursor Size": "Rozmiar kursora" + }, + "Cursor Theme": { + "Cursor Theme": "Motyw kursora" + }, + "Custom": { + "Custom": "Niestandardowy" + }, + "Custom Color": { + "Custom Color": "" + }, + "Custom Duration": { + "Custom Duration": "Czas trwania niestandardowy" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Niestandardowe polecenie hibernacji" + }, + "Custom Location": { + "Custom Location": "Niestandardowa lokalizacja" + }, + "Custom Lock Command": { + "Custom Lock Command": "Niestandardowe polecenie blokady" + }, + "Custom Logout Command": { + "Custom Logout Command": "Niestandardowe polecenie wylogowania" + }, + "Custom Name": { + "Custom Name": "" + }, + "Custom Power Actions": { + "Custom Power Actions": "Niestandardowe akcje zasilania" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Niestandardowe polecenie wyłączenia zasilania" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Niestandardowe polecenie ponownego uruchomienia" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Niestandardowe polecenie wstrzymania" + }, + "Custom Transparency": { + "Custom Transparency": "Niestandardowa przezroczystość" + }, + "Custom power profile": { + "Custom power profile": "" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Niestandardowy motyw załadowany z pliku JSON" + }, + "Custom...": { + "Custom...": "Niestandardowy..." + }, + "Custom: ": { + "Custom: ": "Niestandardowy: " + }, + "Customizable empty space": { + "Customizable empty space": "Dostosowywalna pusta przestrzeń" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Dostosuj, które akcje będą wyświetlane w menu zasilania" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "Monitor DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "TRYB DEMO - Kliknij gdziekolwiek aby wyjść" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Menedżer wtyczek DMS niedostępny" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Skróty DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS nieaktualny" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Usługa DMS nie jest połączona. Ustawienia schowka nie są dostępne." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Akcje powłoki DMS (program uruchamiający, schowek itp.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET niedostępny" + }, + "DWL service not available": { + "DWL service not available": "Usługa DWL niedostępna" + }, + "Daily": { + "Daily": "" + }, + "Daily at:": { + "Daily at:": "Codziennie o:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell jest gotowy do użycia" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell i ikony systemowe (wymaga ponownego uruchomienia)" + }, + "Dark Mode": { + "Dark Mode": "Ciemny Motyw" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "Przyciemnij tło trybu" + }, + "Date Format": { + "Date Format": "Format daty" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Świt (Zmierzch astronomiczny)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Świt (Zmierzch Cywilny)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Świt (Żeglarski zmierzch)" + }, + "Day Date": { + "Day Date": "" + }, + "Day Month Date": { + "Day Month Date": "" + }, + "Day Temperature": { + "Day Temperature": "Temperatura w dzień" + }, + "Daytime": { + "Daytime": "Dzień" + }, + "Deck": { + "Deck": "Pokład" + }, + "Default": { + "Default": "Domyślne" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "Domyślna Szerokość (%)" + }, + "Default selected action": { + "Default selected action": "Domyślnie wybrana akcja" + }, + "Defaults": { + "Defaults": "Domyślne" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Wyczyść • Shift+Del: Wyczyść wszystko • 1-9: Akcje • F10: Pomoc • Esc: Zamknij" + }, + "Delete": { + "Delete": "Usuń" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "" + }, + "Delete Class": { + "Delete Class": "Usuń klasę" + }, + "Delete Printer": { + "Delete Printer": "Usuń drukarkę" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Usunąć zapisany element?" + }, + "Delete VPN": { + "Delete VPN": "Usuń VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Uzyskuje kolory, które ściśle pasują do obrazu bazowego." + }, + "Description": { + "Description": "Opis" + }, + "Desktop": { + "Desktop": "" + }, + "Desktop Clock": { + "Desktop Clock": "Zegar na pulpicie" + }, + "Desktop Entry": { + "Desktop Entry": "" + }, + "Desktop Widget": { + "Desktop Widget": "Widżet na Pulpicie" + }, + "Desktop Widgets": { + "Desktop Widgets": "Widżety Pultitu" + }, + "Desktop background images": { + "Desktop background images": "Obrazy tła pulpitu" + }, + "Detailed": { + "Detailed": "" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "Programowanie" + }, + "Device": { + "Device": "Urządzenie" + }, + "Device connections": { + "Device connections": "Połączone urządzenia" + }, + "Device names updated": { + "Device names updated": "" + }, + "Device paired": { + "Device paired": "Urządzenie sparowane" + }, + "Device unpaired": { + "Device unpaired": "Urządzenie niesparowane" + }, + "Digital": { + "Digital": "Cyfrowy" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Wyłącz automatyczne łączenie" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Wyłącz wbudowane tapety" + }, + "Disable History Persistence": { + "Disable History Persistence": "Wyłącz zapisywanie historii" + }, + "Disable Output": { + "Disable Output": "Wyłącz wyjście" + }, + "Disabled": { + "Disabled": "Wyłączony" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Wyłączanie WiFi..." + }, + "Disc": { + "Disc": "" + }, + "Discard": { + "Discard": "Odrzuć" + }, + "Discharging": { + "Discharging": "" + }, + "Disconnect": { + "Disconnect": "Rozłącz" + }, + "Disconnected": { + "Disconnected": "Rozłączono" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Rozłączono z Wi-Fi" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "Dysk" + }, + "Disk I/O": { + "Disk I/O": "Dysk I/O" + }, + "Disk Usage": { + "Disk Usage": "Użycie dysku" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "Dyski" + }, + "Dismiss": { + "Dismiss": "Odrzuć" + }, + "Display": { + "Display": "" + }, + "Display Assignment": { + "Display Assignment": "Przypisanie wyświetlacza" + }, + "Display Control": { + "Display Control": "" + }, + "Display Name Format": { + "Display Name Format": "Format nazwy wyświetlanej" + }, + "Display Profiles": { + "Display Profiles": "" + }, + "Display Settings": { + "Display Settings": "Ustawienia Wyświetlacza" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Wyświetl dok z przypiętymi i uruchomionymi aplikacjami" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Wyświetlaj wszystkie priorytety nad aplikacjami pełnoekranowymi" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Wyświetlanie i przełączanie układów DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Wyświetlaj ikony aplikacji we wskaźnikach obszaru roboczego" + }, + "Display brightness control": { + "Display brightness control": "Kontrola jasności monitora" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Konfiguracja wyświetlacza nie jest dostępna. Protokół WLR nie jest wspierany." + }, + "Display currently focused application title": { + "Display currently focused application title": "Wyświetlaj tytuł aktywnej aplikacji" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Wyświetl godzinną prognozę pogody" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Wyświetlaj tylko obszary robocze zawierające okna" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Wyświetl elementy menu zasilania w siatce zamiast listy" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Wyświetlanie sekund na zegarze" + }, + "Display the power system menu": { + "Display the power system menu": "Wyświetl menu zasilania" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Wyświetlaj wartości procentowe głośności i jasności w wyskakujących okienkach OSD" + }, + "Displays": { + "Displays": "Ekrany" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Wyświetla aktywny układ klawiatury i umożliwia przełączanie" + }, + "Distribution": { + "Distribution": "Dystrybucja" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Zróżnicowana paleta obejmująca pełne spektrum." + }, + "Do Not Disturb": { + "Do Not Disturb": "Nie przeszkadać" + }, + "Dock": { + "Dock": "Dok" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dok i launcher" + }, + "Dock Transparency": { + "Dock Transparency": "Przezroczystość Doka" + }, + "Dock Visibility": { + "Dock Visibility": "Widoczność doku" + }, + "Docs": { + "Docs": "Dokumenty" + }, + "Documents": { + "Documents": "" + }, + "Domain (optional)": { + "Domain (optional)": "Domena (opcjonalnie)" + }, + "Don't Change": { + "Don't Change": "Nie zmieniaj" + }, + "Don't Save": { + "Don't Save": "Nie zapisuj" + }, + "Door Open": { + "Door Open": "Drzwi otwarte" + }, + "Downloads": { + "Downloads": "" + }, + "Drag to Reorder": { + "Drag to Reorder": "" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Przeciągnij widżety, aby zmienić kolejność w sekcjach. Użyj ikony oka, aby ukryć/pokazać widżety (zachowując odstępy), lub X, aby je całkowicie usunąć." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "" + }, + "Driver": { + "Driver": "Sterownik" + }, + "Drizzle": { + "Drizzle": "" + }, + "Duplicate": { + "Duplicate": "Duplikuj" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Powiel tapetę z rozmyciem" + }, + "Duration": { + "Duration": "" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Zmierzch (Zmierzch astronomiczny)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Zmierzch (Cywilny Zmierzch)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Zmierzch (Żeglarski zmierzch)" + }, + "Dynamic": { + "Dynamic": "Dynamiczny" + }, + "Dynamic Properties": { + "Dynamic Properties": "" + }, + "Dynamic Theming": { + "Dynamic Theming": "Dynamiczny motyw" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Dynamiczne kolory z tapety" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Dynamiczne kolory, presety" + }, + "Edge Spacing": { + "Edge Spacing": "Odstępy między krawędziami" + }, + "Edit App": { + "Edit App": "Edytuj aplikację" + }, + "Edit Window Rule": { + "Edit Window Rule": "" + }, + "Education": { + "Education": "Edukacja" + }, + "Empty": { + "Empty": "Pusty" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Włącz 10 bitową głębię kolorów dla szerszej gamety kolorów i wsparcia HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Włącz automatyczne łączenie" + }, + "Enable Bar": { + "Enable Bar": "Włącz pasek" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Włącz opcję Nie przeszkadzać" + }, + "Enable History": { + "Enable History": "Włącz historię" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Włącz nakładkę przeglądu" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "" + }, + "Enable System Sounds": { + "Enable System Sounds": "Włącz dźwięki systemowe" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "Pokaż pogodę" + }, + "Enable WiFi": { + "Enable WiFi": "Włącz Wi-Fi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Włącz warstwę rozmycia dla kompozytora (przestrzeń nazw: dms:blurwallpaper). Wymaga ręcznej konfiguracji niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Włącz uwierzytelnianie odciskiem palca" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Włącz integrację blokady loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "Włączony" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Włączanie WiFi..." + }, + "End": { + "End": "Koniec" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "" + }, + "Enlargement %": { + "Enlargement %": "" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Wprowadź 6-cyfrowy klucz dostępu" + }, + "Enter PIN": { + "Enter PIN": "Wprowadź PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "Wprowadź PIN dla " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Wprowadź URL lub tekst, aby go udostępnić" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Wprowadź nową nazwę dla tej przestrzeni roboczej" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "Wprowadź poświadczenia dla " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Wprowadź niestandardowy format ekranu blokady (np. dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Wprowadź niestandardowy format górnego paska (np. ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "" + }, + "Enter filename...": { + "Enter filename...": "Podaj nazwę pliku..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Dodaj prefiks uruchamiania (np. 'uwsp-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Wpisz nazwę sieci i hasło" + }, + "Enter passkey for ": { + "Enter passkey for ": "Wprowadź klucz dostępu dla " + }, + "Enter password for ": { + "Enter password for ": "Wprowadź hasło dla " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Wprowadź ten klucz dostępu " + }, + "Enter to Paste": { + "Enter to Paste": "" + }, + "Enterprise": { + "Enterprise": "Korporacyjny" + }, + "Entry pinned": { + "Entry pinned": "Przypięto wpis" + }, + "Entry unpinned": { + "Entry unpinned": "Odpięto wpis" + }, + "Environment Variables": { + "Environment Variables": "Zmienne środowiskowe" + }, + "Error": { + "Error": "Błąd" + }, + "Errors": { + "Errors": "Błędy" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Przesunięcie strefy wyłączności" + }, + "Experimental Feature": { + "Experimental Feature": "Eksperymentalna Funkcja" + }, + "Explore": { + "Explore": "Eksploruj" + }, + "Exponential": { + "Exponential": "Wykładniczy" + }, + "Expressive": { + "Expressive": "" + }, + "Extend battery life": { + "Extend battery life": "" + }, + "Extensible architecture": { + "Extensible architecture": "" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Zarządzanie tapetami zewnętrznymi" + }, + "Extra Arguments": { + "Extra Arguments": "Dodatkowe argumenty" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Przełącz • F10: Pomoc" + }, + "Fade": { + "Fade": "" + }, + "Fade to lock screen": { + "Fade to lock screen": "Wygaszanie do ekranu blokady" + }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Nie udało się zaakceptować parowania" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Nie udało się aktywować konfiguracji" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "" + }, + "Failed to add binds include": { + "Failed to add binds include": "Nie udało się dodać powiązań" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Nie udało się dodać drukarki do klasy" + }, + "Failed to browse device": { + "Failed to browse device": "Nie udało się przeglądać plików urządzenia" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Anulowanie wszystkich zadań nie powiodło się" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Anulowanie wybranego zadania nie powiodło się" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Nie udało się sprawdzić limitu pinu" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Nie udało się połączyć z VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Połączenie do %1 nie powiodło się" + }, + "Failed to copy entry": { + "Failed to copy entry": "Nie udało się skopiować wpisu" + }, + "Failed to create printer": { + "Failed to create printer": "Nie udało się utworzyć drukarki" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Nie udało się usunąć VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Nie udało się usunąć klasy" + }, + "Failed to delete printer": { + "Failed to delete printer": "Nie udało się usunąć drukarki" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Nie udało się wyłączyć akceptowania zadań" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Wyłączenie trybu nocnego nie powiodło się" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Nie udało się rozłączyć z VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Nie udało się rozłączyć z sieciami VPN" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Nie udało się rozłączyć z Wi-Fi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Włączenie lokalizacji IP nie powiodło się" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Nie udało się włączyć Wi-Fi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Nie udało się włączyć akceptowania zadań" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Włączenie trybu nocnego nie powiodło się" + }, + "Failed to hold job": { + "Failed to hold job": "Nie udało się wstrzymać zadania" + }, + "Failed to import VPN": { + "Failed to import VPN": "Nie udało się zaimportować VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Nie udało się uruchomić aplikacji do SMS-ów" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Nie udało się wczytać konfiguracji VPN" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Załadowanie konfiguracji schowka nie powiodło się." + }, + "Failed to move job": { + "Failed to move job": "Nie udało się przenieść zadania" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Nie udało się przeczytać plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Nie udało się przeczytać session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Nie udało się przeczytać settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Wstrzymanie drukarki nie powiodło się" + }, + "Failed to pin entry": { + "Failed to pin entry": "Nie udało się wprowadzić pinu" + }, + "Failed to print test page": { + "Failed to print test page": "Nie udało się wydrukować strony testowej" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Nie udało się sparować" + }, + "Failed to remove device": { + "Failed to remove device": "Nie udało się usunąć urządzenia" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Nie udało się usunąć skrótu klawiszowego" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Nie udało się usunąć drukarki z klasy" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "" + }, + "Failed to restart job": { + "Failed to restart job": "Nie udało się uruchomić ponownie zadania" + }, + "Failed to resume printer": { + "Failed to resume printer": "Wznowienie drukarki nie powiodło się" + }, + "Failed to ring device": { + "Failed to ring device": "Nie udało się " + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Zapisanie konfiguracji schowka nie powiodło się" + }, + "Failed to save keybind": { + "Failed to save keybind": "Nie udało się zapisać skrótu klawiszowego" + }, + "Failed to save profile file": { + "Failed to save profile file": "" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Nie udało się wysłać zawartości schowka" + }, + "Failed to send file": { + "Failed to send file": "Nie udało się wysłać pliku" + }, + "Failed to send ping": { + "Failed to send ping": "Nie udało się spingować" + }, + "Failed to set brightness": { + "Failed to set brightness": "Ustawienie jasności nie powiodło się" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Ustawienie lokalizacji trybu nocnego nie powiodło się" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Ustawienie harmonogramu trybu nocnego nie powiodło się" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Ustawienie temperatury trybu nocnego nie powiodło się" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "Nie udało się ustawić zdjęcia profilowego" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Ustawienie obrazu prof. nie powiodło się: %1" + }, + "Failed to share": { + "Failed to share": "Nie udało się udostępnić" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Rozpoczęcie połączenia do %1 nie powiodło się" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Nie udało się odpiąć wpisu" + }, + "Failed to update VPN": { + "Failed to update VPN": "Nie udało się zaktualizować VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Nie udało się zaktualizować automatycznego łączenia" + }, + "Failed to update description": { + "Failed to update description": "Nie udało się zaktualizować opisu" + }, + "Failed to update location": { + "Failed to update location": "Nie udało się zaktualizować lokalizacji" + }, + "Failed to update sharing": { + "Failed to update sharing": "Nie udało się zaktualizować udostępniania" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Zapisanie pliku tymczasowego do walidacji nie powiodło się" + }, + "Features": { + "Features": "Możliwości" + }, + "Feels": { + "Feels": "" + }, + "Feels Like": { + "Feels Like": "Odczuwalna" + }, + "Feels Like %1°": { + "Feels Like %1°": "" + }, + "Fidelity": { + "Fidelity": "" + }, + "Field": { + "Field": "" + }, + "File": { + "File": "Plik" + }, + "File Already Exists": { + "File Already Exists": "Plik już istnieje" + }, + "File Information": { + "File Information": "Informacje" + }, + "File received from": { + "File received from": "Otrzymano plik z" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "" + }, + "Files": { + "Files": "Akta" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Monitorowanie użycia systemu plików" + }, + "Fill": { + "Fill": "" + }, + "Find in Text": { + "Find in Text": "Znajdź w tekście" + }, + "Find in note...": { + "Find in note...": "Znajdź w notatce..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "" + }, + "First Day of Week": { + "First Day of Week": "" + }, + "First Time Setup": { + "First Time Setup": "Pierwsza konfiguracja" + }, + "Fit": { + "Fit": "" + }, + "Fix Now": { + "Fix Now": "Napraw teraz" + }, + "Fixing...": { + "Fixing...": "Ustalenie..." + }, + "Flags": { + "Flags": "Flagi" + }, + "Flipped": { + "Flipped": "Odwrócony" + }, + "Flipped 180°": { + "Flipped 180°": "Odwrócony o 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Odwrócony o 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Odwrócony o 90°" + }, + "Float": { + "Float": "" + }, + "Focus": { + "Focus": "" + }, + "Focus at Startup": { + "Focus at Startup": "Aktywuj przy starcie" + }, + "Focused Border": { + "Focused Border": "" + }, + "Focused Color": { + "Focused Color": "" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "Aktywne okno" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "" + }, + "Folder": { + "Folder": "" + }, + "Folders": { + "Folders": "" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "" + }, + "Follow focus": { + "Follow focus": "Podążaj za kursorem" + }, + "Font": { + "Font": "" + }, + "Font Family": { + "Font Family": "Rodzina czcionki" + }, + "Font Scale": { + "Font Scale": "Skala czcionki" + }, + "Font Size": { + "Font Size": "Rozmiar czcionki" + }, + "Font Weight": { + "Font Weight": "Grubość czcionki" + }, + "Font used on the login screen": { + "Font used on the login screen": "" + }, + "Force HDR": { + "Force HDR": "Wymuś HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "" + }, + "Force Wide Color": { + "Force Wide Color": "Wymuś Szerokie Kolory" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Wymuś ciemny motyw na aplikacjach terminala" + }, + "Forecast": { + "Forecast": "Prognoza" + }, + "Forecast Days": { + "Forecast Days": "Dni prognozyz" + }, + "Forecast Not Available": { + "Forecast Not Available": "Prognoza niedostępna" + }, + "Forever": { + "Forever": "Zawsze" + }, + "Forget": { + "Forget": "Zapomnij" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "" + }, + "Forget Device": { + "Forget Device": "Zapomnij urządzenie" + }, + "Forget Network": { + "Forget Network": "Zapomnij sieć" + }, + "Forgot network %1": { + "Forgot network %1": "Zapomniano sieć %1" + }, + "Format Legend": { + "Format Legend": "Legenda formatowania" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "" + }, + "Freezing Drizzle": { + "Freezing Drizzle": "" + }, + "Frequency": { + "Frequency": "Częstotliwość" + }, + "Fruit Salad": { + "Fruit Salad": "" + }, + "Full Command:": { + "Full Command:": "Pełna komenda:" + }, + "Full Content": { + "Full Content": "" + }, + "Full Day & Month": { + "Full Day & Month": "" + }, + "Full with Year": { + "Full with Year": "" + }, + "Fullscreen": { + "Fullscreen": "" + }, + "Fullscreen Only": { + "Fullscreen Only": "" + }, + "Fully Charged": { + "Fully Charged": "" + }, + "Fun": { + "Fun": "Zabawa" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: siatka • Z/X: rozmiar" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "Monitorowanie GPU" + }, + "GPU Temperature": { + "GPU Temperature": "Temperatura GPU" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE i więcej" + }, + "Games": { + "Games": "Gry" + }, + "Gamma Control": { + "Gamma Control": "Kontrola gammy" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Kontrola gamma niedostępna. Wymaga DMS API w wersji 6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "" + }, + "Get Started": { + "Get Started": "Rozpocznij" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "" + }, + "Golden Hour": { + "Golden Hour": "Złota godzina" + }, + "Good": { + "Good": "Dobry" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Gotycki promień narożnika" + }, + "Goth Corners": { + "Goth Corners": "Gotyckie narożniki" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Stopniowe wygaszanie ekranu przed zablokowaniem z konfigurowalnym czasem opóźnienia" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, + "Graph Time Range": { + "Graph Time Range": "Zakres czasowy wykresu" + }, + "Graphics": { + "Graphics": "Grafika" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "Siatka" + }, + "Grid Columns": { + "Grid Columns": "Kolumny siatki" + }, + "Grid: OFF": { + "Grid: OFF": "Siatka: Wyłączona" + }, + "Grid: ON": { + "Grid: ON": "Siatka: Włączona" + }, + "Group": { + "Group": "Grupy" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Aplikacje obszaru roboczego grupy" + }, + "Group by App": { + "Group by App": "Grupuj według aplikacji" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Grupuj wiele okien tej samej aplikacji ze wskaźnikiem liczby okien" + }, + "Group removed": { + "Group removed": "Grupa usunięta" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Grupuj powtarzające się ikony aplikacji w nieaktywnych obszarach roboczych" + }, + "Groups": { + "Groups": "Grupy" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "Mapowanie Tonów HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "Tryb HDR jest eksperymentalny. Upewnij się że twój monitor wspiera HDR przed włączeniem." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML skopiowany do schowka" + }, + "Health": { + "Health": "Stan" + }, + "Heavy Rain": { + "Heavy Rain": "" + }, + "Heavy Snow": { + "Heavy Snow": "" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "" + }, + "Height": { + "Height": "" + }, + "Held": { + "Held": "Wstrzymane" + }, + "Help": { + "Help": "Pomoc" + }, + "Hex": { + "Hex": "Klątwa" + }, + "Hibernate": { + "Hibernate": "Hibernacja" + }, + "Hidden": { + "Hidden": "Ukryte" + }, + "Hidden (%1)": { + "Hidden (%1)": "" + }, + "Hidden Apps": { + "Hidden Apps": "" + }, + "Hidden Network": { + "Hidden Network": "Ukryta sieć" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "" + }, + "Hide": { + "Hide": "" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "" + }, + "Hide App": { + "Hide App": "" + }, + "Hide Delay": { + "Hide Delay": "Ukryj opóźnienie" + }, + "Hide Indicators": { + "Hide Indicators": "" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Ukryj Widżet Aktualizatora" + }, + "Hide When Typing": { + "Hide When Typing": "Ukryj podczas pisania" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Ukryj Gdy Otwarte Są Okna" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Ukryj kursor po czasie nieaktywności (0 = wyłączone)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Ukryj kursor podczas wciskania klawiszy klawiatury" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Ukryj kursor podczas używania dotyku" + }, + "Hide device": { + "Hide device": "" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "" + }, + "Hide on Touch": { + "Hide on Touch": "Ukryj przy dotknięciu" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Wysokiej jakości paleta, która zachowuje źródłowe odcienie." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "Historia" + }, + "History Retention": { + "History Retention": "Okres przechowywania" + }, + "History Settings": { + "History Settings": "Ustawienia Historii" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Historia została wyczyszczona. Zachowano %1 przypiętych pozycji." + }, + "Hold Duration": { + "Hold Duration": "Czas przytrzymania" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Przytrzymaj dłużej, aby potwierdzić" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Przytrzymaj, aby potwierdzić akcje zasilania" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Przytrzymaj by potwierdzić (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Przytrzymaj, aby potwierdzić (%1s)" + }, + "Home": { + "Home": "" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "Nazwa hosta" + }, + "Hot Corners": { + "Hot Corners": "Gorące Narożniki" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Tytuł nakładki skrótu klawiszowego (opcjonalnie)" + }, + "Hour": { + "Hour": "Godzina" + }, + "Hourly": { + "Hourly": "" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Jak często zmieniać tapetę" + }, + "How the background image is scaled": { + "How the background image is scaled": "" + }, + "Humidity": { + "Humidity": "Wilgotność" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "" + }, + "Hyprland Options": { + "Hyprland Options": "" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "Rozumiem" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "Adres IP:" + }, + "IP address or hostname": { + "IP address or hostname": "" + }, + "ISO Date": { + "ISO Date": "" + }, + "Icon": { + "Icon": "" + }, + "Icon Scale": { + "Icon Scale": "" + }, + "Icon Size": { + "Icon Size": "Rozmiar ikony" + }, + "Icon Size %": { + "Icon Size %": "" + }, + "Icon Theme": { + "Icon Theme": "Motyw ikon" + }, + "Idle": { + "Idle": "Bezczynna" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inhibitor bezczynności" + }, + "Idle Settings": { + "Idle Settings": "Ustawienia bezczynności" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Monitorowanie bezczynności nie jest obsługiwane - wymaga nowszej wersji Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Jeśli pole jest ukryte pokaże się gdy klawisz zostanie wciśnięty." + }, + "Ignore Completely": { + "Ignore Completely": "" + }, + "Image": { + "Image": "Zdjęcie" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Obraz skopiowany do schowka" + }, + "Import": { + "Import": "Importuj" + }, + "Import VPN": { + "Import VPN": "Importuj VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Nieaktywny kolor monitora" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Uwzględnij przejścia" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "" + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Załadowano niekompatybilne pluginy" + }, + "Incorrect password": { + "Incorrect password": "Niepoprawne hasło" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Styl wskaźnika" + }, + "Individual Batteries": { + "Individual Batteries": "Pojedyncze akumulatory" + }, + "Individual bar configuration": { + "Individual bar configuration": "Indywidualna konfiguracja paska" + }, + "Info": { + "Info": "Informacje" + }, + "Inherit": { + "Inherit": "Dziedzicz" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "" + }, + "Input Devices": { + "Input Devices": "Urządzenia wejściowe" + }, + "Input Volume Slider": { + "Input Volume Slider": "Suwak Głośności Wejściowej" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Instaluj" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "Instalowanie Wtyczki" + }, + "Install Theme": { + "Install Theme": "Instalowanie Motywu" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Zainstaluj motywy z rejestru DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "Instalacja nie powiodła się: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Zainstaluj matugen dla dynamiczych motywów" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Zainstalować wtyczkę '%1' z rejestru DMS?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Instaluj wtyczki z rejestru wtyczek DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Zainstalować motyw '%1' z rejestru DMS?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "Zainstalowano" + }, + "Installed: %1": { + "Installed: %1": "Zainstalowano: %1" + }, + "Installing: %1": { + "Installing: %1": "Instalowanie: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Inteligentne autoukrywanie" + }, + "Intensity": { + "Intensity": "Intensywność" + }, + "Interface:": { + "Interface:": "Interfejs:" + }, + "Interlock Open": { + "Interlock Open": "Blokada otwarta" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Interwał" + }, + "Invalid configuration": { + "Invalid configuration": "Nieprawidłowa konfiguracja" + }, + "Invert on mode change": { + "Invert on mode change": "Odwróć przy zmianie trybu" + }, + "Iris Bloom": { + "Iris Bloom": "" + }, + "Isolate Displays": { + "Isolate Displays": "Izoluj Wyświetlacze" + }, + "Jobs": { + "Jobs": "Zadania" + }, + "Jobs: ": { + "Jobs: ": "Zadania: " + }, + "Keep Awake": { + "Keep Awake": "Utrzymuj aktywność" + }, + "Keep Changes": { + "Keep Changes": "Zachowaj zmiany" + }, + "Keeping Awake": { + "Keeping Awake": "Utrzymywanie aktywności" + }, + "Kernel": { + "Kernel": "Jądro" + }, + "Key": { + "Key": "Klawisz" + }, + "Keybind Sources": { + "Keybind Sources": "Źródła " + }, + "Keybinds": { + "Keybinds": "Skróty klawiszowe" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Ustawienia wyszukiwania skrótów klawiszowych" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Nazwa układu klawiatury" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Skróty klawiaturowe" + }, + "Keys": { + "Keys": "Klawiatura" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "Zabij proces" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "Urządzenie LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "" + }, + "Largest": { + "Largest": "" + }, + "Last hour": { + "Last hour": "Ostatnia godzina" + }, + "Last launched %1": { + "Last launched %1": "Ostatnio uruchomiony %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "Ostatni uruchomiony właśnie teraz" + }, + "Latitude": { + "Latitude": "Szerokość geograficzna" + }, + "Launch": { + "Launch": "Uruchom" + }, + "Launch Prefix": { + "Launch Prefix": "Prefiks uruchomienia" + }, + "Launch on dGPU": { + "Launch on dGPU": "Uruchom na dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "Program uruchamiający" + }, + "Launcher Button": { + "Launcher Button": "" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Logo przycisku programu uruchamiającego" + }, + "Layout": { + "Layout": "Układ" + }, + "Layout Overrides": { + "Layout Overrides": "Nadpisywanie Układu" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "Lewa" + }, + "Left Center": { + "Left Center": "" + }, + "Left Section": { + "Left Section": "Sekcja lewa" + }, + "Light Direction": { + "Light Direction": "" + }, + "Light Mode": { + "Light Mode": "Jasny Motyw" + }, + "Light Rain": { + "Light Rain": "" + }, + "Light Snow": { + "Light Snow": "" + }, + "Light Snow Showers": { + "Light Snow Showers": "" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "Liniowy" + }, + "Lines: %1": { + "Lines: %1": "Linie: %1" + }, + "List": { + "List": "Lista" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Żywa paleta z nasyconymi akcentami." + }, + "Load Average": { + "Load Average": "Średnie obciążenie" + }, + "Loading codecs...": { + "Loading codecs...": "Ładowanie kodeków..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Ładowanie skrótów klawiszowych..." + }, + "Loading trending...": { + "Loading trending...": "" + }, + "Loading...": { + "Loading...": "Wczytywanie..." + }, + "Local": { + "Local": "Lokalna" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "Lokalizacja" + }, + "Location Search": { + "Location Search": "Wyszukiwanie lokalizacji" + }, + "Lock": { + "Lock": "Zablokuj" + }, + "Lock Screen": { + "Lock Screen": "Ekran blokady" + }, + "Lock Screen Display": { + "Lock Screen Display": "Wyświetlanie ekranu blokady" + }, + "Lock Screen Format": { + "Lock Screen Format": "Format ekranu blokady" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Zachowanie ekranu blokady" + }, + "Lock Screen layout": { + "Lock Screen layout": "Układ ekranu blokady" + }, + "Lock at startup": { + "Lock at startup": "" + }, + "Lock before suspend": { + "Lock before suspend": "Zablokuj przed wstrzymaniem" + }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "Zablokowane" + }, + "Log Out": { + "Log Out": "Wyloguj" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "Długi" + }, + "Long Text": { + "Long Text": "Długi tekst" + }, + "Long press": { + "Long press": "Długie naciśnięcie" + }, + "Longitude": { + "Longitude": "Długość geograficzna" + }, + "Low Priority": { + "Low Priority": "Niski priorytet" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Zarządzaj i konfiguruj wtyczki rozszerzające funkcjonalność DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Zarządzaj maksymalnie 4 niezależnymi konfiguracjami pasków. Każdy pasek ma własną pozycję, widżety, styl i przypisanie do wyświetlacza." + }, + "Management": { + "Management": "Zarządzanie" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "" + }, + "Manual": { + "Manual": "" + }, + "Manual Coordinates": { + "Manual Coordinates": "Ręczne współrzędne" + }, + "Manual Direction": { + "Manual Direction": "" + }, + "Manual Gap Size": { + "Manual Gap Size": "Ręczny rozmiar odstępu" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Ręczne pokazywanie/ukrywanie" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "" + }, + "Margin": { + "Margin": "Margines" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Brak materiału eksploatacyjnego" + }, + "Marker Supply Low": { + "Marker Supply Low": "Niski poziom materiału eksploatacyjnego" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Pojemnik na zużyty materiał prawie pełny" + }, + "Marker Waste Full": { + "Marker Waste Full": "Pojemnik na zużyty materiał pełny" + }, + "Match Criteria": { + "Match Criteria": "" + }, + "Matches profile: %1": { + "Matches profile: %1": "" + }, + "Material Colors": { + "Material Colors": "Kolory Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Motywy inspirowane Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Kolory Material wygenerowane z tapety" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Brak Matugen" + }, + "Matugen Palette": { + "Matugen Palette": "Paleta Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Monitor docelowy Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Szablony Matugen" + }, + "Max Edges": { + "Max Edges": "" + }, + "Max H": { + "Max H": "" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "" + }, + "Max Running Apps": { + "Max Running Apps": "" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "" + }, + "Max Volume": { + "Max Volume": "" + }, + "Max W": { + "Max W": "" + }, + "Max apps to show": { + "Max apps to show": "Maksymalna liczba aplikacji do pokazania" + }, + "Max to Edges": { + "Max to Edges": "" + }, + "Maximize": { + "Maximize": "" + }, + "Maximize Detection": { + "Maximize Detection": "Wykrywanie maksymalizacji" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Maksymalny rozmiar wpisu" + }, + "Maximum History": { + "Maximum History": "Maksymalna historia" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Maksymalna ilość przypiętych pozycji" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Maksymalna liczba wpisów schowka" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Maksymalna liczba wpisów, które mogą być zachowane" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Osiągnięto maksymalną liczbę wpisów" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Maksymalny rozmiar per wpis schowka" + }, + "Media": { + "Media": "Media" + }, + "Media Controls": { + "Media Controls": "Sterowanie mediami" + }, + "Media Empty": { + "Media Empty": "Brak nośnika" + }, + "Media Jam": { + "Media Jam": "Zacięcie nośnika" + }, + "Media Low": { + "Media Low": "Niski poziom nośnika" + }, + "Media Needed": { + "Media Needed": "Wymagany nośnik" + }, + "Media Playback": { + "Media Playback": "" + }, + "Media Player": { + "Media Player": "Odtwarzacz multimedialny" + }, + "Media Player Settings": { + "Media Player Settings": "Ustawienia odtwarzacza multimediów" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "Odtwarzacze multimediów (" + }, + "Media Volume": { + "Media Volume": "Głośność Multimediów" + }, + "Medium": { + "Medium": "Średni" + }, + "Memory": { + "Memory": "Pamięć" + }, + "Memory Graph": { + "Memory Graph": "Wykres pamięci" + }, + "Memory Usage": { + "Memory Usage": "Użycie pamięci" + }, + "Memory usage indicator": { + "Memory usage indicator": "Wskaźnik zużycia pamięci" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Wiadomość" + }, + "Message Content": { + "Message Content": "" + }, + "Microphone": { + "Microphone": "Mikrofon" + }, + "Microphone Mute": { + "Microphone Mute": "Wyciszenie mikrofonu" + }, + "Microphone Volume": { + "Microphone Volume": "Głośność Mikrofonu" + }, + "Microphone settings": { + "Microphone settings": "Ustawienia mikrofonu" + }, + "Microphone volume control": { + "Microphone volume control": "Kontrola głośności mikrofonu" + }, + "Middle Section": { + "Middle Section": "Sekcja środkowa" + }, + "Min H": { + "Min H": "" + }, + "Min W": { + "Min W": "" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Minimalna paleta zbudowana wokół jednego odcienia." + }, + "Minute": { + "Minute": "Minuta" + }, + "Mirror Display": { + "Mirror Display": "Wyświetlacz Lustrzany" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "" + }, + "Modal Background": { + "Modal Background": "Tło Okna Dialogowego" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "" + }, + "Mode": { + "Mode": "Tryb" + }, + "Mode:": { + "Mode:": "Tryb:" + }, + "Model": { + "Model": "Model" + }, + "Modified": { + "Modified": "Zmodyfikowane" + }, + "Modular widget bar": { + "Modular widget bar": "" + }, + "Monitor": { + "Monitor": "" + }, + "Monitor Configuration": { + "Monitor Configuration": "Konfiguracja monitora" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Monitor, którego tapeta steruje dynamicznymi kolorami motywu" + }, + "Monochrome": { + "Monochrome": "" + }, + "Monocle": { + "Monocle": "Monokl" + }, + "Monospace Font": { + "Monospace Font": "Czcionka o stałej szerokości" + }, + "Month Date": { + "Month Date": "" + }, + "Morning": { + "Morning": "Poranek" + }, + "Mount Points": { + "Mount Points": "Punkty montowania" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "" + }, + "Move": { + "Move": "" + }, + "Move Widget": { + "Move Widget": "Przesuń Widżet" + }, + "Moving to Paused": { + "Moving to Paused": "Przechodzenie w stan wstrzymania" + }, + "Multi-Monitor": { + "Multi-Monitor": "" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "" + }, + "Mute Popups": { + "Mute Popups": "" + }, + "Mute popups for %1": { + "Mute popups for %1": "" + }, + "Muted": { + "Muted": "" + }, + "Muted Apps": { + "Muted Apps": "" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Wyciszona paleta ze stonowanymi, uspokajającymi tonami." + }, + "NM not supported": { + "NM not supported": "NM nie jest obsługiwany" + }, + "Name": { + "Name": "Nazwa" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Ikony nazwanych obszarów roboczych" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "Nawigacja" + }, + "Network": { + "Network": "Sieć" + }, + "Network Graph": { + "Network Graph": "Wykres Sieci" + }, + "Network Info": { + "Network Info": "Informacje o sieci" + }, + "Network Information": { + "Network Information": "Informacje sieciowe" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Nazwa sieci (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Monitor prędkości sieci" + }, + "Network Status": { + "Network Status": "Stan sieci" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Wyświetlanie prędkości pobierania i wysyłania sieci" + }, + "Neutral": { + "Neutral": "" + }, + "Never": { + "Never": "Nigdy" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "Nowy" + }, + "New Key": { + "New Key": "Nowy klucz" + }, + "New Keybind": { + "New Keybind": "Nowy skrót klawiszowy" + }, + "New Notification": { + "New Notification": "Nowe powiadomienie" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "" + }, + "New York, NY": { + "New York, NY": "Nowy Jork, NY" + }, + "New group name...": { + "New group name...": "Nowa nazwa grupy..." + }, + "Next": { + "Next": "" + }, + "Next Transition": { + "Next Transition": "Następne Przejście" + }, + "Night": { + "Night": "Noc" + }, + "Night Mode": { + "Night Mode": "Tryb nocny" + }, + "Night Temperature": { + "Night Temperature": "Temperatura w nocy" + }, + "Night mode & gamma": { + "Night mode & gamma": "Tryb nocny i gamma" + }, + "Niri Integration": { + "Niri Integration": "Integracja Niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Nadpisywanie Układów Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Akcje kompozytora Niri (skupienie, ruch itp.)" + }, + "No": { + "No": "Nie" + }, + "No Active Players": { + "No Active Players": "Brak aktywnych odtwarzaczy" + }, + "No Anim": { + "No Anim": "" + }, + "No Background": { + "No Background": "Brak tła" + }, + "No Battery": { + "No Battery": "" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Nie znaleziono adaptera Bluetooth" + }, + "No Blur": { + "No Blur": "" + }, + "No Border": { + "No Border": "" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Nie skonfigurowano żadnych skrótów DMS" + }, + "No Dim": { + "No Dim": "" + }, + "No Focus": { + "No Focus": "" + }, + "No GPU detected": { + "No GPU detected": "Nie wykryto GPU" + }, + "No GPUs detected": { + "No GPUs detected": "" + }, + "No History": { + "No History": "" + }, + "No Media": { + "No Media": "Brak mediów" + }, + "No Round": { + "No Round": "" + }, + "No Rounding": { + "No Rounding": "" + }, + "No Shadow": { + "No Shadow": "" + }, + "No VPN profiles": { + "No VPN profiles": "Brak profili VPN" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "Brak danych pogodowych" + }, + "No Weather Data Available": { + "No Weather Data Available": "Brak danych pogodowych" + }, + "No action": { + "No action": "Brak działania" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "" + }, + "No adapters": { + "No adapters": "Brak adapterów" + }, + "No app customizations.": { + "No app customizations.": "" + }, + "No apps found": { + "No apps found": "" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "" + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "" + }, + "No battery": { + "No battery": "Brak baterii" + }, + "No brightness devices available": { + "No brightness devices available": "Brak dostępnych urządzeń jasności" + }, + "No changes": { + "No changes": "Bez zmian" + }, + "No checks passed": { + "No checks passed": "" + }, + "No custom theme file": { + "No custom theme file": "Brak niestandardowego pliku motywu" + }, + "No devices": { + "No devices": "" + }, + "No devices connected": { + "No devices connected": "" + }, + "No devices found": { + "No devices found": "Nie znaleziono urządzeń" + }, + "No disk data": { + "No disk data": "Brak danych o dysku" + }, + "No disk data available": { + "No disk data available": "Brak danych o dysku" + }, + "No drivers found": { + "No drivers found": "Nie znaleziono sterowników" + }, + "No errors": { + "No errors": "Brak błędów" + }, + "No features enabled": { + "No features enabled": "Brak włączonych funkcji" + }, + "No files found": { + "No files found": "Nie znaleziono plików" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "" + }, + "No hidden apps.": { + "No hidden apps.": "" + }, + "No info items": { + "No info items": "" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "" + }, + "No input devices found": { + "No input devices found": "" + }, + "No items added yet": { + "No items added yet": "Nie dodano jeszcze żadnych elementów" + }, + "No keybinds found": { + "No keybinds found": "Nie znaleziono skrótów klawiszowych" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "" + }, + "No match criteria": { + "No match criteria": "" + }, + "No matches": { + "No matches": "Brak wyników" + }, + "No matching processes": { + "No matching processes": "" + }, + "No monitors": { + "No monitors": "" + }, + "No mount points found": { + "No mount points found": "" + }, + "No output device": { + "No output device": "" + }, + "No output devices found": { + "No output devices found": "" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "" + }, + "No plugins found": { + "No plugins found": "Nie znaleziono wtyczek" + }, + "No plugins found.": { + "No plugins found.": "Nie znaleziono wtyczek." + }, + "No printer found": { + "No printer found": "Nie znaleziono drukarki" + }, + "No printers configured": { + "No printers configured": "Brak skonfigurowanych drukarek" + }, + "No printers found": { + "No printers found": "Nie znaleziono drukarek" + }, + "No profiles": { + "No profiles": "" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "" + }, + "No results found": { + "No results found": "" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "Nie znaleziono motywów" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Motywy nie są zainstalowane. Przeglądaj by zainstalować motywy z rejestru." + }, + "No trigger": { + "No trigger": "" + }, + "No video found in folder": { + "No video found in folder": "" + }, + "No wallpaper selected": { + "No wallpaper selected": "Nie wybrano tapety" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "" + }, + "No warnings": { + "No warnings": "Brak ostrzeżeń" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "" + }, + "No widgets available": { + "No widgets available": "Brak dostępnych widżetów" + }, + "No widgets match your search": { + "No widgets match your search": "Żaden widżet nie pasuje do wyszukiwania" + }, + "No window rules configured": { + "No window rules configured": "" + }, + "None": { + "None": "Brak" + }, + "Normal": { + "Normal": "Normalny" + }, + "Normal Font": { + "Normal Font": "Czcionka normalna" + }, + "Normal Priority": { + "Normal Priority": "Normalny priorytet" + }, + "Not available": { + "Not available": "Niedostępne" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "Nie połączono" + }, + "Not detected": { + "Not detected": "Nie wykryto" + }, + "Not paired": { + "Not paired": "" + }, + "Not set": { + "Not set": "" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Notatka: ta opcja zmienia tylko procent, nie ogranicza ładowania." + }, + "Notepad": { + "Notepad": "Notatnik" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Ustawienia czcionki notatnika" + }, + "Notepad Slideout": { + "Notepad Slideout": "Wysuwany notatnik" + }, + "Nothing": { + "Nothing": "" + }, + "Nothing to see here": { + "Nothing to see here": "Nic tu nie ma" + }, + "Notification Center": { + "Notification Center": "Centrum powiadomień" + }, + "Notification Display": { + "Notification Display": "Wyświetlanie powiadomień" + }, + "Notification Overlay": { + "Notification Overlay": "Nakładka powiadomień" + }, + "Notification Popups": { + "Notification Popups": "Wyskakujące powiadomienia" + }, + "Notification Rules": { + "Notification Rules": "" + }, + "Notification Settings": { + "Notification Settings": "Ustawienia powiadomień" + }, + "Notification Timeouts": { + "Notification Timeouts": "Limity czasu powiadomień" + }, + "Notification toast popups": { + "Notification toast popups": "Wyskakujące okienka powiadomień" + }, + "Notifications": { + "Notifications": "Powiadomienia" + }, + "Numbers": { + "Numbers": "Liczby" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "Logo OS" + }, + "OSD Position": { + "OSD Position": "Pozycja OSD" + }, + "Occupied Color": { + "Occupied Color": "" + }, + "Off": { + "Off": "Wyłączony" + }, + "Office": { + "Office": "Biuro" + }, + "Offline": { + "Offline": "" + }, + "Offline Report": { + "Offline Report": "Raport offline" + }, + "Older": { + "Older": "Starsze" + }, + "On": { + "On": "" + }, + "On-Demand": { + "On-Demand": "" + }, + "On-Screen Displays": { + "On-Screen Displays": "Wyświetlacze ekranowe" + }, + "On-screen Displays": { + "On-screen Displays": "Powiadomienia ekranowe" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Dostosuj gamma tylko na podstawie reguł czasu lub lokalizacji." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Pokaż tylko okna z aktualnego monitora na każdym doku" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Widoczne tylko wtedy, gdy system obsługuje hibernację" + }, + "Opacity": { + "Opacity": "Przezroczystość" + }, + "Opaque": { + "Opaque": "" + }, + "Open": { + "Open": "Otwórz" + }, + "Open App": { + "Open App": "" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "" + }, + "Open Notepad File": { + "Open Notepad File": "Otwórz plik" + }, + "Open a new note": { + "Open a new note": "" + }, + "Open folder": { + "Open folder": "" + }, + "Open in Browser": { + "Open in Browser": "" + }, + "Open in terminal": { + "Open in terminal": "" + }, + "Open search bar to find text": { + "Open search bar to find text": "Otwórz pasek wyszukiwania, aby znaleźć tekst" + }, + "Open with...": { + "Open with...": "Otwórz za pomocą..." + }, + "Opening SMS": { + "Opening SMS": "Otwieranie SMS" + }, + "Opening SMS app": { + "Opening SMS app": "Otwieranie aplikacji do SMS-ów" + }, + "Opening file browser": { + "Opening file browser": "Otwieranie przeglądarki plików" + }, + "Opening files": { + "Opening files": "" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "Opcjonalny opis" + }, + "Optional location": { + "Optional location": "Opcjonalna lokalizacja" + }, + "Options": { + "Options": "Opcje" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "" + }, + "Original: %1": { + "Original: %1": "" + }, + "Other": { + "Other": "Inne" + }, + "Outline": { + "Outline": "" + }, + "Output": { + "Output": "" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Obszar wyjściowy prawie pełny" + }, + "Output Area Full": { + "Output Area Full": "Obszar wyjściowy pełny" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "" + }, + "Output Tray Missing": { + "Output Tray Missing": "Brak tacy wyjściowej" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Wyjścia zawierają brakujące" + }, + "Overcast": { + "Overcast": "" + }, + "Overflow": { + "Overflow": "" + }, + "Overridden by config": { + "Overridden by config": "Nadpisane przez konfigurację" + }, + "Override": { + "Override": "Prześcigać" + }, + "Override Border Size": { + "Override Border Size": "Nadpisz szerokość obramowania" + }, + "Override Corner Radius": { + "Override Corner Radius": "Nadpisz Promień Narożnika" + }, + "Override Gaps": { + "Override Gaps": "Nadpisz Odstępy" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Nadpisz globalne ustawienia układu dla tego wyjścia" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "Nadpisuje" + }, + "Overview": { + "Overview": "Podgląd" + }, + "Overview of your network connections": { + "Overview of your network connections": "Przegląd połączeń sieciowych" + }, + "Overwrite": { + "Overwrite": "Nadpisz" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "" + }, + "Pad Hours": { + "Pad Hours": "" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "Dopełnienie" + }, + "Pair": { + "Pair": "Paruj" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Paruj urządzenie Bluetooth" + }, + "Paired": { + "Paired": "Sparowane" + }, + "Pairing": { + "Pairing": "" + }, + "Pairing failed": { + "Pairing failed": "Parowanie nieudane" + }, + "Pairing request from": { + "Pairing request from": "" + }, + "Pairing request sent": { + "Pairing request sent": "" + }, + "Pairing requested": { + "Pairing requested": "" + }, + "Pairing...": { + "Pairing...": "Parowanie..." + }, + "Partly Cloudy": { + "Partly Cloudy": "" + }, + "Passkey:": { + "Passkey:": "Klucz dostępu:" + }, + "Password": { + "Password": "Hasło" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "" + }, + "Pattern": { + "Pattern": "" + }, + "Pause": { + "Pause": "Wstrzymaj" + }, + "Paused": { + "Paused": "Wstrzymano" + }, + "Pending": { + "Pending": "Oczekujące" + }, + "Pending Charge": { + "Pending Charge": "" + }, + "Pending Discharge": { + "Pending Discharge": "" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Tapety dla każdego trybu" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Tapety dla każdego monitora" + }, + "Per-screen config": { + "Per-screen config": "" + }, + "Percentage": { + "Percentage": "Procent" + }, + "Performance": { + "Performance": "" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Odmowa uprawnień do ustawienia zdjęcia profilowego." + }, + "Personalization": { + "Personalization": "Personalizacja" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "" + }, + "Phone number": { + "Phone number": "Numer telefonu" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "" + }, + "Pin": { + "Pin": "Przypnij" + }, + "Pin to Dock": { + "Pin to Dock": "Przypnij do doku" + }, + "Ping": { + "Ping": "" + }, + "Ping sent": { + "Ping sent": "Wysłano ping" + }, + "Ping sent to": { + "Ping sent to": "Ping został wysłany na" + }, + "Pinned": { + "Pinned": "Przypięte" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "" + }, + "Pixelate": { + "Pixelate": "" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Umieść tutaj katalogi wtyczek. Każda wtyczka powinna zawierać plik manifestu plugin.json." + }, + "Place plugins in %1": { + "Place plugins in %1": "Umieść wtyczki w %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Odtwórz dźwięk, gdy nadejdzie nowe powiadomienie" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Odtwórz dźwięk po podłączeniu zasilania" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Odtwarzaj dźwięk przy zmianie głośności" + }, + "Play sounds for system events": { + "Play sounds for system events": "Odtwarzaj dźwięki zdarzeń systemowych" + }, + "Playback": { + "Playback": "Odtwarzanie" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "" + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "Wpięty do zasilania" + }, + "Plugged in": { + "Plugged in": "Wpięto" + }, + "Plugin": { + "Plugin": "Wtyczka" + }, + "Plugin Directory": { + "Plugin Directory": "Katalog Wtyczek" + }, + "Plugin Management": { + "Plugin Management": "Zarządzenie Wtyczkami" + }, + "Plugin Visibility": { + "Plugin Visibility": "" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Wtyczka jest wyłączona – włącz ją w ustawieniach Wtyczek, aby jej używać" + }, + "Plugins": { + "Plugins": "Wtyczki" + }, + "Pointer": { + "Pointer": "Wskaźnik" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "" + }, + "Popup Only": { + "Popup Only": "" + }, + "Popup Position": { + "Popup Position": "Pozycja wyskakującego okienka" + }, + "Popup Shadow": { + "Popup Shadow": "" + }, + "Popup Transparency": { + "Popup Transparency": "Przezroczystość wyskakującego okienka" + }, + "Popup behavior, position": { + "Popup behavior, position": "" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "" + }, + "Position": { + "Position": "Pozycja" + }, + "Position, pinned apps": { + "Position, pinned apps": "Pozycja, przypięte aplikacje" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Możliwe konflikty nadpisywania" + }, + "Power": { + "Power": "Zasilanie" + }, + "Power & Security": { + "Power & Security": "Zasilanie i bezpieczeństwo" + }, + "Power & Sleep": { + "Power & Sleep": "Zasilanie i Usypianie" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Potwierdzenie działania zasilania" + }, + "Power Menu Customization": { + "Power Menu Customization": "Dostosowywanie menu zasilania" + }, + "Power Off": { + "Power Off": "Wyłącz komputer" + }, + "Power Options": { + "Power Options": "Opcje zasilania" + }, + "Power Profile": { + "Power Profile": "Profil mocy" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Pogorszenie profilu zasilania" + }, + "Power Saver": { + "Power Saver": "" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Wyłącz monitory przy zablokowanym ekranie" + }, + "Power profile management available": { + "Power profile management available": "Zarządzanie profilami zasilania dostępne" + }, + "Power source": { + "Power source": "Źródło zasilania" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "" + }, + "Precipitation": { + "Precipitation": "" + }, + "Precipitation Chance": { + "Precipitation Chance": "Prawdopodobieństwo opadów" + }, + "Preference": { + "Preference": "Ustawienie" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Predefiniowane szerokości (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "" + }, + "Press key...": { + "Press key...": "Naciśnij klawisz..." + }, + "Pressure": { + "Pressure": "Ciśnienie" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Zapobiegaj wygaszaniu ekranu" + }, + "Preview": { + "Preview": "" + }, + "Primary": { + "Primary": "Główny" + }, + "Primary Container": { + "Primary Container": "" + }, + "Print Server Management": { + "Print Server Management": "Zarządzanie Serwerem Drukowania" + }, + "Print Server not available": { + "Print Server not available": "Serwer wydruku niedostępny" + }, + "Printer": { + "Printer": "Drukarka" + }, + "Printer Classes": { + "Printer Classes": "Klasy drukarek" + }, + "Printer created successfully": { + "Printer created successfully": "Drukarka utworzona pomyślnie" + }, + "Printer deleted": { + "Printer deleted": "Drukarka usunięta" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Nazwa drukarki (bez spacji)" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "Drukarki" + }, + "Printers: ": { + "Printers: ": "Drukarki: " + }, + "Prioritize performance": { + "Prioritize performance": "" + }, + "Priority": { + "Priority": "" + }, + "Privacy Indicator": { + "Privacy Indicator": "Wskaźnik prywatności" + }, + "Privacy Mode": { + "Privacy Mode": "" + }, + "Private Key Password": { + "Private Key Password": "Hasło klucza prywatnego" + }, + "Process Count": { + "Process Count": "Liczba procesów" + }, + "Processes": { + "Processes": "Procesy" + }, + "Processes:": { + "Processes:": "Procesy:" + }, + "Processing": { + "Processing": "Przetwarzanie" + }, + "Profile Image Error": { + "Profile Image Error": "Błąd zdjęcia profilowego" + }, + "Profile activated: %1": { + "Profile activated: %1": "" + }, + "Profile deleted": { + "Profile deleted": "" + }, + "Profile error": { + "Profile error": "" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Zdjęcie profilowe jest za duże. Użyj mniejszego zdjęcia." + }, + "Profile name": { + "Profile name": "" + }, + "Profile not found": { + "Profile not found": "" + }, + "Profile saved: %1": { + "Profile saved: %1": "" + }, + "Protocol": { + "Protocol": "Protokół" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Szybki dostęp do uruchamiania aplikacji" + }, + "Quick access to color picker": { + "Quick access to color picker": "Szybki dostęp do próbnika kolorów" + }, + "Quick access to notepad": { + "Quick access to notepad": "Szybki dostęp do notatnika" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Wysuwany panel szybkiego sporządzania notatek" + }, + "Quick system toggles": { + "Quick system toggles": "" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "" + }, + "Rain": { + "Rain": "" + }, + "Rain Chance": { + "Rain Chance": "Szansa na deszcz" + }, + "Rainbow": { + "Rainbow": "" + }, + "Random": { + "Random": "" + }, + "Rate": { + "Rate": "Prędkość" + }, + "Read:": { + "Read:": "Odczyt:" + }, + "Reason": { + "Reason": "Powód" + }, + "Reboot": { + "Reboot": "Uruchom ponownie" + }, + "Recent Colors": { + "Recent Colors": "Ostatnie kolory" + }, + "Recently Used Apps": { + "Recently Used Apps": "Ostatnio używane aplikacje" + }, + "Recommended available": { + "Recommended available": "Zalecane dostępne" + }, + "Refresh": { + "Refresh": "Odśwież" + }, + "Refresh Weather": { + "Refresh Weather": "Odśwież pogodę" + }, + "Regex": { + "Regex": "" + }, + "Reject": { + "Reject": "Odrzuć" + }, + "Reject Jobs": { + "Reject Jobs": "Odrzucaj zadania" + }, + "Release": { + "Release": "" + }, + "Reload Plugin": { + "Reload Plugin": "Wczytaj ponownie wtyczkę" + }, + "Remaining": { + "Remaining": "" + }, + "Remaining / Total": { + "Remaining / Total": "" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "" + }, + "Remember last user": { + "Remember last user": "" + }, + "Remove": { + "Remove": "Usuń" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Usuń odstępy i ramkę gdy okna są zmaksymalizowane" + }, + "Rename": { + "Rename": "" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "" + }, + "Repeat": { + "Repeat": "Powtórz" + }, + "Replacement": { + "Replacement": "" + }, + "Report": { + "Report": "Raport" + }, + "Request Pairing": { + "Request Pairing": "Sparuj" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Wymagaj przytrzymania przycisku/klawisza, aby potwierdzić wyłączenie, ponowne uruchomienie, wstrzymanie, hibernację i wylogowanie" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "Wymaga %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Wymaga narzędzia 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "Wymaga DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Wymaga kompozytora DWL" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Wymaga wsparcia dla trybu nocnego" + }, + "Reset": { + "Reset": "Resetuj" + }, + "Reset Position": { + "Reset Position": "Resetuj pozycję" + }, + "Reset Size": { + "Reset Size": "Resetuj rozmiar" + }, + "Reset to default name": { + "Reset to default name": "" + }, + "Resize Widget": { + "Resize Widget": "Zmień rozmiar widżetu" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Rozdzielczość i odświeżanie" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Rozdzielczość, pozycja, skalowanie" + }, + "Restart DMS": { + "Restart DMS": "Uruchom ponownie DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Uruchom ponownie DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "" + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "Wznów" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Odwróć Kierunek Przewijania" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Odwróc kierunek przełączania obszarów roboczych podczas przewijania nad paskiem" + }, + "Revert": { + "Revert": "Odwracać" + }, + "Right": { + "Right": "Prawo" + }, + "Right Center": { + "Right Center": "" + }, + "Right Section": { + "Right Section": "Sekcja prawa" + }, + "Right Tiling": { + "Right Tiling": "Prawe kafelkowanie" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Kliknij prawym i przeciągnij na widżecie" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Kliknij prawy i przeciągnij dolny prawy róg" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Kliknij prawym przyciskiem myszy pasek widżetu, aby przejść do następnego" + }, + "Ring": { + "Ring": "Zadzwoń" + }, + "Ringing": { + "Ringing": "Dzwonienie" + }, + "Ripple Effects": { + "Ripple Effects": "" + }, + "Root Filesystem": { + "Root Filesystem": "Główny System Plików" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Zaokrąglone narożniki okien" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "" + }, + "Rule": { + "Rule": "" + }, + "Rule Name": { + "Rule Name": "" + }, + "Rules (%1)": { + "Rules (%1)": "" + }, + "Run Again": { + "Run Again": "Uruchom ponownie" + }, + "Run DMS Templates": { + "Run DMS Templates": "Wykonaj szablony DMS" + }, + "Run User Templates": { + "Run User Templates": "Uruchom szablony użytkownika" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Uruchom program (np. Firefox, Kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Uruchom polecenie powłoki (np. notification-send)" + }, + "Running Apps": { + "Running Apps": "Uruchomione aplikacje" + }, + "Running Apps Settings": { + "Running Apps Settings": "Ustawienia uruchomionych aplikacji" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "Jasność SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Saturacja SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Zapisz" + }, + "Save Notepad File": { + "Save Notepad File": "Zapisz plik notatnika" + }, + "Save QR Code": { + "Save QR Code": "" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Zapisuj w historii odrzucone powiadomienia" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Zapisuj w historii powiadomienia o niskim priorytecie" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Zapisuj w historii powiadomienia o normalnym priorytecie" + }, + "Save password": { + "Save password": "Zapisz hasło" + }, + "Saved": { + "Saved": "Zapisano" + }, + "Saved Configurations": { + "Saved Configurations": "Zapisane konfiguracje" + }, + "Saved Note": { + "Saved Note": "" + }, + "Saved item deleted": { + "Saved item deleted": "Usunięto zapisany element" + }, + "Saving...": { + "Saving...": "" + }, + "Scale": { + "Scale": "Skala" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Skaluj rozmiary czcionek DankBar niezależnie" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Skaluj wszystkie rozmiary czcionek w całej powłoce" + }, + "Scan": { + "Scan": "Skanuj" + }, + "Scanning": { + "Scanning": "Skanowanie" + }, + "Scanning...": { + "Scanning...": "Skanowanie..." + }, + "Science": { + "Science": "Nauka" + }, + "Score": { + "Score": "" + }, + "Screen Sharing": { + "Screen Sharing": "Udostępnianie ekranu" + }, + "Screen sharing": { + "Screen sharing": "Udostępnianie ekranu" + }, + "Scroll": { + "Scroll": "" + }, + "Scroll Factor": { + "Scroll Factor": "" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "Kółko przewijania" + }, + "Scroll song title": { + "Scroll song title": "Przewiń tytuł piosenki" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Przewijaj tytuł jeśli nie mieści się w widżecie" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Zachowanie kółka przewijania w widżecie multimediów" + }, + "Scrolling": { + "Scrolling": "Przewijanie" + }, + "Search App Actions": { + "Search App Actions": "" + }, + "Search Options": { + "Search Options": "" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" + }, + "Search for a location...": { + "Search for a location...": "Szukaj lokalizacji..." + }, + "Search keybinds...": { + "Search keybinds...": "Wyszukaj skróty klawiszowe..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "" + }, + "Search plugins...": { + "Search plugins...": "Szukaj wtyczek..." + }, + "Search processes...": { + "Search processes...": "Szukanie procesów..." + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "Szukaj motywów..." + }, + "Search widgets...": { + "Search widgets...": "Szukaj widżetów..." + }, + "Search...": { + "Search...": "Szukaj..." + }, + "Searching...": { + "Searching...": "Wyszukiwanie..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "Drugorzędny" + }, + "Secured": { + "Secured": "Zabezpieczona" + }, + "Security": { + "Security": "Bezpieczeństwo" + }, + "Security & privacy": { + "Security & privacy": "Bezpieczeństwo i prywatność" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "" + }, + "Select Application": { + "Select Application": "Wybierz aplikację" + }, + "Select Bar": { + "Select Bar": "Wybierz pasek" + }, + "Select Custom Theme": { + "Select Custom Theme": "Wybierz niestandardowy motyw" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "" + }, + "Select File to Send": { + "Select File to Send": "" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Wybierz logo launchera" + }, + "Select Profile Image": { + "Select Profile Image": "Wybierz obraz profilowy" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "Wybierz tapetę" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Wybierz katalog z tapetami" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Wybierz kolor z palety lub użyj niestandardowych suwaków" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Wybierz widżet do dodania na pulpit. Każdy widżet jest osobną instancją z własnymi ustawieniami." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Wybierz widżet do dodania. W razie potrzeby można dodać wiele instancji tego samego widżetu." + }, + "Select a window...": { + "Select a window...": "" + }, + "Select an image file...": { + "Select an image file...": "Wybierz plik obrazu..." + }, + "Select at least one provider": { + "Select at least one provider": "" + }, + "Select device": { + "Select device": "" + }, + "Select device...": { + "Select device...": "Wybierz urządzenie..." + }, + "Select driver...": { + "Select driver...": "Wybierz sterownik..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Wybierz grubość czcionki dla tekstu interfejsu użytkownika" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Wybierz monitor, aby skonfigurować tapetę" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Wybierz czcionkę o stałej szerokości dla listy procesów i wyświetlaczy technicznych" + }, + "Select network": { + "Select network": "" + }, + "Select system sound theme": { + "Select system sound theme": "Wybierz motyw dźwiękowy systemu" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Wybierz rodzinę czcionek dla tekstu interfejsu użytkownika" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Wybierz algorytm palety używany dla kolorów tapet." + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Wybierz, które przejścia uwzględnić w losowaniu" + }, + "Select...": { + "Select...": "Wybierać..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Nie znaleziono wybranego pliku obrazu." + }, + "Send": { + "Send": "Wyślij" + }, + "Send Clipboard": { + "Send Clipboard": "Wyślij schowek" + }, + "Send File": { + "Send File": "" + }, + "Send SMS": { + "Send SMS": "Wyślij SMS" + }, + "Sending": { + "Sending": "" + }, + "Separator": { + "Separator": "Separator" + }, + "Server": { + "Server": "Serwer" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "" + }, + "Set custom name": { + "Set custom name": "" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Ustaw różne tapety dla każdego podłączonego monitora" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Ustaw różne tapety dla trybu jasnego i ciemnego" + }, + "Set key and action to save": { + "Set key and action to save": "Ustaw klucz i akcję, aby zapisać" + }, + "Set notification rules": { + "Set notification rules": "" + }, + "Settings": { + "Settings": "Ustawienia" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Ustawienia są tylko do odczytu. Zmiany nie zostaną zapisane." + }, + "Setup": { + "Setup": "Konfiguruj" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "Udostępnij" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "" + }, + "Share Text": { + "Share Text": "" + }, + "Share URL": { + "Share URL": "Udostępnij URL" + }, + "Shared": { + "Shared": "Udostępniono" + }, + "Shell": { + "Shell": "Powłoka" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Wyczyść wszystko • Esc: Zamknij" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Wklej • Shift+Del: Wyczyść wszystko • Esc: Zamknij" + }, + "Short": { + "Short": "Krótki" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "Skróty" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Skróty (%1)" + }, + "Show": { + "Show": "" + }, + "Show 3rd Party": { + "Show 3rd Party": "" + }, + "Show All Tags": { + "Show All Tags": "Pokaż wszystkie tagi" + }, + "Show Badge": { + "Show Badge": "" + }, + "Show CPU": { + "Show CPU": "Pokaż CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Pokaż wykres CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "Pokaż temp. CPU" + }, + "Show Date": { + "Show Date": "Pokaż datę" + }, + "Show Disk": { + "Show Disk": "Pokaż dysk" + }, + "Show Dock": { + "Show Dock": "Pokaż dok" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "" + }, + "Show Footer": { + "Show Footer": "" + }, + "Show Forecast": { + "Show Forecast": "" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Pokaż temperaturę GPU" + }, + "Show Header": { + "Show Header": "Pokaż nagłówek" + }, + "Show Hibernate": { + "Show Hibernate": "Pokaż hibernację" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Pokaż Liczbę Godzin" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "" + }, + "Show Humidity": { + "Show Humidity": "" + }, + "Show Launcher Button": { + "Show Launcher Button": "" + }, + "Show Line Numbers": { + "Show Line Numbers": "Pokaż numery wierszy" + }, + "Show Location": { + "Show Location": "Pokaż lokację" + }, + "Show Lock": { + "Show Lock": "Pokaż blokadę" + }, + "Show Log Out": { + "Show Log Out": "Pokaż wylogowanie" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "" + }, + "Show Media Player": { + "Show Media Player": "" + }, + "Show Memory": { + "Show Memory": "Pokaż pamięć" + }, + "Show Memory Graph": { + "Show Memory Graph": "Pokaż wykres pamięci" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "Pokaż sieć" + }, + "Show Network Graph": { + "Show Network Graph": "Pokaż wykres sieci" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Pokaż tylko zajęte obszary robocze" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "" + }, + "Show Password Field": { + "Show Password Field": "Pokaż pole hasła" + }, + "Show Power Actions": { + "Show Power Actions": "Pokaż akcje zasilania" + }, + "Show Power Off": { + "Show Power Off": "Pokaż wyłączone zasilanie" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Pokaż prawdopodobieństwo przewidywania" + }, + "Show Pressure": { + "Show Pressure": "Pokaż ciśnienie atmosferyczne" + }, + "Show Profile Image": { + "Show Profile Image": "Pokaż obraz profilowy" + }, + "Show Reboot": { + "Show Reboot": "Pokaż ponowne uruchomienie" + }, + "Show Restart DMS": { + "Show Restart DMS": "Pokaż ponowne uruchomienie DMS" + }, + "Show Saved Items": { + "Show Saved Items": "" + }, + "Show Seconds": { + "Show Seconds": "Pokaż sekundy" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Pokaż wschód/zachód" + }, + "Show Suspend": { + "Show Suspend": "Pokaż wstrzymanie" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "Pokaż datę" + }, + "Show System Icons": { + "Show System Icons": "Pokaż ikony systemowe" + }, + "Show System Time": { + "Show System Time": "Pokaż czas" + }, + "Show Top Processes": { + "Show Top Processes": "Pokaż procesy" + }, + "Show Weather Condition": { + "Show Weather Condition": "Pokaż warunki pogodowe" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "" + }, + "Show Wind Speed": { + "Show Wind Speed": "Pokaż prędkość wiatru" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Pokaż aplikacje z obszaru roboczego" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Pokaż wszystkie 9 tagów zamiast tylko zajętych (tylko DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Pokaż wizualizację audio cava w widżecie multimediów" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Pokaż przyciemnioną nakładkę za oknami modalnymi" + }, + "Show device": { + "Show device": "" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Pokaż nakładkę launchera podczas pisania w przeglądzie Niri. Wyłączy by użyć innego launchera." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "" + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "Pokaż na ostatnim wyświetlaczu" + }, + "Show on Overlay": { + "Show on Overlay": "Pokaż na Nakładce" + }, + "Show on Overview": { + "Show on Overview": "Pokaż w podglądzie" + }, + "Show on Overview Only": { + "Show on Overview Only": "" + }, + "Show on all connected displays": { + "Show on all connected displays": "Pokaż na wszystkich podłączonych wyświetlaczach" + }, + "Show on screens:": { + "Show on screens:": "Pokaż na ekranach:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Wyświetlaj powiadomienie ekranowe przy zmianie jasności" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Wyświetlaj powiadomienie ekranowe przy zmianie stanu Caps Lock" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Pokaż powiadomienie podczas zmiany wyjścia audio" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Wyświetlaj powiadomienie ekranowe przy zmianie stanu inhibitora bezczynności" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Pokaż OSD przy zmianie głośności multimediów" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Wyświetlaj powiadomienie ekranowe przy wyciszaniu/włączaniu mikrofonu" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Wyświetlaj powiadomienie ekranowe przy zmianie profilu zasilania" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Wyświetlaj powiadomienie ekranowe przy zmianie głośności" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Wyświetl informacje o pogodzie na górnym pasku i w centrum sterowania" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Pokaż numery indeksów obszarów roboczych na górnym pasku przełącznika obszarów roboczych" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Pokaż nazwę obszaru roboczego na paskach poziomych i pierwszą literę na paskach pionowych" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Pokazuje wszystkie uruchomione aplikacje ze wskaźnikiem fokusu" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Pokazuje bieżący obszar roboczy i pozwala na przełączanie" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Pojawia się gdy 'Caps Lock' jest aktywny" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Pokazuje, gdy mikrofon, kamera lub udostępnianie ekranu są aktywne" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Wyłączenie" + }, + "Signal": { + "Signal": "Sygnał" + }, + "Signal:": { + "Signal:": "Sygnał:" + }, + "Size": { + "Size": "Rozmiar" + }, + "Size Constraints": { + "Size Constraints": "" + }, + "Size Offset": { + "Size Offset": "Przesunięcie rozmiaru" + }, + "Sizing": { + "Sizing": "Rozmiarowanie" + }, + "Skip": { + "Skip": "Pomiń" + }, + "Skip confirmation": { + "Skip confirmation": "" + }, + "Skip setup": { + "Skip setup": "Pomiń ustawianie" + }, + "Small": { + "Small": "" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Uwierzytelnianie za pomocą karty inteligentnej" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN karty inteligentnej" + }, + "Snap": { + "Snap": "" + }, + "Snow": { + "Snow": "" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Niektóre pluginy wymagają nowszej wersji DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Sortuj alfabetycznie" + }, + "Sort By": { + "Sort By": "Sortuj po" + }, + "Sorting & Layout": { + "Sorting & Layout": "Sortowanie i układ" + }, + "Sound Theme": { + "Sound Theme": "Motyw dźwiękowy" + }, + "Sounds": { + "Sounds": "Dźwięki" + }, + "Space between windows": { + "Space between windows": "Przerwa między oknami" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Odległość pomiędzy oknami (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Odległość pomiędzy oknami (gaps_in and gaps_out)" + }, + "Spacer": { + "Spacer": "Odstęp" + }, + "Spacing": { + "Spacing": "Odstępy" + }, + "Speaker settings": { + "Speaker settings": "Ustawenia głośników" + }, + "Speed": { + "Speed": "Prędkość" + }, + "Spool Area Full": { + "Spool Area Full": "Obszar buforowania pełny" + }, + "Square Corners": { + "Square Corners": "Kwadratowe rogi" + }, + "Stacked": { + "Stacked": "W stosie" + }, + "Standard": { + "Standard": "" + }, + "Start": { + "Start": "Start" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Zacznij pisać swoje notatki tutaj..." + }, + "State": { + "State": "Stan" + }, + "Status": { + "Status": "Status" + }, + "Stopped": { + "Stopped": "Zatrzymano" + }, + "Stopped Partly": { + "Stopped Partly": "Częściowo zatrzymano" + }, + "Stopping": { + "Stopping": "Zatrzymywanie" + }, + "Stretch": { + "Stretch": "" + }, + "Stripes": { + "Stripes": "" + }, + "Summary": { + "Summary": "" + }, + "Sunrise": { + "Sunrise": "Wschód słońca" + }, + "Sunset": { + "Sunset": "Zachód słońca" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Wyłącz wyskakujące okienka powiadomień, gdy opcja jest włączona" + }, + "Surface": { + "Surface": "Powierzchnia" + }, + "Surface Variant": { + "Surface Variant": "" + }, + "Suspend": { + "Suspend": "Wstrzymaj" + }, + "Suspend behavior": { + "Suspend behavior": "Zachowanie wstrzymania" + }, + "Suspend system after": { + "Suspend system after": "Wstrzymaj system po" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "Przełącz użytkownika" + }, + "Switch to power profile": { + "Switch to power profile": "Przełącz profil zasilania" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Tryb synchronizacji z portalem" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Synchronizuj ciemny motyw z systemem" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "System" + }, + "System App Theming": { + "System App Theming": "Motywy aplikacji systemowych" + }, + "System Check": { + "System Check": "Sprawdzanie systemu" + }, + "System Default": { + "System Default": "" + }, + "System Information": { + "System Information": "Informacje o systemie" + }, + "System Monitor": { + "System Monitor": "Monitor systemu" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Monitor systemu niedostępny" + }, + "System Sounds": { + "System Sounds": "Dźwięki systemowe" + }, + "System Tray": { + "System Tray": "Zasobnik systemowy" + }, + "System Update": { + "System Update": "Aktualizacja systemu" + }, + "System Updater": { + "System Updater": "Aktualizator Systemu" + }, + "System Updates": { + "System Updates": "Aktualizacje systemu" + }, + "System notification area icons": { + "System notification area icons": "Ikony obszaru powiadomień systemowych" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "" + }, + "System theme toggle": { + "System theme toggle": "Przełącz motyw systemowy" + }, + "System toast notifications": { + "System toast notifications": "Powiadomienia o toastach systemowych" + }, + "System update custom command": { + "System update custom command": "Niestandardowe polecenie aktualizacji systemu" + }, + "Tab": { + "Tab": "Karta" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nawigacja • ←→↑↓: Nawigacja po siatce • Enter/Spacja: Wybierz" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Niestandardowe dodatkowe parametry terminala" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminal - Zawsze używaj ciemnego motywu" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "Strona testowa" + }, + "Test page sent to printer": { + "Test page sent to printer": "Strona testowa wysłana do drukarki" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "Tekst" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "" + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Zmienna środowiskowa DMS_SOCKET nie jest ustawiona lub gniazdo jest niedostępne. Automatyczne zarządzanie wtyczkami wymaga zmiennej DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Poniższe ustawienia zmodyfikują ustawienia GTK i Qt. Jeśli chcesz zachować obecne konfiguracje, wykonaj ich kopię zapasową (qt5ct.conf|qt6ct.conf i ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "Kolejka zadań tej drukarki jest pusta" + }, + "Theme & Colors": { + "Theme & Colors": "Motyw i kolory" + }, + "Theme Color": { + "Theme Color": "Kolor motywu" + }, + "Theme Registry": { + "Theme Registry": "Rejestr motywów" + }, + "Themes": { + "Themes": "Motywy" + }, + "Thickness": { + "Thickness": "Grubość" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Ostrzeżenie dotyczące wtyczek stron trzecich" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "" + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "To powiązanie jest nadpisywane przez config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Ten widżet zapobiega wyłączaniu zasilania GPU, co może znacznie wpłynąć na żywotność baterii w laptopach. Nie zaleca się używania go na laptopach z hybrydową grafiką." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "To trwale usunie całą historię schowka." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "" + }, + "Thunderstorm": { + "Thunderstorm": "" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "" + }, + "Tile": { + "Tile": "" + }, + "Tile H": { + "Tile H": "" + }, + "Tile V": { + "Tile V": "" + }, + "Tiled": { + "Tiled": "" + }, + "Tiled State": { + "Tiled State": "" + }, + "Tiling": { + "Tiling": "Dekarstwo" + }, + "Time": { + "Time": "" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "Czas i pogoda" + }, + "Time Format": { + "Time Format": "Format czasu" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "Czas pozostały: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Czas do pełnego naładowania: %1" + }, + "Timed Out": { + "Timed Out": "Przekroczono limit czasu" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Przekroczenie limitu czasu powiadomień o krytycznym priorytecie" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Przekroczenie limitu czasu dla powiadomień o niskim priorytecie" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Przekroczenie limitu czasu dla powiadomień o normalnym priorytecie" + }, + "Title": { + "Title": "Tytuł" + }, + "Title regex (optional)": { + "Title regex (optional)": "" + }, + "To Full": { + "To Full": "Do pełna" + }, + "To update, run the following command:": { + "To update, run the following command:": "Aby dokonać aktualizacji, uruchom następujące polecenie:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Aby użyć tego powiązania DMS, usuń lub zmień powiązanie klawiszy w pliku config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Wiadomości toastowe" + }, + "Today": { + "Today": "Dzisiaj" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Przełącz widoczność tej konfiguracji paska" + }, + "Toggling...": { + "Toggling...": "Przełączanie..." + }, + "Tomorrow": { + "Tomorrow": "Jutro" + }, + "Tonal Spot": { + "Tonal Spot": "" + }, + "Toner Empty": { + "Toner Empty": "Brak tonera" + }, + "Toner Low": { + "Toner Low": "Niski poziom tonera" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "Narzędzia" + }, + "Top": { + "Top": "Góra" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "Format górnego paska" + }, + "Top Center": { + "Top Center": "" + }, + "Top Left": { + "Top Left": "Górny Lewy" + }, + "Top Processes": { + "Top Processes": "Procesy" + }, + "Top Right": { + "Top Right": "Górny Prawy" + }, + "Top Section": { + "Top Section": "Górna sekcja" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "Suma zadań" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Przekształć" + }, + "Transition Effect": { + "Transition Effect": "Efekt przejścia" + }, + "Transparency": { + "Transparency": "Przezroczystość" + }, + "Trending GIFs": { + "Trending GIFs": "" + }, + "Trending Stickers": { + "Trending Stickers": "" + }, + "Trigger": { + "Trigger": "" + }, + "Trigger Prefix": { + "Trigger Prefix": "" + }, + "Trigger: %1": { + "Trigger: %1": "" + }, + "Trust": { + "Trust": "" + }, + "Try a different search": { + "Try a different search": "" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "" + }, + "Turn off monitors after": { + "Turn off monitors after": "Wyłącz monitory po" + }, + "Type": { + "Type": "Typ" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "" + }, + "Type to search files": { + "Type to search files": "" + }, + "Typography": { + "Typography": "Typografia" + }, + "Typography & Motion": { + "Typography & Motion": "Czcionki i Animacje" + }, + "Unavailable": { + "Unavailable": "Niedostępny" + }, + "Unfocused Color": { + "Unfocused Color": "" + }, + "Ungrouped": { + "Ungrouped": "" + }, + "Uninstall": { + "Uninstall": "Odinstaluj" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Odinstaluj wtyczkę" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Nie udało się odinstalować: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Odinstalowano: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Odinstalowywanie: %1" + }, + "Unknown": { + "Unknown": "Nieznany" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "" + }, + "Unknown Config": { + "Unknown Config": "Nieznana Konfiguracja" + }, + "Unknown Device": { + "Unknown Device": "Nieznane Urządzenie" + }, + "Unknown GPU": { + "Unknown GPU": "" + }, + "Unknown Monitor": { + "Unknown Monitor": "Nieznany Monitor" + }, + "Unknown Network": { + "Unknown Network": "Nieznana Sieć" + }, + "Unknown Title": { + "Unknown Title": "" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "" + }, + "Unmute": { + "Unmute": "" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "" + }, + "Unnamed Rule": { + "Unnamed Rule": "" + }, + "Unpair": { + "Unpair": "" + }, + "Unpair failed": { + "Unpair failed": "" + }, + "Unpin": { + "Unpin": "" + }, + "Unpin from Dock": { + "Unpin from Dock": "Odepnij z doku" + }, + "Unsaved Changes": { + "Unsaved Changes": "Niezapisane zmiany" + }, + "Unsaved changes": { + "Unsaved changes": "Niezapisane zmiany" + }, + "Unsaved note...": { + "Unsaved note...": "Niezapisana notatka..." + }, + "Untitled": { + "Untitled": "Bez tytułu" + }, + "Untrust": { + "Untrust": "" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "" + }, + "Update All": { + "Update All": "Aktualizuj wszystko" + }, + "Update Plugin": { + "Update Plugin": "Zaktualizuj wtyczkę" + }, + "Uptime": { + "Uptime": "" + }, + "Uptime:": { + "Uptime:": "" + }, + "Urgent Color": { + "Urgent Color": "" + }, + "Usage Tips": { + "Usage Tips": "" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Użyj 24-godzinnego formatu czasu zamiast 12-godzinnego AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Użyj niestandardowego polecenia" + }, + "Use Grid Layout": { + "Use Grid Layout": "Użyj układu siatki" + }, + "Use IP Location": { + "Use IP Location": "Użyj lokalizacji IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Użyj imperialnych jednostek" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Użyj imperialnych jednostek (°F, mph, inHg) zamiast metrycznych (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Użyj czcionki o stałej szerokości" + }, + "Use System Theme": { + "Use System Theme": "Użyj motywu systemowego" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Użyj zewnętrznego menedżera tapet, takiego jak swww, hyprpaper lub swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Używaj animowanych pasków postępu fali do odtwarzania multimediów" + }, + "Use custom border size": { + "Use custom border size": "Użyj niestandardowej szerokości obramowania" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Użyj niestandardowej szerokości obramowania/focus-ring" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Użyj niestandardowego polecenia do aktualizacji systemu" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Użyj własnych odstępów w miejsce odstępów paska" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Używaj własnego promienia okna w zamiast ustawień motywu" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Użyj niestandardowego zaokrąglenia okien zamiast motywowego" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Użyj jasnego motywu zamiast ciemnego" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Użyj motywu dźwiękowego z ustawień systemowych" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Używany, gdy kolor akcentu jest ustawiony na niestandardowy" + }, + "User": { + "User": "Użytkownik" + }, + "Username": { + "Username": "Nazwa użytkownika" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "" + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Używa czasów wschodu/zachodu słońca do automatycznego dostosowywania trybu nocnego na podstawie Twojej lokalizacji." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "" + }, + "Utilities": { + "Utilities": "Narzędzia" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "Połączenia VPN" + }, + "VPN Password": { + "VPN Password": "Hasło VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "Konfiguracja VPN zaktualizowana" + }, + "VPN connections": { + "VPN connections": "Połączenia VPN" + }, + "VPN deleted": { + "VPN deleted": "VPN usunięty" + }, + "VPN imported: %1": { + "VPN imported: %1": "Zaimportowano VPN: %1" + }, + "VPN not available": { + "VPN not available": "VPN niedostępny" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "Status VPN i szybkie połączenie" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR na żądanie" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Zmienna Częstotliwość Odświeżania" + }, + "Verification": { + "Verification": "" + }, + "Version": { + "Version": "Wersja" + }, + "Vertical Deck": { + "Vertical Deck": "Pionowy pokład" + }, + "Vertical Grid": { + "Vertical Grid": "Siatka pionowa" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Przewijanie pionowe" + }, + "Vertical Tiling": { + "Vertical Tiling": "Płytki pionowe" + }, + "Vibrant": { + "Vibrant": "" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Wibrująca paleta z zabawnym nasyceniem." + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "" + }, + "View Mode": { + "View Mode": "" + }, + "Visibility": { + "Visibility": "Widoczność" + }, + "Visual Effects": { + "Visual Effects": "" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Wizualny separator między widżetami" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Efekt wizualny używany przy zmianie tapety" + }, + "Volume": { + "Volume": "Głośność" + }, + "Volume Changed": { + "Volume Changed": "Zmiana Głośności" + }, + "Volume Slider": { + "Volume Slider": "Suwak Głośności" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Głośność, jasność i inne systemowe menu ekranowe" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Tapeta" + }, + "Wallpaper Error": { + "Wallpaper Error": "Błąd Tapety" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Monitor tapety" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Przetwarzanie tapety nie powiodło się" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Przetwarzanie tapety nie powiodło się - sprawdź ścieżkę" + }, + "Wallpapers": { + "Wallpapers": "Tapety" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Ciepła temperatura kolorów" + }, + "Warning": { + "Warning": "Ostrzeżenie" + }, + "Warnings": { + "Warnings": "Ostrzeżenia" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Faliste paski postępu" + }, + "Weather": { + "Weather": "Pogoda" + }, + "Weather Widget": { + "Weather Widget": "Widżet pogody" + }, + "Welcome": { + "Welcome": "Witaj" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Witaj w DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Po włączeniu aplikacje są sortowane alfabetycznie. Po wyłączeniu aplikacje są sortowane według częstotliwości użytkowania." + }, + "When locked": { + "When locked": "" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Kiedy widżet aktualizatora jest użyty, ukryj go gdy nie ma aktualizacji" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Hasło Wi-Fi" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wi-Fi i połączenie Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi niedostępne" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "Urządzenie WiFi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "" + }, + "WiFi disabled": { + "WiFi disabled": "WiFi wyłączone" + }, + "WiFi enabled": { + "WiFi enabled": "WiFi włączone" + }, + "WiFi is off": { + "WiFi is off": "WiFi jest wyłączone" + }, + "WiFi off": { + "WiFi off": "" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Szeroki (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Kolor tła widżetu" + }, + "Widget Management": { + "Widget Management": "Zarządzanie widżetami" + }, + "Widget Outline": { + "Widget Outline": "Zarys widżetu" + }, + "Widget Style": { + "Widget Style": "Styl widżetu" + }, + "Widget Styling": { + "Widget Styling": "Stylizacja widżetów" + }, + "Widget Transparency": { + "Widget Transparency": "Przezroczystość widżetu" + }, + "Widget added": { + "Widget added": "Dodano widżet" + }, + "Widget removed": { + "Widget removed": "Usunięto widżet" + }, + "Widgets": { + "Widgets": "Widżety" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Wtyczki, układ, styl" + }, + "Width": { + "Width": "" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Szerokość obramowania okna (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Szerokość obramowania okna (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "" + }, + "Wind": { + "Wind": "Wiatr" + }, + "Wind Speed": { + "Wind Speed": "Prędkość wiatru" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "" + }, + "Window Corner Radius": { + "Window Corner Radius": "Promień Narożnika Okna" + }, + "Window Gaps": { + "Window Gaps": "Odstęp Między Oknami" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Odstępy Okien (px)" + }, + "Window Height": { + "Window Height": "" + }, + "Window Opening": { + "Window Opening": "" + }, + "Window Rounding": { + "Window Rounding": "" + }, + "Window Rules": { + "Window Rules": "" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "" + }, + "Wipe": { + "Wipe": "" + }, + "Workspace": { + "Workspace": "Obszar roboczy" + }, + "Workspace Appearance": { + "Workspace Appearance": "" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Numery indeksów obszarów roboczych" + }, + "Workspace Names": { + "Workspace Names": "Nazwy obszarów roboczych" + }, + "Workspace Padding": { + "Workspace Padding": "Dopełnienie Obszarów Roboczych" + }, + "Workspace Settings": { + "Workspace Settings": "Ustawienia obszaru roboczego" + }, + "Workspace Switcher": { + "Workspace Switcher": "Przełącznik obszarów roboczych" + }, + "Workspace name": { + "Workspace name": "" + }, + "Workspaces": { + "Workspaces": "Przestrzenie robocze" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Obszary robocze i widżety" + }, + "Write:": { + "Write:": "" + }, + "X Axis": { + "X Axis": "Oś X" + }, + "Y Axis": { + "Y Axis": "Oś Y" + }, + "Yes": { + "Yes": "Tak" + }, + "Yesterday": { + "Yesterday": "Wczoraj" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Masz niezapisane zmiany. Zapisać przed zamknięciem tej karty?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Masz niezapisane zmiany. Zapisać przed kontynuowaniem?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Masz niezapisane zmiany. Zapisać przed utworzeniem nowego pliku?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Masz niezapisane zmiany. Zapisać przed otwarciem pliku?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "" + }, + "You're All Set!": { + "You're All Set!": "" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "" + }, + "by %1": { + "by %1": "od %1" + }, + "days": { + "days": "dni" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "" + }, + "devices connected": { + "devices connected": "" + }, + "dgop not available": { + "dgop not available": "dgop niedostępne" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "" + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "Konfiguracja dms/outputs istnieje, ale nie jest dodana do konfiguracji twojego kompozytora. Zmiany nie będą miały efektu." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "np. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "np. fokus-obszar roboczy 3, zmiana rozmiaru kolumny -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "np. notify-send 'Cześć' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "wydarzenia" + }, + "ext": { + "ext": "" + }, + "featured": { + "featured": "" + }, + "leave empty for default": { + "leave empty for default": "pozostaw puste dla domyślnej wartości" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl niedostępny - integracja blokady wymaga połączenia z gniazdem DMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen nie znaleziony - zainstaluj matugen dla dynamicznych motywów" + }, + "minutes": { + "minutes": "protokół" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "teraz" + }, + "official": { + "official": "oficjalny" + }, + "on Hyprland": { + "on Hyprland": "" + }, + "on MangoWC": { + "on MangoWC": "" + }, + "on Miracle WM": { + "on Miracle WM": "" + }, + "on Niri": { + "on Niri": "" + }, + "on Scroll": { + "on Scroll": "" + }, + "on Sway": { + "on Sway": "" + }, + "open": { + "open": "" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "towary drugiej jakości" + }, + "source": { + "source": "źródło" + }, + "this app": { + "this app": "" + }, + "up": { + "up": "" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "zaktualizuj dms dla integracji z NM." + }, + "v%1 by %2": { + "v%1 by %2": "" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype niedostępny - zainstaluj wtype dla wsparcia wklejania" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Instaluj tylko z zaufanych źródeł" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Miesiąc (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Miesiąc (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Miesiąc (Sty)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - Miesiąc (Styczeń)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Wtyczki mogą zawierać błędy lub problemy z bezpieczeństwem" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• W miarę możliwości przejrzyj kod przed instalacją" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Dzień (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Dzień (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Nazwa dnia (Pon)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Nazwa dnia (Poniedziałek)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - Rok (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - Rok (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pt.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pt.json new file mode 100644 index 0000000..c85f06c --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/pt.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1 Velocidade de Animação" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 caracteres" + }, + "%1 connected": { + "%1 connected": "%1 conectado(s)" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 duração de animação personalizada" + }, + "%1 disconnected": { + "%1 disconnected": "%1 desconectado" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 desconectado (oculto)" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 existe, mas não está incluído na configuração. Os atalhos personalizados não funcionarão até que isso seja corrigido." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 existe mas não está incluído. Regras de janela não serão aplicadas." + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 agora está incluído na configuração" + }, + "%1 issue found": { + "%1 issue found": "%1 problema encontrado" + }, + "%1 issues found": { + "%1 issues found": "%1 problemas encontrados" + }, + "%1 notifications": { + "%1 notifications": "%1 notificações" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "%1 variantes" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 widgets" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "%1m atrás" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "(Padrão)" + }, + "(Unnamed)": { + "(Unnamed)": "(Sem nome)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 mais" + }, + "/path/to/videos": { + "/path/to/videos": "/caminho/dos/videos" + }, + "0 = square corners": { + "0 = square corners": "0 = cantos quadrados" + }, + "1 day": { + "1 day": "1 dia" + }, + "1 device connected": { + "1 device connected": "1 dispositivo conectado" + }, + "1 event": { + "1 event": "1 evento" + }, + "1 hour": { + "1 hour": "1 hora" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 hora e 30 minutos" + }, + "1 minute": { + "1 minute": "1 minuto" + }, + "1 notification": { + "1 notification": "1 notificação" + }, + "1 second": { + "1 second": "1 segundo" + }, + "10 minutes": { + "10 minutes": "10 minutos" + }, + "10 seconds": { + "10 seconds": "10 segundos" + }, + "10-bit Color": { + "10-bit Color": "Cor de 10-bit" + }, + "12 hours": { + "12 hours": "12 horas" + }, + "14 days": { + "14 days": "14 dias" + }, + "15 minutes": { + "15 minutes": "15 minutos" + }, + "15 seconds": { + "15 seconds": "15 segundos" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 horas" + }, + "2 minutes": { + "2 minutes": "2 minutos" + }, + "2 seconds": { + "2 seconds": "2 segundos" + }, + "20 minutes": { + "20 minutes": "20 minutos" + }, + "20 seconds": { + "20 seconds": "20 segundos" + }, + "24-Hour Format": { + "24-Hour Format": "Formato de 24 Horas" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "formato de 24 horas" + }, + "25 seconds": { + "25 seconds": "25 segundos" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 dias" + }, + "3 hours": { + "3 hours": "3 horas" + }, + "3 minutes": { + "3 minutes": "3 minutos" + }, + "3 seconds": { + "3 seconds": "3 segundos" + }, + "30 days": { + "30 days": "30 dias" + }, + "30 minutes": { + "30 minutes": "30 minutos" + }, + "30 seconds": { + "30 seconds": "30 segundos" + }, + "35 seconds": { + "35 seconds": "35 segundos" + }, + "3rd party": { + "3rd party": "Terceiros" + }, + "4 hours": { + "4 hours": "4 horas" + }, + "4 seconds": { + "4 seconds": "4 segundos" + }, + "40 seconds": { + "40 seconds": "40 segundos" + }, + "45 seconds": { + "45 seconds": "45 segundos" + }, + "5 minutes": { + "5 minutes": "5 minutos" + }, + "5 seconds": { + "5 seconds": "5 segundos" + }, + "50 seconds": { + "50 seconds": "50 segundos" + }, + "500 ms": { + "500 ms": "500 ms" + }, + "55 seconds": { + "55 seconds": "55 segundos" + }, + "6 hours": { + "6 hours": "6 horas" + }, + "7 days": { + "7 days": "7 dias" + }, + "750 ms": { + "750 ms": "750 ms" + }, + "8 hours": { + "8 hours": "8 horas" + }, + "8 seconds": { + "8 seconds": "8 segundos" + }, + "90 days": { + "90 days": "90 dias" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Um arquivo com esse nome já existe. Você quer sobrescrevê-lo?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Um shell de desktop moderno para compositores Wayland" + }, + "AC Power": { + "AC Power": "Energia AC" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Abortado" + }, + "About": { + "About": "Sobre" + }, + "Accent Color": { + "Accent Color": "Cor de Destaque" + }, + "Accept": { + "Accept": "Aceitar" + }, + "Accept Jobs": { + "Accept Jobs": "Aceitar Trabalhos" + }, + "Accepting": { + "Accepting": "Aceitando" + }, + "Access clipboard history": { + "Access clipboard history": "Acesso ao histórico área de transferência" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Acesso as notificações e ao não pertube" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Acesso aos controles de sistema e configurações" + }, + "Action": { + "Action": "Ação" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "A ação falhou ou o termianl foi fechado." + }, + "Actions": { + "Actions": "Ações" + }, + "Activate": { + "Activate": "Ativar" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "Ativação" + }, + "Active": { + "Active": "Ativa" + }, + "Active Color": { + "Active Color": "Cor Ativa" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Monitor de Tela de Bloqueio Atual" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Cor de fundo e ícone do bloco ativo" + }, + "Active: %1": { + "Active: %1": "Ativo: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Ativo: %1 +%2" + }, + "Active: None": { + "Active: None": "Ativa: Nenhuma" + }, + "Adapters": { + "Adapters": "Adaptadores" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Adicionar" + }, + "Add Bar": { + "Add Bar": "Adicionar Barra" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Adicionar Widget de Área de Trabalho" + }, + "Add Printer": { + "Add Printer": "Adicionar Impressora" + }, + "Add Title": { + "Add Title": "Adicionar Título" + }, + "Add Widget": { + "Add Widget": "Adicionar Widget" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Adicionar Widget para a Seção %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Adicionar uma borda ao redor da dock" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Adicionar um prefixo personalizado para todos os inicializações de aplicativos. Isso pode ser usado para coisas como 'uwsm-app', 'systemd-run' ou outros invólucros de comandos." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Adicionar e configurar widgets que aparecem na sua área de trabalho" + }, + "Add by Address": { + "Add by Address": "Adicionar por Endereço" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Ajusta o número de colunas no modo de visualização em grade" + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Ajustar volume por rolagem" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "Avançado" + }, + "Afternoon": { + "Afternoon": "Tarde" + }, + "All": { + "All": "Todos" + }, + "All Monitors": { + "All Monitors": "Todos os Monitores" + }, + "All checks passed": { + "All checks passed": "Todas as verificações passaram" + }, + "All day": { + "All day": "O dia todo" + }, + "All displays": { + "All displays": "Todos as Telas" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Permitir cliques passarem pelo widget" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Voltar • F1/I: Informações de Arquivo • F10: Ajuda • Esc: Fechar" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "Sempre Ativo" + }, + "Always Show Percentage": { + "Always Show Percentage": "Sempre Mostrar Porcentagem" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Sempre ocultar o dock e revelá-lo ao passar próximo à área do dock" + }, + "Always on icons": { + "Always on icons": "Ícones sempre ligados" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Sempre mostrar o mínimo de 3 áreas de trabalho, mesmo se menos estiverem disponíveis" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Sempre mostrar o dock quando a visão geral do niri estiver aberta" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Sempre mostrar quando houver apenas um monitor conectado" + }, + "Amount": { + "Amount": "Quantidade" + }, + "Analog": { + "Analog": "Analógico" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Exibição de relógio analógico, digital ou empilhado" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Analisando configuração..." + }, + "Animation Duration": { + "Animation Duration": "Duração da Animação" + }, + "Animation Speed": { + "Animation Speed": "Velocidade de Animação" + }, + "Anonymous Identity": { + "Anonymous Identity": "Identidade Anônima" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Identidade Anônima (opcional)" + }, + "App Customizations": { + "App Customizations": "Personalizações do Aplicativo" + }, + "App ID Substitutions": { + "App ID Substitutions": "Substituições de ID de Aplicativo" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "Regex de ID de Aplicativo (ex: ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Lançador de Apps" + }, + "App Names": { + "App Names": "Nomes de Aplicativos" + }, + "App Theming": { + "App Theming": "Tema de Aplicativos" + }, + "Appearance": { + "Appearance": "Aparência" + }, + "Application Dock": { + "Application Dock": "Dock de Aplicativos" + }, + "Applications": { + "Applications": "Aplicativos" + }, + "Apply Changes": { + "Apply Changes": "Aplicar Alterações" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Aplicar cores no GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Aplicar cores no QT" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar temperatura de cor quente para reduzir a fadiga ocular. Use as configurações de automação abaixo para controlar quando ela será ativada." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "Aplicativos" + }, + "Apps Dock": { + "Apps Dock": "Dock de Aplicativos" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Configurações do Dock de Aplicativos" + }, + "Apps Icon": { + "Apps Icon": "Ícones de Apps" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Os aplicativos são ordenados por frequência de uso, mais recentes, e por último, alfabéticamente." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Aplicativos com nome de exibição personalizado, ícone ou opções de inicialização. Clique com o botão direito em um aplicativo e selecione 'Editar Aplicativo' para personalizar." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Aplicativos com popups de notificação silenciados. Dessilenciar ou excluir para remover." + }, + "Architecture": { + "Architecture": "Arquitetura" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Organizar monitores e configurar resolução, taxa de atualização e VRR" + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "Áudio" + }, + "Audio Codec": { + "Audio Codec": "Codec de Áudio" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Seleção dos Codec's de Áudio" + }, + "Audio Devices": { + "Audio Devices": "Dispositivos de Áudio" + }, + "Audio Input": { + "Audio Input": "Entrada de Áudio" + }, + "Audio Output": { + "Audio Output": "Saída de Áudio" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Dispositivos de Saída de Áudio (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Seletor de Saída de Áudio" + }, + "Audio Visualizer": { + "Audio Visualizer": "Visualizador de Áudio" + }, + "Audio system restarted": { + "Audio system restarted": "Sistema de áudio reiniciado" + }, + "Audio volume control": { + "Audio volume control": "Controle de volume de áudio" + }, + "Auth": { + "Auth": "Autenticação" + }, + "Auth Type": { + "Auth Type": "Tipo de Autenticação" + }, + "Authenticate": { + "Authenticate": "Autenticar" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "Autenticação" + }, + "Authentication Required": { + "Authentication Required": "Autenticação Necessária" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Erro ao autenticar, por favor tente novamente" + }, + "Authorize": { + "Authorize": "Autorizar" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Autorizar emparelhamento com " + }, + "Authorize service for ": { + "Authorize service for ": "Autorizar serviço para " + }, + "Auto": { + "Auto": "Automático" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "Automático (Largo)" + }, + "Auto Location": { + "Auto Location": "Localização Automática" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Espaçamento Automático de Popup" + }, + "Auto-Clear After": { + "Auto-Clear After": "Auto-Limpeza Depois" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Tempo Limite de Ocultação Automática" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Fechar automaticamente overview do niri ao lançar aplicativos." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Auto-excluir notificações mais antigas que este período" + }, + "Auto-hide": { + "Auto-hide": "Esconder Automaticamente" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Esconder Automaticamente o Dock" + }, + "Auto-saving...": { + "Auto-saving...": "Salvando automáticamente..." + }, + "Autoconnect": { + "Autoconnect": "Conectar automáticamente" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Conexão automática desativada" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Conexão automática ativada" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Modo de Cor Automático" + }, + "Automatic Control": { + "Automatic Control": "Controle Automático" + }, + "Automatic Cycling": { + "Automatic Cycling": "Rotação Automática" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Circular automaticamente dentre os papéis de parede na mesma pasta" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Deleta automaticamente entradas mais antigas que essa" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Detectar localização automáticamente baseado no endereço IP" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Detectar automaticamente a sua localização usando o seu endereço de IP" + }, + "Automatically lock after": { + "Automatically lock after": "Bloquear automaticamente após" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Bloquear tela automaticamente quando o DMS iniciar" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Bloquear tela automaticamente quando o sistema é preparado para suspensão" + }, + "Automation": { + "Automation": "Automação" + }, + "Available": { + "Available": "Disponível" + }, + "Available Layouts": { + "Available Layouts": "Layouts Disponíveis" + }, + "Available Networks": { + "Available Networks": "Redes Disponíveis" + }, + "Available Plugins": { + "Available Plugins": "Plugins disponíveis" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Telas Disponíveis (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Disponível em modos de visualização Detalhada e Previsão" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Voltar" + }, + "Backend": { + "Backend": "Backend" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Opacidade do Fundo" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "Imagem de fundo" + }, + "Backlight device": { + "Backlight device": "Dispositivo de iluminação de fundo" + }, + "Balance power and performance": { + "Balance power and performance": "Equilibrar energia e desempenho" + }, + "Balanced": { + "Balanced": "Balanceado" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Paleta equilibrada com destaques de cor focados (padrão)." + }, + "Bar Configurations": { + "Bar Configurations": "Configurações da Barra" + }, + "Bar Shadows": { + "Bar Shadows": "Sombras da Barra" + }, + "Bar Transparency": { + "Bar Transparency": "Trasparência da Barra" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Cor base para sombras (a opacidade é aplicada automaticamente)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Duração base para animações (arraste para usar Personalizado)" + }, + "Battery": { + "Battery": "Bateria" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Limite de Carga da Bateria" + }, + "Battery and power management": { + "Battery and power management": "Gerenciamento de bateria e energia" + }, + "Battery level and power management": { + "Battery level and power management": "Nível de bateria e manejamento de energia" + }, + "Behavior": { + "Behavior": "Comportamento" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Vincular o bloqueio de tela aos sinais do DBus do loginctl. Desative se estiver usando um bloqueio de tela externo" + }, + "Binds Include Missing": { + "Binds Include Missing": "Atalhos Incluem Definições Ausentes" + }, + "Binds include added": { + "Binds include added": "Atalhos incluem adicionados" + }, + "Bit Depth": { + "Bit Depth": "Profundidade de Bits" + }, + "Block Out": { + "Block Out": "Bloquear" + }, + "Block Out From": { + "Block Out From": "Bloquear De" + }, + "Block notifications": { + "Block notifications": "Bloquear notificações" + }, + "Blocked": { + "Blocked": "Bloqueado" + }, + "Blue light filter": { + "Blue light filter": "Filtro de luz azul" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Configurações do Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth indisponível" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Camada de Papel de Parede com Desfoque" + }, + "Blur on Overview": { + "Blur on Overview": "Desfoque na Visão Geral" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Desfoque de papel de parede quando a visão geral do niri estiver aberta" + }, + "Body": { + "Body": "Corpo" + }, + "Border": { + "Border": "Borda" + }, + "Border Color": { + "Border Color": "Cor da Borda" + }, + "Border Opacity": { + "Border Opacity": "Opacidade da Borda" + }, + "Border Size": { + "Border Size": "Tamanho da Borda" + }, + "Border Thickness": { + "Border Thickness": "Espessura da Borda" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "Borda com Fundo" + }, + "Bottom": { + "Bottom": "Inferior" + }, + "Bottom Center": { + "Bottom Center": "Centro Inferior" + }, + "Bottom Left": { + "Bottom Left": "Inferior Esquerdo" + }, + "Bottom Right": { + "Bottom Right": "Inferior Direito" + }, + "Bottom Section": { + "Bottom Section": "Seção Inferior" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Dock inferior para aplicativos fixados e rodando" + }, + "Brightness": { + "Brightness": "Brilho" + }, + "Brightness Slider": { + "Brightness Slider": "Controle deslizante de brilho" + }, + "Brightness Value": { + "Brightness Value": "Valor de Brilho" + }, + "Brightness control not available": { + "Brightness control not available": "Controle de brilho indisponível" + }, + "Browse": { + "Browse": "Navegar" + }, + "Browse Files": { + "Browse Files": "Navegar Arquivos" + }, + "Browse Plugins": { + "Browse Plugins": "Navegar por Plugins" + }, + "Browse Themes": { + "Browse Themes": "Navegar Temas" + }, + "Browse or search plugins": { + "Browse or search plugins": "Procurar ou pesquisar plugins" + }, + "Button Color": { + "Button Color": "Cor do Botão" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "Gráfico de CPU" + }, + "CPU Temperature": { + "CPU Temperature": "Temperatura da CPU" + }, + "CPU Usage": { + "CPU Usage": "Uso da CPU" + }, + "CPU temperature display": { + "CPU temperature display": "Mostrar temperatura da CPU" + }, + "CPU usage indicator": { + "CPU usage indicator": "Indicador de uso da CPU" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Monitoramento de CPU, memória, rede e disco" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "Aviso de Filtro Inseguro do CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "Aviso de Filtro Inseguro do CUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "Servidor de Impressão CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS indisponível" + }, + "Camera": { + "Camera": "Câmera" + }, + "Cancel": { + "Cancel": "Cancelar" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Cancelar todos os trabalhos para \"%1\"?" + }, + "Canceled": { + "Canceled": "Cancelado" + }, + "Cannot pair": { + "Cannot pair": "Não foi possível parear" + }, + "Capabilities": { + "Capabilities": "Capacidades" + }, + "Capacity": { + "Capacity": "Capacidade" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Indicador de Caps Lock" + }, + "Caps Lock is on": { + "Caps Lock is on": "Caps Lock está ligado" + }, + "Center Section": { + "Center Section": "Seção Central" + }, + "Center Single Column": { + "Center Single Column": "Centralizar Coluna Única" + }, + "Center Tiling": { + "Center Tiling": "Centralizar Tiling" + }, + "Certificate Password": { + "Certificate Password": "Senha do Certificado" + }, + "Change Song": { + "Change Song": "Mudar Música" + }, + "Change Volume": { + "Change Volume": "Alterar Volume" + }, + "Change bar appearance": { + "Change bar appearance": "Alterar aparência da barra" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "Mudar a localidade usada pela interface do DMS." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "Mudar a localidade usada para formatação de data e hora, independente da língua da interface." + }, + "Channel": { + "Channel": "Canal" + }, + "Charging": { + "Charging": "Carregando" + }, + "Check for system updates": { + "Check for system updates": "Verificar por atualizações de sistema" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "Escolha a Cor" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Escolher Cor do Modo Escuro" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Escolher Cor do Logotipo do Launcher do Dock" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Escolher a cor para a logo do Lançador" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Escolher Cor do Modo Claro" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Escolher Cor do Papel de Parede" + }, + "Choose a color": { + "Choose a color": "Escolha uma cor" + }, + "Choose colors from palette": { + "Choose colors from palette": "Escolha cores da paleta" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Escolha como o widget de clima é exibido" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "Escolher Ícone" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Escolha a cor de fundo para os widgets" + }, + "Choose the border accent color": { + "Choose the border accent color": "Escolha a cor de realce da borda" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Escolher a logo que será exibida no botão do Lançador no DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Escolher onde as notificações irão aparecer na tela" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Escolher onde OSDs aparecerão na tela" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Escolha quais monitores mostrarão este widget" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Escolha qual monitor mostra a interface de tela de bloqueio. Outros monitores vão mostrar uma cor sólida evitar burn-in no OLED." + }, + "Chroma Style": { + "Chroma Style": "Estilo Chroma" + }, + "Cipher": { + "Cipher": "Cifra" + }, + "Circle": { + "Circle": "Círculo" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Regex de Classe (ex: ^firefox$)" + }, + "Clear": { + "Clear": "Limpar" + }, + "Clear All": { + "Clear All": "Limpar Tudo" + }, + "Clear All Jobs": { + "Clear All Jobs": "Limpar Todos os Trabalhos" + }, + "Clear History?": { + "Clear History?": "Limpar Histórico?" + }, + "Clear Sky": { + "Clear Sky": "Céu Claro" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Limpar todo o histórico quando o servidor iniciar" + }, + "Clear at Startup": { + "Clear at Startup": "Limpar ao Iniciar" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Clique em 'Configurar' para criar %1 e adicionar à configuração" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Clique em 'Configurar' para criar %1 e adicionar inclusão na configuração do seu compositor" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Clique em 'Configurar' para criar configuração de cursor e adicionar inclusão à configuração do compositor." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Clique em 'Configurar' para criar a configuração de saídas e adicionar inclusão no seu configurador de compositor" + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Clique em Importar para adicionar um arquivo .ovpn ou .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "Atravessar Clique" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Clique em qualquer atalho para editar. Alterações salvas em %1" + }, + "Click to capture": { + "Click to capture": "Clique para capturar" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Clique para selecionar um arquivo JSON de tema personalizado" + }, + "Clip": { + "Clip": "Recortar" + }, + "Clip to Geometry": { + "Clip to Geometry": "Recortar para Geometria" + }, + "Clipboard": { + "Clipboard": "Área de transferência" + }, + "Clipboard History": { + "Clipboard History": "Histórico da Área de Transferência" + }, + "Clipboard Manager": { + "Clipboard Manager": "Gerenciador da Área de Transferência" + }, + "Clipboard sent": { + "Clipboard sent": "Área de transferência enviada" + }, + "Clipboard service not available": { + "Clipboard service not available": "Serviço de área de transferência não disponível" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "A área de transferência funciona mas nada é salvo no disco" + }, + "Clock": { + "Clock": "Relógio" + }, + "Clock Style": { + "Clock Style": "Estilo de Relógio" + }, + "Close": { + "Close": "Fechar" + }, + "Close All Windows": { + "Close All Windows": "Fechar Todas as Janelas" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Fechar Overview ao Lançar Aplicativos" + }, + "Close Window": { + "Close Window": "Fechar Janela" + }, + "Color": { + "Color": "Cor" + }, + "Color Gamut": { + "Color Gamut": "Gamut de Cor" + }, + "Color Management": { + "Color Management": "Gerenciamento de Cor" + }, + "Color Mode": { + "Color Mode": "Modo de Cor" + }, + "Color Override": { + "Color Override": "Sobrescrever Cor" + }, + "Color Picker": { + "Color Picker": "Seletor de Cores" + }, + "Color Temperature": { + "Color Temperature": "Temperatura da Cor" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Cor aparente nos monitores sem tela de bloqueio" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Cor para botões de ação primária" + }, + "Color temperature for day time": { + "Color temperature for day time": "Temperatura de cor durante o dia" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Temperatura da cor para o modo noturno" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Tema de cor para destaque de sintaxe." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Tema de cor para destaque de sintaxe. %1 temas disponíveis." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Tema de cor do registro DMS" + }, + "Colorful": { + "Colorful": "Colorido" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Mistura colorida de destaques de cor brilhantes e contrastantes." + }, + "Colorize Active": { + "Colorize Active": "Colorir Ativo" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Cores do papel de parede" + }, + "Column": { + "Column": "Coluna" + }, + "Column Display": { + "Column Display": "Exibição em Coluna" + }, + "Column Width": { + "Column Width": "Largura da Coluna" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "Comando" + }, + "Commands": { + "Commands": "Comandos" + }, + "Communication": { + "Communication": "Comunicação" + }, + "Community themes": { + "Community themes": "Temas da comunidade" + }, + "Compact": { + "Compact": "Compacto" + }, + "Compact Mode": { + "Compact Mode": "Modo Compacto" + }, + "Completed": { + "Completed": "Completado" + }, + "Compositor": { + "Compositor": "Compositor" + }, + "Compositor Settings": { + "Compositor Settings": "Configurações do Compositor" + }, + "Compositor not supported": { + "Compositor not supported": "Compositor não suportado" + }, + "Config Format": { + "Config Format": "Formato de Configuração" + }, + "Config action: %1": { + "Config action: %1": "Configurar ação: %1" + }, + "Config validation failed": { + "Config validation failed": "Falha na configuração de validação" + }, + "Configuration": { + "Configuration": "Configuração" + }, + "Configuration activated": { + "Configuration activated": "Configuração ativada" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "A configuração será mantida quando esse monitor reconectar" + }, + "Configure": { + "Configure": "Configurar" + }, + "Configure Keybinds": { + "Configure Keybinds": "Configurar Atalhos de Teclado" + }, + "Configure a new printer": { + "Configure a new printer": "Configure uma nova impressora" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Configurações de ícones para área de trabalho nomeadas. Ícones têm prioridade sobre números quando ambos estão habilitados." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Configurar critérios de correspondência e ações" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Configurar quais telas mostram \"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Configurar em quais telas serão mostrados os componentes do shell" + }, + "Confirm": { + "Confirm": "Confirmar" + }, + "Confirm Delete": { + "Confirm Delete": "Confirmar Exclusão" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Confirmar Alterações de Tela" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Confirmar chave de acesso para " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Conflita com: %1" + }, + "Connect": { + "Connect": "Conectar" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Conectar a Rede Oculta" + }, + "Connect to VPN": { + "Connect to VPN": "Conectar à VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Conectar ao Wi-Fi" + }, + "Connected": { + "Connected": "Conectado" + }, + "Connected Device": { + "Connected Device": "Dispositivo Conectado" + }, + "Connected Displays": { + "Connected Displays": "Telas Conectadas" + }, + "Connecting to Device": { + "Connecting to Device": "Conectando ao Dispositivo" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Conectando..." + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "Contém" + }, + "Content": { + "Content": "Conteúdo" + }, + "Content copied": { + "Content copied": "Conteúdo copiado" + }, + "Contrast": { + "Contrast": "Contraste" + }, + "Control Center": { + "Control Center": "Painel de Controle" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Cor do Bloco do Centro de Controle" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Controlar duração da animação para popups de notificação e histórico" + }, + "Control currently playing media": { + "Control currently playing media": "Controlar mídia que está sendo reproduzida" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Controle quais informações de notificação são mostradas na tela de bloqueio" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Controle quais plugins aparecem no modo 'Todos' sem exigir um prefixo de gatilho. Arraste para reordenar." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Controle espaços de trabalho e colunas rolando na barra" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Controla a opacidade de todos os popouts, modais e suas camadas de conteúdo" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Controla a transparência da sombra" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "Opções de conveniência para a tela de login. Sincronize para aplicar." + }, + "Cooldown": { + "Cooldown": "Tempo de espera" + }, + "Copied GIF": { + "Copied GIF": "GIF Copiado" + }, + "Copied MP4": { + "Copied MP4": "MP4 Copiado" + }, + "Copied WebP": { + "Copied WebP": "WebP Copiado" + }, + "Copied to clipboard": { + "Copied to clipboard": "Copiado para a área de transferência" + }, + "Copied!": { + "Copied!": "Copiado!" + }, + "Copy": { + "Copy": "Copiar" + }, + "Copy Content": { + "Copy Content": "Copiar Conteúdo" + }, + "Copy Full Command": { + "Copy Full Command": "Copiar Comando Completo" + }, + "Copy HTML": { + "Copy HTML": "Copiar HTML" + }, + "Copy Name": { + "Copy Name": "Copiar Nome" + }, + "Copy PID": { + "Copy PID": "Copiar PID" + }, + "Copy Text": { + "Copy Text": "Copiar Texto" + }, + "Copy path": { + "Copy path": "Copiar caminho" + }, + "Corner Radius": { + "Corner Radius": "Arredondamento" + }, + "Corner Radius Override": { + "Corner Radius Override": "Sobrescrever Arredondamento" + }, + "Corners & Background": { + "Corners & Background": "Cantos e Fundo" + }, + "Count Only": { + "Count Only": "Apenas Contagem" + }, + "Cover Open": { + "Cover Open": "Tampa Aberta" + }, + "Create": { + "Create": "Criar" + }, + "Create Dir": { + "Create Dir": "Criar pasta" + }, + "Create Printer": { + "Create Printer": "Criar Impressora" + }, + "Create Window Rule": { + "Create Window Rule": "Criar Regra de Janela" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "Criar regra para:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Criar regras para silenciar, ignorar, ocultar do histórico ou substituir a prioridade de notificação. O padrão apenas substitui a prioridade; as notificações ainda aparecem normalmente." + }, + "Creating...": { + "Creating...": "Criando..." + }, + "Critical Priority": { + "Critical Priority": "Prioridade Crítica" + }, + "Current": { + "Current": "Atual" + }, + "Current Items": { + "Current Items": "Itens Atuais" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "Monitor Atual" + }, + "Current Period": { + "Current Period": "Período Atual" + }, + "Current Status": { + "Current Status": "Status Atual" + }, + "Current Temp": { + "Current Temp": "Temperatura Atual" + }, + "Current Theme: %1": { + "Current Theme: %1": "Tema Atual: %1" + }, + "Current Weather": { + "Current Weather": "Clima Atual" + }, + "Current Workspace": { + "Current Workspace": "Área de Trabalho Atual" + }, + "Current time and date display": { + "Current time and date display": "Mostrar hora e data atuais" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Condições de clima atuais e temperatura" + }, + "Current: %1": { + "Current: %1": "Atual: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Configuração de Cursor Não Configurada" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Inclusão de Cursor Ausente" + }, + "Cursor Size": { + "Cursor Size": "Tamanho do Cursor" + }, + "Cursor Theme": { + "Cursor Theme": "Tema do Cursor" + }, + "Custom": { + "Custom": "Customizado" + }, + "Custom Color": { + "Custom Color": "Cor Personalizada" + }, + "Custom Duration": { + "Custom Duration": "Duração Personalizada" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Comando Personalizado Para Hibernar" + }, + "Custom Location": { + "Custom Location": "Customizar Localização" + }, + "Custom Lock Command": { + "Custom Lock Command": "Comando de Bloqueio Personalizado" + }, + "Custom Logout Command": { + "Custom Logout Command": "Comando Personalizado Para Sair" + }, + "Custom Name": { + "Custom Name": "Nome Personalizado" + }, + "Custom Power Actions": { + "Custom Power Actions": "Ações de Energia Customizadas" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Comando Personalizado Para Desligar" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Comando Personalizado Para Reiniciar" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Comando Personalizado Para Suspender" + }, + "Custom Transparency": { + "Custom Transparency": "Transparência Customizada" + }, + "Custom power profile": { + "Custom power profile": "Perfil de energia personalizado" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Tema personalizado carregado do arquivo JSON" + }, + "Custom...": { + "Custom...": "Customizado..." + }, + "Custom: ": { + "Custom: ": "Customizar: " + }, + "Customizable empty space": { + "Customizable empty space": "Espaço vazio customizável" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Customize quais ações aparecerão no menu de energia" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "Monitor DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "MODO DEMONSTRAÇÃO - Clique em qualquer lugar para sair" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Gerenciador de Plugins DMS indispónivel" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Atalhos DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS desatualizado" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Serviço do DMS não está conectado. Configurações de área de transferência não estão disponíveis." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Ações do shell do DMS (lançador, área de transferência, etc.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET não está disponível" + }, + "DWL service not available": { + "DWL service not available": "Serviço do DWL não disponível" + }, + "Daily": { + "Daily": "Diário" + }, + "Daily at:": { + "Daily at:": "Diária:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell está pronto para uso" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell e Ícones do Sistema (Reinicialização necessária)" + }, + "Dark Mode": { + "Dark Mode": "Modo Escuro" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "Escurecer Fundo de Modais" + }, + "Date Format": { + "Date Format": "Formatação de Data" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Amanhecer (Crepúsculo Astronômico)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Amanhecer (Crepúsculo Cívil)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Amanhecer (Crepúsculo Náutico)" + }, + "Day Date": { + "Day Date": "Dia Data" + }, + "Day Month Date": { + "Day Month Date": "Dia Mês Data" + }, + "Day Temperature": { + "Day Temperature": "Temperatura Diurna" + }, + "Daytime": { + "Daytime": "Hora do dia" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "Padrão" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "Largura Padrão (%)" + }, + "Default selected action": { + "Default selected action": "Ação selecionada por padrão" + }, + "Defaults": { + "Defaults": "Padrões" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Definir regras para comportamento de janela. Salva em %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Limpar • Shift+Del: Limpar Tudo • 1-9: Ações • F10: Ajuda • Esc: Fechar" + }, + "Delete": { + "Delete": "Excluir" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Excluir \"%1\"?" + }, + "Delete Class": { + "Delete Class": "Excluir Classe" + }, + "Delete Printer": { + "Delete Printer": "Excluir Impressora" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Excluir Item Salvo?" + }, + "Delete VPN": { + "Delete VPN": "Excluir VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Excluir classe \"%1\"?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Excluir perfil \"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Deriva cores que combinam de perto com a imagem de fundo." + }, + "Description": { + "Description": "Descrição" + }, + "Desktop": { + "Desktop": "Área de Trabalho" + }, + "Desktop Clock": { + "Desktop Clock": "Relógio da Área de Trabalho" + }, + "Desktop Entry": { + "Desktop Entry": "Entrada de Desktop" + }, + "Desktop Widget": { + "Desktop Widget": "Widget de Área de Trabalho" + }, + "Desktop Widgets": { + "Desktop Widgets": "Widgets da Área de Trabalho" + }, + "Desktop background images": { + "Desktop background images": "Imagens de fundo da área de trabalho" + }, + "Detailed": { + "Detailed": "Detalhado" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "Desenvolvimento" + }, + "Device": { + "Device": "Dispositivo" + }, + "Device connections": { + "Device connections": "Conexões de dispositivo" + }, + "Device names updated": { + "Device names updated": "Nomes de dispositivos atualizados" + }, + "Device paired": { + "Device paired": "Dispositivo pareado" + }, + "Device unpaired": { + "Device unpaired": "Dispositivo desemparelhado" + }, + "Digital": { + "Digital": "Digital" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Desativar conexão automática" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Desabilitar Papéis de Parede Embutidos" + }, + "Disable History Persistence": { + "Disable History Persistence": "Desativar Persistência de Histórico" + }, + "Disable Output": { + "Disable Output": "Desabilitar Saída" + }, + "Disabled": { + "Disabled": "Desativado" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Desativando WiFi..." + }, + "Disc": { + "Disc": "Disco" + }, + "Discard": { + "Discard": "Descartar" + }, + "Discharging": { + "Discharging": "Descarregando" + }, + "Disconnect": { + "Disconnect": "Desconectar" + }, + "Disconnected": { + "Disconnected": "Desconectado" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Disconectado do WiFi" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "Disco" + }, + "Disk I/O": { + "Disk I/O": "E/S de Disco" + }, + "Disk Usage": { + "Disk Usage": "Uso de Disco" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "Discos" + }, + "Dismiss": { + "Dismiss": "Descartar" + }, + "Display": { + "Display": "Exibição" + }, + "Display Assignment": { + "Display Assignment": "Atribuição de Monitores" + }, + "Display Control": { + "Display Control": "Controle de Exibição" + }, + "Display Name Format": { + "Display Name Format": "Formato do Nome do Monitor" + }, + "Display Profiles": { + "Display Profiles": "Perfis de Exibição" + }, + "Display Settings": { + "Display Settings": "Configurações de Exibição" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Exibir um dock com aplicativos fixados e abertos" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Exibir todas as prioridades em aplicativos de tela cheia" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Mostra e altera layouts do DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Mostrar ícones de aplicativos em indicadores de espaço de trabalho" + }, + "Display brightness control": { + "Display brightness control": "Controle de brilho da tela" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "A configuração de exibição não está disponível. Protocolo de gerenciamento de saída WLR não suportado." + }, + "Display currently focused application title": { + "Display currently focused application title": "Mostrar título do app em foco" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Exibir previsões meteorológicas por hora" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Mostrar apenas áreas de trabalho que possuem janelas" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Mostra as ações do menu de energia em uma grade ao invés de uma lista" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Exibir segundos no relógio" + }, + "Display the power system menu": { + "Display the power system menu": "Mostra o menu de energia do sistema" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Exibir porcentagem de volume e brilho nos pop-ups OSD" + }, + "Displays": { + "Displays": "Telas" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Contagem de Exibições quando o estouro está ativo" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Exibir Layout ativo do teclado, e permitir alterações" + }, + "Distribution": { + "Distribution": "Distribuição" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Paleta diversa que abrange todo o espectro." + }, + "Do Not Disturb": { + "Do Not Disturb": "Não Perturbe" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock & Lançador" + }, + "Dock Transparency": { + "Dock Transparency": "Transparência da Dock" + }, + "Dock Visibility": { + "Dock Visibility": "Visibilidade do Dock" + }, + "Docs": { + "Docs": "Documentos" + }, + "Documents": { + "Documents": "Documentos" + }, + "Domain (optional)": { + "Domain (optional)": "Domínio (opcional)" + }, + "Don't Change": { + "Don't Change": "Não Alterar" + }, + "Don't Save": { + "Don't Save": "Não Salvar" + }, + "Door Open": { + "Door Open": "Porta Aberta" + }, + "Downloads": { + "Downloads": "Downloads" + }, + "Drag to Reorder": { + "Drag to Reorder": "Arraste para Reordenar" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Arraste Widgets para reordená-los nas seções. Use o ícone de olho para esconder ou mostrá-los (manter o espaçamento), ou clique no X para removê-los por completo." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Arraste os indicadores de área de trabalho para reordená-los" + }, + "Driver": { + "Driver": "Driver" + }, + "Drizzle": { + "Drizzle": "Garoa" + }, + "Duplicate": { + "Duplicate": "Duplicar" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Duplicar Papel de Parede com Blur" + }, + "Duration": { + "Duration": "Duração" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Escurecer (Crepúsculo Astronômico)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Escurecer (Crepúsculo Cívil)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Escurecer (Crepúsculo Náutico)" + }, + "Dynamic": { + "Dynamic": "Dinâmico" + }, + "Dynamic Properties": { + "Dynamic Properties": "Propriedades Dinâmicas" + }, + "Dynamic Theming": { + "Dynamic Theming": "Tema Dinâmico" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Cores dinâmicas do papel de parede" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Cores dinâmicas, predefinições" + }, + "Edge Spacing": { + "Edge Spacing": "Espaçamento de Bordas" + }, + "Edit App": { + "Edit App": "Editar Aplicativo" + }, + "Edit Window Rule": { + "Edit Window Rule": "Editar Regra de Janela" + }, + "Education": { + "Education": "Educação" + }, + "Empty": { + "Empty": "Vázio" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Ativar a profundidade de cores de 10 bits para uma gama de cores mais ampla e suporte HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Ativar conexão automática" + }, + "Enable Bar": { + "Enable Bar": "Habilitar Barra" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Habilitar Não Perturbe" + }, + "Enable History": { + "Enable History": "Ativar Histórico" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Habilitar Sobreposição do Overview" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Ativar Efeitos de Ondulação" + }, + "Enable System Sounds": { + "Enable System Sounds": "Ativar Sons do Sistema" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "Habilitar Clima" + }, + "Enable WiFi": { + "Enable WiFi": "Ativar WiFi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Habilitar camada de desfoque direcionável ao compositor (namespace: dms:blurwallpaper). Requer configuração manual do niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Habilitar impressão digital no login" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Habilitar autenticação por impressão digital" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Ativar integração de bloqueio do loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "Ativado" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Ativando WiFi..." + }, + "End": { + "End": "Fim" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Aumentar ao Passar o Mouse" + }, + "Enlargement %": { + "Enlargement %": "Ampliação %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Entre a chave de acesso de 6 dígitos" + }, + "Enter PIN": { + "Enter PIN": "Entre código PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "Entre código PIN para " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Digite URL ou texto para compartilhar" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Insira um novo nome para este espaço de trabalho" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "Insira as credenciais para " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Insira um formato customizado para a tela de bloqueio (exemplo: dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Insira um formato customizado para a barra superior (exemplo: ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Digite o nome do dispositivo..." + }, + "Enter filename...": { + "Enter filename...": "Insira nome do arquivo..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Insira o prefixo de inicialização (por exemplo, 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Digite o nome da rede e a senha" + }, + "Enter passkey for ": { + "Enter passkey for ": "Entre chave de acesso para " + }, + "Enter password for ": { + "Enter password for ": "Insira senha para " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Entre esse código em " + }, + "Enter to Paste": { + "Enter to Paste": "Enter para Colar" + }, + "Enterprise": { + "Enterprise": "Enterprise" + }, + "Entry pinned": { + "Entry pinned": "Entrada fixada" + }, + "Entry unpinned": { + "Entry unpinned": "Entrada removida" + }, + "Environment Variables": { + "Environment Variables": "Variáveis de Ambiente" + }, + "Error": { + "Error": "Erro" + }, + "Errors": { + "Errors": "Erros" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Exato" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Ajuste da Zona Exclusiva" + }, + "Experimental Feature": { + "Experimental Feature": "Recurso Experimental" + }, + "Explore": { + "Explore": "Explorar" + }, + "Exponential": { + "Exponential": "Exponencial" + }, + "Expressive": { + "Expressive": "Expressivo" + }, + "Extend battery life": { + "Extend battery life": "Estender duração da bateria" + }, + "Extensible architecture": { + "Extensible architecture": "Arquitetura extensível" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Gerenciamento Externo de Papéis de Parede" + }, + "Extra Arguments": { + "Extra Arguments": "Argumentos Extras" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Ativar • F10: Ajuda" + }, + "Fade": { + "Fade": "Esmaecimento" + }, + "Fade to lock screen": { + "Fade to lock screen": "Esmaecer para a tela de bloqueio" + }, + "Fade to monitor off": { + "Fade to monitor off": "Desaparecer para monitor desligado" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Falha ao aceitar pareamento" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Erro ao ativar configuração" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Falha ao ativar perfil - arquivo não encontrado" + }, + "Failed to add binds include": { + "Failed to add binds include": "Falha ao adicionar \"include\" dos atalhos" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Falha ao adicionar impressora para a classe" + }, + "Failed to browse device": { + "Failed to browse device": "Falha ao navegar no dispositivo" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Falha ao cancelar todos os trabalhos" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Falha ao cancelar o trabalho selecionado" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Falha ao verificar limite de pin" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Erro ao conectar à VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Falha ao conectar a %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Falha ao copiar entrada" + }, + "Failed to create printer": { + "Failed to create printer": "Falha ao criar impressora" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Falha ao criar diretório de perfis" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Falha ao excluir VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Falha ao excluir classe" + }, + "Failed to delete printer": { + "Failed to delete printer": "Falha ao excluir impressora" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Falha ao desativar aceitação de trabalhos" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Falha ao desativar o modo noturno" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Erro ao desconectar VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Erro ao desconectar VPNs" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Erro ao disconectar WiFi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Falha ao ativar a localização IP" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Erro ao habilitar WiFi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Falha ao habilitar aceitação de trabalhos" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Falha ao ativar o modo noturno" + }, + "Failed to hold job": { + "Failed to hold job": "Falha ao segurar trabalho" + }, + "Failed to import VPN": { + "Failed to import VPN": "Falha ao importar VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Falha ao iniciar aplicativo de SMS" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Falha ao carregar configuração da VPN" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Falha ao carregar configuração de área de transferência." + }, + "Failed to move job": { + "Failed to move job": "Falha ao mover trabalho" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Falha ao analisar plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Falha ao analisar session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Falha ao analisar settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Falha ao pausar impressora" + }, + "Failed to pin entry": { + "Failed to pin entry": "Falha ao fixar entrada" + }, + "Failed to print test page": { + "Failed to print test page": "Falha ao imprimir página de testes" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Falha ao rejeitar pareamento" + }, + "Failed to remove device": { + "Failed to remove device": "Erro ao remover dispositivo" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Falha ao remover atalho" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Falha ao remover impressora da classe" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Falha ao reiniciar o sistema de áudio" + }, + "Failed to restart job": { + "Failed to restart job": "Falha ao reiniciar trabalho" + }, + "Failed to resume printer": { + "Failed to resume printer": "Falha ao resumir impressora" + }, + "Failed to ring device": { + "Failed to ring device": "Falha ao tocar dispositivo" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "Falha ao salvar a configuração de áudio" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Falha ao salvar configuração de área de transferência" + }, + "Failed to save keybind": { + "Failed to save keybind": "Falha ao salvar atalho" + }, + "Failed to save profile file": { + "Failed to save profile file": "Falha ao salvar arquivo de perfil" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Falha ao enviar área de transferência" + }, + "Failed to send file": { + "Failed to send file": "Falha ao enviar arquivo" + }, + "Failed to send ping": { + "Failed to send ping": "Falha ao enviar ping" + }, + "Failed to set brightness": { + "Failed to set brightness": "Falha ao definir o brilho" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Falha ao definir a localização do modo noturno" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Falha ao definir o agendamento do modo noturno" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Falha ao definir a temperatura do modo noturno" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "Erro ao definir imagem de perfil" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Falha ao definir imagem de perfil: %1" + }, + "Failed to share": { + "Failed to share": "Falha ao compartilhar" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Falha ao iniciar conexão com %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Falha ao remover entrada" + }, + "Failed to update VPN": { + "Failed to update VPN": "Falha ao atualizar VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Erro ao atualizar conexão automática" + }, + "Failed to update description": { + "Failed to update description": "Falha ao atualizar descrição" + }, + "Failed to update location": { + "Failed to update location": "Falha ao atualizar localização" + }, + "Failed to update sharing": { + "Failed to update sharing": "Falha ao atualizar compartilhamento" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Falha ao salvar arquivo temporário para validação" + }, + "Features": { + "Features": "Recursos" + }, + "Feels": { + "Feels": "Sensações" + }, + "Feels Like": { + "Feels Like": "Sensação Térmica" + }, + "Feels Like %1°": { + "Feels Like %1°": "Sensação Térmica %1°" + }, + "Fidelity": { + "Fidelity": "Fidelidade" + }, + "Field": { + "Field": "Campo" + }, + "File": { + "File": "Arquivo" + }, + "File Already Exists": { + "File Already Exists": "Arquivo já existe" + }, + "File Information": { + "File Information": "Informação do Arquivo" + }, + "File received from": { + "File received from": "Arquivo recebido de" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Pesquisa de arquivo requer dsearch\nInstalar de github.com/morelazers/dsearch" + }, + "Files": { + "Files": "Arquivos" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Monitoramento de uso do sistema de arquivos" + }, + "Fill": { + "Fill": "Preenchimento" + }, + "Find in Text": { + "Find in Text": "Procurar no Texto" + }, + "Find in note...": { + "Find in note...": "Procurar na nota..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "Concluir" + }, + "First Day of Week": { + "First Day of Week": "Primeiro Dia da Semana" + }, + "First Time Setup": { + "First Time Setup": "Configuração Inicial" + }, + "Fit": { + "Fit": "Ajustar" + }, + "Fix Now": { + "Fix Now": "Consertar Agora" + }, + "Fixing...": { + "Fixing...": "Consertando..." + }, + "Flags": { + "Flags": "Bandeiras" + }, + "Flipped": { + "Flipped": "Invertido" + }, + "Flipped 180°": { + "Flipped 180°": "Invertido 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Girado 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Girado 90°" + }, + "Float": { + "Float": "Flutuante" + }, + "Focus": { + "Focus": "Foco" + }, + "Focus at Startup": { + "Focus at Startup": "Foco no Iniciar" + }, + "Focused Border": { + "Focused Border": "Borda em Foco" + }, + "Focused Color": { + "Focused Color": "Cor em Foco" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "Janela Focada" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "Neblina" + }, + "Folder": { + "Folder": "Pasta" + }, + "Folders": { + "Folders": "Pastas" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Seguir Foco do Monitor" + }, + "Follow focus": { + "Follow focus": "Seguir foco" + }, + "Font": { + "Font": "Fonte" + }, + "Font Family": { + "Font Family": "Família da Fonte" + }, + "Font Scale": { + "Font Scale": "Escala da Fonte" + }, + "Font Size": { + "Font Size": "Tamanho da Fonte" + }, + "Font Weight": { + "Font Weight": "Peso da Fonte" + }, + "Font used on the login screen": { + "Font used on the login screen": "Fonte usada na tela de login" + }, + "Force HDR": { + "Force HDR": "Forçar HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Forçar Encerramento (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Forçar Cor Ampla" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Forçar aplicativos de terminal a usar sempre temas escuros" + }, + "Forecast": { + "Forecast": "Previsão" + }, + "Forecast Days": { + "Forecast Days": "Dias de Previsão" + }, + "Forecast Not Available": { + "Forecast Not Available": "Previsão do Tempo não Disponível" + }, + "Forever": { + "Forever": "Para sempre" + }, + "Forget": { + "Forget": "Esquecer" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Esquecer \"%1\"?" + }, + "Forget Device": { + "Forget Device": "Esquecer Dispositivo" + }, + "Forget Network": { + "Forget Network": "Esquecer Internet" + }, + "Forgot network %1": { + "Forgot network %1": "Rede esquecida %1" + }, + "Format Legend": { + "Format Legend": "Formatar Legenda" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "Liberar VRAM/memória quando o lançador estiver fechado. Pode causar um pequeno atraso ao reabrir." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Garoa Congelante" + }, + "Frequency": { + "Frequency": "Frequência" + }, + "Fruit Salad": { + "Fruit Salad": "Salada de Frutas" + }, + "Full Command:": { + "Full Command:": "Comando Completo:" + }, + "Full Content": { + "Full Content": "Conteúdo Completo" + }, + "Full Day & Month": { + "Full Day & Month": "Dia e Mês Completo" + }, + "Full with Year": { + "Full with Year": "Completo com Ano" + }, + "Fullscreen": { + "Fullscreen": "Tela Cheia" + }, + "Fullscreen Only": { + "Fullscreen Only": "Apenas Tela Cheia" + }, + "Fully Charged": { + "Fully Charged": "Totalmente Carregado" + }, + "Fun": { + "Fun": "Diversão" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: grade • Z/X: tamanho" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "Monitoramento de GPU" + }, + "GPU Temperature": { + "GPU Temperature": "Temperatura da GPU" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDEs, mais" + }, + "Games": { + "Games": "Jogos" + }, + "Gamma Control": { + "Gamma Control": "Controle de Gama" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Controle de gama não disponível. Necessário DMS API v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "Genérico" + }, + "Get Started": { + "Get Started": "Começar" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Dimensionar globalmente todas as durações de animação" + }, + "Golden Hour": { + "Golden Hour": "Hora Dourada" + }, + "Good": { + "Good": "Bom" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Arredondamento do Canto Gótico" + }, + "Goth Corners": { + "Goth Corners": "Cantos Gotícos" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Gradualmente esmaecer a tela antes de bloquear com um período de tolerância configurável" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Desaparecer gradualmente a tela antes de desligar monitores com um período de carência configurável" + }, + "Graph Time Range": { + "Graph Time Range": "Intervalo de Tempo do Gráfico" + }, + "Graphics": { + "Graphics": "Gráficos" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "Grade" + }, + "Grid Columns": { + "Grid Columns": "Colunas da Grade" + }, + "Grid: OFF": { + "Grid: OFF": "Grade: DESLIGADA" + }, + "Grid: ON": { + "Grid: ON": "Grade: LIGADA" + }, + "Group": { + "Group": "Grupo" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Agrupar Aplicativos da Área de Trabalho" + }, + "Group by App": { + "Group by App": "Agrupar por App" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Agrupar múltiplas janelas do mesmo app com um indicador de número de janelas" + }, + "Group removed": { + "Group removed": "Grupo removido" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Agrupar ícones de aplicativos repetidos em áreas de trabalho não focadas" + }, + "Groups": { + "Groups": "Grupos" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "Mapeamento de Tom HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "O modo HDR é experimental. Verifique se seu monitor suporta HDR antes de ativar." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML copiado para a área de transferência" + }, + "Health": { + "Health": "Saúde" + }, + "Heavy Rain": { + "Heavy Rain": "Chuva Forte" + }, + "Heavy Snow": { + "Heavy Snow": "Neve Forte" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Nevascas Intensas" + }, + "Height": { + "Height": "Altura" + }, + "Held": { + "Held": "Mantido" + }, + "Help": { + "Help": "Ajuda" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Hibernar" + }, + "Hidden": { + "Hidden": "Oculto" + }, + "Hidden (%1)": { + "Hidden (%1)": "Oculto (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Aplicativos Ocultos" + }, + "Hidden Network": { + "Hidden Network": "Rede Oculta" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Aplicativos ocultos não aparecerão no launcher. Clique com o botão direito em um aplicativo e selecione 'Ocultar Aplicativo' para ocultá-lo." + }, + "Hide": { + "Hide": "Ocultar" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Ocultar Terceiros" + }, + "Hide App": { + "Hide App": "Ocultar Aplicativo" + }, + "Hide Delay": { + "Hide Delay": "Ocultar atraso" + }, + "Hide Indicators": { + "Hide Indicators": "Ocultar Indicadores" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Ocultar Widget de Atualização" + }, + "Hide When Typing": { + "Hide When Typing": "Ocultar ao Digitar" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Ocultar Quando Janelas Abertas" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Ocultar cursor após inatividade (0 = desativado)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Ocultar cursor ao pressionar teclas do teclado" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Ocultar cursor ao usar entrada por toque" + }, + "Hide device": { + "Hide device": "Ocultar dispositivo" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Ocultar conteúdo da notificação até expandir" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Ocultar conteúdo da notificação até expandir; popups mostram recolhidos por padrão" + }, + "Hide on Touch": { + "Hide on Touch": "Ocultar no Toque" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Paleta de alta fidelidade que preserva tons da fonte." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "Histórico" + }, + "History Retention": { + "History Retention": "Retenção de Histórico" + }, + "History Settings": { + "History Settings": "Configurações do Histórico" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Histórico limpo. %1 entradas fixadas mantidas." + }, + "Hold Duration": { + "Hold Duration": "Duração do Pressionamento" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Mantenha pressionado por mais tempo para confirmar" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Manter Pressionado para Confirmar Ações de Energia" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Segure para confirmar (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Manter pressionado para confirmar (%1s)" + }, + "Home": { + "Home": "Casa" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "Nome do host" + }, + "Hot Corners": { + "Hot Corners": "Cantos Quentes" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Título da sobreposição de atalhos" + }, + "Hour": { + "Hour": "Hora" + }, + "Hourly": { + "Hourly": "Por Hora" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Contagem de Previsão por Hora" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Tempo entre papéis de parede" + }, + "How the background image is scaled": { + "How the background image is scaled": "Como a imagem de fundo é dimensionada" + }, + "Humidity": { + "Humidity": "Umidade" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Substituições de Layout Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "Opções do Hyprland" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "Entendi" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "Endereço IP:" + }, + "IP address or hostname": { + "IP address or hostname": "Endereço de IP ou nome do host" + }, + "ISO Date": { + "ISO Date": "Data ISO" + }, + "Icon": { + "Icon": "Ícone" + }, + "Icon Scale": { + "Icon Scale": "Escala de Ícone" + }, + "Icon Size": { + "Icon Size": "Tamanho do Ícone" + }, + "Icon Size %": { + "Icon Size %": "Tamanho do Ícone %" + }, + "Icon Theme": { + "Icon Theme": "Tema de Ícones" + }, + "Idle": { + "Idle": "Em espera" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Inibitor de inatividade" + }, + "Idle Settings": { + "Idle Settings": "Configurações de inatividade" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Monitoramento de inatividade não disponível – requer versão mais recente do Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Se o campo está escondido, ele aparecerá no momento que uma tecla e pressionada." + }, + "Ignore Completely": { + "Ignore Completely": "Ignorar Completamente" + }, + "Image": { + "Image": "Imagem" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Imagem copiada para a área de trabalho" + }, + "Import": { + "Import": "Importar" + }, + "Import VPN": { + "Import VPN": "Importar VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Cor do Monitor Inativo" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Incluir Transições" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Incluir ações de desktop (atalhos) nos resultados da pesquisa." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Plugins Incompatíveis Carregados" + }, + "Incorrect password": { + "Incorrect password": "Senha incorreta" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Estilo de Indicador" + }, + "Individual Batteries": { + "Individual Batteries": "Baterias Individuais" + }, + "Individual bar configuration": { + "Individual bar configuration": "Configuração individual da barra" + }, + "Info": { + "Info": "Informações" + }, + "Inherit": { + "Inherit": "Herdar" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "Inibível" + }, + "Input Devices": { + "Input Devices": "Dispositivos de Entrada" + }, + "Input Volume Slider": { + "Input Volume Slider": "Controle deslizante de volume de entrada" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Instalar" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "Instalar Plugin" + }, + "Install Theme": { + "Install Theme": "Instalar Tema" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Instalar temas de cor do registro de temas DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "Instalação falhou: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Instalar pacote matugen para tema dinâmico" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Instalar plugin '%1' do registro DMS?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Instale plugins a partir do registro de plugins do DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Instalar tema '%1' do registro DMS?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "Instalado" + }, + "Installed: %1": { + "Installed: %1": "Instalado: %1" + }, + "Installing: %1": { + "Installing: %1": "Instalando: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Ocultação Automática Inteligente" + }, + "Intensity": { + "Intensity": "Intensidade" + }, + "Interface:": { + "Interface:": "Interface:" + }, + "Interlock Open": { + "Interlock Open": "Trava de Segurança Aberta" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervalo" + }, + "Invalid configuration": { + "Invalid configuration": "Configuração inválida" + }, + "Invert on mode change": { + "Invert on mode change": "Inverter na mudança de modo" + }, + "Iris Bloom": { + "Iris Bloom": "Íris em Flor" + }, + "Isolate Displays": { + "Isolate Displays": "Isolar Monitores" + }, + "Jobs": { + "Jobs": "Trabalhos" + }, + "Jobs: ": { + "Jobs: ": "Trabalhos:" + }, + "Keep Awake": { + "Keep Awake": "Manter Ligado" + }, + "Keep Changes": { + "Keep Changes": "Manter Alterações" + }, + "Keeping Awake": { + "Keeping Awake": "Mantendo Ligado" + }, + "Kernel": { + "Kernel": "Kernel" + }, + "Key": { + "Key": "Tecla" + }, + "Keybind Sources": { + "Keybind Sources": "Fontes de Combinações de Teclas" + }, + "Keybinds": { + "Keybinds": "Atalhos de Teclado" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Configurações de Pesquisa de Combinações de Teclas" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Combinações de teclas mostradas junto com resultados de pesquisa regulares" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Nome de Layout do Teclado" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Atalhos do Teclado" + }, + "Keys": { + "Keys": "Teclas" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "Matar Processo" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "Dispositivo LED" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "Grande" + }, + "Largest": { + "Largest": "Maior" + }, + "Last hour": { + "Last hour": "Última hora" + }, + "Last launched %1": { + "Last launched %1": "Lançado pela última vez em %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Lançado pela última vez %1 dia atrás" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "Lançado pela última vez agora" + }, + "Latitude": { + "Latitude": "Latitude" + }, + "Launch": { + "Launch": "Inicializar" + }, + "Launch Prefix": { + "Launch Prefix": "Prefixo de Inicialização" + }, + "Launch on dGPU": { + "Launch on dGPU": "Inicializar na dGPU" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "Lançador" + }, + "Launcher Button": { + "Launcher Button": "Botão do Launcher" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Logo do botão do Lançador" + }, + "Layout": { + "Layout": "Layout" + }, + "Layout Overrides": { + "Layout Overrides": "Substituições de Layout" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "Esquerda" + }, + "Left Center": { + "Left Center": "Centro Esquerdo" + }, + "Left Section": { + "Left Section": "Seção da Esquerda" + }, + "Light Direction": { + "Light Direction": "Direção da Luz" + }, + "Light Mode": { + "Light Mode": "Modo Claro" + }, + "Light Rain": { + "Light Rain": "Chuva Leve" + }, + "Light Snow": { + "Light Snow": "Neve Leve" + }, + "Light Snow Showers": { + "Light Snow Showers": "Nevascas Leves" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "Linha" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "Linear" + }, + "Lines: %1": { + "Lines: %1": "Linhas: %1" + }, + "List": { + "List": "Lista" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Paleta vívida com destaques de cor saturados." + }, + "Load Average": { + "Load Average": "Carga Média" + }, + "Loading codecs...": { + "Loading codecs...": "Carregando codecs..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Carregando atalhos..." + }, + "Loading trending...": { + "Loading trending...": "Carregando trending..." + }, + "Loading...": { + "Loading...": "Carregando..." + }, + "Local": { + "Local": "Local" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "Localização" + }, + "Location Search": { + "Location Search": "Procurar Localização" + }, + "Lock": { + "Lock": "Bloquear" + }, + "Lock Screen": { + "Lock Screen": "Tela de Bloqueio" + }, + "Lock Screen Display": { + "Lock Screen Display": "Exibição da Tela de Boqueio" + }, + "Lock Screen Format": { + "Lock Screen Format": "Formato da Tela de Bloqueio" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Comportamento da Tela de Bloqueio" + }, + "Lock Screen layout": { + "Lock Screen layout": "Layout da Tela de Bloqueio" + }, + "Lock at startup": { + "Lock at startup": "Bloquear na inicialização" + }, + "Lock before suspend": { + "Lock before suspend": "Bloquear antes de suspender" + }, + "Lock fade grace period": { + "Lock fade grace period": "Período de carência de fade de bloqueio" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "Bloqueado" + }, + "Log Out": { + "Log Out": "Sair" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "Longo" + }, + "Long Text": { + "Long Text": "Longo Texto" + }, + "Long press": { + "Long press": "Pressionar e segurar" + }, + "Longitude": { + "Longitude": "Longitude" + }, + "Low Priority": { + "Low Priority": "Baixa Prioridade" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Certifique-se de que o KDE Connect ou Valent esteja em execução em seus outros dispositivos" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Gerencia e configure plugins para extender funcionalidades do DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Gerencie até 4 configurações de barras independentes. Cada barra possui sua própria posição, widgets, estilo e atribuição de telas." + }, + "Management": { + "Management": "Gerenciamento" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "Substituições de Layout MangoWC" + }, + "Manual": { + "Manual": "Manual" + }, + "Manual Coordinates": { + "Manual Coordinates": "Coordenadas Manuais" + }, + "Manual Direction": { + "Manual Direction": "Direção Manual" + }, + "Manual Gap Size": { + "Manual Gap Size": "Espaçamento Manual" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Mostrar/Esconder Manualmente" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Mapear nomes de classe de janela para nomes de ícones para exibição adequada do ícone" + }, + "Margin": { + "Margin": "Margem" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Suprimento Vazio" + }, + "Marker Supply Low": { + "Marker Supply Low": "Suprimento Baixo" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Coletor de Resíduos Quase Cheio" + }, + "Marker Waste Full": { + "Marker Waste Full": "Coletor de Resíduos Cheio" + }, + "Match Criteria": { + "Match Criteria": "Critérios de Correspondência" + }, + "Matches profile: %1": { + "Matches profile: %1": "Perfil correspondente: %1" + }, + "Material Colors": { + "Material Colors": "Cores Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Temas de cor inspirados no Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Cores materiais geradas a partir do papel de parede" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen Ausente" + }, + "Matugen Palette": { + "Matugen Palette": "Paleta Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Monitor-alvo do Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Templates do Matugen" + }, + "Max Edges": { + "Max Edges": "Bordas Máximas" + }, + "Max H": { + "Max H": "Altura Máx" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Máximo de Aplicativos Fixados" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Máximo de Aplicativos Fixados (0 = Ilimitado)" + }, + "Max Running Apps": { + "Max Running Apps": "Máximo de Aplicativos em Execução" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Máximo de Aplicativos em Execução (0 = Ilimitado)" + }, + "Max Volume": { + "Max Volume": "Volume Máximo" + }, + "Max W": { + "Max W": "Largura Máx" + }, + "Max apps to show": { + "Max apps to show": "Máximo de apps para mostrar" + }, + "Max to Edges": { + "Max to Edges": "Máximo nas Bordas" + }, + "Maximize": { + "Maximize": "Maximizar" + }, + "Maximize Detection": { + "Maximize Detection": "Detecção de Maximizado" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Maximizar Ícones de Widgets" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Maximizar Texto de Widgets" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Tamanho Máximo de Entrada" + }, + "Maximum History": { + "Maximum History": "Histórico Máximo" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Máximo de Entradas Fixadas" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Número máximo de entradas da área de transferência para guardar" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Número máximo de entradas que podem ser salvas" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Número máximo de notificações para manter" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Máximo de entradas fixadas alcançado" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Tamanho máximo por entrada da área de transferência" + }, + "Media": { + "Media": "Mídia" + }, + "Media Controls": { + "Media Controls": "Controles de Mídia" + }, + "Media Empty": { + "Media Empty": "Sem Papel" + }, + "Media Jam": { + "Media Jam": "Papel Atolado" + }, + "Media Low": { + "Media Low": "Papel Baixo" + }, + "Media Needed": { + "Media Needed": "Papel Necessário" + }, + "Media Playback": { + "Media Playback": "Reprodução de Mídia" + }, + "Media Player": { + "Media Player": "Reprodutor de Mídia" + }, + "Media Player Settings": { + "Media Player Settings": "Configurações do Reprodutor de Mídia" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "Reprodutores de Mídia(" + }, + "Media Volume": { + "Media Volume": "Volume de Mídia" + }, + "Medium": { + "Medium": "Médio" + }, + "Memory": { + "Memory": "Memória" + }, + "Memory Graph": { + "Memory Graph": "Gráfico de Memória" + }, + "Memory Usage": { + "Memory Usage": "Uso de Memória" + }, + "Memory usage indicator": { + "Memory usage indicator": "Indicador de uso de memória" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Mensagem" + }, + "Message Content": { + "Message Content": "Conteúdo da Mensagem" + }, + "Microphone": { + "Microphone": "Microfone" + }, + "Microphone Mute": { + "Microphone Mute": "Mutar Microfone" + }, + "Microphone Volume": { + "Microphone Volume": "Volume do Microfone" + }, + "Microphone settings": { + "Microphone settings": "Configurações de microfone" + }, + "Microphone volume control": { + "Microphone volume control": "Controle de volume de microfone" + }, + "Middle Section": { + "Middle Section": "Seção do Meio" + }, + "Min H": { + "Min H": "Altura Mín" + }, + "Min W": { + "Min W": "Largura Mín" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Paleta mínima construída ao redor de um único tom." + }, + "Minute": { + "Minute": "Minuto" + }, + "Mirror Display": { + "Mirror Display": "Espelhar Exibição" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Variáveis de Ambiente Ausentes" + }, + "Modal Background": { + "Modal Background": "Fundo Modal" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "Modais" + }, + "Mode": { + "Mode": "Modo" + }, + "Mode:": { + "Mode:": "Modo:" + }, + "Model": { + "Model": "Modelo" + }, + "Modified": { + "Modified": "Modificado" + }, + "Modular widget bar": { + "Modular widget bar": "Barra de widgets modular" + }, + "Monitor": { + "Monitor": "Monitor" + }, + "Monitor Configuration": { + "Monitor Configuration": "Configuração de Monitor" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Período de carência de fade do monitor" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Monitor o qual papel de parede controla cores de tema dinâmicas" + }, + "Monochrome": { + "Monochrome": "Monocromático" + }, + "Monocle": { + "Monocle": "Monocle" + }, + "Monospace Font": { + "Monospace Font": "Fonte Mono espaço" + }, + "Month Date": { + "Month Date": "Mês Data" + }, + "Morning": { + "Morning": "Manhã" + }, + "Mount Points": { + "Mount Points": "Pontos de Montagem" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Aparência do ponteiro do mouse" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Tamanho do ponteiro do mouse em pixels" + }, + "Move": { + "Move": "Mover" + }, + "Move Widget": { + "Move Widget": "Mover Widget" + }, + "Moving to Paused": { + "Moving to Paused": "Movendo para Pausado" + }, + "Multi-Monitor": { + "Multi-Monitor": "Multi-Monitor" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "Música" + }, + "Mute Popups": { + "Mute Popups": "Silenciar Popups" + }, + "Mute popups for %1": { + "Mute popups for %1": "Silenciar popups para %1" + }, + "Muted": { + "Muted": "Silenciado" + }, + "Muted Apps": { + "Muted Apps": "Aplicativos Silenciados" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Paleta suave com tons sutis e calmantes." + }, + "NM not supported": { + "NM not supported": "NM não suportado" + }, + "Name": { + "Name": "Nome" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Ícones de Áreas de Trabalho Nomeadas" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "Navegação" + }, + "Network": { + "Network": "Rede" + }, + "Network Graph": { + "Network Graph": "Gráfico de Rede" + }, + "Network Info": { + "Network Info": "Informação de Rede" + }, + "Network Information": { + "Network Information": "Informações de Rede" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Nome da Rede (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Monitor de Velocidade da Rede" + }, + "Network Status": { + "Network Status": "Status da Rede" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Monitor de velocidades de download e upload da rede" + }, + "Neutral": { + "Neutral": "Neutro" + }, + "Never": { + "Never": "Nunca" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "Novo" + }, + "New Key": { + "New Key": "Nova Tecla" + }, + "New Keybind": { + "New Keybind": "Novo Atalho" + }, + "New Notification": { + "New Notification": "Nova Notificação" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "Nova Regra de Janela" + }, + "New York, NY": { + "New York, NY": "Nova York, NY" + }, + "New group name...": { + "New group name...": "Novo nome de grupo..." + }, + "Next": { + "Next": "Próximo" + }, + "Next Transition": { + "Next Transition": "Próxima Transição" + }, + "Night": { + "Night": "Noite" + }, + "Night Mode": { + "Night Mode": "Modo Noturno" + }, + "Night Temperature": { + "Night Temperature": "Temperatura Noturna" + }, + "Night mode & gamma": { + "Night mode & gamma": "Modo noturno e gama" + }, + "Niri Integration": { + "Niri Integration": "Integração com niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Substituições de Layout do Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Ações do compositor Niri (focar, mover, etc.)" + }, + "No": { + "No": "Não" + }, + "No Active Players": { + "No Active Players": "Sem Tocadores Ativos" + }, + "No Anim": { + "No Anim": "Sem Animação" + }, + "No Background": { + "No Background": "Sem fundo" + }, + "No Battery": { + "No Battery": "Sem Bateria" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Adaptador Bluetooth não encontrado" + }, + "No Blur": { + "No Blur": "Sem Desfoque" + }, + "No Border": { + "No Border": "Sem Borda" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Nenhum atalho DMS configurado" + }, + "No Dim": { + "No Dim": "Sem Escurecimento" + }, + "No Focus": { + "No Focus": "Sem Foco" + }, + "No GPU detected": { + "No GPU detected": "Nenhuma GPU detectada" + }, + "No GPUs detected": { + "No GPUs detected": "Nenhuma GPU detectada" + }, + "No History": { + "No History": "Sem Histórico" + }, + "No Media": { + "No Media": "Sem Mídia" + }, + "No Round": { + "No Round": "Sem Arredondamento" + }, + "No Rounding": { + "No Rounding": "Sem Arredondamento" + }, + "No Shadow": { + "No Shadow": "Sem Sombra" + }, + "No VPN profiles": { + "No VPN profiles": "Sem perfis de VPN" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "Sem Dados Meteorológicos" + }, + "No Weather Data Available": { + "No Weather Data Available": "Informações de Clima não dispóniveis" + }, + "No action": { + "No action": "Nenhuma ação" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "Sem adaptador" + }, + "No adapters": { + "No adapters": "Sem adaptadores" + }, + "No app customizations.": { + "No app customizations.": "Sem personalizações de aplicativo." + }, + "No apps found": { + "No apps found": "Nenhum aplicativo encontrado" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Nenhum aplicativo foi iniciado ainda." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Nenhum aplicativo silenciado. Clique com o botão direito em uma notificação e escolha \"Silenciar popups\" para adicionar um aqui." + }, + "No battery": { + "No battery": "Sem bateria" + }, + "No brightness devices available": { + "No brightness devices available": "Nenhum dispositivo de brilho disponível" + }, + "No changes": { + "No changes": "Nenhuma alteração" + }, + "No checks passed": { + "No checks passed": "Nenhuma verificação passou" + }, + "No custom theme file": { + "No custom theme file": "Nenhum arquivo de tema personalizado" + }, + "No devices": { + "No devices": "Sem dispositivos" + }, + "No devices connected": { + "No devices connected": "Nenhum dispositivo conectado" + }, + "No devices found": { + "No devices found": "Nenhum dispositivo encontrado" + }, + "No disk data": { + "No disk data": "Sem dados de disco" + }, + "No disk data available": { + "No disk data available": "Nenhum dado de disco disponível" + }, + "No drivers found": { + "No drivers found": "Nenhum driver encontrado" + }, + "No errors": { + "No errors": "Sem erros" + }, + "No features enabled": { + "No features enabled": "Nenhum recurso ativado" + }, + "No files found": { + "No files found": "Nenhum arquivo encontrado" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "Nenhuma pasta encontrada" + }, + "No hidden apps.": { + "No hidden apps.": "Sem aplicativos ocultos." + }, + "No info items": { + "No info items": "Nenhum item de informação" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "Sem dispositivo de entrada" + }, + "No input devices found": { + "No input devices found": "Nenhum dispositivo de entrada encontrado" + }, + "No items added yet": { + "No items added yet": "Nenhum item adicionado" + }, + "No keybinds found": { + "No keybinds found": "Nenhum atalho encontrado" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Nenhum plugin de launcher instalado." + }, + "No match criteria": { + "No match criteria": "Sem critérios de correspondência" + }, + "No matches": { + "No matches": "Nenhuma correspondência" + }, + "No matching processes": { + "No matching processes": "Nenhum processo correspondente" + }, + "No monitors": { + "No monitors": "Sem monitores" + }, + "No mount points found": { + "No mount points found": "Nenhum ponto de montagem encontrado" + }, + "No output device": { + "No output device": "Sem dispositivo de saída" + }, + "No output devices found": { + "No output devices found": "Nenhum dispositivo de saída encontrado" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "Sem resultados de plugin" + }, + "No plugins found": { + "No plugins found": "Nenhum plugin encontrado" + }, + "No plugins found.": { + "No plugins found.": "Nenhum plugin encontrado." + }, + "No printer found": { + "No printer found": "Nenhuma impressora encontrada" + }, + "No printers configured": { + "No printers configured": "Nenhuma impressora configurada" + }, + "No printers found": { + "No printers found": "Nenhuma impressora encontrada" + }, + "No profiles": { + "No profiles": "Sem perfis" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Nenhuma entrada recente de área de transferência encontrada" + }, + "No results found": { + "No results found": "Nenhum resultado encontrado" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Nenhuma entrada de área de transferência salva" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "Nenhum tema encontrado" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Nenhum tema instalado. Navegue por temas para instalar do registro." + }, + "No trigger": { + "No trigger": "Sem gatilho" + }, + "No video found in folder": { + "No video found in folder": "Nenhum vídeo encontrado na pasta" + }, + "No wallpaper selected": { + "No wallpaper selected": "Nenhum papel de parede selecionado" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Nenhum papel de parede encontrado\n\nClique no ícone de pasta abaixo para navegar" + }, + "No warnings": { + "No warnings": "Sem avisos" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Nenhum widget adicionado. Clique em \"Adicionar Widget\" para começar." + }, + "No widgets available": { + "No widgets available": "Nenhum widget disponível" + }, + "No widgets match your search": { + "No widgets match your search": "Nenhum widget corresponde à sua pesquisa" + }, + "No window rules configured": { + "No window rules configured": "Nenhuma regra de janela configurada" + }, + "None": { + "None": "Nenhum" + }, + "Normal": { + "Normal": "Normal" + }, + "Normal Font": { + "Normal Font": "Fonte Normal" + }, + "Normal Priority": { + "Normal Priority": "Prioridade Normal" + }, + "Not available": { + "Not available": "Indisponível" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "Não conectado" + }, + "Not detected": { + "Not detected": "Não detectado" + }, + "Not paired": { + "Not paired": "Não pareado" + }, + "Not set": { + "Not set": "Não definido" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Nota: isso apenas altera a porcentagem, não limita realmente a carga." + }, + "Notepad": { + "Notepad": "Bloco de Nota" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Configurações da Fonte do Bloco de Notas" + }, + "Notepad Slideout": { + "Notepad Slideout": "Blocos de Notas Deslizante" + }, + "Nothing": { + "Nothing": "Nada" + }, + "Nothing to see here": { + "Nothing to see here": "Nada para ver aqui" + }, + "Notification Center": { + "Notification Center": "Centro de Notificações" + }, + "Notification Display": { + "Notification Display": "Exibição de Notificação" + }, + "Notification Overlay": { + "Notification Overlay": "Sobreposição de Notificação" + }, + "Notification Popups": { + "Notification Popups": "Popups de Notificação" + }, + "Notification Rules": { + "Notification Rules": "Regras de Notificação" + }, + "Notification Settings": { + "Notification Settings": "Configurações de Notificação" + }, + "Notification Timeouts": { + "Notification Timeouts": "Tempo Máximo de Notificação" + }, + "Notification toast popups": { + "Notification toast popups": "Pop-ups de notificações toast" + }, + "Notifications": { + "Notifications": "Notificações" + }, + "Numbers": { + "Numbers": "Números" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numérico (D/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numérico (M/D)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "Logo do SO" + }, + "OSD Position": { + "OSD Position": "Posição do OSD" + }, + "Occupied Color": { + "Occupied Color": "Cor Ocupada" + }, + "Off": { + "Off": "Desligado" + }, + "Office": { + "Office": "Escritório" + }, + "Offline": { + "Offline": "Offline" + }, + "Offline Report": { + "Offline Report": "Relatório Offline" + }, + "Older": { + "Older": "Mais antigas" + }, + "On": { + "On": "Ligado" + }, + "On-Demand": { + "On-Demand": "Por Demanda" + }, + "On-Screen Displays": { + "On-Screen Displays": "Displays na Tela (OSDs)" + }, + "On-screen Displays": { + "On-screen Displays": "Exibições OSD" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Apenas ajustar gama baseada em regras de tempo ou localização." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Mostrar apenas janelas do monitor atual em cada dock" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Apenas visível se suportado por seu sistema" + }, + "Opacity": { + "Opacity": "Opacidade" + }, + "Opaque": { + "Opaque": "Opaco" + }, + "Open": { + "Open": "Aberto" + }, + "Open App": { + "Open App": "Abrir Aplicativo" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Abra o KDE Connect em seu telefone" + }, + "Open Notepad File": { + "Open Notepad File": "Abrir Arquivo do Bloco de Notas" + }, + "Open a new note": { + "Open a new note": "Abrir uma nova nota" + }, + "Open folder": { + "Open folder": "Abrir pasta" + }, + "Open in Browser": { + "Open in Browser": "Abrir no Navegador" + }, + "Open in terminal": { + "Open in terminal": "Abrir no terminal" + }, + "Open search bar to find text": { + "Open search bar to find text": "Abrir barra de pesquisa e encontrar texto" + }, + "Open with...": { + "Open with...": "Abrir com..." + }, + "Opening SMS": { + "Opening SMS": "Abrindo SMS" + }, + "Opening SMS app": { + "Opening SMS app": "Abrindo aplicativo de SMS" + }, + "Opening file browser": { + "Opening file browser": "Abrindo navegador de arquivos" + }, + "Opening files": { + "Opening files": "Abrindo arquivos" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "Descrição opcional" + }, + "Optional location": { + "Optional location": "Localização opcional" + }, + "Options": { + "Options": "Opções" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Organizar widgets em grupos recolhíveis" + }, + "Original: %1": { + "Original: %1": "Original: %1" + }, + "Other": { + "Other": "Outro" + }, + "Outline": { + "Outline": "Contorno" + }, + "Output": { + "Output": "Saída" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Área de Saída Quase Cheia" + }, + "Output Area Full": { + "Output Area Full": "Área de Saída Cheia" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "Dispositivos de Saída" + }, + "Output Tray Missing": { + "Output Tray Missing": "Bandeja de Saída Ausente" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Incluir Saídas Ausentes" + }, + "Overcast": { + "Overcast": "Nublado" + }, + "Overflow": { + "Overflow": "Estouro" + }, + "Overridden by config": { + "Overridden by config": "Substituído pela config" + }, + "Override": { + "Override": "Sobrescrever" + }, + "Override Border Size": { + "Override Border Size": "Substituir Tamanho da Borda" + }, + "Override Corner Radius": { + "Override Corner Radius": "Sobrescrever Arredondamento" + }, + "Override Gaps": { + "Override Gaps": "Substituir Espaçamentos" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Substituir configurações de layout global para esta saída" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "Sobrescritas" + }, + "Overview": { + "Overview": "Visão Geral" + }, + "Overview of your network connections": { + "Overview of your network connections": "Visão geral das suas conexões de rede" + }, + "Overwrite": { + "Overwrite": "Sobrescrever" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Pad" + }, + "Pad Hours": { + "Pad Hours": "Adicionar Horas" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "Preenchimento" + }, + "Pair": { + "Pair": "Parear" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Emparelhar Dispositivo Bluetooth" + }, + "Paired": { + "Paired": "Pareado" + }, + "Pairing": { + "Pairing": "Pareando" + }, + "Pairing failed": { + "Pairing failed": "Erro ao emparelhar" + }, + "Pairing request from": { + "Pairing request from": "Solicitação de pareamento de" + }, + "Pairing request sent": { + "Pairing request sent": "Solicitação de pareamento enviada" + }, + "Pairing requested": { + "Pairing requested": "Pareamento solicitado" + }, + "Pairing...": { + "Pairing...": "Pareando..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Parcialmente Nublado" + }, + "Passkey:": { + "Passkey:": "Chave de acesso:" + }, + "Password": { + "Password": "Senha" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "Colar" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Caminho para um arquivo de vídeo ou pasta de vídeos" + }, + "Pattern": { + "Pattern": "Padrão" + }, + "Pause": { + "Pause": "Pausar" + }, + "Paused": { + "Paused": "Pausado" + }, + "Pending": { + "Pending": "Pendente" + }, + "Pending Charge": { + "Pending Charge": "Carga Pendente" + }, + "Pending Discharge": { + "Pending Discharge": "Descarga Pendente" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Papéis de Parede por Modo" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Papéis de Parede por Monitor" + }, + "Per-screen config": { + "Per-screen config": "Configuração por tela" + }, + "Percentage": { + "Percentage": "Porcetagem" + }, + "Performance": { + "Performance": "Desempenho" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Permissão negada ao definir imagem de perfil." + }, + "Personalization": { + "Personalization": "Personalização" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Conexão de Telefone Não Disponível" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Conexão de Telefone indisponível" + }, + "Phone number": { + "Phone number": "Número de telefone" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "Imagens" + }, + "Pin": { + "Pin": "Fixar" + }, + "Pin to Dock": { + "Pin to Dock": "Fixar ao Dock" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping enviado" + }, + "Ping sent to": { + "Ping sent to": "Ping enviado para" + }, + "Pinned": { + "Pinned": "Fixado" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Aplicativos fixados e em execução com arrastar e soltar" + }, + "Pixelate": { + "Pixelate": "Pixelizar" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Use este local para os diretórios de plugin. Cada plugin deve ter um arquivo de manifesto plugin.json." + }, + "Place plugins in %1": { + "Place plugins in %1": "Coloque plugins em %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Reproduzir som ao conectar o cabo de energia" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Reproduzir som ao conectar o cabo de energia" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Reproduzir som quando o volume é ajustado" + }, + "Play sounds for system events": { + "Play sounds for system events": "Reproduzir sons para eventos do sistema" + }, + "Playback": { + "Playback": "Reprodução" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "Aguarde..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "Conectado" + }, + "Plugged in": { + "Plugged in": "Conectado" + }, + "Plugin": { + "Plugin": "Plugin" + }, + "Plugin Directory": { + "Plugin Directory": "Diretório de Plugins" + }, + "Plugin Management": { + "Plugin Management": "Gerenciamento de Plugins" + }, + "Plugin Visibility": { + "Plugin Visibility": "Visibilidade do Plugin" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Plugin está desativado - ative em configurações de Plugins para usar" + }, + "Plugins": { + "Plugins": "Plugins" + }, + "Pointer": { + "Pointer": "Ponteiro" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "Popouts" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Popouts e Modais seguem Velocidade Global de Animação (desative para personalizar independentemente)" + }, + "Popup Only": { + "Popup Only": "Apenas Popup" + }, + "Popup Position": { + "Popup Position": "Posição do Popup" + }, + "Popup Shadow": { + "Popup Shadow": "Sombra do Popup" + }, + "Popup Transparency": { + "Popup Transparency": "Transparência do Popup" + }, + "Popup behavior, position": { + "Popup behavior, position": "Comportamento de pop-up, posição" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "Portal" + }, + "Position": { + "Position": "Posição" + }, + "Position, pinned apps": { + "Position, pinned apps": "Posição, aplicativos fixados" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Possíveis Conflitos de Sobrescrita" + }, + "Power": { + "Power": "Energia" + }, + "Power & Security": { + "Power & Security": "Energia & Segurança" + }, + "Power & Sleep": { + "Power & Sleep": "Energia & Suspensão" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Confirmação de Ação de Energia" + }, + "Power Menu Customization": { + "Power Menu Customization": "Customização do Menu de Energia" + }, + "Power Off": { + "Power Off": "Desligar" + }, + "Power Options": { + "Power Options": "Opções de Energia" + }, + "Power Profile": { + "Power Profile": "Perfil de Energia" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Degradação do Perfil de Energia" + }, + "Power Saver": { + "Power Saver": "Economia de Energia" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Desligar monitores no bloqueio" + }, + "Power profile management available": { + "Power profile management available": "Gerenciamento de perfil de energia disponível" + }, + "Power source": { + "Power source": "Fonte de energia" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "Precipitação" + }, + "Precipitation": { + "Precipitation": "Precipitação" + }, + "Precipitation Chance": { + "Precipitation Chance": "Chance de Precipitação" + }, + "Preference": { + "Preference": "Preferência" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Larguras Predefinidas (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Pressione Enter e o sistema de áudio reiniciará para aplicar a mudança" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Pressione Enter para colar, Shift+Enter para copiar" + }, + "Press key...": { + "Press key...": "Pressione a tecla..." + }, + "Pressure": { + "Pressure": "Pressão" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Impedir suspensão da tela" + }, + "Preview": { + "Preview": "Pré-visualização" + }, + "Primary": { + "Primary": "Primário" + }, + "Primary Container": { + "Primary Container": "Contêiner Primário" + }, + "Print Server Management": { + "Print Server Management": "Gerenciamento do Servidor de Impressão" + }, + "Print Server not available": { + "Print Server not available": "Servidor de Impressão indisponível" + }, + "Printer": { + "Printer": "Impressora" + }, + "Printer Classes": { + "Printer Classes": "Classes de Impressoras" + }, + "Printer created successfully": { + "Printer created successfully": "Impressora criada com sucesso" + }, + "Printer deleted": { + "Printer deleted": "Impressora excluída" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Nome da impressora (sem espaços)" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "Impressoras" + }, + "Printers: ": { + "Printers: ": "Impressoras: " + }, + "Prioritize performance": { + "Prioritize performance": "Priorizar desempenho" + }, + "Priority": { + "Priority": "Prioridade" + }, + "Privacy Indicator": { + "Privacy Indicator": "Indicador de Privacidade" + }, + "Privacy Mode": { + "Privacy Mode": "Modo de Privacidade" + }, + "Private Key Password": { + "Private Key Password": "Senha da Chave Privada" + }, + "Process Count": { + "Process Count": "Contador de Processos" + }, + "Processes": { + "Processes": "Processos" + }, + "Processes:": { + "Processes:": "Processos:" + }, + "Processing": { + "Processing": "Processando" + }, + "Profile Image Error": { + "Profile Image Error": "Erro da Imagem de Perfil" + }, + "Profile activated: %1": { + "Profile activated: %1": "Perfil ativado: %1" + }, + "Profile deleted": { + "Profile deleted": "Perfil excluído" + }, + "Profile error": { + "Profile error": "Erro de perfil" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "A imagem de perfil é muito grande. Por favor use uma imagem menor." + }, + "Profile name": { + "Profile name": "Nome do Perfil" + }, + "Profile not found": { + "Profile not found": "Perfil não encontrado" + }, + "Profile saved: %1": { + "Profile saved: %1": "Perfil salvo: %1" + }, + "Protocol": { + "Protocol": "Protocolo" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia não está disponível" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "Acesso Rápido" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Acesso rápido ao lançador de aplicativos" + }, + "Quick access to color picker": { + "Quick access to color picker": "Acesso rápido ao seletor de cores" + }, + "Quick access to notepad": { + "Quick access to notepad": "Acesso rápido ao bloco de notas" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Painel deslizante para anotações rápidas" + }, + "Quick system toggles": { + "Quick system toggles": "Alternadores rápidos do sistema" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Raio" + }, + "Rain": { + "Rain": "Chuva" + }, + "Rain Chance": { + "Rain Chance": "Chance de Chuva" + }, + "Rainbow": { + "Rainbow": "Arco-íris" + }, + "Random": { + "Random": "Aleatório" + }, + "Rate": { + "Rate": "Taxa" + }, + "Read:": { + "Read:": "Leitura:" + }, + "Reason": { + "Reason": "Razão" + }, + "Reboot": { + "Reboot": "Reiniciar" + }, + "Recent Colors": { + "Recent Colors": "Cores Recentes" + }, + "Recently Used Apps": { + "Recently Used Apps": "Apps Usados Recentemente" + }, + "Recommended available": { + "Recommended available": "Recomendado disponível" + }, + "Refresh": { + "Refresh": "Recarregar" + }, + "Refresh Weather": { + "Refresh Weather": "Atualizar Clima" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Rejeitar" + }, + "Reject Jobs": { + "Reject Jobs": "Rejeitar Trabalhos" + }, + "Release": { + "Release": "Soltar" + }, + "Reload Plugin": { + "Reload Plugin": "Reiniciar Plugin" + }, + "Remaining": { + "Remaining": "Restante" + }, + "Remaining / Total": { + "Remaining / Total": "Restante / Total" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "Lembrar última sessão" + }, + "Remember last user": { + "Remember last user": "Lembrar último usuário" + }, + "Remove": { + "Remove": "Remover" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Remover Preenchimento de Widgets" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Remover espaçámentos e borda quando janelas estão maximizadas" + }, + "Rename": { + "Rename": "Renomear" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "Renomear Espaço de Trabalho" + }, + "Repeat": { + "Repeat": "Repetir" + }, + "Replacement": { + "Replacement": "Substituição" + }, + "Report": { + "Report": "Relatório" + }, + "Request Pairing": { + "Request Pairing": "Solicitar Pareamento" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Exigir manter o botão/tecla pressionado para confirmar desligamento, reinicialização, suspensão, hibernação e encerramento de sessão" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "Requer %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Requer ferramenta 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "Requer DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Requer o compositor DWL" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Requer suporte a modo noturno" + }, + "Reset": { + "Reset": "Resetar" + }, + "Reset Position": { + "Reset Position": "Restaurar Posição" + }, + "Reset Size": { + "Reset Size": "Restaurar Tamanho" + }, + "Reset to default name": { + "Reset to default name": "Redefinir para o nome padrão" + }, + "Resize Widget": { + "Resize Widget": "Redimensionar Widget" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Resolução & Taxa de Atualização" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Resolução, posição, escala" + }, + "Restart DMS": { + "Restart DMS": "Reiniciar DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Reinicie o DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Reiniciando sistema de áudio..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "Resumir" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Inverter Direção do Scroll" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Inverter direção de troca de área de trabalho ao rolar sobre a barra" + }, + "Revert": { + "Revert": "Reverter" + }, + "Right": { + "Right": "Direita" + }, + "Right Center": { + "Right Center": "Centro Direito" + }, + "Right Section": { + "Right Section": "Seção da Direita" + }, + "Right Tiling": { + "Right Tiling": "Tiling na Direita" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Clique-Direto e arrastar em qualquer lugar do widget" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Clique-Direito e arrastar no canto inferior direito" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Clique no widget com o botão direito para alternar" + }, + "Ring": { + "Ring": "Tocar" + }, + "Ringing": { + "Ringing": "Tocando" + }, + "Ripple Effects": { + "Ripple Effects": "Efeitos de Ondulação" + }, + "Root Filesystem": { + "Root Filesystem": "Sistema de Arquivos Raiz" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Cantos arredondados para janelas" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Cantos arredondados para janelas (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Cantos arredondados para janelas (decoration.rounding)" + }, + "Rule": { + "Rule": "Regra" + }, + "Rule Name": { + "Rule Name": "Nome da Regra" + }, + "Rules (%1)": { + "Rules (%1)": "Regras (%1)" + }, + "Run Again": { + "Run Again": "Executar Novamente" + }, + "Run DMS Templates": { + "Run DMS Templates": "Rodar templates do DMS" + }, + "Run User Templates": { + "Run User Templates": "Executar Templates do Usuário" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Rodar um programa (ex. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Rodar um comando do shell (ex. notify-send)" + }, + "Running Apps": { + "Running Apps": "Apps Em Execução" + }, + "Running Apps Settings": { + "Running Apps Settings": "Configurações de Apps em Execução" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "Brilho SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Saturação SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Salvar" + }, + "Save Notepad File": { + "Save Notepad File": "Salvar Arquivo do Bloco de Notas" + }, + "Save QR Code": { + "Save QR Code": "Salvar Código QR" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Salvar e alternar entre configurações de exibição" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Salvar notificações de prioridade crítica no histórico" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Salvar notificações descartadas no histórico" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Salvar notificações de baixa prioridade no histórico" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Salvar notificações de prioridade normal no histórico" + }, + "Save password": { + "Save password": "Salvar senha" + }, + "Saved": { + "Saved": "Salvo" + }, + "Saved Configurations": { + "Saved Configurations": "Configurações Salvas" + }, + "Saved Note": { + "Saved Note": "Nota Salva" + }, + "Saved item deleted": { + "Saved item deleted": "Item salvo excluído" + }, + "Saving...": { + "Saving...": "Salvando..." + }, + "Scale": { + "Scale": "Escala" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Ajustar tamanho da fonte da DankBar de forma independente" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "Escalar tamanhos de ícones da DankBar independentemente" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Ajuste todos os tamanhos de fonte em todo o shell" + }, + "Scan": { + "Scan": "Escanear" + }, + "Scanning": { + "Scanning": "Scanning" + }, + "Scanning...": { + "Scanning...": "Escaneando..." + }, + "Science": { + "Science": "Ciência" + }, + "Score": { + "Score": "Pontuação" + }, + "Screen Sharing": { + "Screen Sharing": "Compartilhamento de Tela" + }, + "Screen sharing": { + "Screen sharing": "Compartilhamento de tela" + }, + "Scroll": { + "Scroll": "Rolagem" + }, + "Scroll Factor": { + "Scroll Factor": "Fator de Rolagem" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "Roda de Rolagem" + }, + "Scroll song title": { + "Scroll song title": "Scrollar título da música" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Rolar título se não couber no widget" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Comportamento da roda de rolagem no widget de mídia" + }, + "Scrolling": { + "Scrolling": "Scrolling" + }, + "Search App Actions": { + "Search App Actions": "Pesquisar Ações do Aplicativo" + }, + "Search Options": { + "Search Options": "Opções de Pesquisa" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Buscar por combinação de teclas, descrição ou nome de ação.\n\nA ação padrão copia o atalho para a área de transferência.\nClique com o botão direito ou pressione Seta para a Direita para fixar atalhos usados com frequência - eles aparecerão no topo quando não estiver pesquisando." + }, + "Search for a location...": { + "Search for a location...": "Procurar um local..." + }, + "Search keybinds...": { + "Search keybinds...": "Pesquisar atalhos..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Pesquisar atalhos de teclado do seu compositor e aplicativos" + }, + "Search plugins...": { + "Search plugins...": "Buscar plugins..." + }, + "Search processes...": { + "Search processes...": "Buscar processos..." + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "Pesquisar temas..." + }, + "Search widgets...": { + "Search widgets...": "Procurar widgets..." + }, + "Search...": { + "Search...": "Buscar..." + }, + "Searching...": { + "Searching...": "Pesquisando..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "Secundário" + }, + "Secured": { + "Secured": "Seguro" + }, + "Security": { + "Security": "Segurança" + }, + "Security & privacy": { + "Security & privacy": "Segurança e privacidade" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "Selecionar" + }, + "Select Application": { + "Select Application": "Selecionar Aplicação" + }, + "Select Bar": { + "Select Bar": "Selecionar Barra" + }, + "Select Custom Theme": { + "Select Custom Theme": "Selecionar Tema Customizado" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Selecionar Logo do Lançador de Dock" + }, + "Select File to Send": { + "Select File to Send": "Selecionar Arquivo para Enviar" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Selecionar Logo do Lançador" + }, + "Select Profile Image": { + "Select Profile Image": "Selecionar Imagem de Perfil" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "Selecionar Papel de Parede" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Selecionar Diretório de Papéis de Parede" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Escolha uma cor na paleta ou use controles deslizantes" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Selecione um widget para adicionar à sua área de trabalho. Cada widget é uma instância separada com suas próprias configurações." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Selecione um widget para adicionar. Você pode adicionar múltiplas instâncias do mesmo wiget caso necessário." + }, + "Select a window...": { + "Select a window...": "Selecionar uma janela..." + }, + "Select an image file...": { + "Select an image file...": "Selecione um arquivo de imagem..." + }, + "Select at least one provider": { + "Select at least one provider": "Selecione pelo menos um provedor" + }, + "Select device": { + "Select device": "Selecionar dispositivo" + }, + "Select device...": { + "Select device...": "Selecionar dispositivo..." + }, + "Select driver...": { + "Select driver...": "Selecionar driver..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Selecione a espessura da fonte para o texto da UI" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Selecionar monitor para configurar papel de parede" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Selecionar fonte monoespaçada para a lista de processos e telas técnicas" + }, + "Select network": { + "Select network": "Selecionar rede" + }, + "Select system sound theme": { + "Select system sound theme": "Selecionar tema do som do sistema" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Selecione a família de fontes para o texto da UI" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Selecione o algoritmo usado para cores baseadas no papel de parede" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Selecionar quais provedores de combinações de teclas incluir" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Selecionar quais transições incluir na randomização" + }, + "Select...": { + "Select...": "Selecionar..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Imagem selecionada não encontrada." + }, + "Send": { + "Send": "Enviar" + }, + "Send Clipboard": { + "Send Clipboard": "Enviar Área de Transferência" + }, + "Send File": { + "Send File": "Enviar Arquivo" + }, + "Send SMS": { + "Send SMS": "Enviar SMS" + }, + "Sending": { + "Sending": "Enviando" + }, + "Separator": { + "Separator": "Separador" + }, + "Server": { + "Server": "Servidor" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Definir Nome de Dispositivo Personalizado" + }, + "Set custom name": { + "Set custom name": "Definir nome personalizado" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Definir nomes personalizados para seus dispositivos de entrada de áudio" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Definir nomes personalizados para seus dispositivos de saída de áudio" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Use papéis de paredes diferentes para cada monitor conectado" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Use papéis de parede diferentes para modos claro e escuro" + }, + "Set key and action to save": { + "Set key and action to save": "Definir chave e ação para salvar" + }, + "Set notification rules": { + "Set notification rules": "Definir regras de notificação" + }, + "Settings": { + "Settings": "Configurações" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Configurações são somente leitura. Mudanças não serão mantidas." + }, + "Setup": { + "Setup": "Configurar" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "Compartilhar" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Compartilhar Configurações de Controle Gamma" + }, + "Share Text": { + "Share Text": "Compartilhar Texto" + }, + "Share URL": { + "Share URL": "Compartilhar URL" + }, + "Shared": { + "Shared": "Compartilhado" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Apagar tudo • Esc: Fechar" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Enter para colar" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Copiar • Shift+Del: Limpar Tudo • Esc: Fechar" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Colar • Shift+Del: Limpar Tudo • Esc: Fechar" + }, + "Short": { + "Short": "Curto" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "Atalhos" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Atalhos (%1)" + }, + "Show": { + "Show": "Mostrar" + }, + "Show 3rd Party": { + "Show 3rd Party": "Mostrar Terceiros" + }, + "Show All Tags": { + "Show All Tags": "Mostrar Todas as Tags" + }, + "Show Badge": { + "Show Badge": "Mostrar Distintivo" + }, + "Show CPU": { + "Show CPU": "Mostrar CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Mostrar Gráfico de CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "Mostrar Temperatura da CPU" + }, + "Show Date": { + "Show Date": "Mostrar Data" + }, + "Show Disk": { + "Show Disk": "Mostrar Disco" + }, + "Show Dock": { + "Show Dock": "Mostrar Dock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Mostrar Temperatura Aparente" + }, + "Show Footer": { + "Show Footer": "Mostrar Rodapé" + }, + "Show Forecast": { + "Show Forecast": "Mostrar Previsão" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Mostrar Temperatura da GPU" + }, + "Show Header": { + "Show Header": "Mostrar Cabeçalho" + }, + "Show Hibernate": { + "Show Hibernate": "Mostrar Hibernar" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Mostrar Números das Horas" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Mostrar Previsão Horária" + }, + "Show Humidity": { + "Show Humidity": "Mostrar Umidade" + }, + "Show Launcher Button": { + "Show Launcher Button": "Mostrar Botão do Launcher" + }, + "Show Line Numbers": { + "Show Line Numbers": "Mostrar Numeração de Linha" + }, + "Show Location": { + "Show Location": "Mostrar Localização" + }, + "Show Lock": { + "Show Lock": "Mostrar Bloquear" + }, + "Show Log Out": { + "Show Log Out": "Mostrar Sair" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Mostrar animações de ondulação Material Design em elementos interativos" + }, + "Show Media Player": { + "Show Media Player": "Mostrar Reprodutor de Mídia" + }, + "Show Memory": { + "Show Memory": "Mostrar Memória" + }, + "Show Memory Graph": { + "Show Memory Graph": "Mostrar Gráfico de Memória" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "Mostrar Rede" + }, + "Show Network Graph": { + "Show Network Graph": "Mostrar Gráfico de Rede" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Mostrar Apenas Workspaces Ocupadas" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Mostrar Contagem de Distintivo de Estouro" + }, + "Show Password Field": { + "Show Password Field": "Mostrar Campo de Senha" + }, + "Show Power Actions": { + "Show Power Actions": "Mostrar Ações de Energia" + }, + "Show Power Off": { + "Show Power Off": "Mostra Desligar" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Mostrar Probabilidade de Precipitação" + }, + "Show Pressure": { + "Show Pressure": "Mostrar Pressão" + }, + "Show Profile Image": { + "Show Profile Image": "Mostrar Imagem de Perfil" + }, + "Show Reboot": { + "Show Reboot": "Mostrar Reiniciar" + }, + "Show Restart DMS": { + "Show Restart DMS": "Mostrar Reiniciar DMS" + }, + "Show Saved Items": { + "Show Saved Items": "Mostrar Itens Salvos" + }, + "Show Seconds": { + "Show Seconds": "Mostrar Segundos" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Mostrar Nascer/Pôr do Sol" + }, + "Show Suspend": { + "Show Suspend": "Mostrar Suspender" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "Mostrar Data do Sistema" + }, + "Show System Icons": { + "Show System Icons": "Exibir Ícones do Sistema" + }, + "Show System Time": { + "Show System Time": "Exibir Hora do Sistema" + }, + "Show Top Processes": { + "Show Top Processes": "Mostrar Processos Principais" + }, + "Show Weather Condition": { + "Show Weather Condition": "Mostrar Condição do Tempo" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "Mostrar Boas-vindas" + }, + "Show Wind Speed": { + "Show Wind Speed": "Mostrar Velocidade do Vento" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Mostrar Aplicativos da Área de Trabalho Virtual" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Mostrar todas as 9 tags ao invés de apenas tags ocupadas (apenas DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Mostrar um anel de contorno ao redor do indicador de espaço de trabalho em foco" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Exibir a visualização cava no widget de mídia" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Exibir sobreposição escurecida atrás de diálogos modais" + }, + "Show device": { + "Show device": "Mostrar dispositivo" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Mostrar dock quando janelas flutuantes não se sobrepõem à sua área" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostrar sobreposição do iniciador ao digitar na visão geral do Niri. Desative para usar outro iniciador." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Mostrar guias de modo e dicas de teclado na parte inferior." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "Mostrar na Última Tela" + }, + "Show on Overlay": { + "Show on Overlay": "Mostrar na Sobreposição" + }, + "Show on Overview": { + "Show on Overview": "Mostrar na Visão Geral" + }, + "Show on Overview Only": { + "Show on Overview Only": "Mostrar Apenas na Visão Geral" + }, + "Show on all connected displays": { + "Show on all connected displays": "Mostrar em todas as telas conectadas" + }, + "Show on screens:": { + "Show on screens:": "Mostrar nas telas:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Mostrar aviso na tela quando o brilho muda" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Mostrar aviso na tela quando o estado do caps lock muda" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Mostrar aviso na tela ao alternar dispositivos de saída de áudio" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Mostrar aviso na tela quando o estado do inibidor de ociosidade mudar" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Mostrar exibição na tela quando o status do reprodutor de mídia mudar" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Mostrar aviso na tela quando o volume do reprodutor de mídia mudar" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Mostrar aviso na tela quando o microfone for mutado/desmutado" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Mostrar aviso na tela quando o perfil de energia mudar" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Mostrar aviso na tela quando o volume mudar" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Mostrar informação de clima na barra superior e na central de controle" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Mostrar números de índice das áreas de trabalho no seletor de áreas de trabalho" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Mostrar nome da área de trabalho em barras horizontais, e primeira letra em barras verticais" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Mostrar espaços de trabalho do monitor atualmente em foco" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Mostra todos os aplicativos em execução, destacando o que está em foco" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Mostra a área de trabalho atual e permite alternar entre elas" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Mostra quando caps lock está ativo" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Mostra quando microfone, câmera, ou compartilhamento de tela está ativado" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Desligar" + }, + "Signal": { + "Signal": "Sinal" + }, + "Signal:": { + "Signal:": "Sinal:" + }, + "Size": { + "Size": "Tamanho" + }, + "Size Constraints": { + "Size Constraints": "Restrições de Tamanho" + }, + "Size Offset": { + "Size Offset": "Ajuste de Tamanho" + }, + "Sizing": { + "Sizing": "Tamanhos" + }, + "Skip": { + "Skip": "Pular" + }, + "Skip confirmation": { + "Skip confirmation": "Pular confirmação" + }, + "Skip setup": { + "Skip setup": "Pular configuração" + }, + "Small": { + "Small": "Pequeno" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Autenticação de Cartão Inteligente" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN do Cartão Inteligente" + }, + "Snap": { + "Snap": "Encaixar" + }, + "Snow": { + "Snow": "Neve" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Alguns plugins requerem uma versão mais recente do DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Ordenar Alfabeticamente" + }, + "Sort By": { + "Sort By": "Ordenar Por" + }, + "Sorting & Layout": { + "Sorting & Layout": "Classificação e Layout" + }, + "Sound Theme": { + "Sound Theme": "Tema do Som" + }, + "Sounds": { + "Sounds": "Sons" + }, + "Space between windows": { + "Space between windows": "Espaço entre janelas" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Espaço entre janelas (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Espaço entre janelas (gaps_in e gaps_out)" + }, + "Spacer": { + "Spacer": "Espaçador" + }, + "Spacing": { + "Spacing": "Espaçamento" + }, + "Speaker settings": { + "Speaker settings": "Configurações de alto-falante" + }, + "Speed": { + "Speed": "Velocidade" + }, + "Spool Area Full": { + "Spool Area Full": "Área de Spool Cheia" + }, + "Square Corners": { + "Square Corners": "Cantos Retos" + }, + "Stacked": { + "Stacked": "Empilhado" + }, + "Standard": { + "Standard": "Padrão" + }, + "Start": { + "Start": "Iniciar" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "Iniciar KDE Connect ou Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Inicie o KDE Connect ou Valent para usar este plugin" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Comece a digitar suas anotações aqui..." + }, + "State": { + "State": "Estado" + }, + "Status": { + "Status": "Status" + }, + "Stopped": { + "Stopped": "Parado" + }, + "Stopped Partly": { + "Stopped Partly": "Parado Parcialmente" + }, + "Stopping": { + "Stopping": "Parando" + }, + "Stretch": { + "Stretch": "Esticar" + }, + "Stripes": { + "Stripes": "Listras" + }, + "Summary": { + "Summary": "Resumo" + }, + "Sunrise": { + "Sunrise": "Nascer do Sol" + }, + "Sunset": { + "Sunset": "Pôr do Sol" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Suprimir pop-ups de notificação enquanto ativado" + }, + "Surface": { + "Surface": "Superfície" + }, + "Surface Variant": { + "Surface Variant": "Variante de Superfície" + }, + "Suspend": { + "Suspend": "Suspender" + }, + "Suspend behavior": { + "Suspend behavior": "Comportamento de suspensão" + }, + "Suspend system after": { + "Suspend system after": "Suspender sitema após" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Suspender e Hibernar" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "Trocar Usuário" + }, + "Switch to power profile": { + "Switch to power profile": "Trocar para perfil de energia" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Sincronizar Modo Com Portal" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Sincronizar Popouts & Modais" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Sincronizar Posição entre Telas" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Sincronize o modo escuro com os portais de configurações para ter indicações de temas em todo o sistema" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "Sistema" + }, + "System App Theming": { + "System App Theming": "Tema de Apps do Sistema" + }, + "System Check": { + "System Check": "Verificação do Sistema" + }, + "System Default": { + "System Default": "Padrão do Sistema" + }, + "System Information": { + "System Information": "Informações do Sistema" + }, + "System Monitor": { + "System Monitor": "Monitor do Sistema" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Monitor do Sistema Indisponível" + }, + "System Sounds": { + "System Sounds": "Sons do Sistema" + }, + "System Tray": { + "System Tray": "Bandeja do Sistema" + }, + "System Update": { + "System Update": "Atualização do Sistema" + }, + "System Updater": { + "System Updater": "Atualizador do Sistema" + }, + "System Updates": { + "System Updates": "Atualizações do Sistema" + }, + "System notification area icons": { + "System notification area icons": "Área de ícones de notificações do sistema" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Os sons do sistema não estão disponíveis. Instale %1 para suporte de som." + }, + "System theme toggle": { + "System theme toggle": "Alternar tema do sistema" + }, + "System toast notifications": { + "System toast notifications": "Notificações toast do sistema" + }, + "System update custom command": { + "System update custom command": "Comando personalizado para atualização do sistema" + }, + "Tab": { + "Tab": "Aba" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navegação • ←→↑↓: Navegação em Grade • Enter/Espaço: Selecionar" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Parâmetros adicionais para o terminal" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminais - Sempre usar Tema Escuro" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "Página de Testes" + }, + "Test page sent to printer": { + "Test page sent to printer": "Página de testes enviada para a impressora" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "Texto" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "A ferramenta 'dgop' é necessária para monitoramento do sistema.\nPor favor, instale o dgop para usar este recurso." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "A variável de ambiente DMS_SOCKET não está definida ou o socket está indisponível. O gerenciamento automático de plugins requer a DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "As configurações abaixo vão modificar suas configurações GTK e Qt. Se você deseja preservá-las, por favor faça um back up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "A fila de trabalhos dessa impressora está vazia" + }, + "Theme & Colors": { + "Theme & Colors": "Tema & Cores" + }, + "Theme Color": { + "Theme Color": "Cor do Tema" + }, + "Theme Registry": { + "Theme Registry": "Registro de Tema" + }, + "Themes": { + "Themes": "Temas" + }, + "Thickness": { + "Thickness": "Espessura" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Aviso Sobre Plugins de Terceiros" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Plugins de terceiros são criados pela comunidade e não são oficialmente suportados pelo DankMaterialShell.\n\nEstes plugins podem representar riscos de segurança e privacidade - instale por sua conta e risco." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Esta vinculação é substituída pela configuração do config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "Isso pode levar alguns segundos" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Este plugin não possui permissão de 'settings_write'.\n\nAdicione \"permissions\": [\"settings_read\", \"settings_write\"] ao plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Este widget mantém a GPU ativa, podendo reduzir a duração da bateria. Não recomendado em laptops com gráficos híbridos." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Isso excluirá todas as entradas não fixadas. %1 entradas fixadas serão mantidas." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Isso vai apagar permanentemetne todo o histórico da área de transferência." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Isso removerá permanentemente este item salvo da área de transferência. Esta ação não pode ser desfeita." + }, + "Thunderstorm": { + "Thunderstorm": "Tempestade" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Tempestade com Granizo" + }, + "Tile": { + "Tile": "Azulejo" + }, + "Tile H": { + "Tile H": "Azulejo H" + }, + "Tile V": { + "Tile V": "Azulejo V" + }, + "Tiled": { + "Tiled": "Em Mosaico" + }, + "Tiled State": { + "Tiled State": "Estado em Mosaico" + }, + "Tiling": { + "Tiling": "Tiling" + }, + "Time": { + "Time": "Tempo" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "Hora & Clima" + }, + "Time Format": { + "Time Format": "Formato de Tempo" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "Tempo restante: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Tempo até o carregamento completo: %1" + }, + "Timed Out": { + "Timed Out": "Tempo Limite Esgotado" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Tempo limite para notificações de prioridade crítica" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Tempo limite para notificações de baixa prioridade" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Tempo limite para notificações de prioridade normal" + }, + "Title": { + "Title": "Título" + }, + "Title regex (optional)": { + "Title regex (optional)": "Regex de Título (opcional)" + }, + "To Full": { + "To Full": "Para completar" + }, + "To update, run the following command:": { + "To update, run the following command:": "Para atualizar, execute o seguinte comando:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Para usar este vinculo de DMS, remova ou altere o keybind no seu config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Mensagens Toast" + }, + "Today": { + "Today": "Hoje" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Alternar visibilidade dessa configuração de barra" + }, + "Toggling...": { + "Toggling...": "Alternando..." + }, + "Tomorrow": { + "Tomorrow": "Amanhã" + }, + "Tonal Spot": { + "Tonal Spot": "Ponto Tonal" + }, + "Toner Empty": { + "Toner Empty": "Toner Vazio" + }, + "Toner Low": { + "Toner Low": "Toner Baixo" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "Ferramentas" + }, + "Top": { + "Top": "Topo" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "Formato da Barra Superior" + }, + "Top Center": { + "Top Center": "Centro Superior" + }, + "Top Left": { + "Top Left": "Superior Esquerdo" + }, + "Top Processes": { + "Top Processes": "Processos Principais" + }, + "Top Right": { + "Top Right": "Superior Direito" + }, + "Top Section": { + "Top Section": "Seção do topo" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "Total de Trabalhos" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Transformar" + }, + "Transition Effect": { + "Transition Effect": "Efeito de Transição" + }, + "Transparency": { + "Transparency": "Transparência" + }, + "Trending GIFs": { + "Trending GIFs": "GIFs em alta" + }, + "Trending Stickers": { + "Trending Stickers": "Figurinhas em alta" + }, + "Trigger": { + "Trigger": "Gatilho" + }, + "Trigger Prefix": { + "Trigger Prefix": "Prefixo de Gatilho" + }, + "Trigger: %1": { + "Trigger: %1": "Gatilho: %1" + }, + "Trust": { + "Trust": "Confiar" + }, + "Try a different search": { + "Try a different search": "Tente uma pesquisa diferente" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Desligar todos os monitores imediatamente quando a tela de bloqueio for ativada" + }, + "Turn off monitors after": { + "Turn off monitors after": "Desligar monitores depois de" + }, + "Type": { + "Type": "Tipo" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Digite pelo menos 2 caracteres" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Digite este prefixo para pesquisar combinações de teclas" + }, + "Type to search files": { + "Type to search files": "Digite para pesquisar arquivos" + }, + "Typography": { + "Typography": "Tipografia" + }, + "Typography & Motion": { + "Typography & Motion": "Tipografia & Movimento" + }, + "Unavailable": { + "Unavailable": "Indisponível" + }, + "Unfocused Color": { + "Unfocused Color": "Cor sem Foco" + }, + "Ungrouped": { + "Ungrouped": "Sem Grupo" + }, + "Uninstall": { + "Uninstall": "Desinstalar" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Desinstalar Plugin" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Desinstalação falhou: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Desinstalado: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Desinstalando: %1" + }, + "Unknown": { + "Unknown": "Desconhecido" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "Artista Desconhecido" + }, + "Unknown Config": { + "Unknown Config": "Configuração Desconhecida" + }, + "Unknown Device": { + "Unknown Device": "Dispositivo Desconhecido" + }, + "Unknown GPU": { + "Unknown GPU": "GPU Desconhecida" + }, + "Unknown Monitor": { + "Unknown Monitor": "Monitor Desconhecido" + }, + "Unknown Network": { + "Unknown Network": "Rede Desconhecida" + }, + "Unknown Title": { + "Unknown Title": "Título Desconhecido" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "Descarregar ao Fechar" + }, + "Unmute": { + "Unmute": "Dessilenciar" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Dessilenciar popups para %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Regra Sem Nome" + }, + "Unpair": { + "Unpair": "Despareado" + }, + "Unpair failed": { + "Unpair failed": "Despareamento falhou" + }, + "Unpin": { + "Unpin": "Desafixar" + }, + "Unpin from Dock": { + "Unpin from Dock": "Desafixar do Dock" + }, + "Unsaved Changes": { + "Unsaved Changes": "Mudanças não salvas" + }, + "Unsaved changes": { + "Unsaved changes": "Mudanças não salvas" + }, + "Unsaved note...": { + "Unsaved note...": "Nota não salva..." + }, + "Untitled": { + "Untitled": "Sem título" + }, + "Untrust": { + "Untrust": "Deixar de confiar" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "Atualizar" + }, + "Update All": { + "Update All": "Atualizar Tudo" + }, + "Update Plugin": { + "Update Plugin": "Atualizar Plugin" + }, + "Uptime": { + "Uptime": "Tempo de Atividade" + }, + "Uptime:": { + "Uptime:": "Tempo de Atividade:" + }, + "Urgent Color": { + "Urgent Color": "Cor Urgente" + }, + "Usage Tips": { + "Usage Tips": "Dicas de Uso" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Usar relógio de 24 horas em vez de 12 horas com AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Usar Comando Personalizado" + }, + "Use Grid Layout": { + "Use Grid Layout": "Usar Layout em Grade" + }, + "Use IP Location": { + "Use IP Location": "Usar Localização do Endereço IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Usar Medidas Imperiais" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Usar unidades Imperiais (°F, mph, inHg) ao invés de Métricas (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Usar Fonte Monoespaçada" + }, + "Use System Theme": { + "Use System Theme": "Usar Tema do Sistema" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Use um gerenciador de papel de parede externo como swww, hyprpaper ou swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Usar barras de progresso de ondas animadas para reprodução de mídia" + }, + "Use custom border size": { + "Use custom border size": "Usar tamanho de borda personalizado" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Usar largura de borda/anel de foco personalizada" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Usar comando personalizado para atualizar seu sistema" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Usar espaçamentos personalizados em vez de espaçamento da barra" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Usar raio de janela personalizado em vez do raio do tema" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Usar arredondamento de janela personalizado em vez do raio do tema" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Usar tema claro em vez de escuro" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Usar metros por segundo em vez de km/h para velocidade do vento" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Usar cartões de notificação menores" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Usar tema de som das configurações do sistema" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Usar a mesma posição e tamanho em todos os monitores" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Usar prefixo de gatilho para ativar" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Usado quando a cor de destaque é definida como Personalizada" + }, + "User": { + "User": "Usuário" + }, + "Username": { + "Username": "Nome de usuário" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Usa horários de nascer/pôr do sol com base na sua localização." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usa o tempo de nascer e pôr do sol para ajustar automaticamente o modo noturno baseado na sua localização." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Usando configurações compartilhadas do Gamma Control" + }, + "Utilities": { + "Utilities": "Utilitários" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "Conexões de VPN" + }, + "VPN Password": { + "VPN Password": "Senha da VPN" + }, + "VPN configuration updated": { + "VPN configuration updated": "Configuração da VPN atualizada" + }, + "VPN connections": { + "VPN connections": "Conexões VPN" + }, + "VPN deleted": { + "VPN deleted": "VPN excluída" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN importada: %1" + }, + "VPN not available": { + "VPN not available": "VPN não disponível" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "Status de VPN e conexão rápida" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR Apenas Tela Cheia" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR sob Demanda" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Taxa de Atualização Variável" + }, + "Verification": { + "Verification": "Verificação" + }, + "Version": { + "Version": "Versão" + }, + "Vertical Deck": { + "Vertical Deck": "Deck Vertical" + }, + "Vertical Grid": { + "Vertical Grid": "Grade Vertical" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Scrolling Vertical" + }, + "Vertical Tiling": { + "Vertical Tiling": "Tiling Vertical" + }, + "Vibrant": { + "Vibrant": "Vibrante" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Paleta vibrante com saturação divertida." + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "Vídeos" + }, + "View Mode": { + "View Mode": "Modo de Visualização" + }, + "Visibility": { + "Visibility": "Visibilidade" + }, + "Visual Effects": { + "Visual Effects": "Efeitos Visuais" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Divisória visual entre os widgets" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Efeito visual usado na mudança do papel de parede" + }, + "Volume": { + "Volume": "Volume" + }, + "Volume Changed": { + "Volume Changed": "Volume Alterado" + }, + "Volume Slider": { + "Volume Slider": "Controle de Volume" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Volume, brilho, e outros OSDs do sistema" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Papel de parede" + }, + "Wallpaper Error": { + "Wallpaper Error": "Erro de Papel de Parede" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Monitor do Papel de Parede" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Processamento de papel de parede falhou" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Processamento de papel de parede falhou - verifique o caminho do papel de parede" + }, + "Wallpapers": { + "Wallpapers": "Papéis de parede" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Temperatura de cor quente para aplicar" + }, + "Warning": { + "Warning": "Aviso" + }, + "Warnings": { + "Warnings": "Avisos" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Barra de Progresso de Ondas" + }, + "Weather": { + "Weather": "Clima" + }, + "Weather Widget": { + "Weather Widget": "Widget de Clima" + }, + "Welcome": { + "Welcome": "Boas-vindas" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Bem-vindo ao DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Quando ativado, apps são ordenados alfabeticamente. Quando desativado, apps são ordenados por frequência de uso." + }, + "When locked": { + "When locked": "Quando bloqueado" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Quando o widget de atualização for usado, ocultá-lo se nenhuma atualização for encontrada" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Senha do Wi-Fi" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Conexão Wi-Fi e Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi não disponível" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "Dispositivo WiFi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Código QR do WiFi para " + }, + "WiFi disabled": { + "WiFi disabled": "WiFi desativado" + }, + "WiFi enabled": { + "WiFi enabled": "Wifi ativado" + }, + "WiFi is off": { + "WiFi is off": "WiFi desligado" + }, + "WiFi off": { + "WiFi off": "WiFi desligado" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Amplo (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Cor de Fundo dos Widgets" + }, + "Widget Management": { + "Widget Management": "Gerenciamento de Widgets" + }, + "Widget Outline": { + "Widget Outline": "Borda de Widgets" + }, + "Widget Style": { + "Widget Style": "Estilo dos Widgets" + }, + "Widget Styling": { + "Widget Styling": "Estilo dos Widgets" + }, + "Widget Transparency": { + "Widget Transparency": "Transparência dos Widgets" + }, + "Widget added": { + "Widget added": "Widget adicionado" + }, + "Widget removed": { + "Widget removed": "Widget removido" + }, + "Widgets": { + "Widgets": "Widgets" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widgets, layout, estilo" + }, + "Width": { + "Width": "Largura" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Largura da borda da janela (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Largura da borda da janela (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Largura da borda da janela e anel de foco" + }, + "Wind": { + "Wind": "Vento" + }, + "Wind Speed": { + "Wind Speed": "Velocidade do Vento" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Velocidade do Vento em m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "Arredondamento de Janelas" + }, + "Window Gaps": { + "Window Gaps": "Espaçamentos de Janela" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Espaçamento de Janelas (px)" + }, + "Window Height": { + "Window Height": "Altura da Janela" + }, + "Window Opening": { + "Window Opening": "Abertura de Janela" + }, + "Window Rounding": { + "Window Rounding": "Arredondamento da Janela" + }, + "Window Rules": { + "Window Rules": "Regras de Janela" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Regras de Janela Incluem Ausentes" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Regras de Janela Não Configuradas" + }, + "Wipe": { + "Wipe": "Limpar" + }, + "Workspace": { + "Workspace": "Área de Trabalho" + }, + "Workspace Appearance": { + "Workspace Appearance": "Aparência do Espaço de Trabalho" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Índices das Áreas de Trabalho" + }, + "Workspace Names": { + "Workspace Names": "Nomes das Áreas de Trabalho" + }, + "Workspace Padding": { + "Workspace Padding": "Mínimo de 3 Áreas de Trabalho" + }, + "Workspace Settings": { + "Workspace Settings": "Configurações da Área de Trabalho" + }, + "Workspace Switcher": { + "Workspace Switcher": "Seletor de Áreas de Trabalho" + }, + "Workspace name": { + "Workspace name": "Nome do espaço de trabalho" + }, + "Workspaces": { + "Workspaces": "Áreas de Trabalho" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Áreas de Trabalho e Widgets" + }, + "Write:": { + "Write:": "Escrita:" + }, + "X Axis": { + "X Axis": "Eixo X" + }, + "Y Axis": { + "Y Axis": "Eixo Y" + }, + "Yes": { + "Yes": "Sim" + }, + "Yesterday": { + "Yesterday": "Ontem" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Você tem mudanças não salvas. Salvar antes de fechar esta guia?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Você tem mudanças não salvas. Deseja salvar antes de continuar?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Você tem mudanças não salvas. Deseja salvar antes de criar um novo arquivo?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Você tem mudanças não salvas. Deseja salvar antes de abrir um arquivo?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Você precisa definir um dos seguintes:\nQT_QPA_PLATFORMTHEME=gtk3 OU\nQT_QPA_PLATFORMTHEME=qt6ct\ncomo variáveis de ambiente, e então reiniciar o shell.\n\nqt6ct requer qt6ct-kde para ser instalado." + }, + "You're All Set!": { + "You're All Set!": "Tudo Pronto!" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "ações" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "por %1" + }, + "days": { + "days": "dias" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "dispositivo" + }, + "devices connected": { + "devices connected": "dispositivos conectados" + }, + "dgop not available": { + "dgop not available": "dgop não disponível" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "arquivo de configuração dms/cursor existe, mas não está incluído. As configurações de cursor não serão aplicadas." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "A configuração dms/outputs existe, mas não está incluída no seu configurador de compositor. As alterações de exibição não serão persistentes." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "ex. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "ex. focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "por exemplo, notify-send 'Olá' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "eventos" + }, + "ext": { + "ext": "ext" + }, + "featured": { + "featured": "em destaque" + }, + "leave empty for default": { + "leave empty for default": "deixe vazio por padrão" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl não disponível - integração com bloqueio requer conexão de socket DMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen não encontrado - instale o pacote matugen para tematização dinâmica" + }, + "minutes": { + "minutes": "minutos" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "nav" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "configuração de atalhos do niri" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "agora" + }, + "official": { + "official": "oficial" + }, + "on Hyprland": { + "on Hyprland": "no Hyprland" + }, + "on MangoWC": { + "on MangoWC": "no MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "no Miracle WM" + }, + "on Niri": { + "on Niri": "no Niri" + }, + "on Scroll": { + "on Scroll": "no Scroll" + }, + "on Sway": { + "on Sway": "no Sway" + }, + "open": { + "open": "abrir" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "processos" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "segundos" + }, + "source": { + "source": "fonte" + }, + "this app": { + "this app": "este aplicativo" + }, + "up": { + "up": "cima" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "atualize dms para integração com o NM." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 por %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype não disponível - installe wtype para suporte de colagem" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "Instale apenas de fontes confiáveis" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Mês (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Mês (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Mês (Jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMM - Mês (Janeiro)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "Plugins podem ter bugs ou problemas de segurança" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "Se possível, revise o código antes de instalar" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "d - Dia (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "dd - Dia (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "ddd - Nome do dia (seg)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "dddd - Nome do dia (segunda-feira)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "yy - Ano (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "yyyy - Ano (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Navegar • Espaço: Expandir • Enter: Ação/Expandir • E: Texto" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navegar • Enter: Colar • Del: Excluir • F10: Ajuda" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ru.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ru.json new file mode 100644 index 0000000..d46ceac --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/ru.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "Скорость анимации %1" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 символов" + }, + "%1 connected": { + "%1 connected": "%1 подключен(о)" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "Пользовательская длительность анимации %1" + }, + "%1 disconnected": { + "%1 disconnected": "%1 отключен(о)" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 отключен(о) (скрыто)" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 существует, но не включён в конфигурацию. Пользовательские комбинации клавиш не будут работать, пока это не будет исправлено." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 существует, но не включен. Правила окон не будут применены." + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 теперь включен в конфигурацию" + }, + "%1 issue found": { + "%1 issue found": "" + }, + "%1 issues found": { + "%1 issues found": "" + }, + "%1 notifications": { + "%1 notifications": "%1 уведомлений" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "%1 вариант(ов)" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 виджет(ов)" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "%1 мин. назад" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "(По умолчанию)" + }, + "(Unnamed)": { + "(Unnamed)": "(Без названия)" + }, + "+ %1 more": { + "+ %1 more": "+ ещё %1" + }, + "/path/to/videos": { + "/path/to/videos": "" + }, + "0 = square corners": { + "0 = square corners": "0 = прямые углы" + }, + "1 day": { + "1 day": "1 день" + }, + "1 device connected": { + "1 device connected": "1 устройство подключено" + }, + "1 event": { + "1 event": "1 событие" + }, + "1 hour": { + "1 hour": "1 час" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 час 30 минут" + }, + "1 minute": { + "1 minute": "1 минута" + }, + "1 notification": { + "1 notification": "1 уведомлений" + }, + "1 second": { + "1 second": "1 секунда" + }, + "10 minutes": { + "10 minutes": "10 минут" + }, + "10 seconds": { + "10 seconds": "10 секунд" + }, + "10-bit Color": { + "10-bit Color": "10-битный цвет" + }, + "12 hours": { + "12 hours": "12 часов" + }, + "14 days": { + "14 days": "14 дней" + }, + "15 minutes": { + "15 minutes": "15 минут" + }, + "15 seconds": { + "15 seconds": "15 секунд" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 часа" + }, + "2 minutes": { + "2 minutes": "2 минуты" + }, + "2 seconds": { + "2 seconds": "2 секунды" + }, + "20 minutes": { + "20 minutes": "20 минут" + }, + "20 seconds": { + "20 seconds": "20 секунд" + }, + "24-Hour Format": { + "24-Hour Format": "24-Часовой формат" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "24-часовой формат" + }, + "25 seconds": { + "25 seconds": "25 секунд" + }, + "250 ms": { + "250 ms": "250 мс" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 дня" + }, + "3 hours": { + "3 hours": "3 часа" + }, + "3 minutes": { + "3 minutes": "3 минуты" + }, + "3 seconds": { + "3 seconds": "3 секунды" + }, + "30 days": { + "30 days": "30 дней" + }, + "30 minutes": { + "30 minutes": "30 минут" + }, + "30 seconds": { + "30 seconds": "30 секунд" + }, + "35 seconds": { + "35 seconds": "35 секунд" + }, + "3rd party": { + "3rd party": "Сторонние" + }, + "4 hours": { + "4 hours": "4 часа" + }, + "4 seconds": { + "4 seconds": "4 секунды" + }, + "40 seconds": { + "40 seconds": "40 секунд" + }, + "45 seconds": { + "45 seconds": "45 секунд" + }, + "5 minutes": { + "5 minutes": "5 минут" + }, + "5 seconds": { + "5 seconds": "5 секунд" + }, + "50 seconds": { + "50 seconds": "50 секунд" + }, + "500 ms": { + "500 ms": "500 мс" + }, + "55 seconds": { + "55 seconds": "55 секунд" + }, + "6 hours": { + "6 hours": "6 часов" + }, + "7 days": { + "7 days": "7 дней" + }, + "750 ms": { + "750 ms": "750 мс" + }, + "8 hours": { + "8 hours": "8 часов" + }, + "8 seconds": { + "8 seconds": "8 секунд" + }, + "90 days": { + "90 days": "90 дней" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Файл с таким именем уже существует. Хотите его перезаписать?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Современная оболочка рабочего стола для композиторов Wayland" + }, + "AC Power": { + "AC Power": "Сеть" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Прервано" + }, + "About": { + "About": "О нас" + }, + "Accent Color": { + "Accent Color": "Акцентный цвет" + }, + "Accept": { + "Accept": "Принять" + }, + "Accept Jobs": { + "Accept Jobs": "Принять задания" + }, + "Accepting": { + "Accepting": "Принятие" + }, + "Access clipboard history": { + "Access clipboard history": "Доступ к буферу обмена" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Доступ к уведомлениям и 'не беспокоить'" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Доступ к панели управления и настройкам" + }, + "Action": { + "Action": "Действие" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "" + }, + "Actions": { + "Actions": "Действия" + }, + "Activate": { + "Activate": "Активировать" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "Активация" + }, + "Active": { + "Active": "Активен" + }, + "Active Color": { + "Active Color": "Активный цвет" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Монитор экрана блокировки" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Фон активной плитки и цвет значка" + }, + "Active: %1": { + "Active: %1": "Активно: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Активно: %1 +%2" + }, + "Active: None": { + "Active: None": "Активен: Нет" + }, + "Adapters": { + "Adapters": "Адаптеры" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Добавить" + }, + "Add Bar": { + "Add Bar": "Добавить бар" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Добавить виджет рабочего стола" + }, + "Add Printer": { + "Add Printer": "Добавить принтер" + }, + "Add Title": { + "Add Title": "Добавить заголовок" + }, + "Add Widget": { + "Add Widget": "Добавить виджет" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Добавить виджет в секцию %1" + }, + "Add a border around the dock": { + "Add a border around the dock": "Добавить рамку вокруг дока" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Добавить пользовательский префикс ко всем запускам приложений. Можно использовать для 'uwsm-app', 'systemd-run' или других командных обёрток." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Добавить и настроить виджеты, отображаемые на рабочем столе" + }, + "Add by Address": { + "Add by Address": "" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Настроить количество столбцов в режиме сетки." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Регулировка громкости на шаг прокрутки" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "Дополнительно" + }, + "Afternoon": { + "Afternoon": "День" + }, + "All": { + "All": "Все" + }, + "All Monitors": { + "All Monitors": "Все мониторы" + }, + "All checks passed": { + "All checks passed": "Все проверки пройдены" + }, + "All day": { + "All day": "Весь день" + }, + "All displays": { + "All displays": "Все мониторы" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Разрешить клики проходить сквозь виджет" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Назад • F1/I: Информация о Файле • F10: Справка • Esc: Закрыть" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "Всегда активно" + }, + "Always Show Percentage": { + "Always Show Percentage": "Всегда показывать процент" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Всегда скрывать док и показывать при наведении на область дока" + }, + "Always on icons": { + "Always on icons": "Всегда на значках" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Всегда показывать минимум 3 рабочих пространства, даже если доступно меньше" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Всегда показывать док, когда открыт Niri Overview" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Всегда показывать, если подключен только один дисплей" + }, + "Amount": { + "Amount": "Количество" + }, + "Analog": { + "Analog": "Аналоговый" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Аналоговые, цифровые или многоярусные часы" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Анализ конфигурации..." + }, + "Animation Duration": { + "Animation Duration": "Длительность анимации" + }, + "Animation Speed": { + "Animation Speed": "Скорость анимации" + }, + "Anonymous Identity": { + "Anonymous Identity": "Анонимный идентификатор" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Анонимный идентификатор (необязательно)" + }, + "App Customizations": { + "App Customizations": "Приложение Настройки" + }, + "App ID Substitutions": { + "App ID Substitutions": "Подстановки ID приложения" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "Regex ID приложения (например, ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Программа Запуска Приложений" + }, + "App Names": { + "App Names": "Имена приложений" + }, + "App Theming": { + "App Theming": "Реестр тем" + }, + "Appearance": { + "Appearance": "Внешний вид" + }, + "Application Dock": { + "Application Dock": "Приложение Док" + }, + "Applications": { + "Applications": "Приложения" + }, + "Apply Changes": { + "Apply Changes": "Применить изменения" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Применить цвета GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Применить цвета Qt" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Применить тёплую цветовую температуру для снижения нагрузки на глаза. Используйте настройки автоматизации ниже для управления активацией." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "Приложения" + }, + "Apps Dock": { + "Apps Dock": "Приложения Док" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Приложения Док Настройки" + }, + "Apps Icon": { + "Apps Icon": "Иконки приложений" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Приложения упорядочены по частоте использования, затем по последнему использованию, затем по алфавиту." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Приложения с пользовательским именем, значком или параметрами запуска. Щёлкните ПКМ и выберите «Изменить приложение» для настройки." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Приложения с отключёнными всплывающими уведомлениями. Включите звук или удалите для удаления." + }, + "Architecture": { + "Architecture": "Архитектура" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Расположить дисплеи и настроить разрешение, частоту обновления и VRR" + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "Аудио" + }, + "Audio Codec": { + "Audio Codec": "Аудио кодек" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Выбор аудио кодека" + }, + "Audio Devices": { + "Audio Devices": "Аудио устройства" + }, + "Audio Input": { + "Audio Input": "Аудио Вход" + }, + "Audio Output": { + "Audio Output": "Аудио Выход" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Устройства вывода аудио (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Аудио Выход Переключатель" + }, + "Audio Visualizer": { + "Audio Visualizer": "Аудио Визуализатор" + }, + "Audio system restarted": { + "Audio system restarted": "Аудио система перезапущена" + }, + "Audio volume control": { + "Audio volume control": "Аудио громкость управление" + }, + "Auth": { + "Auth": "Аутентификация" + }, + "Auth Type": { + "Auth Type": "Аутентификация Тип" + }, + "Authenticate": { + "Authenticate": "Аутентифицировать" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "Аутентификация" + }, + "Authentication Required": { + "Authentication Required": "Требуется авторизация" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Аутентификация не удалась, попробуйте снова" + }, + "Authorize": { + "Authorize": "Авторизовать" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Авторизовать сопряжение с " + }, + "Authorize service for ": { + "Authorize service for ": "Авторизовать службу для " + }, + "Auto": { + "Auto": "Авто" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "Авто (широкий)" + }, + "Auto Location": { + "Auto Location": "Автоматическое Определение Местоположения" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Авто Всплывающее Отступы" + }, + "Auto-Clear After": { + "Auto-Clear After": "Автоочистка через" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Тайм-аут автоскрытия" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Автозакрытие обзора Niri при запуске приложений." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Сохранять уведомления обычного приоритета в историю" + }, + "Auto-hide": { + "Auto-hide": "Автоскрытие" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Автоскрытие Дока" + }, + "Auto-saving...": { + "Auto-saving...": "Автосохранение..." + }, + "Autoconnect": { + "Autoconnect": "Автоподключение" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Автоподключение отключено" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Автоподключение включено" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Автоматический Цвет Режим" + }, + "Automatic Control": { + "Automatic Control": "Автоматическое Управление" + }, + "Automatic Cycling": { + "Automatic Cycling": "Автоматическое Переключение" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Автоматическое переключение между обоями в одной папке" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Автоматически удалять записи старше этого срока" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Автоматически определять местоположение по IP-адресу" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Автоматическое определение вашего местоположения с помощью вашего IP-адреса" + }, + "Automatically lock after": { + "Automatically lock after": "Автоматическая блокировка после" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Автоматически блокировать экран при запуске DMS" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Автоматически блокировать экран при подготовке системы к приостановке" + }, + "Automation": { + "Automation": "Автоматизация" + }, + "Available": { + "Available": "Доступный" + }, + "Available Layouts": { + "Available Layouts": "Доступные Макеты" + }, + "Available Networks": { + "Available Networks": "Доступные Сети" + }, + "Available Plugins": { + "Available Plugins": "Доступные Дополнения" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Доступные Экраны (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Доступно в режимах просмотра 'Подробно' и 'Прогноз'" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Назад" + }, + "Backend": { + "Backend": "Бэкенд" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Непрозрачность фона" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "Фоновое изображение" + }, + "Backlight device": { + "Backlight device": "Подсветки устройство" + }, + "Balance power and performance": { + "Balance power and performance": "Приоритет производительности" + }, + "Balanced": { + "Balanced": "Экономия энергии" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Сбалансированная палитра с фокусными акцентами (по умолчанию)." + }, + "Bar Configurations": { + "Bar Configurations": "Конфигурации бара" + }, + "Bar Shadows": { + "Bar Shadows": "" + }, + "Bar Transparency": { + "Bar Transparency": "Прозрачность бара" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Базовая длительность анимаций (перетащите для использования пользовательской)" + }, + "Battery": { + "Battery": "Батарея" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Батарея Заряда Ограничение" + }, + "Battery and power management": { + "Battery and power management": "Батарея и управление питанием" + }, + "Battery level and power management": { + "Battery level and power management": "Уровень заряда батареи и управление питанием" + }, + "Behavior": { + "Behavior": "Поведение" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Привязать экран блокировки к DBus-сигналам от loginctl. Отключите при использовании внешнего экрана блокировки" + }, + "Binds Include Missing": { + "Binds Include Missing": "Binds Include отсутствует" + }, + "Binds include added": { + "Binds include added": "Binds include добавлен" + }, + "Bit Depth": { + "Bit Depth": "Глубина цвета" + }, + "Block Out": { + "Block Out": "Блокировать с" + }, + "Block Out From": { + "Block Out From": "Блокировать с" + }, + "Block notifications": { + "Block notifications": "Блокировать уведомления" + }, + "Blocked": { + "Blocked": "Заблокировано" + }, + "Blue light filter": { + "Blue light filter": "Фильтр синего света" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Настройки Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth недоступен" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Размытие Обоев слоя" + }, + "Blur on Overview": { + "Blur on Overview": "Размытие в режиме обзора" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Размытие обоев при открытом обзоре Niri" + }, + "Body": { + "Body": "Заголовок" + }, + "Border": { + "Border": "Рамка" + }, + "Border Color": { + "Border Color": "Цвет рамки" + }, + "Border Opacity": { + "Border Opacity": "Границы Непрозрачность" + }, + "Border Size": { + "Border Size": "Размер границы" + }, + "Border Thickness": { + "Border Thickness": "Толщина рамки" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "Граница с фоном" + }, + "Bottom": { + "Bottom": "Снизу" + }, + "Bottom Center": { + "Bottom Center": "Вверху справа" + }, + "Bottom Left": { + "Bottom Left": "Внизу слева" + }, + "Bottom Right": { + "Bottom Right": "Внизу справа" + }, + "Bottom Section": { + "Bottom Section": "Нижняя секция" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Нижний док для закреплённых и запущенных приложений" + }, + "Brightness": { + "Brightness": "Яркость" + }, + "Brightness Slider": { + "Brightness Slider": "Яркости Ползунок" + }, + "Brightness Value": { + "Brightness Value": "Яркости Значение" + }, + "Brightness control not available": { + "Brightness control not available": "Управление яркостью недоступно" + }, + "Browse": { + "Browse": "Просмотр" + }, + "Browse Files": { + "Browse Files": "Обзор файлов" + }, + "Browse Plugins": { + "Browse Plugins": "Просмотр Дополнений" + }, + "Browse Themes": { + "Browse Themes": "Просмотр тем" + }, + "Browse or search plugins": { + "Browse or search plugins": "Обзор или поиск Плагины" + }, + "Button Color": { + "Button Color": "Цвет кнопки" + }, + "CPU": { + "CPU": "ЦП" + }, + "CPU Graph": { + "CPU Graph": "CPU График" + }, + "CPU Temperature": { + "CPU Temperature": "Температура ЦП" + }, + "CPU Usage": { + "CPU Usage": "Использование ЦП" + }, + "CPU temperature display": { + "CPU temperature display": "Отображение температуры ЦП" + }, + "CPU usage indicator": { + "CPU usage indicator": "Индикатор загрузки ЦП" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Мониторинг ЦП, памяти, сети и диска" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS: предупреждение о небезопасном фильтре" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS: предупреждение об отсутствующем фильтре" + }, + "CUPS Print Server": { + "CUPS Print Server": "Сервер печати CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS недоступен" + }, + "Camera": { + "Camera": "Камера" + }, + "Cancel": { + "Cancel": "Отмена" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "%1 задани(й/я)" + }, + "Canceled": { + "Canceled": "Отменено" + }, + "Cannot pair": { + "Cannot pair": "Невозможно сопрячь" + }, + "Capabilities": { + "Capabilities": "Возможности" + }, + "Capacity": { + "Capacity": "Ёмкость" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Индикатор Caps Lock" + }, + "Caps Lock is on": { + "Caps Lock is on": "Caps Lock включён" + }, + "Center Section": { + "Center Section": "Центральная Секция" + }, + "Center Single Column": { + "Center Single Column": "Центральная одиночная колонна" + }, + "Center Tiling": { + "Center Tiling": "Центрированный тайлинг" + }, + "Certificate Password": { + "Certificate Password": "Сертификата Пароль" + }, + "Change Song": { + "Change Song": "Ничего" + }, + "Change Volume": { + "Change Volume": "Ничего" + }, + "Change bar appearance": { + "Change bar appearance": "Изменить панели внешний вид" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "" + }, + "Channel": { + "Channel": "Канал" + }, + "Charging": { + "Charging": "Заряжается" + }, + "Check for system updates": { + "Check for system updates": "Проверить наличие обновлений системы" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "Выбрать Цвет" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Выбрать цвет тёмного режима" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Выбрать Док Лаунчер Логотипа Цвет" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Выбрать Цвет Логотипа Лаунчера" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Выбрать цвет светлого режима" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Выбрать цвет обоев" + }, + "Choose a color": { + "Choose a color": "Выбрать a цвет" + }, + "Choose colors from palette": { + "Choose colors from palette": "Выбрать цвета из палитры" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Выбрать способ отображения виджета погоды" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "Выбрать Значок" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Выбрать цвет фона для виджетов" + }, + "Choose the border accent color": { + "Choose the border accent color": "Выбрать акцентный цвет рамки" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Выбрать логотип, отображаемый на кнопке запуска приложений в DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Выбрать, где на экране будут отображаться всплывающие уведомления" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Выбрать, где на экране появляются наэкранные дисплеи" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Выбрать, на каких дисплеях показывать этот виджет" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Выбрать монитор для отображения экрана блокировки. Другие мониторы будут отображать сплошной цвет для защиты OLED от выгорания." + }, + "Chroma Style": { + "Chroma Style": "Стиль Chroma" + }, + "Cipher": { + "Cipher": "Шифр" + }, + "Circle": { + "Circle": "Линия" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Regex класса (например, ^firefox$)" + }, + "Clear": { + "Clear": "Очистить" + }, + "Clear All": { + "Clear All": "Очистить Всё" + }, + "Clear All Jobs": { + "Clear All Jobs": "Очистить все задания" + }, + "Clear History?": { + "Clear History?": "Отчистить историю?" + }, + "Clear Sky": { + "Clear Sky": "Ясно" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Очистить всю историю при запуске сервера" + }, + "Clear at Startup": { + "Clear at Startup": "Очистить при запуске" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Нажмите «Setup» для создания %1 и добавления include в конфиг." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Нажмите «Setup» для создания %1 и добавления include в конфиг композитора." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Нажмите «Setup» для создания конфига курсора и добавления include в конфиг композитора." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Нажмите «Setup» для создания конфига outputs и добавления include в конфиг композитора." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Нажмите Import для добавления .ovpn или .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "Нажмите насквозь" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Нажмите любую горячую клавишу для редактирования. Изменения сохраняются в %1" + }, + "Click to capture": { + "Click to capture": "Нажмите для захвата" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Нажмите для выбора пользовательского JSON-файла темы" + }, + "Clip": { + "Clip": "Обрезать" + }, + "Clip to Geometry": { + "Clip to Geometry": "Обрезать по геометрии" + }, + "Clipboard": { + "Clipboard": "Буфер обмена" + }, + "Clipboard History": { + "Clipboard History": "История Буфера Обмена" + }, + "Clipboard Manager": { + "Clipboard Manager": "Менеджер Буфера Обмена" + }, + "Clipboard sent": { + "Clipboard sent": "Буфер обмена отправлен" + }, + "Clipboard service not available": { + "Clipboard service not available": "Служба буфера обмена недоступна" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Буфер обмена работает, но ничего не сохраняется на диск" + }, + "Clock": { + "Clock": "Часы" + }, + "Clock Style": { + "Clock Style": "Стиль часов" + }, + "Close": { + "Close": "Закрыть" + }, + "Close All Windows": { + "Close All Windows": "Закрыть все окна" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Закрыть обзор при запуске" + }, + "Close Window": { + "Close Window": "Закрыть окно" + }, + "Color": { + "Color": "Цвет" + }, + "Color Gamut": { + "Color Gamut": "Цветовой охват" + }, + "Color Management": { + "Color Management": "Управление цветом" + }, + "Color Mode": { + "Color Mode": "Цвет Режим" + }, + "Color Override": { + "Color Override": "Изменение Цвета" + }, + "Color Picker": { + "Color Picker": "Выбор Цвета" + }, + "Color Temperature": { + "Color Temperature": "Цветовая температура" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Цвет, отображаемый на мониторах без экрана блокировки" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Цвет для кнопок основных действий" + }, + "Color temperature for day time": { + "Color temperature for day time": "Цветовая температура для дневного времени" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Цветовая температура для ночного режима" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Цветовая тема для подсветки синтаксиса." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Цветовая тема для подсветки синтаксиса. Доступно тем: %1." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Цветовая тема из реестра DMS" + }, + "Colorful": { + "Colorful": "По умолчанию" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Красочная смесь ярких контрастных акцентов." + }, + "Colorize Active": { + "Colorize Active": "Colorize активен" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Безопасность и конфиденциальность" + }, + "Column": { + "Column": "Колонка" + }, + "Column Display": { + "Column Display": "Отображение столбца" + }, + "Column Width": { + "Column Width": "Ширина столбца" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "Команда" + }, + "Commands": { + "Commands": "Команды" + }, + "Communication": { + "Communication": "Взаимодействие" + }, + "Community themes": { + "Community themes": "Безопасность и конфиденциальность" + }, + "Compact": { + "Compact": "Компактно" + }, + "Compact Mode": { + "Compact Mode": "Компактный Режим" + }, + "Completed": { + "Completed": "Завершено" + }, + "Compositor": { + "Compositor": "Композитор" + }, + "Compositor Settings": { + "Compositor Settings": "Настройки композитора" + }, + "Compositor not supported": { + "Compositor not supported": "Композитор не поддерживается" + }, + "Config Format": { + "Config Format": "Формат конфига" + }, + "Config action: %1": { + "Config action: %1": "Действие конфига: %1" + }, + "Config validation failed": { + "Config validation failed": "Проверка конфига не удалась" + }, + "Configuration": { + "Configuration": "Конфигурация" + }, + "Configuration activated": { + "Configuration activated": "Конфигурация активирована" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Конфигурация будет сохранена при переподключении этого дисплея" + }, + "Configure": { + "Configure": "Настроить" + }, + "Configure Keybinds": { + "Configure Keybinds": "Настроить комбинации клавиш" + }, + "Configure a new printer": { + "Configure a new printer": "Настроить новый принтер" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Настроить значки для именованных рабочих областей. Значки имеют приоритет перед номерами, если включены оба параметра." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Настроить критерии соответствия и действия" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "%1 дисплей(ев)" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Настроить мониторы для отображения компонентов оболочки" + }, + "Confirm": { + "Confirm": "Подтвердить" + }, + "Confirm Delete": { + "Confirm Delete": "Подтвердить удаление" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Подтвердить изменения дисплеев" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Подтвердить ключ доступа для " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Конфликтует с: %1" + }, + "Connect": { + "Connect": "Подключиться" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Подключиться к скрытой сети" + }, + "Connect to VPN": { + "Connect to VPN": "Подключиться к VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Подключение к Wi-Fi" + }, + "Connected": { + "Connected": "Подключено" + }, + "Connected Device": { + "Connected Device": "Выкл" + }, + "Connected Displays": { + "Connected Displays": "Подключённые Мониторы" + }, + "Connecting to Device": { + "Connecting to Device": "Подключение к устройству" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Подключение..." + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "Регулярное выражение" + }, + "Content": { + "Content": "Яркий" + }, + "Content copied": { + "Content copied": "Содержимое скопировано" + }, + "Contrast": { + "Contrast": "Контраст" + }, + "Control Center": { + "Control Center": "Центр Управления" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Цвет плиток центра управления" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Контроль длительности анимации для всплывающих уведомлений и истории" + }, + "Control currently playing media": { + "Control currently playing media": "Управление воспроизводимым медиа" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Отображение уведомлений" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Контроль того, какие плагины появляются в режиме «All» без требования префикса триггера. Перетащите для изменения порядка." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Управление рабочими пространствами и столбцами прокруткой на панели" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Контролирует непрозрачность всех всплывающих окон, модальных окон и их слоев контента" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "Перезарядка" + }, + "Copied GIF": { + "Copied GIF": "GIF скопирован" + }, + "Copied MP4": { + "Copied MP4": "MP4 скопирован" + }, + "Copied WebP": { + "Copied WebP": "WebP скопирован" + }, + "Copied to clipboard": { + "Copied to clipboard": "Скопировано в буфер обмена" + }, + "Copied!": { + "Copied!": "Скопировано!" + }, + "Copy": { + "Copy": "Копировать" + }, + "Copy Content": { + "Copy Content": "Копировать содержимое" + }, + "Copy Full Command": { + "Copy Full Command": "Скопировать полную команду" + }, + "Copy HTML": { + "Copy HTML": "Копировать HTML" + }, + "Copy Name": { + "Copy Name": "Копировать имя" + }, + "Copy PID": { + "Copy PID": "Скопировать PID" + }, + "Copy Text": { + "Copy Text": "Копировать текст" + }, + "Copy path": { + "Copy path": "Копировать путь" + }, + "Corner Radius": { + "Corner Radius": "Радиус скругления углов" + }, + "Corner Radius Override": { + "Corner Radius Override": "Переопределение радиуса скругления" + }, + "Corners & Background": { + "Corners & Background": "Углы и фон" + }, + "Count Only": { + "Count Only": "Полное содержимое" + }, + "Cover Open": { + "Cover Open": "Крышка открыта" + }, + "Create": { + "Create": "Создать" + }, + "Create Dir": { + "Create Dir": "Создать Каталог" + }, + "Create Printer": { + "Create Printer": "Создать принтер" + }, + "Create Window Rule": { + "Create Window Rule": "Создать правило окна" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "Создать правило для:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Создать правила для отключения звука, игнорирования, скрытия из истории или переопределения приоритета уведомлений. По умолчанию переопределяется только приоритет; уведомления всё равно показываются нормально." + }, + "Creating...": { + "Creating...": "Создание..." + }, + "Critical Priority": { + "Critical Priority": "Критический Приоритет" + }, + "Current": { + "Current": "История" + }, + "Current Items": { + "Current Items": "Текущие Элементы" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "Текущий монитор" + }, + "Current Period": { + "Current Period": "Текущий период" + }, + "Current Status": { + "Current Status": "Текущий статус" + }, + "Current Temp": { + "Current Temp": "Текущая температура" + }, + "Current Theme: %1": { + "Current Theme: %1": "Текущая тема: %1" + }, + "Current Weather": { + "Current Weather": "Погода сейчас" + }, + "Current Workspace": { + "Current Workspace": "Текущее рабочее пространство" + }, + "Current time and date display": { + "Current time and date display": "Отображение текущих даты и времени" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Текущие погодные условия и температура" + }, + "Current: %1": { + "Current: %1": "Текущее: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Конфигурация курсора не настроена" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Cursor Include отсутствует" + }, + "Cursor Size": { + "Cursor Size": "Размер курсора" + }, + "Cursor Theme": { + "Cursor Theme": "Тема курсора" + }, + "Custom": { + "Custom": "Свой" + }, + "Custom Color": { + "Custom Color": "Пользовательский цвет" + }, + "Custom Duration": { + "Custom Duration": "Пользовательская длительность" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Пользовательская команда гибернации" + }, + "Custom Location": { + "Custom Location": "Своя Локация" + }, + "Custom Lock Command": { + "Custom Lock Command": "Пользовательская команда блокировки" + }, + "Custom Logout Command": { + "Custom Logout Command": "Пользовательская команда выхода" + }, + "Custom Name": { + "Custom Name": "Пользовательское имя" + }, + "Custom Power Actions": { + "Custom Power Actions": "Пользовательские действия питания" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Пользовательская команда выключения" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Пользовательская команда перезагрузки" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Пользовательская команда приостановки" + }, + "Custom Transparency": { + "Custom Transparency": "Своя Прозрачность" + }, + "Custom power profile": { + "Custom power profile": "Приоритет производительности" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Пользовательская тема загружена из JSON-файла" + }, + "Custom...": { + "Custom...": "Пользовательский..." + }, + "Custom: ": { + "Custom: ": "Свой: " + }, + "Customizable empty space": { + "Customizable empty space": "Настраиваемое пустое пространство" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Настроить, какие действия появляются в меню питания" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI монитор" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "ДЕМОНСТРАЦИОННЫЙ РЕЖИМ - Нажмите в любом месте, чтобы выйти" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Менеджер Дополнений DMS Недоступен" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Комбинации клавиш DMS" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS устарел" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Служба DMS не подключена. Настройки буфера обмена недоступны." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Действия оболочки DMS (лаунчер, буфер обмена и т.д.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET не доступен" + }, + "DWL service not available": { + "DWL service not available": "Служба DWL недоступна" + }, + "Daily": { + "Daily": "Ежедневно" + }, + "Daily at:": { + "Daily at:": "Ежедневно в:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Панель Dank" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell готов к использованию" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell и системные значки (требуется перезапуск)" + }, + "Dark Mode": { + "Dark Mode": "Тёмный режим" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "Затемнение фона модальных окон" + }, + "Date Format": { + "Date Format": "Формат Даты" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Рассвет (астрономические сумерки)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Рассвет (гражданские сумерки)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Рассвет (навигационные сумерки)" + }, + "Day Date": { + "Day Date": "Системный по умолчанию" + }, + "Day Month Date": { + "Day Month Date": "Системный по умолчанию" + }, + "Day Temperature": { + "Day Temperature": "Дневная температура" + }, + "Daytime": { + "Daytime": "Дневное время" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "По умолчанию" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "Ширина по умолчанию (%)" + }, + "Default selected action": { + "Default selected action": "Действие по умолчанию" + }, + "Defaults": { + "Defaults": "Значения по умолчанию" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Определить правила поведения окон. Сохраняется в %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Очистить • Shift+Del: Очистить Всё • 1-9: Действия • F10: Справка • Esc: Закрыть" + }, + "Delete": { + "Delete": "Удалить" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Удалить \"%1\"?" + }, + "Delete Class": { + "Delete Class": "Delete Класса" + }, + "Delete Printer": { + "Delete Printer": "Удалить принтер" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Удалить сохранённый элемент?" + }, + "Delete VPN": { + "Delete VPN": "Удалить VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "%1 класс(ов)" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Удалить профиль \"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Извлекает цвета, которые точно соответствуют исходному изображению." + }, + "Description": { + "Description": "Описание" + }, + "Desktop": { + "Desktop": "Рабочий стол" + }, + "Desktop Clock": { + "Desktop Clock": "Настольные часы" + }, + "Desktop Entry": { + "Desktop Entry": "Заголовок" + }, + "Desktop Widget": { + "Desktop Widget": "Виджет рабочего стола" + }, + "Desktop Widgets": { + "Desktop Widgets": "Виджеты рабочего стола" + }, + "Desktop background images": { + "Desktop background images": "Фоновые изображения рабочего стола" + }, + "Detailed": { + "Detailed": "Подробно" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "Разработка" + }, + "Device": { + "Device": "Устройство" + }, + "Device connections": { + "Device connections": "Подключения устройств" + }, + "Device names updated": { + "Device names updated": "Имена устройств обновлены" + }, + "Device paired": { + "Device paired": "Устройство сопряжено" + }, + "Device unpaired": { + "Device unpaired": "Сопряжение устройства отменено" + }, + "Digital": { + "Digital": "Цифровой" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Отключите Автоподключение" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Отключить встроенные обои" + }, + "Disable History Persistence": { + "Disable History Persistence": "Отключить сохранение истории" + }, + "Disable Output": { + "Disable Output": "Отключите Выход" + }, + "Disabled": { + "Disabled": "Отключено" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Отключение Wi-Fi…" + }, + "Disc": { + "Disc": "Стирание" + }, + "Discard": { + "Discard": "Отменить" + }, + "Discharging": { + "Discharging": "Подключено" + }, + "Disconnect": { + "Disconnect": "Отключить" + }, + "Disconnected": { + "Disconnected": "Отключено" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Отключен от WiFi" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "Диск" + }, + "Disk I/O": { + "Disk I/O": "Дисковый ввод/вывод" + }, + "Disk Usage": { + "Disk Usage": "Использование Диска" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "Диски" + }, + "Dismiss": { + "Dismiss": "Отклонить" + }, + "Display": { + "Display": "Дисплей" + }, + "Display Assignment": { + "Display Assignment": "Назначение дисплеев" + }, + "Display Control": { + "Display Control": "Реестр тем" + }, + "Display Name Format": { + "Display Name Format": "Формат имени дисплея" + }, + "Display Profiles": { + "Display Profiles": "Профили дисплеев" + }, + "Display Settings": { + "Display Settings": "Настройки дисплея" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Отображать док с закреплёнными и запущенными приложениями" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Отображает все приоритеты в полноэкранных приложениях" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Отображать и переключать layout DWL" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Отображать значки приложений в индикаторах рабочих пространств" + }, + "Display brightness control": { + "Display brightness control": "Управление яркостью дисплея" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Конфигурация дисплея недоступна. Протокол управления выводом WLR не поддерживается." + }, + "Display currently focused application title": { + "Display currently focused application title": "Отображает заголовок используемого приложения" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Отображать почасовые прогнозы погоды" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Отображать только рабочие пространства, содержащие окна" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Отображать действия меню питания в виде сетки вместо списка" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Отображать секунды в часах" + }, + "Display the power system menu": { + "Display the power system menu": "Отображать меню системы питания" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Отображать значения громкости и яркости в процентах во всплывающих окнах OSD" + }, + "Displays": { + "Displays": "Мониторы" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Количество дисплеев при активном переполнении" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Отображает активную раскладку клавиатуры и позволяет переключаться" + }, + "Distribution": { + "Distribution": "Имя хоста" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Разнообразная палитра, охватывающая весь спектр." + }, + "Do Not Disturb": { + "Do Not Disturb": "Не Беспокоить" + }, + "Dock": { + "Dock": "Док" + }, + "Dock & Launcher": { + "Dock & Launcher": "Док & Лаунчер" + }, + "Dock Transparency": { + "Dock Transparency": "Прозрачность Дока" + }, + "Dock Visibility": { + "Dock Visibility": "Видимость дока" + }, + "Docs": { + "Docs": "Документация" + }, + "Documents": { + "Documents": "Документы" + }, + "Domain (optional)": { + "Domain (optional)": "Домен (необязательно)" + }, + "Don't Change": { + "Don't Change": "Не изменять" + }, + "Don't Save": { + "Don't Save": "Не сохранять" + }, + "Door Open": { + "Door Open": "Дверь открыта" + }, + "Downloads": { + "Downloads": "Загрузки" + }, + "Drag to Reorder": { + "Drag to Reorder": "Перетащите для изменения порядка" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Перетаскивайте виджеты, чтобы изменить их порядок. Используйте значок глаза, чтобы скрыть/отобразить виджеты (с сохранением интервалов), или крестик, чтобы полностью удалить их." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Перетащите индикаторы рабочих пространств для изменения порядка" + }, + "Driver": { + "Driver": "Драйвер" + }, + "Drizzle": { + "Drizzle": "Морось" + }, + "Duplicate": { + "Duplicate": "Дублировать" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Дублировать обои с размытием" + }, + "Duration": { + "Duration": "Длительность" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Сумерки (астрономические сумерки)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Сумерки (гражданские сумерки)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Сумерки (навигационные сумерки)" + }, + "Dynamic": { + "Dynamic": "Динамическая" + }, + "Dynamic Properties": { + "Dynamic Properties": "Динамические свойства" + }, + "Dynamic Theming": { + "Dynamic Theming": "Динамичные темы" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Динамические цвета из обоев" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Динамические цвета, предустановки" + }, + "Edge Spacing": { + "Edge Spacing": "Отступ краёв" + }, + "Edit App": { + "Edit App": "Изменить приложение" + }, + "Edit Window Rule": { + "Edit Window Rule": "Изменить правило окна" + }, + "Education": { + "Education": "Обучение" + }, + "Empty": { + "Empty": "Пусто" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Включить 10-битную глубину цвета для более широкой цветовой гаммы и поддержки HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Включить автоподключение" + }, + "Enable Bar": { + "Enable Bar": "Включить бар" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Включить режим 'Не беспокоить'" + }, + "Enable History": { + "Enable History": "Включить историю" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Включить наложение обзора" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Включить эффекты ряби" + }, + "Enable System Sounds": { + "Enable System Sounds": "Включить системные звуки" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "Включить Погоду" + }, + "Enable WiFi": { + "Enable WiFi": "Включить WiFi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Включить слой размытия, доступный для композитора (пространство имён: dms:blurwallpaper). Требуется ручная настройка niri." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Включить аутентификацию по отпечатку пальца" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Включить интеграцию блокировки loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "Включено" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Включение Wi-Fi…" + }, + "End": { + "End": "Конец" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Увеличивать при наведении" + }, + "Enlargement %": { + "Enlargement %": "Увеличение %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Введите 6-значный ключ доступа" + }, + "Enter PIN": { + "Enter PIN": "Введите пин-код" + }, + "Enter PIN for ": { + "Enter PIN for ": "Введите PIN для " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Введите URL или текст для отправки" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Введите новое имя для этого рабочего пространства" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "Введите учётные данные для " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Введите пользовательский формат экрана блокировки (например, dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Введите пользовательский формат верхней панели (например, ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Введите имя устройства..." + }, + "Enter filename...": { + "Enter filename...": "Введите имя файла..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Введите префикс запуска (например, 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Введите имя сети и пароль" + }, + "Enter passkey for ": { + "Enter passkey for ": "Введите ключ доступа для " + }, + "Enter password for ": { + "Enter password for ": "Введите пароль для " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Введите этот ключ доступа на " + }, + "Enter to Paste": { + "Enter to Paste": "Enter для вставки" + }, + "Enterprise": { + "Enterprise": "Корпоративный" + }, + "Entry pinned": { + "Entry pinned": "Запись закреплена" + }, + "Entry unpinned": { + "Entry unpinned": "Запись откреплена" + }, + "Environment Variables": { + "Environment Variables": "Переменные окружения" + }, + "Error": { + "Error": "Ошибка" + }, + "Errors": { + "Errors": "Ошибки" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Регулярное выражение" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Смещение Исключительной Зоны" + }, + "Experimental Feature": { + "Experimental Feature": "Экспериментальная функция" + }, + "Explore": { + "Explore": "Обзор" + }, + "Exponential": { + "Exponential": "Экспоненциальный" + }, + "Expressive": { + "Expressive": "Яркий" + }, + "Extend battery life": { + "Extend battery life": "Приоритет производительности" + }, + "Extensible architecture": { + "Extensible architecture": "Безопасность и конфиденциальность" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Внешнее управление обоями" + }, + "Extra Arguments": { + "Extra Arguments": "Дополнительные аргументы" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Переключить • F10: Справка" + }, + "Fade": { + "Fade": "Стирание" + }, + "Fade to lock screen": { + "Fade to lock screen": "Плавный переход к экрану блокировки" + }, + "Fade to monitor off": { + "Fade to monitor off": "Плавное выключение монитора" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Не удалось принять сопряжение" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Не удалось активировать конфигурацию" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Не удалось активировать профиль — файл не найден" + }, + "Failed to add binds include": { + "Failed to add binds include": "Не удалось добавить binds include" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Не удалось добавить принтер в класс" + }, + "Failed to browse device": { + "Failed to browse device": "Не удалось просмотреть устройство" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Не удалось отменить все задания" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Не удалось отменить выбранное задание" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Не удалось проверить лимит закрепления" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Не удалось подключиться к VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Не удалось подключиться к %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Не удалось скопировать запись" + }, + "Failed to create printer": { + "Failed to create printer": "Не удалось создать принтер" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Не удалось создать директорию Profiles" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Не удалось удалить VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Не удалось удалить Class" + }, + "Failed to delete printer": { + "Failed to delete printer": "Не удалось удалить принтер" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Не удалось отключить принятие заданий" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Не удалось отключить ночной режим" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Не удалось отключить VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Не удалось отключить VPNs" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Не удалось отключить WiFi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Не удалось включить определение местоположения по IP" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Не удалось включить WiFi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Не удалось включить принятие заданий" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Не удалось включить ночной режим" + }, + "Failed to hold job": { + "Failed to hold job": "Не удалось удержать задание" + }, + "Failed to import VPN": { + "Failed to import VPN": "Не удалось импортировать VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Не удалось запустить SMS-приложение" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Не удалось загрузить VPN config" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Не удалось загрузить конфигурацию буфера обмена." + }, + "Failed to move job": { + "Failed to move job": "Не удалось переместить задание" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Не удалось разобрать plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Не удалось разобрать session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Не удалось разобрать settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Не удалось приостановить принтер" + }, + "Failed to pin entry": { + "Failed to pin entry": "Не удалось закрепить запись" + }, + "Failed to print test page": { + "Failed to print test page": "Не удалось напечатать тестовую страницу" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Не удалось отклонить сопряжение" + }, + "Failed to remove device": { + "Failed to remove device": "Не удалось удалить устройство" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Не удалось удалить комбинацию клавиш" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Не удалось удалить принтер из класса" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Не удалось перезапустить аудиосистему" + }, + "Failed to restart job": { + "Failed to restart job": "Не удалось перезапустить задание" + }, + "Failed to resume printer": { + "Failed to resume printer": "Не удалось возобновить принтер" + }, + "Failed to ring device": { + "Failed to ring device": "Не удалось вызвать устройство" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "Не удалось сохранить аудиоконфиг" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Не удалось сохранить настройку буфера обмена" + }, + "Failed to save keybind": { + "Failed to save keybind": "Не удалось сохранить комбинацию клавиш" + }, + "Failed to save profile file": { + "Failed to save profile file": "Не удалось сохранить файл профиля" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Не удалось отправить буфер обмена" + }, + "Failed to send file": { + "Failed to send file": "Не удалось отправить файл" + }, + "Failed to send ping": { + "Failed to send ping": "Не удалось отправить ping" + }, + "Failed to set brightness": { + "Failed to set brightness": "Не удалось установить яркость" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Не удалось установить местоположение ночного режима" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Не удалось установить расписание ночного режима" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Не удалось установить температуру ночного режима" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "Не удалось установить изображение профиля" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Не удалось установить изображение профиля: %1" + }, + "Failed to share": { + "Failed to share": "Не удалось поделиться" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Не удалось начать подключение к %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Не удалось открепить запись" + }, + "Failed to update VPN": { + "Failed to update VPN": "Не удалось обновить VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Не удалось обновить автоподключение" + }, + "Failed to update description": { + "Failed to update description": "Не удалось обновить описание" + }, + "Failed to update location": { + "Failed to update location": "Не удалось обновить местоположение" + }, + "Failed to update sharing": { + "Failed to update sharing": "Не удалось обновить общий доступ" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Не удалось записать временный файл для проверки" + }, + "Features": { + "Features": "Возможности" + }, + "Feels": { + "Feels": "Ощущается" + }, + "Feels Like": { + "Feels Like": "Ощущается как" + }, + "Feels Like %1°": { + "Feels Like %1°": "Ощущается как %1°" + }, + "Fidelity": { + "Fidelity": "Яркий" + }, + "Field": { + "Field": "Поле" + }, + "File": { + "File": "Файл" + }, + "File Already Exists": { + "File Already Exists": "Файл Уже Существует" + }, + "File Information": { + "File Information": "Информация о Файле" + }, + "File received from": { + "File received from": "Файл получен от" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Поиск файлов требует dsearch. Установите с github.com/morelazers/dsearch" + }, + "Files": { + "Files": "Файлы" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Мониторинг использования файловой системы" + }, + "Fill": { + "Fill": "Плитка вертикально" + }, + "Find in Text": { + "Find in Text": "Найти в Тексте" + }, + "Find in note...": { + "Find in note...": "Поиск по заметке..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "Завершить" + }, + "First Day of Week": { + "First Day of Week": "" + }, + "First Time Setup": { + "First Time Setup": "Первоначальная настройка" + }, + "Fit": { + "Fit": "Плитка вертикально" + }, + "Fix Now": { + "Fix Now": "Исправить сейчас" + }, + "Fixing...": { + "Fixing...": "Исправление..." + }, + "Flags": { + "Flags": "Флаги" + }, + "Flipped": { + "Flipped": "Отражённый" + }, + "Flipped 180°": { + "Flipped 180°": "Перевёрнуто на 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Перевёрнуто на 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Перевёрнуто на 90°" + }, + "Float": { + "Float": "Плавающий" + }, + "Focus": { + "Focus": "Фокус" + }, + "Focus at Startup": { + "Focus at Startup": "Фокус при запуске" + }, + "Focused Border": { + "Focused Border": "Граница активного" + }, + "Focused Color": { + "Focused Color": "Цвет активного" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "Используемое Окно" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "Туман" + }, + "Folder": { + "Folder": "Папка" + }, + "Folders": { + "Folders": "Папки" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Следовать за фокусом монитора" + }, + "Follow focus": { + "Follow focus": "Следовать за фокусом" + }, + "Font": { + "Font": "" + }, + "Font Family": { + "Font Family": "Семейство Шрифта" + }, + "Font Scale": { + "Font Scale": "Масштаб Шрифта" + }, + "Font Size": { + "Font Size": "Размер Шрифта" + }, + "Font Weight": { + "Font Weight": "Вес Шрифта" + }, + "Font used on the login screen": { + "Font used on the login screen": "" + }, + "Force HDR": { + "Force HDR": "Принудительный HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Принудительно остановить (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Force Wide цвет" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Принудительно использовать тёмные цветовые схемы в терминальных приложениях" + }, + "Forecast": { + "Forecast": "Прогноз" + }, + "Forecast Days": { + "Forecast Days": "Дней прогноза" + }, + "Forecast Not Available": { + "Forecast Not Available": "Прогноз недоступен" + }, + "Forever": { + "Forever": "Навсегда" + }, + "Forget": { + "Forget": "Забыть" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Забыть \"%1\"?" + }, + "Forget Device": { + "Forget Device": "Забыть Устройство" + }, + "Forget Network": { + "Forget Network": "Забыть Сеть" + }, + "Forgot network %1": { + "Forgot network %1": "Забыть сеть %1" + }, + "Format Legend": { + "Format Legend": "Условные Обозначения" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "Освободить VRAM/память при закрытии лаунчера. Может вызвать небольшую задержку при повторном открытии." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Ледяная морось" + }, + "Frequency": { + "Frequency": "Частота" + }, + "Fruit Salad": { + "Fruit Salad": "Яркий" + }, + "Full Command:": { + "Full Command:": "Полная комманда:" + }, + "Full Content": { + "Full Content": "Полное содержимое" + }, + "Full Day & Month": { + "Full Day & Month": "Системный по умолчанию" + }, + "Full with Year": { + "Full with Year": "Системный по умолчанию" + }, + "Fullscreen": { + "Fullscreen": "Полноэкранный" + }, + "Fullscreen Only": { + "Fullscreen Only": "Только полноэкранный" + }, + "Fully Charged": { + "Fully Charged": "Подключено" + }, + "Fun": { + "Fun": "Развлечение" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: сетка • Z/X: размер" + }, + "GPU": { + "GPU": "ГП" + }, + "GPU Monitoring": { + "GPU Monitoring": "Мониторинг ГП" + }, + "GPU Temperature": { + "GPU Temperature": "Температура ГП" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDEs, и далее" + }, + "Games": { + "Games": "Игры" + }, + "Gamma Control": { + "Gamma Control": "Настройка гаммы" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Управление Gamma недоступно. Требуется DMS API v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "Общий" + }, + "Get Started": { + "Get Started": "Начать" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Глобально масштабировать все длительности анимаций" + }, + "Golden Hour": { + "Golden Hour": "Золотой час" + }, + "Good": { + "Good": "Хорошо" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Goth радиус скругления" + }, + "Goth Corners": { + "Goth Corners": "Готические Углы" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Постепенно затемнять экран перед блокировкой с настраиваемым льготным периодом" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Постепенно затемнять экран перед выключением мониторов с настраиваемым льготным периодом" + }, + "Graph Time Range": { + "Graph Time Range": "Временной диапазон графика" + }, + "Graphics": { + "Graphics": "Графика" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "Сетка" + }, + "Grid Columns": { + "Grid Columns": "Столбцы сетки" + }, + "Grid: OFF": { + "Grid: OFF": "Сетка: ВКЛ" + }, + "Grid: ON": { + "Grid: ON": "Сетка: ВКЛ" + }, + "Group": { + "Group": "Группа" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Группировать приложения рабочего пространства" + }, + "Group by App": { + "Group by App": "Группировать по Приложениям" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Группировать несколько окон одного приложения с помощью индикатора количества окон" + }, + "Group removed": { + "Group removed": "Группа удалена" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Группировать повторяющиеся значки приложений в неактивных рабочих пространствах" + }, + "Groups": { + "Groups": "Группы" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "Тонирование HDR" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "Режим HDR экспериментальный. Убедитесь, что ваш монитор поддерживает HDR, перед включением." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML скопирован в буфера обмена" + }, + "Health": { + "Health": "Здоровье" + }, + "Heavy Rain": { + "Heavy Rain": "Сильный дождь" + }, + "Heavy Snow": { + "Heavy Snow": "Сильный снег" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Сильный снегопад" + }, + "Height": { + "Height": "Высота" + }, + "Held": { + "Held": "Удерживается" + }, + "Help": { + "Help": "Помощь" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Гибернация" + }, + "Hidden": { + "Hidden": "Скрытый" + }, + "Hidden (%1)": { + "Hidden (%1)": "Скрыто (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Скрытые приложения" + }, + "Hidden Network": { + "Hidden Network": "Скрытая сеть" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Скрытые приложения не будут отображаться в лаунчере. Щёлкните ПКМ по приложению и выберите «Скрыть приложение» для скрытия." + }, + "Hide": { + "Hide": "Скрыть" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Скрыть сторонние" + }, + "Hide App": { + "Hide App": "Скрыть приложение" + }, + "Hide Delay": { + "Hide Delay": "Задержка скрытия" + }, + "Hide Indicators": { + "Hide Indicators": "Скрыть индикаторы" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Скрыть виджет обновления" + }, + "Hide When Typing": { + "Hide When Typing": "Скрывать когда печатаешь" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Скрывать при открытых окнах" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Скрывать курсор после бездействия (0 = отключено)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Скрывать курсор при нажатии клавиш клавиатуры" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Скрывать курсор при использовании сенсорного ввода" + }, + "Hide device": { + "Hide device": "Скрыть устройство" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Скрывать содержимое уведомления до развёртывания" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Скрывать содержимое уведомления до развёртывания; всплывающие окна показываются свёрнутыми по умолчанию" + }, + "Hide on Touch": { + "Hide on Touch": "Скрывать при касании" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Высокоточная палитра, сохраняющая исходные оттенки." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "История" + }, + "History Retention": { + "History Retention": "Хранение истории" + }, + "History Settings": { + "History Settings": "Историю Настройки" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "История очищена. %1 закреплённых записей сохранено." + }, + "Hold Duration": { + "Hold Duration": "Длительность удержания" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Удерживайте дольше для подтверждения" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Удерживать для подтверждения действий питания" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Удерживать для подтверждения (%1 мс)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Удерживать для подтверждения (%1 с)" + }, + "Home": { + "Home": "Домой" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "Имя хоста" + }, + "Hot Corners": { + "Hot Corners": "Горячие углы" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Заголовок наложения горячей клавиши (необязательно)" + }, + "Hour": { + "Hour": "Час" + }, + "Hourly": { + "Hourly": "Почасовой" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Количество почасовых прогнозов" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Как часто изменять обои" + }, + "How the background image is scaled": { + "How the background image is scaled": "" + }, + "Humidity": { + "Humidity": "Влажность" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Переопределения макета Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "Опции Hyprland" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "Я Понимаю" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP-адрес:" + }, + "IP address or hostname": { + "IP address or hostname": "" + }, + "ISO Date": { + "ISO Date": "Системный по умолчанию" + }, + "Icon": { + "Icon": "Значок" + }, + "Icon Scale": { + "Icon Scale": "Масштаб значка" + }, + "Icon Size": { + "Icon Size": "Размер иконок" + }, + "Icon Size %": { + "Icon Size %": "Размер значка %" + }, + "Icon Theme": { + "Icon Theme": "Тема Значков" + }, + "Idle": { + "Idle": "Бездействие" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Ингибитор бездействия" + }, + "Idle Settings": { + "Idle Settings": "Настройки бездействия" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Мониторинг бездействия не поддерживается — требуется более новая версия Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Если поле скрыто, оно появится сразу после нажатия клавиши." + }, + "Ignore Completely": { + "Ignore Completely": "Только всплывающее" + }, + "Image": { + "Image": "Изображение" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Изображение скопировано в буфера обмена" + }, + "Import": { + "Import": "Импорт" + }, + "Import VPN": { + "Import VPN": "Импортировать VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Цвет неактивного монитора" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Включить переходы" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Включить действия рабочего стола (ярлыки) в результаты поиска." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Загружены несовместимые плагины" + }, + "Incorrect password": { + "Incorrect password": "Неправильный пароль" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Индикатор Стиль" + }, + "Individual Batteries": { + "Individual Batteries": "Отдельные батареи" + }, + "Individual bar configuration": { + "Individual bar configuration": "Индивидуальная конфигурация бара" + }, + "Info": { + "Info": "Информация" + }, + "Inherit": { + "Inherit": "Наследовать" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "Блокируемый" + }, + "Input Devices": { + "Input Devices": "Устройства Ввода" + }, + "Input Volume Slider": { + "Input Volume Slider": "Вход Громкость Ползунок" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Установить" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "Установить дополнение" + }, + "Install Theme": { + "Install Theme": "Установить тему" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Установить цветовые темы из реестра тем DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "Ошибка установки: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Установите пакет matugen для динамического оформления" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Установить дополнение '%1' из реестра DMS?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Установить дополнения из репозитория DMS" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Установить тему '%1' из реестра DMS?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "Установлено" + }, + "Installed: %1": { + "Installed: %1": "Установлено: %1" + }, + "Installing: %1": { + "Installing: %1": "Установка: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Умное автоскрытие" + }, + "Intensity": { + "Intensity": "Интенсивность" + }, + "Interface:": { + "Interface:": "Интерфейс:" + }, + "Interlock Open": { + "Interlock Open": "Interlock открыт" + }, + "Internet": { + "Internet": "Интернет" + }, + "Interval": { + "Interval": "Интервал" + }, + "Invalid configuration": { + "Invalid configuration": "Недействительная конфигурация" + }, + "Invert on mode change": { + "Invert on mode change": "Инвертировать при смене режима" + }, + "Iris Bloom": { + "Iris Bloom": "Стирание" + }, + "Isolate Displays": { + "Isolate Displays": "Изолировать дисплеи" + }, + "Jobs": { + "Jobs": "Задания" + }, + "Jobs: ": { + "Jobs: ": "Задания: " + }, + "Keep Awake": { + "Keep Awake": "Не спать" + }, + "Keep Changes": { + "Keep Changes": "Сохранить изменения" + }, + "Keeping Awake": { + "Keeping Awake": "Не спит" + }, + "Kernel": { + "Kernel": "Ядро" + }, + "Key": { + "Key": "Ключ" + }, + "Keybind Sources": { + "Keybind Sources": "Источники комбинаций клавиш" + }, + "Keybinds": { + "Keybinds": "Темы и цвета" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Настройки поиска комбинаций клавиш" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Комбинации клавиш показываются вместе с обычными результатами поиска" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Наименование Раскладки Клавиатуры" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Горячие клавиши" + }, + "Keys": { + "Keys": "Ключи" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "Завершить Процесс" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED устройство" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "Большой" + }, + "Largest": { + "Largest": "Крупнейший" + }, + "Last hour": { + "Last hour": "Вчера" + }, + "Last launched %1": { + "Last launched %1": "Последние запущененные %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "Последний запуск только что" + }, + "Latitude": { + "Latitude": "Широта" + }, + "Launch": { + "Launch": "Запустить" + }, + "Launch Prefix": { + "Launch Prefix": "Префикс Запуска" + }, + "Launch on dGPU": { + "Launch on dGPU": "Запустить на дискретной видеокарте" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "Лаунчер" + }, + "Launcher Button": { + "Launcher Button": "Кнопка лаунчера" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Логотип кнопки лаунчера" + }, + "Layout": { + "Layout": "Макет" + }, + "Layout Overrides": { + "Layout Overrides": "Переопределения макета" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "Слева" + }, + "Left Center": { + "Left Center": "Вверху справа" + }, + "Left Section": { + "Left Section": "Левая секция" + }, + "Light Direction": { + "Light Direction": "" + }, + "Light Mode": { + "Light Mode": "Светлый Режим" + }, + "Light Rain": { + "Light Rain": "Легкий дождь" + }, + "Light Snow": { + "Light Snow": "Легкий снег" + }, + "Light Snow Showers": { + "Light Snow Showers": "Лёгкий снегопад" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "Линия" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "Линейный" + }, + "Lines: %1": { + "Lines: %1": "Строки: %1" + }, + "List": { + "List": "Список" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Живая палитра с насыщенными акцентами." + }, + "Load Average": { + "Load Average": "Средняя загрузка" + }, + "Loading codecs...": { + "Loading codecs...": "Загрузка кодеков..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Загрузка комбинаций клавиш..." + }, + "Loading trending...": { + "Loading trending...": "Загрузка трендов..." + }, + "Loading...": { + "Loading...": "Загрузка..." + }, + "Local": { + "Local": "Локальный" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "Местоположение" + }, + "Location Search": { + "Location Search": "Поиск Местоположения" + }, + "Lock": { + "Lock": "Блокировка" + }, + "Lock Screen": { + "Lock Screen": "Экран Блокировки" + }, + "Lock Screen Display": { + "Lock Screen Display": "Дисплей экрана блокировки" + }, + "Lock Screen Format": { + "Lock Screen Format": "Формат Экрана Блокировки" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Поведение экрана блокировки" + }, + "Lock Screen layout": { + "Lock Screen layout": "Макет экрана блокировки" + }, + "Lock at startup": { + "Lock at startup": "Блокировка при запуске" + }, + "Lock before suspend": { + "Lock before suspend": "Блокировка перед приостановкой" + }, + "Lock fade grace period": { + "Lock fade grace period": "Льготный период затухания блокировки" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "Заблокировано" + }, + "Log Out": { + "Log Out": "Выйти" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "Длинный" + }, + "Long Text": { + "Long Text": "Длинный Текст" + }, + "Long press": { + "Long press": "Долгое нажатие" + }, + "Longitude": { + "Longitude": "Долгота" + }, + "Low Priority": { + "Low Priority": "Низкий Приоритет" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Убедитесь, что KDE Connect или Valent запущены на других устройствах" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Управление и настройка дополнений для расширения функционала DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Управление до 4 независимыми конфигурациями панели. Каждая панель имеет собственную позицию, виджетов, стиль и назначение Display." + }, + "Management": { + "Management": "Управление" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "Переопределения макета MangoWC" + }, + "Manual": { + "Manual": "" + }, + "Manual Coordinates": { + "Manual Coordinates": "Свои Координаты" + }, + "Manual Direction": { + "Manual Direction": "" + }, + "Manual Gap Size": { + "Manual Gap Size": "Ручной размер отступа" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Ручное Отображение/Скрытие" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Сопоставить имена классов окон с именами значков для правильного отображения значков" + }, + "Margin": { + "Margin": "Поле" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Marker Supply пусто" + }, + "Marker Supply Low": { + "Marker Supply Low": "Marker Supply низко" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Marker Waste почти полно" + }, + "Marker Waste Full": { + "Marker Waste Full": "Marker Waste полно" + }, + "Match Criteria": { + "Match Criteria": "Критерии соответствия" + }, + "Matches profile: %1": { + "Matches profile: %1": "Соответствует профилю: %1" + }, + "Material Colors": { + "Material Colors": "Акцентные Цвета" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Цветовые темы в стиле Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Цветовая палитра Material, созданная из обоев" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen отсутствует" + }, + "Matugen Palette": { + "Matugen Palette": "Палитра Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Целевой монитор Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Шаблоны Matugen" + }, + "Max Edges": { + "Max Edges": "Макс краёв" + }, + "Max H": { + "Max H": "Макс В" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Макс закреплённых приложений" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Макс закреплённых приложений (0 = безлимитно)" + }, + "Max Running Apps": { + "Max Running Apps": "Макс запущенных приложений" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Макс запущенных приложений (0 = безлимитно)" + }, + "Max Volume": { + "Max Volume": "Максимальная громкость" + }, + "Max W": { + "Max W": "Макс Ш" + }, + "Max apps to show": { + "Max apps to show": "Максимальное количество приложений для отображения" + }, + "Max to Edges": { + "Max to Edges": "Макс до краёв" + }, + "Maximize": { + "Maximize": "Развернуть" + }, + "Maximize Detection": { + "Maximize Detection": "Максимизировать обнаружение" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Максимизировать значки виджетов" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Максимизировать текст виджетов" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Максимальный размер записи" + }, + "Maximum History": { + "Maximum History": "Максимум истории" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Максимум закреплённых записей" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Максимальное количество записей буфера обмена для хранения" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Максимальное количество записей, которые можно сохранить" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Максимальное количество уведомлений для хранения" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Достигнуто максимальное количество закреплённых записей" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Максимальный размер одной записи буфера обмена" + }, + "Media": { + "Media": "Медиа" + }, + "Media Controls": { + "Media Controls": "Управление Медиа" + }, + "Media Empty": { + "Media Empty": "Медиа пусто" + }, + "Media Jam": { + "Media Jam": "Media Jam" + }, + "Media Low": { + "Media Low": "Медиа низко" + }, + "Media Needed": { + "Media Needed": "Медиа требуется" + }, + "Media Playback": { + "Media Playback": "Воспроизведение медиа" + }, + "Media Player": { + "Media Player": "Медиаплеер" + }, + "Media Player Settings": { + "Media Player Settings": "Настройки Медиаплеера" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "Медиаплееры (" + }, + "Media Volume": { + "Media Volume": "Громкость медиа" + }, + "Medium": { + "Medium": "Средний" + }, + "Memory": { + "Memory": "Память" + }, + "Memory Graph": { + "Memory Graph": "График памяти" + }, + "Memory Usage": { + "Memory Usage": "Использование Памяти" + }, + "Memory usage indicator": { + "Memory usage indicator": "Индикатор Использования Памяти" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Сообщение" + }, + "Message Content": { + "Message Content": "Содержимое сообщения" + }, + "Microphone": { + "Microphone": "Микрофон" + }, + "Microphone Mute": { + "Microphone Mute": "Микрофон отключён" + }, + "Microphone Volume": { + "Microphone Volume": "Громкость микрофона" + }, + "Microphone settings": { + "Microphone settings": "Настройки микрофона" + }, + "Microphone volume control": { + "Microphone volume control": "Управление громкостью микрофона" + }, + "Middle Section": { + "Middle Section": "Средняя секция" + }, + "Min H": { + "Min H": "Мин В" + }, + "Min W": { + "Min W": "Мин Ш" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Минимальная палитра, встроенная вокруг одного оттенка." + }, + "Minute": { + "Minute": "Минута" + }, + "Mirror Display": { + "Mirror Display": "Зеркальный дисплей" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Отсутствующие переменные окружения" + }, + "Modal Background": { + "Modal Background": "Фон модального окна" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "Модальные окна" + }, + "Mode": { + "Mode": "Режим" + }, + "Mode:": { + "Mode:": "Режим:" + }, + "Model": { + "Model": "Модель" + }, + "Modified": { + "Modified": "Изменено" + }, + "Modular widget bar": { + "Modular widget bar": "Безопасность и конфиденциальность" + }, + "Monitor": { + "Monitor": "Монитор" + }, + "Monitor Configuration": { + "Monitor Configuration": "Конфигурация монитора" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Льготный период затухания монитора" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Монитор, чьи обои определяют цвета динамической темы" + }, + "Monochrome": { + "Monochrome": "Яркий" + }, + "Monocle": { + "Monocle": "Монокль" + }, + "Monospace Font": { + "Monospace Font": "Моноширинный Шрифт" + }, + "Month Date": { + "Month Date": "Системный по умолчанию" + }, + "Morning": { + "Morning": "Утро" + }, + "Mount Points": { + "Mount Points": "Точки монтирования" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Внешний вид указателя мыши" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Размер указателя мыши в пикселях" + }, + "Move": { + "Move": "Переместить" + }, + "Move Widget": { + "Move Widget": "Переместить виджет" + }, + "Moving to Paused": { + "Moving to Paused": "Перемещение в Paused" + }, + "Multi-Monitor": { + "Multi-Monitor": "Мульти-мониторы" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "Музыка" + }, + "Mute Popups": { + "Mute Popups": "Только всплывающее" + }, + "Mute popups for %1": { + "Mute popups for %1": "Отключить всплывающие окна для %1" + }, + "Muted": { + "Muted": "Выбрать устройство" + }, + "Muted Apps": { + "Muted Apps": "Отключённые приложения" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Приглушённая палитра со спокойными тонами." + }, + "NM not supported": { + "NM not supported": "NM не поддерживается" + }, + "Name": { + "Name": "Имя" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Значки Именованных Рабочих Пространств" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "Навигация" + }, + "Network": { + "Network": "Сеть" + }, + "Network Graph": { + "Network Graph": "График сети" + }, + "Network Info": { + "Network Info": "Информация о Сети" + }, + "Network Information": { + "Network Information": "Информация о Сети" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Имя сети (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Отслеживание Скорости Сети" + }, + "Network Status": { + "Network Status": "Статус сети" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Отображение скорости скачивания и загрузки данных по сети" + }, + "Neutral": { + "Neutral": "Яркий" + }, + "Never": { + "Never": "Никогда" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "Новый" + }, + "New Key": { + "New Key": "Новый ключ" + }, + "New Keybind": { + "New Keybind": "Новая комбинация клавиш" + }, + "New Notification": { + "New Notification": "Новое уведомление" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "Новое правило окна" + }, + "New York, NY": { + "New York, NY": "Нью-Йорк, NY" + }, + "New group name...": { + "New group name...": "Новое название группы..." + }, + "Next": { + "Next": "Далее" + }, + "Next Transition": { + "Next Transition": "Следующий переход" + }, + "Night": { + "Night": "Ночь" + }, + "Night Mode": { + "Night Mode": "Ночной Режим" + }, + "Night Temperature": { + "Night Temperature": "Ночная температура" + }, + "Night mode & gamma": { + "Night mode & gamma": "Безопасность и конфиденциальность" + }, + "Niri Integration": { + "Niri Integration": "Интеграция Niri" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Переопределения макета Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Действия композитора Niri (фокус, перемещение и т.д.)" + }, + "No": { + "No": "Нет" + }, + "No Active Players": { + "No Active Players": "Нет Активных Проигрывателей" + }, + "No Anim": { + "No Anim": "Без анимации" + }, + "No Background": { + "No Background": "Без Заднего Фона" + }, + "No Battery": { + "No Battery": "Подключено" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Адаптер Bluetooth не найден" + }, + "No Blur": { + "No Blur": "Без размытия" + }, + "No Border": { + "No Border": "Без границы" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Комбинации клавиш DMS не настроены" + }, + "No Dim": { + "No Dim": "Без затемнения" + }, + "No Focus": { + "No Focus": "Нет фокуса" + }, + "No GPU detected": { + "No GPU detected": "GPU не обнаружен" + }, + "No GPUs detected": { + "No GPUs detected": "ГП не обнаружены" + }, + "No History": { + "No History": "Только всплывающее" + }, + "No Media": { + "No Media": "Нет Медиа" + }, + "No Round": { + "No Round": "Без скругления" + }, + "No Rounding": { + "No Rounding": "Без скругления" + }, + "No Shadow": { + "No Shadow": "Без тени" + }, + "No VPN profiles": { + "No VPN profiles": "Нет профилей VPN" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "Нету данных о погоде" + }, + "No Weather Data Available": { + "No Weather Data Available": "Нет Данных о Погоде" + }, + "No action": { + "No action": "Нет действия" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "Выкл" + }, + "No adapters": { + "No adapters": "Нет адаптеров" + }, + "No app customizations.": { + "No app customizations.": "Настроек приложений нет." + }, + "No apps found": { + "No apps found": "Приложения не найдены" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Приложения ещё не запускались." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Приложения не отключены. Щёлкните ПКМ по уведомлению и выберите «Отключить всплывающие» для добавления сюда." + }, + "No battery": { + "No battery": "Нет батареи" + }, + "No brightness devices available": { + "No brightness devices available": "Устройства яркости недоступны" + }, + "No changes": { + "No changes": "Нет изменений" + }, + "No checks passed": { + "No checks passed": "Нет предупреждений" + }, + "No custom theme file": { + "No custom theme file": "Нет пользовательского файла темы" + }, + "No devices": { + "No devices": "Нет устройств" + }, + "No devices connected": { + "No devices connected": "Нет подключённых устройств" + }, + "No devices found": { + "No devices found": "Устройства не найдены" + }, + "No disk data": { + "No disk data": "Нет данных о диске" + }, + "No disk data available": { + "No disk data available": "Данные о диске недоступны" + }, + "No drivers found": { + "No drivers found": "Драйверы не найдены" + }, + "No errors": { + "No errors": "Нет ошибок" + }, + "No features enabled": { + "No features enabled": "Функции не включены" + }, + "No files found": { + "No files found": "Файлы не найдены" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "Папки не найдены" + }, + "No hidden apps.": { + "No hidden apps.": "Нет скрытых приложений." + }, + "No info items": { + "No info items": "Нет предупреждений" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "Выбрать устройство" + }, + "No input devices found": { + "No input devices found": "Устройства вывода не найдены" + }, + "No items added yet": { + "No items added yet": "Ни один элемент ещё не добавлен" + }, + "No keybinds found": { + "No keybinds found": "Комбинации клавиш не найдены" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Плагины лаунчера не установлены." + }, + "No match criteria": { + "No match criteria": "Нет критериев совпадения" + }, + "No matches": { + "No matches": "Нет совпадений" + }, + "No matching processes": { + "No matching processes": "Нет соответствующих процессов" + }, + "No monitors": { + "No monitors": "Нет мониторов" + }, + "No mount points found": { + "No mount points found": "Точки монтирования не найдены" + }, + "No output device": { + "No output device": "Выбрать устройство" + }, + "No output devices found": { + "No output devices found": "Устройства вывода не найдены" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "Нет результатов плагинов" + }, + "No plugins found": { + "No plugins found": "Дополнения не найдены" + }, + "No plugins found.": { + "No plugins found.": "Дополнения не найдены." + }, + "No printer found": { + "No printer found": "Принтер не найден" + }, + "No printers configured": { + "No printers configured": "Принтеры не настроены" + }, + "No printers found": { + "No printers found": "Принтеры не найдены" + }, + "No profiles": { + "No profiles": "Нет профилей" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Недавние записи буфера обмена не найдены" + }, + "No results found": { + "No results found": "Ничего не найдено" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Сохранённые записи буфера обмена отсутствуют" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "Темы не найдены" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Темы не установлены. Просмотрите темы для установки из реестра." + }, + "No trigger": { + "No trigger": "Нет триггера" + }, + "No video found in folder": { + "No video found in folder": "" + }, + "No wallpaper selected": { + "No wallpaper selected": "Обои не выбраны" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Обои не найдены\n\nНажмите на значок папки ниже для просмотра" + }, + "No warnings": { + "No warnings": "Нет предупреждений" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Виджеты не добавлены. Нажмите «Добавить виджет» для начала." + }, + "No widgets available": { + "No widgets available": "Нет доступных виджетов" + }, + "No widgets match your search": { + "No widgets match your search": "Ни один виджет не соответствует вашему поиску" + }, + "No window rules configured": { + "No window rules configured": "Правила окон не настроены" + }, + "None": { + "None": "Нет" + }, + "Normal": { + "Normal": "Нормальный" + }, + "Normal Font": { + "Normal Font": "Обычный шрифт" + }, + "Normal Priority": { + "Normal Priority": "Обычный Приоритет" + }, + "Not available": { + "Not available": "Недоступно" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "Не подключено" + }, + "Not detected": { + "Not detected": "Не обнаружено" + }, + "Not paired": { + "Not paired": "Не сопряжено" + }, + "Not set": { + "Not set": "Не установлено" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Примечание: это изменяет только процент, это фактически не ограничивает зарядку." + }, + "Notepad": { + "Notepad": "Блокнот" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Настройки Шрифта Блокнота" + }, + "Notepad Slideout": { + "Notepad Slideout": "Выезжающий блокнот" + }, + "Nothing": { + "Nothing": "Ничего" + }, + "Nothing to see here": { + "Nothing to see here": "Здесь не на что смотреть" + }, + "Notification Center": { + "Notification Center": "Центр Уведомлений" + }, + "Notification Display": { + "Notification Display": "Отображение уведомлений" + }, + "Notification Overlay": { + "Notification Overlay": "Наложение уведомлений" + }, + "Notification Popups": { + "Notification Popups": "Всплывающие уведомление" + }, + "Notification Rules": { + "Notification Rules": "Правила уведомлений" + }, + "Notification Settings": { + "Notification Settings": "Настройки Уведомлений" + }, + "Notification Timeouts": { + "Notification Timeouts": "Задержка Уведомлений" + }, + "Notification toast popups": { + "Notification toast popups": "Всплывающие уведомления-тосты" + }, + "Notifications": { + "Notifications": "Уведомления" + }, + "Numbers": { + "Numbers": "Числа" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Системный по умолчанию" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Системный по умолчанию" + }, + "OK": { + "OK": "ОК" + }, + "OS Logo": { + "OS Logo": "Логотип ОС" + }, + "OSD Position": { + "OSD Position": "Позиция OSD" + }, + "Occupied Color": { + "Occupied Color": "Цвет занятого" + }, + "Off": { + "Off": "Выкл" + }, + "Office": { + "Office": "Офис" + }, + "Offline": { + "Offline": "Оффлайн" + }, + "Offline Report": { + "Offline Report": "Офлайн отчёт" + }, + "Older": { + "Older": "Старее" + }, + "On": { + "On": "Вкл" + }, + "On-Demand": { + "On-Demand": "По требованию" + }, + "On-Screen Displays": { + "On-Screen Displays": "Наэкранные отображения" + }, + "On-screen Displays": { + "On-screen Displays": "Наэкранные отображения" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Регулировать цветовую температуру только на основе правил времени или местоположения." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Показывать только окна с текущего монитора на каждом доке" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Видно только если ваша система поддерживает гибернацию" + }, + "Opacity": { + "Opacity": "Непрозрачность" + }, + "Opaque": { + "Opaque": "Непрозрачный" + }, + "Open": { + "Open": "Открыть" + }, + "Open App": { + "Open App": "Открыть приложение" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Откройте KDE Connect на телефоне" + }, + "Open Notepad File": { + "Open Notepad File": "Открыть Файл Блокнота" + }, + "Open a new note": { + "Open a new note": "Открыть новую заметку" + }, + "Open folder": { + "Open folder": "Открыть папку" + }, + "Open in Browser": { + "Open in Browser": "Открыть в браузере" + }, + "Open in terminal": { + "Open in terminal": "Открыть в терминале" + }, + "Open search bar to find text": { + "Open search bar to find text": "Открыть строку для поиска текста" + }, + "Open with...": { + "Open with...": "Открыть с помощью..." + }, + "Opening SMS": { + "Opening SMS": "Открытие SMS-приложения" + }, + "Opening SMS app": { + "Opening SMS app": "Открытие SMS-приложения" + }, + "Opening file browser": { + "Opening file browser": "Открытие файлового менеджера" + }, + "Opening files": { + "Opening files": "Открытие файлов" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "Необязательное описание" + }, + "Optional location": { + "Optional location": "Необязательное местоположение" + }, + "Options": { + "Options": "Опции" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Организовать виджеты в сворачиваемые группы" + }, + "Original: %1": { + "Original: %1": "Оригинал: %1" + }, + "Other": { + "Other": "Другое" + }, + "Outline": { + "Outline": "Контур" + }, + "Output": { + "Output": "Вывод" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Область вывода почти заполнена" + }, + "Output Area Full": { + "Output Area Full": "Область вывода заполнена" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "Устройства вывода" + }, + "Output Tray Missing": { + "Output Tray Missing": "Выходной лоток отсутствует" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Outputs Include отсутствует" + }, + "Overcast": { + "Overcast": "Пасмурно" + }, + "Overflow": { + "Overflow": "Переполнение" + }, + "Overridden by config": { + "Overridden by config": "Переопределено конфигурацией" + }, + "Override": { + "Override": "Переопределить" + }, + "Override Border Size": { + "Override Border Size": "Переопределение размера границы" + }, + "Override Corner Radius": { + "Override Corner Radius": "Переопределить радиус углов" + }, + "Override Gaps": { + "Override Gaps": "Переопределение отступов" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Переопределить глобальные настройки макета для этого выхода" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "Переопределения" + }, + "Overview": { + "Overview": "Обзор" + }, + "Overview of your network connections": { + "Overview of your network connections": "Обзор ваших сетевых подключений" + }, + "Overwrite": { + "Overwrite": "Перезаписать" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Плитка вертикально" + }, + "Pad Hours": { + "Pad Hours": "Пад часы" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "Отступ" + }, + "Pair": { + "Pair": "Сопряжение" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Сопрячь устройство Bluetooth" + }, + "Paired": { + "Paired": "Сопряжено" + }, + "Pairing": { + "Pairing": "Сопряжение" + }, + "Pairing failed": { + "Pairing failed": "Сопряжение не удалось" + }, + "Pairing request from": { + "Pairing request from": "Запрос сопряжения от" + }, + "Pairing request sent": { + "Pairing request sent": "Запрос сопряжения отправлен" + }, + "Pairing requested": { + "Pairing requested": "Запрос сопряжения отправлен" + }, + "Pairing...": { + "Pairing...": "Сопряжение..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Переменная облачность" + }, + "Passkey:": { + "Passkey:": "Ключ доступа:" + }, + "Password": { + "Password": "Пароль" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "Вставить" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "" + }, + "Pattern": { + "Pattern": "Шаблон" + }, + "Pause": { + "Pause": "Пауза" + }, + "Paused": { + "Paused": "На паузе" + }, + "Pending": { + "Pending": "Ожидание" + }, + "Pending Charge": { + "Pending Charge": "Подключено" + }, + "Pending Discharge": { + "Pending Discharge": "Подключено" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Обои для режима" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Обои для монитора" + }, + "Per-screen config": { + "Per-screen config": "Безопасность и конфиденциальность" + }, + "Percentage": { + "Percentage": "Процент" + }, + "Performance": { + "Performance": "Производительность" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Отказано в доступе при установки изображения профиля." + }, + "Personalization": { + "Personalization": "Персонализация" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Phone Connect недоступен" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Phone Connect недоступен" + }, + "Phone number": { + "Phone number": "Номер телефона" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "Картинки" + }, + "Pin": { + "Pin": "Закрепить" + }, + "Pin to Dock": { + "Pin to Dock": "Закрепить в Доке" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping отправлен на" + }, + "Ping sent to": { + "Ping sent to": "Ping отправлен на" + }, + "Pinned": { + "Pinned": "Закреплено" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Закреплённые и запущенные приложения с перетаскиванием" + }, + "Pixelate": { + "Pixelate": "Стирание" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Поместите каталоги дополнений здесь. Каждое дополнение должно иметь файл plugin.json в качестве манифеста." + }, + "Place plugins in %1": { + "Place plugins in %1": "Поместите плагины в %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Проигрывать звук при новом уведомление" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Проигрывать звук при подключение кабеля питания" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Воспроизводить звук при регулировке громкости" + }, + "Play sounds for system events": { + "Play sounds for system events": "Проигрывать звук при событиях системы" + }, + "Playback": { + "Playback": "Воспроизведение" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "Пожалуйста, подождите…" + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "Подключено" + }, + "Plugged in": { + "Plugged in": "Подключено" + }, + "Plugin": { + "Plugin": "Плагин" + }, + "Plugin Directory": { + "Plugin Directory": "Каталог Дополнений" + }, + "Plugin Management": { + "Plugin Management": "Управление Дополнениями" + }, + "Plugin Visibility": { + "Plugin Visibility": "Видимость плагинов" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Дополнение отключено - для использования включите в настройках дополнений" + }, + "Plugins": { + "Plugins": "Дополнения" + }, + "Pointer": { + "Pointer": "Указатель" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "Всплывающие окна" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Всплывающие окна и модальные следуют глобальной скорости анимации (отключите для независимой настройки)" + }, + "Popup Only": { + "Popup Only": "Только всплывающее" + }, + "Popup Position": { + "Popup Position": "Позиция Всплывающего Окна" + }, + "Popup Shadow": { + "Popup Shadow": "Тень всплывающего" + }, + "Popup Transparency": { + "Popup Transparency": "Прозрачность Всплывающего Окна" + }, + "Popup behavior, position": { + "Popup behavior, position": "Поведение всплывающих окон, позиция" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "Стирание" + }, + "Position": { + "Position": "Позиция" + }, + "Position, pinned apps": { + "Position, pinned apps": "Позиция, закреплённые приложения" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Возможные конфликты переопределения" + }, + "Power": { + "Power": "Питание" + }, + "Power & Security": { + "Power & Security": "Питание & Безопасность" + }, + "Power & Sleep": { + "Power & Sleep": "Питание и сон" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Подтверждение действия питания" + }, + "Power Menu Customization": { + "Power Menu Customization": "Настройка меню питания" + }, + "Power Off": { + "Power Off": "Завершить Работу" + }, + "Power Options": { + "Power Options": "Параметры Питания" + }, + "Power Profile": { + "Power Profile": "Профиль питания" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Ухудшение Профиля Питания" + }, + "Power Saver": { + "Power Saver": "Экономия энергии" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Выключить мониторы при блокировке" + }, + "Power profile management available": { + "Power profile management available": "Управление профилями питания доступно" + }, + "Power source": { + "Power source": "Источник питания" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "Осадки" + }, + "Precipitation": { + "Precipitation": "Осадки" + }, + "Precipitation Chance": { + "Precipitation Chance": "Вероятность осадков" + }, + "Preference": { + "Preference": "Предпочтение" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Предустановленные ширины (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Нажмите Enter, и аудиосистема перезапустится для применения изменений" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Нажмите Enter для вставки, Shift+Enter для копирования" + }, + "Press key...": { + "Press key...": "Нажмите клавишу..." + }, + "Pressure": { + "Pressure": "Давление" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Предотвращение тайм-аута экрана" + }, + "Preview": { + "Preview": "Предпросмотр" + }, + "Primary": { + "Primary": "Основной" + }, + "Primary Container": { + "Primary Container": "Вариант поверхности" + }, + "Print Server Management": { + "Print Server Management": "Управление Print Server" + }, + "Print Server not available": { + "Print Server not available": "Print Server недоступен" + }, + "Printer": { + "Printer": "Принтер" + }, + "Printer Classes": { + "Printer Classes": "Классы принтеров" + }, + "Printer created successfully": { + "Printer created successfully": "Принтер успешно создан" + }, + "Printer deleted": { + "Printer deleted": "Принтер удалён" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Имя принтера (без пробелов)" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "Принтеры" + }, + "Printers: ": { + "Printers: ": "Принтеры: " + }, + "Prioritize performance": { + "Prioritize performance": "Приоритет производительности" + }, + "Priority": { + "Priority": "Приоритет" + }, + "Privacy Indicator": { + "Privacy Indicator": "Индикатор Конфиденциальности" + }, + "Privacy Mode": { + "Privacy Mode": "Режим конфиденциальности" + }, + "Private Key Password": { + "Private Key Password": "Пароль приватного ключа" + }, + "Process Count": { + "Process Count": "Количество процессов" + }, + "Processes": { + "Processes": "Процессы" + }, + "Processes:": { + "Processes:": "Процессы:" + }, + "Processing": { + "Processing": "Обработка" + }, + "Profile Image Error": { + "Profile Image Error": "Ошибка изображения профиля" + }, + "Profile activated: %1": { + "Profile activated: %1": "Профиль активирован: %1" + }, + "Profile deleted": { + "Profile deleted": "Профиль удалён" + }, + "Profile error": { + "Profile error": "Ошибка профиля" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Изображение профиля слишком велико. Используйте изображение меньшего размера." + }, + "Profile name": { + "Profile name": "Имя профиля" + }, + "Profile not found": { + "Profile not found": "Профиль не найден" + }, + "Profile saved: %1": { + "Profile saved: %1": "Профиль сохранён: %1" + }, + "Protocol": { + "Protocol": "Протокол" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "Быстрый доступ" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Быстрый доступ к меню запуска приложений" + }, + "Quick access to color picker": { + "Quick access to color picker": "Быстрый доступ к выбору цвета" + }, + "Quick access to notepad": { + "Quick access to notepad": "Быстрый доступ к блокноту" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Выезжающая панель для быстрых заметок" + }, + "Quick system toggles": { + "Quick system toggles": "Безопасность и конфиденциальность" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Радиус" + }, + "Rain": { + "Rain": "Дождь" + }, + "Rain Chance": { + "Rain Chance": "Вероятность Осадков" + }, + "Rainbow": { + "Rainbow": "Яркий" + }, + "Random": { + "Random": "Стирание" + }, + "Rate": { + "Rate": "Частота" + }, + "Read:": { + "Read:": "Прочитано:" + }, + "Reason": { + "Reason": "Причина" + }, + "Reboot": { + "Reboot": "Перезагрузка" + }, + "Recent Colors": { + "Recent Colors": "Недавние Цвета" + }, + "Recently Used Apps": { + "Recently Used Apps": "Недавно Использованные Приложения" + }, + "Recommended available": { + "Recommended available": "Рекомендуемое доступно" + }, + "Refresh": { + "Refresh": "Обновить" + }, + "Refresh Weather": { + "Refresh Weather": "Обновить погоду" + }, + "Regex": { + "Regex": "Регулярное выражение" + }, + "Reject": { + "Reject": "Отклонить" + }, + "Reject Jobs": { + "Reject Jobs": "Отклонить задания" + }, + "Release": { + "Release": "Релиз" + }, + "Reload Plugin": { + "Reload Plugin": "Перезагрузить плагин" + }, + "Remaining": { + "Remaining": "" + }, + "Remaining / Total": { + "Remaining / Total": "" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "" + }, + "Remember last user": { + "Remember last user": "" + }, + "Remove": { + "Remove": "Удалить" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Убрать отступ виджета" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Убрать отступы и границу когда окна развёрнуты" + }, + "Rename": { + "Rename": "Переименовать" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "Переименовать рабочую область" + }, + "Repeat": { + "Repeat": "Повторить" + }, + "Replacement": { + "Replacement": "Замена" + }, + "Report": { + "Report": "Отчёт" + }, + "Request Pairing": { + "Request Pairing": "Запрос сопряжения" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Требовать удержания кнопки/клавиши для подтверждения выключения, перезапуска, приостановки, гибернации и выхода" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "Требуется %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Требуется инструмент 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "Требуется DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Требуется композитор DWL" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Требуется поддержка ночного режима" + }, + "Reset": { + "Reset": "Сбросить" + }, + "Reset Position": { + "Reset Position": "Сбросить позицию" + }, + "Reset Size": { + "Reset Size": "Сбросить размер" + }, + "Reset to default name": { + "Reset to default name": "Сбросить к имени по умолчанию" + }, + "Resize Widget": { + "Resize Widget": "Изменить размер виджета" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Разрешение и обновление" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Разрешение, позиция, масштаб" + }, + "Restart DMS": { + "Restart DMS": "Перезагрузить DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Перезагрузить DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Перезапуск аудиосистемы..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "Продолжить" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Обратить направление прокрутки" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Обратить направление переключения рабочих пространств при прокрутке на панели" + }, + "Revert": { + "Revert": "Инвертировать" + }, + "Right": { + "Right": "Справа" + }, + "Right Center": { + "Right Center": "Вверху справа" + }, + "Right Section": { + "Right Section": "Правая секция" + }, + "Right Tiling": { + "Right Tiling": "Правый тайлинг" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Щёлкните ПКМ и перетащите в любом месте виджета" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Щёлкните ПКМ и перетащите за нижний правый угол" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Щёлкните ПКМ по виджету панели для переключения" + }, + "Ring": { + "Ring": "Вызов" + }, + "Ringing": { + "Ringing": "Вызов" + }, + "Ripple Effects": { + "Ripple Effects": "Эффекты ряби" + }, + "Root Filesystem": { + "Root Filesystem": "Корневая файловая система" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Скруглённые углы для окон" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Скруглённые углы для окон (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Скруглённые углы для окон (decoration.rounding)" + }, + "Rule": { + "Rule": "Правило" + }, + "Rule Name": { + "Rule Name": "Имя правила" + }, + "Rules (%1)": { + "Rules (%1)": "Правила (%1)" + }, + "Run Again": { + "Run Again": "Запустить ещё раз" + }, + "Run DMS Templates": { + "Run DMS Templates": "Запустить шаблоны DMS" + }, + "Run User Templates": { + "Run User Templates": "Запустить пользовательский пример" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Запустить программу (например, firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Запустить команду оболочки (например, notify-send)" + }, + "Running Apps": { + "Running Apps": "Запущенные Приложения" + }, + "Running Apps Settings": { + "Running Apps Settings": "Настройка Запущенных Приложений" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "Яркость SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Насыщенность SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Сохранить" + }, + "Save Notepad File": { + "Save Notepad File": "Сохранить Файл Блокнота" + }, + "Save QR Code": { + "Save QR Code": "Сохранить QR-код" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Сохранить и переключаться между конфигурациями дисплеев" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Сохранять уведомления обычного приоритета в историю" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Сохранять отклонённые уведомления в историю" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Сохранять уведомления обычного приоритета в историю" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Сохранять уведомления обычного приоритета в историю" + }, + "Save password": { + "Save password": "Сохранить пароль" + }, + "Saved": { + "Saved": "Сохранено" + }, + "Saved Configurations": { + "Saved Configurations": "Saved Конфигурации" + }, + "Saved Note": { + "Saved Note": "Сохранённая заметка" + }, + "Saved item deleted": { + "Saved item deleted": "Сохранённый элемент удалён" + }, + "Saving...": { + "Saving...": "Сохранение..." + }, + "Scale": { + "Scale": "Масштаб" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Изменять размер шрифта DankBar независимо" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "Масштабировать размеры значков DankBar независимо" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Масштабировать все размеры шрифтов во всей оболочке" + }, + "Scan": { + "Scan": "Сканировать" + }, + "Scanning": { + "Scanning": "Сканирование" + }, + "Scanning...": { + "Scanning...": "Сканирование..." + }, + "Science": { + "Science": "Наука" + }, + "Score": { + "Score": "Счёт" + }, + "Screen Sharing": { + "Screen Sharing": "Демонстрация экрана" + }, + "Screen sharing": { + "Screen sharing": "Демонстрация экрана" + }, + "Scroll": { + "Scroll": "Прокрутка" + }, + "Scroll Factor": { + "Scroll Factor": "Фактор прокрутки" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "Колесо прокрутки" + }, + "Scroll song title": { + "Scroll song title": "Прокручивать название песни" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Прокручивать заголовок если он не помещается в виджете" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Поведение колеса прокрутки на медиа виджете" + }, + "Scrolling": { + "Scrolling": "Прокрутка" + }, + "Search App Actions": { + "Search App Actions": "Поиск действий приложений" + }, + "Search Options": { + "Search Options": "Опции поиска" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Поиск по комбинации клавиш, описанию или имени действия.\n\nДействие по умолчанию копирует комбинацию клавиш в буфер обмена.\nЩёлкните ПКМ или нажмите стрелку вправо для закрепления часто используемых комбинаций клавиш — они будут отображаться вверху при отсутствии поиска." + }, + "Search for a location...": { + "Search for a location...": "Поиск местоположения..." + }, + "Search keybinds...": { + "Search keybinds...": "Поиск комбинаций клавиш..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Поиск горячих клавиш из вашего композитора и приложений" + }, + "Search plugins...": { + "Search plugins...": "Поиск дополнений..." + }, + "Search processes...": { + "Search processes...": "Поиск процессов..." + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "Поиск тем..." + }, + "Search widgets...": { + "Search widgets...": "Поиск виджетов..." + }, + "Search...": { + "Search...": "Поиск..." + }, + "Searching...": { + "Searching...": "Поиск..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "Вторичный" + }, + "Secured": { + "Secured": "Защищено" + }, + "Security": { + "Security": "Безопасность" + }, + "Security & privacy": { + "Security & privacy": "Безопасность и конфиденциальность" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "Выбрать" + }, + "Select Application": { + "Select Application": "Select Приложение" + }, + "Select Bar": { + "Select Bar": "Select Панели" + }, + "Select Custom Theme": { + "Select Custom Theme": "Выберите пользовательскую тему" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Выбрать логотип лаунчера дока" + }, + "Select File to Send": { + "Select File to Send": "Выбрать файл для отправки" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Выбрать лого лаунчера" + }, + "Select Profile Image": { + "Select Profile Image": "Выберите изображение профиля" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "Выберите обои для рабочего стола" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Выберите каталог обоев" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Выбрать цвет из палитры или использовать пользовательские ползунки" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Выбрать виджет для добавления на рабочий стол. Каждый виджет это отдельный экземпляр со своими настройками." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Выбрать виджет для добавления. Вы можете добавить несколько экземпляров одного виджета если нужно." + }, + "Select a window...": { + "Select a window...": "Выбрать окно..." + }, + "Select an image file...": { + "Select an image file...": "Выбрать изображение..." + }, + "Select at least one provider": { + "Select at least one provider": "Выбрать хотя бы одного провайдера" + }, + "Select device": { + "Select device": "Выбрать устройство" + }, + "Select device...": { + "Select device...": "Выбрать устройство..." + }, + "Select driver...": { + "Select driver...": "Выбрать драйвер..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Выбрать насыщенность шрифта для текста UI" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Выберите монитор для настройки обоев" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Выбрать моноширинный шрифт для списка процессов и технических дисплеев" + }, + "Select network": { + "Select network": "Подключено" + }, + "Select system sound theme": { + "Select system sound theme": "Выбрать системную тему звуков" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Выбрать семейство шрифтов для текста UI" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Выбрать алгоритм палитры, используемый для цветов на основе обоев" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Выбрать, какие источники комбинаций клавиш включать" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Выбрать какие переходы включать в рандомизацию" + }, + "Select...": { + "Select...": "Выбрать..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Выбранный файл изображения не найден." + }, + "Send": { + "Send": "Отправить" + }, + "Send Clipboard": { + "Send Clipboard": "Отправить буфер обмена" + }, + "Send File": { + "Send File": "Отправить файл" + }, + "Send SMS": { + "Send SMS": "Отправить SMS" + }, + "Sending": { + "Sending": "Отправка" + }, + "Separator": { + "Separator": "Разделитель" + }, + "Server": { + "Server": "Сервер" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Установить пользовательское имя устройства" + }, + "Set custom name": { + "Set custom name": "Установить пользовательское имя" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Установить пользовательские имена для устройств вывода аудио" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Установить пользовательские имена для устройств вывода аудио" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Установить разные обои для каждого подключённого монитора" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Установить разные обои для светлого и тёмного режима" + }, + "Set key and action to save": { + "Set key and action to save": "Установить клавишу и действие для сохранения" + }, + "Set notification rules": { + "Set notification rules": "Установить правила уведомлений" + }, + "Settings": { + "Settings": "Настройки" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Настройки доступны только для чтения. Изменения не будут сохранены." + }, + "Setup": { + "Setup": "Настройка" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "Поделиться" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Поделиться настройками управления Gamma" + }, + "Share Text": { + "Share Text": "Поделиться текстом" + }, + "Share URL": { + "Share URL": "Поделиться URL" + }, + "Shared": { + "Shared": "Отправлено" + }, + "Shell": { + "Shell": "Оболочка" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Очистить All • Esc: Закрыть" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Enter для вставки" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "↑/↓: Навигация • Enter: Вставить • Del: Удалить • F10: Справка" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Вставить • Shift+Del: Очистить всё • Esc: Закрыть" + }, + "Short": { + "Short": "Короткий" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "Ярлыки" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Ярлыки (%1)" + }, + "Show": { + "Show": "Показать" + }, + "Show 3rd Party": { + "Show 3rd Party": "Показать сторонние" + }, + "Show All Tags": { + "Show All Tags": "Показать все тэги" + }, + "Show Badge": { + "Show Badge": "Показать значок" + }, + "Show CPU": { + "Show CPU": "Показать CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Показать график CPU" + }, + "Show CPU Temp": { + "Show CPU Temp": "Показать температуру CPU" + }, + "Show Date": { + "Show Date": "Показать дату" + }, + "Show Disk": { + "Show Disk": "Показать диск" + }, + "Show Dock": { + "Show Dock": "Показывать Док" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Показать ощущаемую температуру" + }, + "Show Footer": { + "Show Footer": "Показать нижний колонтитул" + }, + "Show Forecast": { + "Show Forecast": "Показать прогноз" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Показать температуру GPU" + }, + "Show Header": { + "Show Header": "Показать заголовок" + }, + "Show Hibernate": { + "Show Hibernate": "Показать гибернацию" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Показать номера часов" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Показать почасовой прогноз" + }, + "Show Humidity": { + "Show Humidity": "Показать влажность" + }, + "Show Launcher Button": { + "Show Launcher Button": "Показать кнопку лаунчера" + }, + "Show Line Numbers": { + "Show Line Numbers": "Показать номера строк" + }, + "Show Location": { + "Show Location": "Показать локацию" + }, + "Show Lock": { + "Show Lock": "Show Блокировка" + }, + "Show Log Out": { + "Show Log Out": "Показать выход" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Показать анимацию ряби Material Design на интерактивных элементах" + }, + "Show Media Player": { + "Show Media Player": "Показать медиаплеер" + }, + "Show Memory": { + "Show Memory": "Показать память" + }, + "Show Memory Graph": { + "Show Memory Graph": "Показать график памяти" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "Показать сеть" + }, + "Show Network Graph": { + "Show Network Graph": "Показать сетевой график" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Показать только занятые рабочие области" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Показать счётчик переполнения" + }, + "Show Password Field": { + "Show Password Field": "Показать поле для ввода пароля" + }, + "Show Power Actions": { + "Show Power Actions": "Показать действия питания" + }, + "Show Power Off": { + "Show Power Off": "Показать выключение" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Показать вероятность осадков" + }, + "Show Pressure": { + "Show Pressure": "Показывать нажатия" + }, + "Show Profile Image": { + "Show Profile Image": "Показать изображение профиля" + }, + "Show Reboot": { + "Show Reboot": "Показать перезагрузку" + }, + "Show Restart DMS": { + "Show Restart DMS": "Показать перезапуск DMS" + }, + "Show Saved Items": { + "Show Saved Items": "Показать сохранённые элементы" + }, + "Show Seconds": { + "Show Seconds": "Показать секунды" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Показать рассвет/закат" + }, + "Show Suspend": { + "Show Suspend": "Показать приостановку" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "Показать системную дату" + }, + "Show System Icons": { + "Show System Icons": "Показать системные иконки" + }, + "Show System Time": { + "Show System Time": "Показать системное время" + }, + "Show Top Processes": { + "Show Top Processes": "Показать топ процессов" + }, + "Show Weather Condition": { + "Show Weather Condition": "Показать условие погоды" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "Показать приветствие" + }, + "Show Wind Speed": { + "Show Wind Speed": "Показать скорость ветра" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Показать приложения рабочего пространства" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Показать все 9 тегов вместо только занятых (только DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Показать контурное кольцо вокруг индикатора сфокусированного рабочего пространства" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Показать аудиовизуализатор cava в медиа виджете" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Показать затемнённое наложение за модальными диалогами" + }, + "Show device": { + "Show device": "Show устройство" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Показывать док, когда плавающие окна не перекрывают его область" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Показывать наложение лаунчера при вводе в обзоре Niri. Отключите для использования другого лаунчера." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Показывать вкладки режимов и подсказки клавиатуры внизу." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "Показать на последнем дисплее" + }, + "Show on Overlay": { + "Show on Overlay": "Показать на наложении" + }, + "Show on Overview": { + "Show on Overview": "Показать на обзоре" + }, + "Show on Overview Only": { + "Show on Overview Only": "Показать только на обзоре" + }, + "Show on all connected displays": { + "Show on all connected displays": "Показать все подключенные дисплеи" + }, + "Show on screens:": { + "Show on screens:": "Показать на экранах:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Показывать OSD при изменении яркости" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Показывать on-screen отображение при изменении состояния Caps Lock" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Показывать on-screen отображение при переключении устройств аудиовыхода" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Показывать on-screen отображение при изменении состояния ингибитора бездействия" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Показывать on-screen отображение при изменении статуса медиаплеера" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Показывать on-screen отображение при изменении громкости медиаплеера" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Показывать on-screen отображение при отключении/включении микрофона" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Показывать on-screen отображение при изменении профиля питания" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Показывать on-screen отображение при изменении громкости" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Показывать информацию о погоде в верхней панели и центре управления" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Показывать номера индексов рабочих пространств в переключателе рабочих пространств верхней панели" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Показать имя рабочей области на горизонтальных панелях и первую букву на вертикальных панелях" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Показать рабочие области текущего сфокусированного монитора" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Показывает все запущенные приложения с индикацией фокуса" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Показывает текущую рабочую область и позволяет переключаться" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Показывает, когда Caps Lock активен" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Показывает, когда микрофон, камера или демонстрация экрана активны" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Выключение" + }, + "Signal": { + "Signal": "Сигнал" + }, + "Signal:": { + "Signal:": "Сигнал:" + }, + "Size": { + "Size": "Размер" + }, + "Size Constraints": { + "Size Constraints": "Ограничения размера" + }, + "Size Offset": { + "Size Offset": "Смещение размера" + }, + "Sizing": { + "Sizing": "Размер" + }, + "Skip": { + "Skip": "Пропустить" + }, + "Skip confirmation": { + "Skip confirmation": "Пропустить подтверждение" + }, + "Skip setup": { + "Skip setup": "Пропустить настройку" + }, + "Small": { + "Small": "Маленький" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Аутентификация Smartcard" + }, + "Smartcard PIN": { + "Smartcard PIN": "PIN смарт-карты" + }, + "Snap": { + "Snap": "Прилипание" + }, + "Snow": { + "Snow": "Снег" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Некоторые плагины требуют более новую версию DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Сортировать по алфавиту" + }, + "Sort By": { + "Sort By": "Сортировать по" + }, + "Sorting & Layout": { + "Sorting & Layout": "Сортировка и макет" + }, + "Sound Theme": { + "Sound Theme": "Звуковая тема" + }, + "Sounds": { + "Sounds": "Звуки" + }, + "Space between windows": { + "Space between windows": "Расстояние между окнами" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Расстояние между окнами (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Расстояние между окнами (gaps_in и gaps_out)" + }, + "Spacer": { + "Spacer": "Разделитель" + }, + "Spacing": { + "Spacing": "Отступ" + }, + "Speaker settings": { + "Speaker settings": "Настройки динамиков" + }, + "Speed": { + "Speed": "Скорость" + }, + "Spool Area Full": { + "Spool Area Full": "Область очереди заполнена" + }, + "Square Corners": { + "Square Corners": "Прямые углы" + }, + "Stacked": { + "Stacked": "Стопкой" + }, + "Standard": { + "Standard": "Стандарт" + }, + "Start": { + "Start": "Старт" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "Запустите KDE Connect или Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Запустите KDE Connect или Valent для использования этого плагина" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Начните вводить заметки здесь..." + }, + "State": { + "State": "Штат/Область" + }, + "Status": { + "Status": "Статус" + }, + "Stopped": { + "Stopped": "Остановить" + }, + "Stopped Partly": { + "Stopped Partly": "Остановлено частично" + }, + "Stopping": { + "Stopping": "Останавливается" + }, + "Stretch": { + "Stretch": "Плитка вертикально" + }, + "Stripes": { + "Stripes": "Стирание" + }, + "Summary": { + "Summary": "Заголовок" + }, + "Sunrise": { + "Sunrise": "Восход" + }, + "Sunset": { + "Sunset": "Закат" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Подавить всплывающие уведомления, пока включено" + }, + "Surface": { + "Surface": "Поверхность" + }, + "Surface Variant": { + "Surface Variant": "Вариант поверхности" + }, + "Suspend": { + "Suspend": "Приостановить" + }, + "Suspend behavior": { + "Suspend behavior": "Поведение приостановки" + }, + "Suspend system after": { + "Suspend system after": "Приостановить систему через" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Приостановить затем гибернация" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "Переключить пользователя" + }, + "Switch to power profile": { + "Switch to power profile": "Переключиться на профиль питания" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Синхронизировать режим с Portal" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Синхронизировать всплывающие и модальные" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Синхронизировать позицию на всех экранах" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Синхронизировать тёмный режим с порталами настроек для общесистемных подсказок темы" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "Система" + }, + "System App Theming": { + "System App Theming": "Темы системных приложений" + }, + "System Check": { + "System Check": "Проверка системы" + }, + "System Default": { + "System Default": "Системный по умолчанию" + }, + "System Information": { + "System Information": "Системная информация" + }, + "System Monitor": { + "System Monitor": "Системный монитор" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Системный монитор недоступен" + }, + "System Sounds": { + "System Sounds": "Системные звуки" + }, + "System Tray": { + "System Tray": "Системный трей" + }, + "System Update": { + "System Update": "Обновление системы" + }, + "System Updater": { + "System Updater": "Системное обновление" + }, + "System Updates": { + "System Updates": "Обновления системы" + }, + "System notification area icons": { + "System notification area icons": "Значки области системных уведомлений" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Системные звуки недоступны. Установите %1 для поддержки звуков." + }, + "System theme toggle": { + "System theme toggle": "Переключатель системной темы" + }, + "System toast notifications": { + "System toast notifications": "Системные всплывающие уведомления" + }, + "System update custom command": { + "System update custom command": "Пользовательская команда обновления системы" + }, + "Tab": { + "Tab": "Вкладка" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Навигация • ←→↑↓: Навигация сетки • Enter/Space: Выбрать" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Пользовательские дополнительные параметры терминала" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Терминалы — всегда использовать тёмную тему" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "Тестовая страница" + }, + "Test page sent to printer": { + "Test page sent to printer": "Тестовая страница отправлена на принтер" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "Текст" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "Инструмент 'dgop' требуется для системного мониторинга.\nУстановите dgop для использования этой функции." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Переменная окружения DMS_SOCKET не установлена или сокет недоступен. Автоматизированное управление плагинами требует DMS_SOCKET." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Приведённые ниже настройки изменят ваши настройки GTK и Qt. Если вы хотите сохранить текущие конфигурации, сделайте их резервную копию (qt5ct.conf|qt6ct.conf и ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "Очередь заданий этого принтера пуста" + }, + "Theme & Colors": { + "Theme & Colors": "Темы и цвета" + }, + "Theme Color": { + "Theme Color": "Theme Цвет" + }, + "Theme Registry": { + "Theme Registry": "Реестр тем" + }, + "Themes": { + "Themes": "Темы" + }, + "Thickness": { + "Thickness": "Толщина" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Предупреждение о стороннем плагине" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Сторонние плагины созданы сообществом и официально не поддерживаются DankMaterialShell.\n\nЭти плагины могут представлять риски для безопасности и конфиденциальности — устанавливайте на свой страх и риск." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Эта комбинация клавиш переопределена в config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "Это может занять несколько секунд" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Этот плагин не имеет разрешения 'settings_write'.\n\nДобавьте \"permissions\": [\"settings_read\", \"settings_write\"] в plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Этот виджет предотвращает состояния отключения питания GPU, что может значительно повлиять на время работы батареи на ноутбуках. Не рекомендуется использовать это на ноутбуках с гибридной графикой." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Это удалит все незакреплённые записи. %1 закреплённых записей будут сохранены." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Это навсегда удалит всю историю буфера обмена." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Это навсегда удалит этот сохранённый элемент буфера обмена. Это действие нельзя отменить." + }, + "Thunderstorm": { + "Thunderstorm": "Гроза" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Гроза с градом" + }, + "Tile": { + "Tile": "Плитка вертикально" + }, + "Tile H": { + "Tile H": "Плитка вертикально" + }, + "Tile V": { + "Tile V": "Плитка вертикально" + }, + "Tiled": { + "Tiled": "Плиточный" + }, + "Tiled State": { + "Tiled State": "Плиточное состояние" + }, + "Tiling": { + "Tiling": "Тайлинг" + }, + "Time": { + "Time": "Время" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "Время & Погода" + }, + "Time Format": { + "Time Format": "Формат времени" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "Осталось времени: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Времени до полной зарядки: %1" + }, + "Timed Out": { + "Timed Out": "Тайм-аут" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Тайм-аут для уведомлений критического приоритета" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Тайм-аут для уведомлений низкого приоритета" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Тайм-аут для уведомлений нормального приоритета" + }, + "Title": { + "Title": "Заголовок" + }, + "Title regex (optional)": { + "Title regex (optional)": "Regex заголовка (необязательно)" + }, + "To Full": { + "To Full": "До полной" + }, + "To update, run the following command:": { + "To update, run the following command:": "Для обновления, запустите следующую команду:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Для использования этой комбинации клавиш DMS, удалите или измените комбинацию в config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Всплывающие сообщения" + }, + "Today": { + "Today": "Сегодня" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Переключить видимость этой конфигурации панели" + }, + "Toggling...": { + "Toggling...": "Переключение..." + }, + "Tomorrow": { + "Tomorrow": "Завтра" + }, + "Tonal Spot": { + "Tonal Spot": "Яркий" + }, + "Toner Empty": { + "Toner Empty": "Тонер пуст" + }, + "Toner Low": { + "Toner Low": "Тонер заканчивается" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "Инструменты" + }, + "Top": { + "Top": "Сверху" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "Формат верхней панели" + }, + "Top Center": { + "Top Center": "Вверху справа" + }, + "Top Left": { + "Top Left": "Вверху слева" + }, + "Top Processes": { + "Top Processes": "Топ процессов" + }, + "Top Right": { + "Top Right": "Вверху справа" + }, + "Top Section": { + "Top Section": "Верхняя секция" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "Всего заданий" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Преобразовать" + }, + "Transition Effect": { + "Transition Effect": "Эффект перехода" + }, + "Transparency": { + "Transparency": "Прозрачность" + }, + "Trending GIFs": { + "Trending GIFs": "Трендовые GIF" + }, + "Trending Stickers": { + "Trending Stickers": "Трендовые стикеры" + }, + "Trigger": { + "Trigger": "Триггер" + }, + "Trigger Prefix": { + "Trigger Prefix": "Префикс триггера" + }, + "Trigger: %1": { + "Trigger: %1": "Триггер: %1" + }, + "Trust": { + "Trust": "Доверять" + }, + "Try a different search": { + "Try a different search": "Попробуйте другой поиск" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Выключить все дисплеи немедленно при активации Lock Screen" + }, + "Turn off monitors after": { + "Turn off monitors after": "Отключить мониторы после" + }, + "Type": { + "Type": "Тип" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Введите не менее 2 символов" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Введите этот префикс для поиска комбинацию клавишs" + }, + "Type to search files": { + "Type to search files": "Введите для поиска файлов" + }, + "Typography": { + "Typography": "Типография" + }, + "Typography & Motion": { + "Typography & Motion": "Типография и движение" + }, + "Unavailable": { + "Unavailable": "Недоступно" + }, + "Unfocused Color": { + "Unfocused Color": "Цвет неактивного" + }, + "Ungrouped": { + "Ungrouped": "Негруппированный" + }, + "Uninstall": { + "Uninstall": "Удалить" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Удалить плагин" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Ошибка удаления: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Удалено: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Удаление: %1" + }, + "Unknown": { + "Unknown": "Неизвестный" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "Неизвестный исполнитель" + }, + "Unknown Config": { + "Unknown Config": "Неизвестная конфигурация" + }, + "Unknown Device": { + "Unknown Device": "Неизвестное устройство" + }, + "Unknown GPU": { + "Unknown GPU": "Неизвестный GPU" + }, + "Unknown Monitor": { + "Unknown Monitor": "Неизвестный монитор" + }, + "Unknown Network": { + "Unknown Network": "Неизвестная сеть" + }, + "Unknown Title": { + "Unknown Title": "Неизвестный заголовок" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "Выгрузить при закрытии" + }, + "Unmute": { + "Unmute": "Включить звук" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Включить всплывающие окна для %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Правило без имени" + }, + "Unpair": { + "Unpair": "Отменить сопряжение" + }, + "Unpair failed": { + "Unpair failed": "Отмена сопряжения не удалась" + }, + "Unpin": { + "Unpin": "Открепить" + }, + "Unpin from Dock": { + "Unpin from Dock": "Открепить от дока" + }, + "Unsaved Changes": { + "Unsaved Changes": "Несохранённые изменения" + }, + "Unsaved changes": { + "Unsaved changes": "Несохранённые изменения" + }, + "Unsaved note...": { + "Unsaved note...": "Несохранённая заметка..." + }, + "Untitled": { + "Untitled": "Без названия" + }, + "Untrust": { + "Untrust": "Не доверять" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "Обновление" + }, + "Update All": { + "Update All": "Обновить всё" + }, + "Update Plugin": { + "Update Plugin": "Обновить плагин" + }, + "Uptime": { + "Uptime": "Время работы" + }, + "Uptime:": { + "Uptime:": "Время работы:" + }, + "Urgent Color": { + "Urgent Color": "Цвет срочного" + }, + "Usage Tips": { + "Usage Tips": "Советы по использованию" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Использовать 24-часовой формат времени вместо 12-часового AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Использовать пользовательскую команду" + }, + "Use Grid Layout": { + "Use Grid Layout": "Использовать макет сетки" + }, + "Use IP Location": { + "Use IP Location": "Используемый IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Использовать имперские единицы" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Использовать имперские единицы (°F, mph, inHg) вместо метрических (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Использовать моноширинный шрифт" + }, + "Use System Theme": { + "Use System Theme": "Использовать системную тему" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Используйте внешний менеджер обоев, такой как swww, hyprpaper или swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Использовать анимированные волновые прогресс-бары для воспроизведения медиа" + }, + "Use custom border size": { + "Use custom border size": "Использовать пользовательский размер границы" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Использовать пользовательскую ширину границы/кольца фокуса" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Использовать пользовательскую команду для обновления вашей системы" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Использовать пользовательские отступы вместо отступов панели" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Использовать пользовательский радиус окон вместо радиуса темы" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Использовать пользовательское скругление окон вместо радиуса темы" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Использовать светлую тему вместо тёмной" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Использовать метры в секунду вместо км/ч для скорости ветра" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Использовать меньшие карточки уведомлений" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Использовать звуковую тему из системных настроек" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Использовать одинаковую позицию и размер на всех дисплеях" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Использовать префикс триггера для активации" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Используется, когда акцентный цвет установлен в Custom" + }, + "User": { + "User": "Пользователь" + }, + "Username": { + "Username": "Имя пользователя" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Использует время восхода/заката солнца на основе вашего местоположения." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Использует время восхода/заката солнца для автоматической настройки ночного режима на основе вашего местоположения." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Использование общих настроек из Gamma Control" + }, + "Utilities": { + "Utilities": "Утилиты" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN соединение" + }, + "VPN Password": { + "VPN Password": "VPN Пароль" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN конфигурации updated" + }, + "VPN connections": { + "VPN connections": "VPN подключения" + }, + "VPN deleted": { + "VPN deleted": "VPN удалён" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN импортирован: %1" + }, + "VPN not available": { + "VPN not available": "VPN недоступен" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN статус и быстрое подключение" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR только полноэкранный" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR по требованию" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Переменная частота обновления" + }, + "Verification": { + "Verification": "Проверка" + }, + "Version": { + "Version": "Версия" + }, + "Vertical Deck": { + "Vertical Deck": "Вертикальная дека" + }, + "Vertical Grid": { + "Vertical Grid": "Вертикальная сетка" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Вертикальная прокрутка" + }, + "Vertical Tiling": { + "Vertical Tiling": "Вертикальный тайлинг" + }, + "Vibrant": { + "Vibrant": "Яркий" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Яркая палитра с игривой насыщенностью." + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "Видео" + }, + "View Mode": { + "View Mode": "Режим просмотра" + }, + "Visibility": { + "Visibility": "Видимость" + }, + "Visual Effects": { + "Visual Effects": "Визуальные эффекты" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Визуальный разделитель между виджетами" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Визуальные эффекты используеться при смене обоев" + }, + "Volume": { + "Volume": "Громкость" + }, + "Volume Changed": { + "Volume Changed": "Громкость изменена" + }, + "Volume Slider": { + "Volume Slider": "Громкость Ползунок" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Громкость, яркость и другие системные OSD" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Обои" + }, + "Wallpaper Error": { + "Wallpaper Error": "Ошибка в выборе обоев" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Монитор обоев" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Не удалось обработать обои" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Ошибка обработки обоев - проверьте путь к обоям" + }, + "Wallpapers": { + "Wallpapers": "Обои" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Тёплая цветовая температура для применения" + }, + "Warning": { + "Warning": "Предупреждение" + }, + "Warnings": { + "Warnings": "Предупреждения" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Волновые прогресс-бары" + }, + "Weather": { + "Weather": "Погода" + }, + "Weather Widget": { + "Weather Widget": "Виджет погоды" + }, + "Welcome": { + "Welcome": "Добро пожаловать" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Добро пожаловать в DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Когда включено, приложения сортируются по алфавиту. Когда отключено, приложения сортируются по частоте использования." + }, + "When locked": { + "When locked": "Когда заблокировано" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Когда виджет обновления используется, скрывать его если обновление не найдено" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi Пароль" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Подключение Wi-Fi и Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi недоступен" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "Устройство WiFi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "WiFi QR-код для " + }, + "WiFi disabled": { + "WiFi disabled": "WiFi отключен" + }, + "WiFi enabled": { + "WiFi enabled": "WiFi включен" + }, + "WiFi is off": { + "WiFi is off": "WiFi отключен" + }, + "WiFi off": { + "WiFi off": "Подключено" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Широкий (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Виджет Фоновое Цвет" + }, + "Widget Management": { + "Widget Management": "Управление виджетами" + }, + "Widget Outline": { + "Widget Outline": "Контур виджета" + }, + "Widget Style": { + "Widget Style": "Стиль виджета" + }, + "Widget Styling": { + "Widget Styling": "Стилизация виджета" + }, + "Widget Transparency": { + "Widget Transparency": "Виджет Прозрачность" + }, + "Widget added": { + "Widget added": "Виджет добавленные" + }, + "Widget removed": { + "Widget removed": "Виджет удалён" + }, + "Widgets": { + "Widgets": "Виджеты" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Виджеты, макет, стиль" + }, + "Width": { + "Width": "Ширина" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Ширина границы окна (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Ширина границы окна (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Ширина границы окна и кольца фокуса" + }, + "Wind": { + "Wind": "Ветер" + }, + "Wind Speed": { + "Wind Speed": "Скорость ветра" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Скорость ветра в м/с" + }, + "Window Corner Radius": { + "Window Corner Radius": "Радиус углов окна" + }, + "Window Gaps": { + "Window Gaps": "Отступы окон" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Отступы окон (px)" + }, + "Window Height": { + "Window Height": "Высота окна" + }, + "Window Opening": { + "Window Opening": "Открытие окна" + }, + "Window Rounding": { + "Window Rounding": "Скругление окон" + }, + "Window Rules": { + "Window Rules": "Правила окон" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Window Rules включают отсутствующие" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Правила окон не настроены" + }, + "Wipe": { + "Wipe": "Стирание" + }, + "Workspace": { + "Workspace": "Рабочее пространство" + }, + "Workspace Appearance": { + "Workspace Appearance": "Внешний вид рабочей области" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Номера индексов рабочих областей" + }, + "Workspace Names": { + "Workspace Names": "Workspace Названия" + }, + "Workspace Padding": { + "Workspace Padding": "Отступ рабочей области" + }, + "Workspace Settings": { + "Workspace Settings": "Настройки рабочего пространства" + }, + "Workspace Switcher": { + "Workspace Switcher": "Переключатель рабочих областей" + }, + "Workspace name": { + "Workspace name": "Имя рабочей области" + }, + "Workspaces": { + "Workspaces": "Рабочие пространства" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Рабочие области и виджеты" + }, + "Write:": { + "Write:": "Запись:" + }, + "X Axis": { + "X Axis": "Ось X" + }, + "Y Axis": { + "Y Axis": "Ось Y" + }, + "Yes": { + "Yes": "Да" + }, + "Yesterday": { + "Yesterday": "Вчера" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "У вас есть несохранённые изменения. Сохранить перед закрытием этой вкладки?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "У вас есть несохранённые изменения. Сохранить перед продолжением?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "У вас есть несохранённые изменения. Сохранить перед созданием нового файла?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "У вас есть несохранённые изменения. Сохранить изменения перед открытием файла?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Необходимо установить одну из переменных окружения:\nQT_QPA_PLATFORMTHEME=gtk3 ИЛИ\nQT_QPA_PLATFORMTHEME=qt6ct\nа затем перезапустить оболочку.\n\nДля qt6ct требуется qt6ct-kde." + }, + "You're All Set!": { + "You're All Set!": "Всё готово!" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "действия" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "на %1" + }, + "days": { + "days": "дней" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "устройство" + }, + "devices connected": { + "devices connected": "устройств подключено" + }, + "dgop not available": { + "dgop not available": "dgop недоступен" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "конфигурация dms/cursor существует но не включена. Настройки курсора не будут применены." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs config существует, но не включён в ваш конфиг композитора. Изменения дисплеев не сохранятся." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "например, firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "например, focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "например, notify-send 'Hello' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "события" + }, + "ext": { + "ext": "расш" + }, + "featured": { + "featured": "избранное" + }, + "leave empty for default": { + "leave empty for default": "оставьте пустым для значения по умолчанию" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl недоступен — интеграция блокировки требует подключения к сокету DMS" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen не найден - установите пакет matugen для динамической тематизации" + }, + "minutes": { + "minutes": "минут" + }, + "ms": { + "ms": "мс" + }, + "nav": { + "nav": "навигация" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "конфигурация комбинаций клавиш niri" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "сейчас" + }, + "official": { + "official": "оффициально" + }, + "on Hyprland": { + "on Hyprland": "на Hyprland" + }, + "on MangoWC": { + "on MangoWC": "на MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "на Miracle WM" + }, + "on Niri": { + "on Niri": "на Niri" + }, + "on Scroll": { + "on Scroll": "при прокрутке" + }, + "on Sway": { + "on Sway": "на Sway" + }, + "open": { + "open": "открыть" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "проц." + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "секунд" + }, + "source": { + "source": "исходный" + }, + "this app": { + "this app": "это приложение" + }, + "up": { + "up": "вверх" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "обновите dms для NM интеграции." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 от %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype недоступен - установите wtype для поддержки вставки" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Устанавливайте только из доверенных источников" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "М - Месяц (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Месяц (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM — месяц (Янв)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM — месяц (Январь)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Плагины могут содержать ошибки или проблемы с безопасностью" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Проверяйте код перед установкой когда возможно" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - День (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd — день (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd — название дня (Пн)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd — название дня (Понедельник)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy — год (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy — год (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Навигация • Пробел: Развернуть • Enter: Действие/Развернуть • E: Текст" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Навигация • Enter: Вставить • Del: Удалить • F10: Справка" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/sv.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/sv.json new file mode 100644 index 0000000..5b9f9be --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/sv.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1 animeringshastighet" + }, + "%1 Sessions": { + "%1 Sessions": "%1 sessioner" + }, + "%1 active session": { + "%1 active session": "%1 aktiv session" + }, + "%1 active sessions": { + "%1 active sessions": "%1 aktiva sessioner" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 adapter, ingen ansluten" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 adaptrar, ingen ansluten" + }, + "%1 character": { + "%1 character": "%1 tecken" + }, + "%1 characters": { + "%1 characters": "%1 tecken" + }, + "%1 connected": { + "%1 connected": "%1 ansluten" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 anpassad animeringstid" + }, + "%1 disconnected": { + "%1 disconnected": "%1 frånkopplad" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 frånkopplad (dold)" + }, + "%1 display": { + "%1 display": "%1 bildskärm" + }, + "%1 displays": { + "%1 displays": "%1 bildskärmar" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 finns men ingår inte i konfigurationen. Anpassade kortkommandon fungerar inte förrän detta är åtgärdat." + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 finns men ingår inte. Fönsterregler tillämpas inte." + }, + "%1 filtered": { + "%1 filtered": "%1 filtrerade" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 ingår nu i konfigurationen" + }, + "%1 issue found": { + "%1 issue found": "%1 problem hittades" + }, + "%1 issues found": { + "%1 issues found": "%1 problem hittades" + }, + "%1 notifications": { + "%1 notifications": "%1 notiser" + }, + "%1 update": { + "%1 update": "%1 uppdatering" + }, + "%1 updates": { + "%1 updates": "%1 uppdateringar" + }, + "%1 variants": { + "%1 variants": "%1 varianter" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 bakgrundsbild • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 bakgrundsbilder • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 widgetar" + }, + "%1 window": { + "%1 window": "%1 fönster" + }, + "%1 windows": { + "%1 windows": "%1 fönster" + }, + "%1m ago": { + "%1m ago": "för %1 min sedan" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "'Alternativ' låter nyckeln låsa upp på egen hand. 'Andra faktor' kräver lösenord eller fingeravtryck först, sedan nyckeln." + }, + "(Default)": { + "(Default)": "(Standard)" + }, + "(Unnamed)": { + "(Unnamed)": "(Inget namn)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 till" + }, + "/path/to/videos": { + "/path/to/videos": "/sökväg/till/videor" + }, + "0 = square corners": { + "0 = square corners": "0 = fyrkantiga hörn" + }, + "1 day": { + "1 day": "1 dag" + }, + "1 device connected": { + "1 device connected": "1 enhet ansluten" + }, + "1 event": { + "1 event": "1 händelse" + }, + "1 hour": { + "1 hour": "1 timme" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 timme 30 minuter" + }, + "1 minute": { + "1 minute": "1 minut" + }, + "1 notification": { + "1 notification": "1 notis" + }, + "1 second": { + "1 second": "1 sekund" + }, + "10 minutes": { + "10 minutes": "10 minuter" + }, + "10 seconds": { + "10 seconds": "10 sekunder" + }, + "10-bit Color": { + "10-bit Color": "10-bitars färg" + }, + "12 hours": { + "12 hours": "12 timmar" + }, + "14 days": { + "14 days": "14 dagar" + }, + "15 minutes": { + "15 minutes": "15 minuter" + }, + "15 seconds": { + "15 seconds": "15 sekunder" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 timmar" + }, + "2 minutes": { + "2 minutes": "2 minuter" + }, + "2 seconds": { + "2 seconds": "2 sekunder" + }, + "20 minutes": { + "20 minutes": "20 minuter" + }, + "20 seconds": { + "20 seconds": "20 sekunder" + }, + "24-Hour Format": { + "24-Hour Format": "24-timmarsklocka" + }, + "24-hour clock": { + "24-hour clock": "24-timmarsklocka" + }, + "24-hour format": { + "24-hour format": "24-timmarsklocka" + }, + "25 seconds": { + "25 seconds": "25 sekunder" + }, + "250 ms": { + "250 ms": "250 ms" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 dagar" + }, + "3 hours": { + "3 hours": "3 timmar" + }, + "3 minutes": { + "3 minutes": "3 minuter" + }, + "3 seconds": { + "3 seconds": "3 sekunder" + }, + "30 days": { + "30 days": "30 dagar" + }, + "30 minutes": { + "30 minutes": "30 minuter" + }, + "30 seconds": { + "30 seconds": "30 sekunder" + }, + "35 seconds": { + "35 seconds": "35 sekunder" + }, + "3rd party": { + "3rd party": "tredje part" + }, + "4 hours": { + "4 hours": "4 timmar" + }, + "4 seconds": { + "4 seconds": "4 sekunder" + }, + "40 seconds": { + "40 seconds": "40 sekunder" + }, + "45 seconds": { + "45 seconds": "45 sekunder" + }, + "5 minutes": { + "5 minutes": "5 minuter" + }, + "5 seconds": { + "5 seconds": "5 sekunder" + }, + "50 seconds": { + "50 seconds": "50 sekunder" + }, + "500 ms": { + "500 ms": "500 ms" + }, + "55 seconds": { + "55 seconds": "55 sekunder" + }, + "6 hours": { + "6 hours": "6 timmar" + }, + "7 days": { + "7 days": "7 dagar" + }, + "750 ms": { + "750 ms": "750 ms" + }, + "8 hours": { + "8 hours": "8 timmar" + }, + "8 seconds": { + "8 seconds": "8 sekunder" + }, + "90 days": { + "90 days": "90 dagar" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "MIT-licens" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "En fil med det här namnet finns redan. Vill du ersätta den?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Ett modernt skrivbordsskal för Wayland-kompositorer" + }, + "AC Power": { + "AC Power": "Nätström" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Avbruten" + }, + "About": { + "About": "Om" + }, + "Accent Color": { + "Accent Color": "Accentfärg" + }, + "Accept": { + "Accept": "Acceptera" + }, + "Accept Jobs": { + "Accept Jobs": "Ta emot jobb" + }, + "Accepting": { + "Accepting": "Tar emot" + }, + "Access clipboard history": { + "Access clipboard history": "Åtkomst till urklippshistorik" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Åtkomst till notiser och stör ej" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Åtkomst till systeminställningar" + }, + "Action": { + "Action": "Åtgärd" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "Åtgärden misslyckades eller terminalen stängdes." + }, + "Actions": { + "Actions": "Åtgärder" + }, + "Activate": { + "Activate": "Aktivera" + }, + "Activate Greeter": { + "Activate Greeter": "Aktivera välkomstskärm" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Aktivera DMS-välkomstskärmen? En terminal öppnas för sudo-autentisering. Kör Synka efter aktivering för att tillämpa dina inställningar." + }, + "Activation": { + "Activation": "Aktivering" + }, + "Active": { + "Active": "Aktiv" + }, + "Active Color": { + "Active Color": "Aktiv färg" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Aktiv låsskärmsbildskärm" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Bakgrund och iconfärg för aktiv platta" + }, + "Active: %1": { + "Active: %1": "Aktiv: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Aktiv: %1 +%2" + }, + "Active: None": { + "Active: None": "Aktiv: Ingen" + }, + "Adapters": { + "Adapters": "Adaptrar" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Lägg till" + }, + "Add Bar": { + "Add Bar": "Lägg till menyrad" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Lägg till skrivbordswidget" + }, + "Add Printer": { + "Add Printer": "Lägg till skrivare" + }, + "Add Title": { + "Add Title": "Lägg till titel" + }, + "Add Widget": { + "Add Widget": "Lägg till widget" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "Lägg till widget i %1-avdelningen" + }, + "Add a border around the dock": { + "Add a border around the dock": "Lägg till en ram runt docken" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Lägg till ett anpassat prefix på alla programstarter. Detta kan användas för t.ex. 'uwsm-app', 'systemd-run' eller andra kommandoomslag." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Lägg till och konfigurera widgetar som visas på skrivbordet" + }, + "Add by Address": { + "Add by Address": "Lägg till med adress" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Justera antalet kolumner i rutnätsvy." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Justera volym per rullningsindrag" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "Avancerat" + }, + "Afternoon": { + "Afternoon": "Eftermiddag" + }, + "All": { + "All": "Alla" + }, + "All Monitors": { + "All Monitors": "Alla bildskärmar" + }, + "All checks passed": { + "All checks passed": "Alla kontroller godkända" + }, + "All day": { + "All day": "Hela dagen" + }, + "All displays": { + "All displays": "Alla bildskärmar" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Tillåt klick att passera genom widgeten" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backsteg: Gå tillbaka • F1/I: Filinformation • F10: Hjälp • Esc: Stäng" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternativ (ELLER)" + }, + "Always Active": { + "Always Active": "Alltid aktiv" + }, + "Always Show Percentage": { + "Always Show Percentage": "Visa alltid procent" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "Dölj alltid docken och visa den när pekaren är nära dockområdet" + }, + "Always on icons": { + "Always on icons": "Ikoner alltid synliga" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Visa alltid minst 3 arbetsytor, även om färre är tillgängliga" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Visa alltid docken när niri-översikten är öppen" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Visa alltid när bara en bildskärm är ansluten" + }, + "Amount": { + "Amount": "Antal" + }, + "Analog": { + "Analog": "Analog" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Analog, digital eller staplade klockvisning" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Analyserar konfiguration..." + }, + "Animation Duration": { + "Animation Duration": "Animeringstid" + }, + "Animation Speed": { + "Animation Speed": "Animeringshastighet" + }, + "Anonymous Identity": { + "Anonymous Identity": "Anonym identitet" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Anonym identitet (valfritt)" + }, + "App Customizations": { + "App Customizations": "Appanpassningar" + }, + "App ID Substitutions": { + "App ID Substitutions": "App-ID-substitutioner" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "App-ID-regex (t.ex. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Appstartare" + }, + "App Names": { + "App Names": "Appnamn" + }, + "App Theming": { + "App Theming": "Apptematisering" + }, + "Appearance": { + "Appearance": "Utseende" + }, + "Application Dock": { + "Application Dock": "Programdock" + }, + "Applications": { + "Applications": "Appar" + }, + "Apply Changes": { + "Apply Changes": "Tillämpa ändringar" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Tillämpa GTK-färger" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Tillämpa Qt-färger" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Applicera varm färgtemperatur för att minska ögontrötthet. Använd automatiseringsinställningarna nedan för att styra när det aktiveras." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "Appar" + }, + "Apps Dock": { + "Apps Dock": "Appdock" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Appdockinställningar" + }, + "Apps Icon": { + "Apps Icon": "Appar-ikon" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Appar ordnas först efter användningsfrekvens, sedan senast användning, sist alfabetiskt." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Appar med anpassat visningsnamn, ikon eller startalternativ. Högerklicka på en app och välj 'Redigera app' för att anpassa." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Appar med tystade notisbanderoller. Ta bort tystning eller radera för att ta bort." + }, + "Architecture": { + "Architecture": "Arkitektur" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Är du säker på att du vill avsluta sessionen \"%1\"?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Arrangera bildskärmar och konfigurera upplösning, uppdateringsfrekvens och VRR" + }, + "Attach": { + "Attach": "Anslut" + }, + "Audio": { + "Audio": "Ljud" + }, + "Audio Codec": { + "Audio Codec": "Ljudkodek" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Val av ljudkodek" + }, + "Audio Devices": { + "Audio Devices": "Ljudenheter" + }, + "Audio Input": { + "Audio Input": "Ljudingång" + }, + "Audio Output": { + "Audio Output": "Ljudutgång" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Utgångsenheter för ljud (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Byt ljudutgång" + }, + "Audio Visualizer": { + "Audio Visualizer": "Ljudvisualiserare" + }, + "Audio system restarted": { + "Audio system restarted": "Ljudsystem omstartat" + }, + "Audio volume control": { + "Audio volume control": "Volymkontroll" + }, + "Auth": { + "Auth": "Autent." + }, + "Auth Type": { + "Auth Type": "Autentiseringstyp" + }, + "Authenticate": { + "Authenticate": "Autentisera" + }, + "Authenticating...": { + "Authenticating...": "Autentiserar..." + }, + "Authentication": { + "Authentication": "Autentisering" + }, + "Authentication Required": { + "Authentication Required": "Autentisering krävs" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "Autentiseringsfel – försök igen" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Autentisering misslyckades, försök igen" + }, + "Authorize": { + "Authorize": "Auktorisera" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Auktorisera parkoppling med " + }, + "Authorize service for ": { + "Authorize service for ": "Auktorisera tjänst för " + }, + "Auto": { + "Auto": "Automatisk" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "Automatisk (menyradsmedveten)" + }, + "Auto (Wide)": { + "Auto (Wide)": "Automatisk (bred)" + }, + "Auto Location": { + "Auto Location": "Automatisk plats" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Automatiska mellanrum för popupfönster" + }, + "Auto-Clear After": { + "Auto-Clear After": "Rensa automatiskt efter" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Tidsgräns för auto-döljande" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Stäng niri-översikten automatiskt när appar startas." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Radera automatiskt notiser äldre än detta" + }, + "Auto-hide": { + "Auto-hide": "Göm automatiskt" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Göm Dock automatiskt" + }, + "Auto-saving...": { + "Auto-saving...": "Sparar automatiskt..." + }, + "Autoconnect": { + "Autoconnect": "Automatisk anslutning" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Automatisk anslutning avaktiverad" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Automatisk anslutning aktiverad" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Automatiskt färgläge" + }, + "Automatic Control": { + "Automatic Control": "Automatisk justering" + }, + "Automatic Cycling": { + "Automatic Cycling": "Automatiskt bildspel" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Växla bakgrundsbilder i samma mapp automatiskt" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Radera automatiskt poster äldre än detta" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Identifiera plats automatiskt baserat på IP-adress" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Fastställ din plats automatiskt utifrån din IP-adress" + }, + "Automatically lock after": { + "Automatically lock after": "Lås automatiskt efter" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "Lås skärmen automatiskt när DMS startar" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Lås skärmen automatiskt när systemet förbereder sig för strömsparläge" + }, + "Automation": { + "Automation": "Automatisering" + }, + "Available": { + "Available": "Tillgängligt" + }, + "Available Layouts": { + "Available Layouts": "Tillgängliga layouter" + }, + "Available Networks": { + "Available Networks": "Tillgängliga nätverk" + }, + "Available Plugins": { + "Available Plugins": "Tillgängliga tillägg" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Tillgängliga skärmar (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Tillgänglig i detaljerade och prognosvyer" + }, + "Available.": { + "Available.": "Tillgängligt." + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Tillbaka" + }, + "Backend": { + "Backend": "Bakgrundstjänst" + }, + "Background": { + "Background": "Bakgrund" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Bakgrundsopacitet" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "Bakgrundsbild" + }, + "Backlight device": { + "Backlight device": "Bakgrundsbelysningsenhet" + }, + "Balance power and performance": { + "Balance power and performance": "Balansera ström och prestanda" + }, + "Balanced": { + "Balanced": "Balanserad" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Balanserad palett med fokuserade accenter (standard)." + }, + "Bar Configurations": { + "Bar Configurations": "Menyradskonfigurationer" + }, + "Bar Shadows": { + "Bar Shadows": "Menyradsskuggor" + }, + "Bar Transparency": { + "Bar Transparency": "Genomskinlighet på menyraden" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "Basfärg för skuggor (opacitet tillämpas automatiskt)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "Bastid för animeringar (dra för att använda Anpassad)" + }, + "Battery": { + "Battery": "Batteri" + }, + "Battery %1": { + "Battery %1": "Batteri %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Laddningsgräns" + }, + "Battery and power management": { + "Battery and power management": "Batteri och energihantering" + }, + "Battery level and power management": { + "Battery level and power management": "Energi och batteri" + }, + "Behavior": { + "Behavior": "Beteende" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Koppla låsskärmen till dbus-signaler från loginctl. Avaktivera om du använder en extern låsskärm" + }, + "Binds Include Missing": { + "Binds Include Missing": "Inkludering av kortkommandon saknas" + }, + "Binds include added": { + "Binds include added": "Inkludering av kortkommandon tillagd" + }, + "Bit Depth": { + "Bit Depth": "Bitdjup" + }, + "Block Out": { + "Block Out": "Blockera" + }, + "Block Out From": { + "Block Out From": "Blockera från" + }, + "Block notifications": { + "Block notifications": "Blockera notiser" + }, + "Blocked": { + "Blocked": "Blockerad" + }, + "Blue light filter": { + "Blue light filter": "Blåljusfilter" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Bluetooth-inställningar" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth är inte tillgängligt" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Oskärpa bakgrundsbildslager" + }, + "Blur on Overview": { + "Blur on Overview": "Oskärpa i översikt" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Oskärpa bakgrundsbild när niri-översikten är öppen" + }, + "Body": { + "Body": "Brödtext" + }, + "Border": { + "Border": "Ram" + }, + "Border Color": { + "Border Color": "Färg på kantlinje" + }, + "Border Opacity": { + "Border Opacity": "Opacitet på kantlinje" + }, + "Border Size": { + "Border Size": "Ramstorlek" + }, + "Border Thickness": { + "Border Thickness": "Tjocklek på kantlinje" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "Ram med bakgrund" + }, + "Bottom": { + "Bottom": "Nederkant" + }, + "Bottom Center": { + "Bottom Center": "Nedre mitten" + }, + "Bottom Left": { + "Bottom Left": "Nedre vänster" + }, + "Bottom Right": { + "Bottom Right": "Nedre höger" + }, + "Bottom Section": { + "Bottom Section": "Nedre avdelning" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Nedre dock för fästa och aktiva appar" + }, + "Brightness": { + "Brightness": "Ljusstyrka" + }, + "Brightness Slider": { + "Brightness Slider": "Ljusstyrkereglage" + }, + "Brightness Value": { + "Brightness Value": "Ljusstyrkevärde" + }, + "Brightness control not available": { + "Brightness control not available": "Ljusstyrkekontrollen är inte tillgänglig" + }, + "Browse": { + "Browse": "Bläddra" + }, + "Browse Files": { + "Browse Files": "Bläddra bland filer" + }, + "Browse Plugins": { + "Browse Plugins": "Bläddra bland tillägg" + }, + "Browse Themes": { + "Browse Themes": "Bläddra bland teman" + }, + "Browse or search plugins": { + "Browse or search plugins": "Bläddra bland eller sök tillägg" + }, + "Button Color": { + "Button Color": "Knappfärg" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU-graf" + }, + "CPU Temperature": { + "CPU Temperature": "CPU-temperatur" + }, + "CPU Usage": { + "CPU Usage": "CPU-användning" + }, + "CPU temperature display": { + "CPU temperature display": "Visa CPU-temperaturen" + }, + "CPU usage indicator": { + "CPU usage indicator": "Visa CPU-användningen" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU-, minnes-, nätverks- och diskövervakning" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS-varning om osäkert filter" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS-varning om saknat filter" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS-skrivarserver" + }, + "CUPS not available": { + "CUPS not available": "CUPS är inte tillgängligt" + }, + "Camera": { + "Camera": "Kamera" + }, + "Cancel": { + "Cancel": "Avbryt" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Avbryt alla jobb för \"%1\"?" + }, + "Canceled": { + "Canceled": "Avbruten" + }, + "Cannot pair": { + "Cannot pair": "Kan inte parkoppla" + }, + "Capabilities": { + "Capabilities": "Funktioner" + }, + "Capacity": { + "Capacity": "Kapacitet" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Indikator för Caps Lock" + }, + "Caps Lock is on": { + "Caps Lock is on": "Caps Lock är på" + }, + "Center Section": { + "Center Section": "Mittavdelning" + }, + "Center Single Column": { + "Center Single Column": "Centrera enstaka kolumn" + }, + "Center Tiling": { + "Center Tiling": "Kakla i center" + }, + "Certificate Password": { + "Certificate Password": "Certifikats-lösenord" + }, + "Change Song": { + "Change Song": "Byt låt" + }, + "Change Volume": { + "Change Volume": "Ändra volym" + }, + "Change bar appearance": { + "Change bar appearance": "Ändra utseende på menyraden" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "Ändra det språk som används av DMS-gränssnittet." + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "Ändra det språk som används för datum- och tidsformatering, oberoende av gränssnittsspråket." + }, + "Channel": { + "Channel": "Kanal" + }, + "Charging": { + "Charging": "Laddar" + }, + "Check for system updates": { + "Check for system updates": "Sök efter systemuppdateringar" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "Söker efter uppdateringar..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "Kontrollerar om sudo-autentisering behövs…" + }, + "Checking...": { + "Checking...": "Kontrollerar..." + }, + "Checking…": { + "Checking…": "Kontrollerar…" + }, + "Choose Color": { + "Choose Color": "Välj färg" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Välj mörkt läge-färg" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "Välj färg på dockens startarikon" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Välj färgen på appstartarens ikon" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Välj ljust läge-färg" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Välj bakgrundsbildsfärg" + }, + "Choose a color": { + "Choose a color": "Välj en färg" + }, + "Choose colors from palette": { + "Choose colors from palette": "Välj färger från paletten" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Välj hur väderwidgeten visas" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Välj hur denna menyrad hanterar skuggriktning" + }, + "Choose icon": { + "Choose icon": "Välj ikon" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Välj bakgrundsfärg för widgetar" + }, + "Choose the border accent color": { + "Choose the border accent color": "Välj accentfärg på kantlinjen" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Välj ikonen som visas på appstartarknappen i DankBar" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Välj var notisbanderoller visas på skärmen" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Välj var skärmvisningar visas på skärmen" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Välj vilka bildskärmar som visar denna widget" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Välj vilken bildskärm som visar låsskärmsgränssnittet. Övriga bildskärmar visar en enfärgad bild för OLED-inbränningsskydd." + }, + "Chroma Style": { + "Chroma Style": "Chroma-stil" + }, + "Cipher": { + "Cipher": "Chiffer" + }, + "Circle": { + "Circle": "Cirkel" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Klassregex (t.ex. ^firefox$)" + }, + "Clear": { + "Clear": "Rensa" + }, + "Clear All": { + "Clear All": "Rensa allt" + }, + "Clear All Jobs": { + "Clear All Jobs": "Rensa alla jobb" + }, + "Clear History?": { + "Clear History?": "Rensa historik?" + }, + "Clear Sky": { + "Clear Sky": "Klar himmel" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Rensa all historik när servern startar" + }, + "Clear at Startup": { + "Clear at Startup": "Rensa vid start" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "Klicka på 'Konfiguration' för att skapa %1 och lägga till inkludering i konfigurationen." + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Klicka på 'Konfiguration' för att skapa %1 och lägga till inkludering i din kompositorkonfiguration." + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "Klicka på 'Konfiguration' för att skapa markörskonfigurationen och lägga till inkludering i din kompositorkonfiguration." + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Klicka på 'Konfiguration' för att skapa utgångskonfigurationen och lägga till inkludering i din kompositorkonfiguration." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Klicka på Importera för att lägga till en .ovpn- eller .conf-fil" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Klicka på Uppdatera för att kontrollera status." + }, + "Click Through": { + "Click Through": "Klick igenom" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Klicka på ett kortkommando för att redigera. Ändringar sparas i %1" + }, + "Click to capture": { + "Click to capture": "Klicka för att fånga" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Klicka för att välja en anpassad JSON-temafil" + }, + "Clip": { + "Clip": "Klipp" + }, + "Clip to Geometry": { + "Clip to Geometry": "Klipp till geometri" + }, + "Clipboard": { + "Clipboard": "Urklipp" + }, + "Clipboard History": { + "Clipboard History": "Urklippshistorik" + }, + "Clipboard Manager": { + "Clipboard Manager": "Urklippshanterare" + }, + "Clipboard sent": { + "Clipboard sent": "Urklipp skickat" + }, + "Clipboard service not available": { + "Clipboard service not available": "Urklippstjänsten är inte tillgänglig" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Urklipp fungerar men inget sparas till disk" + }, + "Clock": { + "Clock": "Klocka" + }, + "Clock Style": { + "Clock Style": "Klockstil" + }, + "Close": { + "Close": "Stäng" + }, + "Close All Windows": { + "Close All Windows": "Stäng alla fönster" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Stäng översikt vid start" + }, + "Close Window": { + "Close Window": "Stäng fönster" + }, + "Color": { + "Color": "Färg" + }, + "Color Gamut": { + "Color Gamut": "Färgomfång" + }, + "Color Management": { + "Color Management": "Färghantering" + }, + "Color Mode": { + "Color Mode": "Färgläge" + }, + "Color Override": { + "Color Override": "Anpassad färg" + }, + "Color Picker": { + "Color Picker": "Färgverktyg" + }, + "Color Temperature": { + "Color Temperature": "Färgtemperatur" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Färg som visas på bildskärmar utan låsskärm" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Färg på primära åtgärdsknappar" + }, + "Color temperature for day time": { + "Color temperature for day time": "Färgtemperatur för dagtid" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Färgtemperatur för nattläge" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Färgtema för syntaxmarkering." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Färgtema för syntaxmarkering. %1 teman tillgängliga." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Färgtema från DMS-registret" + }, + "Colorful": { + "Colorful": "Färgglad" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Färgrik blandning av ljusa kontrastfärger." + }, + "Colorize Active": { + "Colorize Active": "Färglägg aktiv" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Färger från bakgrundsbild" + }, + "Column": { + "Column": "Kolumn" + }, + "Column Display": { + "Column Display": "Kolumnvisning" + }, + "Column Width": { + "Column Width": "Kolumnbredd" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "Kommaseparerad lista med sessionsnamn att dölja. Omslut med snedstreck för regex (t.ex. /^_.*/)." + }, + "Command": { + "Command": "Kommando" + }, + "Commands": { + "Commands": "Kommandon" + }, + "Communication": { + "Communication": "Samtal" + }, + "Community themes": { + "Community themes": "Gemenskapsteman" + }, + "Compact": { + "Compact": "Kompakt" + }, + "Compact Mode": { + "Compact Mode": "Kompakt läge" + }, + "Completed": { + "Completed": "Klar" + }, + "Compositor": { + "Compositor": "Kompositor" + }, + "Compositor Settings": { + "Compositor Settings": "Kompositoriminställningar" + }, + "Compositor not supported": { + "Compositor not supported": "Kompositor stöds inte" + }, + "Config Format": { + "Config Format": "Konfigurationsformat" + }, + "Config action: %1": { + "Config action: %1": "Konfigurationsåtgärd: %1" + }, + "Config validation failed": { + "Config validation failed": "Konfigurationsvalidering misslyckades" + }, + "Configuration": { + "Configuration": "Konfiguration" + }, + "Configuration activated": { + "Configuration activated": "Konfiguration aktiverad" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Konfigurationen bevaras när denna bildskärm återansluts" + }, + "Configure": { + "Configure": "Konfigurera" + }, + "Configure Keybinds": { + "Configure Keybinds": "Konfigurera kortkommandon" + }, + "Configure a new printer": { + "Configure a new printer": "Konfigurera en ny skrivare" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Anpassa ikoner till arbetsytor med namn. Ikoner prioriteras före arbetsytans nummer när båda aktiveras." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Konfigurera matchkriterier och åtgärder" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Konfigurera vilka bildskärmar som visar \"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Konfigurera vilka bildskärmar visar shellkomponenter" + }, + "Confirm": { + "Confirm": "Bekräfta" + }, + "Confirm Delete": { + "Confirm Delete": "Bekräfta radering" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Bekräfta skärmändringar" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Bekräfta lösenkod för " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Konflikt med: %1" + }, + "Connect": { + "Connect": "Anslut" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Anslut till dolt nätverk" + }, + "Connect to VPN": { + "Connect to VPN": "Anslut till VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Anslut till Wi-Fi" + }, + "Connected": { + "Connected": "Ansluten" + }, + "Connected Device": { + "Connected Device": "Ansluten enhet" + }, + "Connected Displays": { + "Connected Displays": "Anslutna bildskärmar" + }, + "Connecting to Device": { + "Connecting to Device": "Ansluter till enhet" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Ansluter..." + }, + "Connection failed": { + "Connection failed": "Anslutning misslyckades" + }, + "Contains": { + "Contains": "Innehåller" + }, + "Content": { + "Content": "Innehåll" + }, + "Content copied": { + "Content copied": "Innehåll kopierat" + }, + "Contrast": { + "Contrast": "Kontrast" + }, + "Control Center": { + "Control Center": "Kontrollcenter" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Färg på kontrollcentrets platta" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Styr animeringstid för notisbanderoller och historik" + }, + "Control currently playing media": { + "Control currently playing media": "Styr medier som spelas nu" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Styr vilken notissinformation som visas på låsskärmen" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "Styr vilka tillägg som visas i 'Alla'-läget utan att kräva ett utlösarprefix. Dra för att ordna om." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Styr arbetsytor och kolumner genom att rulla på menyraden" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Styr opaciteten för alla popupfönster, dialogrutor och deras innehållslager" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "Styr skuggkastningsriktning för upphöjningslager" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "Styr grundoskärperadien och förskjutningen av skuggor" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "Styr skuggans genomskinlighet" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "Bekvämlighetsalternativ för inloggningsskärmen. Synka för att tillämpa." + }, + "Cooldown": { + "Cooldown": "Nedkylningstid" + }, + "Copied GIF": { + "Copied GIF": "GIF kopierat" + }, + "Copied MP4": { + "Copied MP4": "MP4 kopierat" + }, + "Copied WebP": { + "Copied WebP": "WebP kopierat" + }, + "Copied to clipboard": { + "Copied to clipboard": "Kopierat till urklipp" + }, + "Copied!": { + "Copied!": "Kopierat!" + }, + "Copy": { + "Copy": "Kopiera" + }, + "Copy Content": { + "Copy Content": "Kopiera innehåll" + }, + "Copy Full Command": { + "Copy Full Command": "Kopiera fullständigt kommando" + }, + "Copy HTML": { + "Copy HTML": "Kopiera HTML" + }, + "Copy Name": { + "Copy Name": "Kopiera namn" + }, + "Copy PID": { + "Copy PID": "Kopiera PID" + }, + "Copy Text": { + "Copy Text": "Kopiera text" + }, + "Copy path": { + "Copy path": "Kopiera sökväg" + }, + "Corner Radius": { + "Corner Radius": "Hörnradie" + }, + "Corner Radius Override": { + "Corner Radius Override": "Anpassad hörnradie" + }, + "Corners & Background": { + "Corners & Background": "Hörn & bakgrund" + }, + "Count Only": { + "Count Only": "Bara antal" + }, + "Cover Open": { + "Cover Open": "Övre lock öppet" + }, + "Create": { + "Create": "Skapa" + }, + "Create Dir": { + "Create Dir": "Skapa mapp" + }, + "Create Printer": { + "Create Printer": "Skapa skrivare" + }, + "Create Window Rule": { + "Create Window Rule": "Skapa fönsterregel" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "Skapa en ny %1-session (n)" + }, + "Create rule for:": { + "Create rule for:": "Skapa regel för:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "Skapa regler för att tysta, ignorera, dölja från historiken eller åsidosätta notisprioriteten. Standard åsidosätter bara prioriteten; notiser visas fortfarande normalt." + }, + "Creating...": { + "Creating...": "Skapar..." + }, + "Critical Priority": { + "Critical Priority": "Kritisk prioritet" + }, + "Current": { + "Current": "Aktuell" + }, + "Current Items": { + "Current Items": "Aktuella objekt" + }, + "Current Locale": { + "Current Locale": "Aktuellt språk" + }, + "Current Monitor": { + "Current Monitor": "Aktuell bildskärm" + }, + "Current Period": { + "Current Period": "Aktuell period" + }, + "Current Status": { + "Current Status": "Aktuell status" + }, + "Current Temp": { + "Current Temp": "Aktuell temperatur" + }, + "Current Theme: %1": { + "Current Theme: %1": "Aktuellt tema: %1" + }, + "Current Weather": { + "Current Weather": "Vädret just nu" + }, + "Current Workspace": { + "Current Workspace": "Aktuell arbetsyta" + }, + "Current time and date display": { + "Current time and date display": "Visa aktuell tid och datum" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Visa aktuella väderförhållanden och temperatur" + }, + "Current: %1": { + "Current: %1": "Aktuell: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "Markörskonfiguration ej konfigurerad" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "Markörinkludering saknas" + }, + "Cursor Size": { + "Cursor Size": "Markörstorlek" + }, + "Cursor Theme": { + "Cursor Theme": "Markörtemat" + }, + "Custom": { + "Custom": "Anpassad" + }, + "Custom Color": { + "Custom Color": "Anpassad färg" + }, + "Custom Duration": { + "Custom Duration": "Anpassad tidslängd" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Anpassat vilolägeskommando" + }, + "Custom Location": { + "Custom Location": "Anpassad plats" + }, + "Custom Lock Command": { + "Custom Lock Command": "Anpassat låskommando" + }, + "Custom Logout Command": { + "Custom Logout Command": "Anpassat utloggningskommando" + }, + "Custom Name": { + "Custom Name": "Anpassat namn" + }, + "Custom Power Actions": { + "Custom Power Actions": "Anpassade strömåtgärder" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Anpassat stäng av-kommando" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Anpassat omstartskommando" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Anpassad skuggfärg" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Anpassad skuggöverstyrning" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Anpassat strömsparlägeskommando" + }, + "Custom Transparency": { + "Custom Transparency": "Anpassad genomskinlighet" + }, + "Custom power profile": { + "Custom power profile": "Anpassad energiprofil" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Anpassat tema inläst från JSON-fil" + }, + "Custom...": { + "Custom...": "Anpassad..." + }, + "Custom: ": { + "Custom: ": "Anpassat: " + }, + "Customizable empty space": { + "Customizable empty space": "Anpassningsbart mellanrum" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Anpassa vilka åtgärder som visas i strömmenyn" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI-bildskärm" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "DEMO-LÄGE - Klicka var som helst för att avbryta" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS-tilläggshanterare otillgänglig" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "DMS-kortkommandon" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS är utdaterat" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "DMS-tjänsten är inte ansluten. Urklippsinställningar är inte tillgängliga." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS shellåtgärder (startare, urklipp, o.s.v.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET otillgänglig" + }, + "DWL service not available": { + "DWL service not available": "DWL-tjänsten är inte tillgänglig" + }, + "Daily": { + "Daily": "Dagligen" + }, + "Daily at:": { + "Daily at:": "Dagligen vid:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell är redo att användas" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell & systemikoner (kräver omstart)" + }, + "Dark Mode": { + "Dark Mode": "Mörkt läge" + }, + "Dark mode base": { + "Dark mode base": "Mörkt läge-bas" + }, + "Dark mode harmony": { + "Dark mode harmony": "Mörkt läge-harmoni" + }, + "Darken Modal Background": { + "Darken Modal Background": "Mörklägg bakgrund bakom dialogrutor" + }, + "Date Format": { + "Date Format": "Datumformat" + }, + "Date format": { + "Date format": "Datumformat" + }, + "Date format on greeter": { + "Date format on greeter": "Datumformat på välkomstskärmen" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Gryning (astronomisk skymning)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Gryning (civil skymning)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Gryning (nautisk skymning)" + }, + "Day Date": { + "Day Date": "Dag Datum" + }, + "Day Month Date": { + "Day Month Date": "Dag Månad Datum" + }, + "Day Temperature": { + "Day Temperature": "Dagstemperatur" + }, + "Daytime": { + "Daytime": "Dagtid" + }, + "Deck": { + "Deck": "Kortlek" + }, + "Default": { + "Default": "Standard" + }, + "Default (Black)": { + "Default (Black)": "Standard (svart)" + }, + "Default Width (%)": { + "Default Width (%)": "Standardbredd (%)" + }, + "Default selected action": { + "Default selected action": "Förvald åtgärd" + }, + "Defaults": { + "Defaults": "Standardinställningar" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Definiera regler för fönsterbeteende. Sparas i %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Rensa • Skift+Del: Rensa allt • 1-9: Åtgärder • F10: Hjälp • Esc: Stäng" + }, + "Delete": { + "Delete": "Radera" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Radera \"%1\"?" + }, + "Delete Class": { + "Delete Class": "Radera klass" + }, + "Delete Printer": { + "Delete Printer": "Radera skrivare" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Radera sparat objekt?" + }, + "Delete VPN": { + "Delete VPN": "Radera VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Radera klassen \"%1\"?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Radera profilen \"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Beroenden och dokumentation" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Hämtar färger som nära matchar den underliggande bilden." + }, + "Description": { + "Description": "Beskrivning" + }, + "Desktop": { + "Desktop": "Skrivbord" + }, + "Desktop Clock": { + "Desktop Clock": "Skrivbordsklocka" + }, + "Desktop Entry": { + "Desktop Entry": "Skrivbordspost" + }, + "Desktop Widget": { + "Desktop Widget": "Skrivbordswidget" + }, + "Desktop Widgets": { + "Desktop Widgets": "Skrivbordswidgetar" + }, + "Desktop background images": { + "Desktop background images": "Skrivbordsbakgrund" + }, + "Detailed": { + "Detailed": "Detaljerad" + }, + "Details for \"%1": { + "Details for \"%1\"": "Detaljer för \"%1\"" + }, + "Development": { + "Development": "Utveckling" + }, + "Device": { + "Device": "Enhet" + }, + "Device connections": { + "Device connections": "Enhetsanslutningar" + }, + "Device names updated": { + "Device names updated": "Enhetsnamn uppdaterade" + }, + "Device paired": { + "Device paired": "Enheten parkopplad" + }, + "Device unpaired": { + "Device unpaired": "Enhet bortkopplad" + }, + "Digital": { + "Digital": "Digital" + }, + "Direction Source": { + "Direction Source": "Riktningskälla" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Avaktivera automatisk anslutning" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Inaktivera inbyggda bakgrundsbilder" + }, + "Disable History Persistence": { + "Disable History Persistence": "Avaktivera historiklagring" + }, + "Disable Output": { + "Disable Output": "Avaktivera utgång" + }, + "Disabled": { + "Disabled": "Avaktiverat" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Avaktiverar Wi-Fi..." + }, + "Disc": { + "Disc": "Skiva" + }, + "Discard": { + "Discard": "Ignorera" + }, + "Discharging": { + "Discharging": "Laddar ur" + }, + "Disconnect": { + "Disconnect": "Koppla från" + }, + "Disconnected": { + "Disconnected": "Frånkopplad" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Frånkopplad från Wi-Fi" + }, + "Discover Devices": { + "Discover Devices": "Upptäck enheter" + }, + "Disk": { + "Disk": "Disk" + }, + "Disk I/O": { + "Disk I/O": "Disk-I/O" + }, + "Disk Usage": { + "Disk Usage": "Diskanvändning" + }, + "Disk Usage Display": { + "Disk Usage Display": "Diskanvändningsvisning" + }, + "Disks": { + "Disks": "Diskar" + }, + "Dismiss": { + "Dismiss": "Stäng" + }, + "Display": { + "Display": "Bildskärm" + }, + "Display Assignment": { + "Display Assignment": "Bildskärmstilldelning" + }, + "Display Control": { + "Display Control": "Bildskärmskontroll" + }, + "Display Name Format": { + "Display Name Format": "Format för bildskärmsnamn" + }, + "Display Profiles": { + "Display Profiles": "Bildskärmsprofiler" + }, + "Display Settings": { + "Display Settings": "Bildskärmsinställningar" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Visa en dock med fästa och aktiva appar" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Visa alla prioritetsnotiser ovanpå appar i helskärmsläge" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "Visa och växla DWL-layouter" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Visa appikoner i arbetsytans indikatorer" + }, + "Display brightness control": { + "Display brightness control": "Kontroll för bildskärmsljusstyrka" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Bildskärmskonfiguration är inte tillgänglig. WLR-utgångshanteringsprotokollet stöds inte." + }, + "Display currently focused application title": { + "Display currently focused application title": "Visa rubrik på appen i fokus" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Visa timvisa väderprognoser" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Visa bara arbetsytor som innehåller fönster" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Visa strömmenyn i rutnätsform istället för lista" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Visa sekunder i klockan" + }, + "Display the power system menu": { + "Display the power system menu": "Visa strömmenyn" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Visa volym- och ljusstyrkaprocent i skärmvisningspopupfönster" + }, + "Displays": { + "Displays": "Bildskärmar" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "Antal bildskärmar när overflow är aktivt" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Visa aktiv tangentbordslayout och växla tangentbordslayouter" + }, + "Distribution": { + "Distribution": "Distribution" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Varierad palett som spänner hela färgspektrumet." + }, + "Do Not Disturb": { + "Do Not Disturb": "Stör ej" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock & Appstartare" + }, + "Dock Transparency": { + "Dock Transparency": "Genomskinlighet på Dock" + }, + "Dock Visibility": { + "Dock Visibility": "Docksynlighet" + }, + "Docs": { + "Docs": "Dokumentation" + }, + "Documents": { + "Documents": "Dokument" + }, + "Domain (optional)": { + "Domain (optional)": "Domän (valfritt)" + }, + "Don't Change": { + "Don't Change": "Ändra inte" + }, + "Don't Save": { + "Don't Save": "Spara inte" + }, + "Door Open": { + "Door Open": "Dörr öppen" + }, + "Downloads": { + "Downloads": "Hämtningar" + }, + "Drag to Reorder": { + "Drag to Reorder": "Dra för att ordna om" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Håll och dra för att ordna widgetar inom en avdelning. Klicka på ögat för att gömma eller visa widgetar (mellanrum bevaras), eller X för att ta bort dem." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "Dra arbetsytans indikatorer för att ordna om dem" + }, + "Driver": { + "Driver": "Drivrutin" + }, + "Drizzle": { + "Drizzle": "Duggregn" + }, + "Duplicate": { + "Duplicate": "Duplicera" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Duplicera bakgrundsbild med oskärpa" + }, + "Duration": { + "Duration": "Tid" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Skymning (astronomisk skymning)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Skymning (civil skymning)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Skymning (nautisk skymning)" + }, + "Dynamic": { + "Dynamic": "Dynamisk" + }, + "Dynamic Properties": { + "Dynamic Properties": "Dynamiska egenskaper" + }, + "Dynamic Theming": { + "Dynamic Theming": "Dynamisk tematisering" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Dynamiska färger från bakgrundsbild" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Dynamiska färger, förinställningar" + }, + "Edge Spacing": { + "Edge Spacing": "Avstånd från skärmkanter" + }, + "Edit App": { + "Edit App": "Redigera app" + }, + "Edit Window Rule": { + "Edit Window Rule": "Redigera fönsterregel" + }, + "Education": { + "Education": "Utbildning" + }, + "Empty": { + "Empty": "Tom" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Aktivera 10-bitars färgdjup för bredare färgomfång och HDR-stöd" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Aktivera automatisk anslutning" + }, + "Enable Bar": { + "Enable Bar": "Aktivera menyrad" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Aktivera Stör ej" + }, + "Enable History": { + "Enable History": "Aktivera historik" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Aktivera översiktsöverlägg" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Aktivera rippeleffekter" + }, + "Enable System Sounds": { + "Enable System Sounds": "Aktivera systemljud" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Aktivera videoskärmsläckare" + }, + "Enable Weather": { + "Enable Weather": "Aktivera Väder" + }, + "Enable WiFi": { + "Enable WiFi": "Aktivera Wi-Fi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Aktivera en anpassad överstyrning nedan för att ange skuggintensitet, opacitet och färg per menyrad." + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Aktivera kompositor-riktbart oskärpelager (namnrymd: dms:blurwallpaper). Kräver manuell niri-konfiguration." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "Aktivera fingeravtryck vid inloggning" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Aktivera fingeravtrycksautentisering" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Aktivera låsintegration med loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "Aktivera säkerhetsnyckel vid inloggning" + }, + "Enable security key authentication": { + "Enable security key authentication": "Aktivera säkerhetsnyckelautentisering" + }, + "Enabled": { + "Enabled": "Aktiverat" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "Aktiverat, men fingeravtryckstillgänglighet kunde inte bekräftas." + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "Aktiverat, men ingen fingeravtrycksläsare hittades." + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "Aktiverat, men inga fingeravtryck har registrerats ännu. Registrera fingeravtryck och kör Synka." + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "Aktiverat, men ingen registrerad säkerhetsnyckel hittades ännu. Registrera en nyckel och kör Synka." + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "Aktiverat, men säkerhetsnyckelns tillgänglighet kunde inte bekräftas." + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "Aktiverat. PAM tillhandahåller redan fingeravtrycksautentisering." + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "Aktiverat. PAM tillhandahåller redan säkerhetsnyckelautentisering." + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "Aktiverat. PAM tillhandahåller fingeravtrycksautentisering, men inga fingeravtryck har registrerats ännu." + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Aktiverar Wi-Fi..." + }, + "End": { + "End": "Slut" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Förstora vid hovring" + }, + "Enlargement %": { + "Enlargement %": "Förstoring %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Ange 6-siffrig lösenkod" + }, + "Enter PIN": { + "Enter PIN": "Ange PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "Ange PIN för " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "Ange URL eller text att dela" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Ange ett nytt namn för sessionen \"%1\"" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Ange ett nytt namn för denna arbetsyta" + }, + "Enter command or script path": { + "Enter command or script path": "Ange kommando eller skriptsökväg" + }, + "Enter credentials for ": { + "Enter credentials for ": "Ange inloggningsuppgifter för " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Lägg till anpassat datumformat på låsskärmen (t.ex., dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Lägg till anpassat datumformat i menyraden (t.ex., ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Ange enhetsnamn..." + }, + "Enter filename...": { + "Enter filename...": "Lägg till filnamn..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Ange startprefix (t.ex. 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Ange nätverksnamn och lösenord" + }, + "Enter passkey for ": { + "Enter passkey for ": "Ange lösenkod för " + }, + "Enter password for ": { + "Enter password for ": "Ange lösenord för " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Ange denna lösenkod på " + }, + "Enter to Paste": { + "Enter to Paste": "Retur för att klistra in" + }, + "Enterprise": { + "Enterprise": "Enterprise" + }, + "Entry pinned": { + "Entry pinned": "Post fäst" + }, + "Entry unpinned": { + "Entry unpinned": "Post borttagen från fästning" + }, + "Environment Variables": { + "Environment Variables": "Miljövariabler" + }, + "Error": { + "Error": "Fel" + }, + "Errors": { + "Errors": "Fel" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "Exakt" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Avstånd från fönster" + }, + "Experimental Feature": { + "Experimental Feature": "Experimentell funktion" + }, + "Explore": { + "Explore": "Utforska" + }, + "Exponential": { + "Exponential": "Exponentiell" + }, + "Expressive": { + "Expressive": "Uttrycksfull" + }, + "Extend battery life": { + "Extend battery life": "Förläng batteritiden" + }, + "Extensible architecture": { + "Extensible architecture": "Utbyggbar arkitektur" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Extern bakgrundsbildshantering" + }, + "Extra Arguments": { + "Extra Arguments": "Extra argument" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Växla • F10: Hjälp" + }, + "Fade": { + "Fade": "Tona" + }, + "Fade to lock screen": { + "Fade to lock screen": "Tona till låsskärm" + }, + "Fade to monitor off": { + "Fade to monitor off": "Tona till bildskärm av" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Misslyckades med att acceptera parkoppling" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Misslyckades med att aktivera konfiguration" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "Misslyckades med att aktivera profil – filen hittades inte" + }, + "Failed to add binds include": { + "Failed to add binds include": "Misslyckades med att lägga till inkludering av kortkommandon" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Misslyckades med att lägga till skrivare i klass" + }, + "Failed to browse device": { + "Failed to browse device": "Misslyckades med att bläddra på enhet" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Misslyckades med att avbryta alla jobb" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Misslyckades med att avbryta valt jobb" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "Misslyckades med att söka efter uppdateringar:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Misslyckades med att kontrollera fästningsgräns" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Misslyckades med att ansluta till VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Misslyckades med att ansluta till %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Misslyckades med att kopiera post" + }, + "Failed to create printer": { + "Failed to create printer": "Misslyckades med att skapa skrivare" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "Misslyckades med att skapa profilmapp" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Misslyckades med att radera VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Misslyckades med att radera klass" + }, + "Failed to delete printer": { + "Failed to delete printer": "Misslyckades med att radera skrivare" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Misslyckades med att inaktivera jobbmottagning" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Misslyckades med att avaktivera nattläge" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Misslyckades med att koppla från VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Misslyckades med att koppla från VPN" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Misslyckades med att koppla från Wi-Fi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Misslyckades med att aktivera IP-plats" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Misslyckades med att aktivera Wi-Fi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Misslyckades med att aktivera jobbmottagning" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Misslyckades med att aktivera nattläge" + }, + "Failed to hold job": { + "Failed to hold job": "Misslyckades med att pausa jobb" + }, + "Failed to import VPN": { + "Failed to import VPN": "Misslyckades med att importera VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Misslyckades med att starta SMS-app" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Misslyckades med att läsa in VPN-konfiguration" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Misslyckades med att läsa in urklippskonfiguration." + }, + "Failed to move job": { + "Failed to move job": "Misslyckades med att flytta jobb" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "Misslyckades med att tolka plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "Misslyckades med att tolka session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "Misslyckades med att tolka settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "Misslyckades med att pausa skrivaren" + }, + "Failed to pin entry": { + "Failed to pin entry": "Misslyckades med att fästa post" + }, + "Failed to print test page": { + "Failed to print test page": "Misslyckades med att skriva ut testsida" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Misslyckades med att avvisa parkoppling" + }, + "Failed to remove device": { + "Failed to remove device": "Misslyckades med att ta bort enhet" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Misslyckades med att ta bort kortkommando" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Misslyckades med att ta bort skrivare från klass" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Misslyckades med att starta om ljudsystemet" + }, + "Failed to restart job": { + "Failed to restart job": "Misslyckades med att starta om jobb" + }, + "Failed to resume printer": { + "Failed to resume printer": "Misslyckades med att återuppta skrivaren" + }, + "Failed to ring device": { + "Failed to ring device": "Misslyckades med att ringa enheten" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Misslyckades med att köra 'dms greeter status'. Se till att DMS är installerat och att dms finns i PATH." + }, + "Failed to save audio config": { + "Failed to save audio config": "Misslyckades med att spara ljudkonfiguration" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Misslyckades med att spara urklippsinställning" + }, + "Failed to save keybind": { + "Failed to save keybind": "Misslyckades med att spara kortkommando" + }, + "Failed to save profile file": { + "Failed to save profile file": "Misslyckades med att spara profilfil" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Misslyckades med att skicka urklipp" + }, + "Failed to send file": { + "Failed to send file": "Misslyckades med att skicka fil" + }, + "Failed to send ping": { + "Failed to send ping": "Misslyckades med att skicka ping" + }, + "Failed to set brightness": { + "Failed to set brightness": "Misslyckades med att ange ljusstyrka" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Misslyckades med att ange nattlägesplats" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Misslyckades med att ange nattlägesschema" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Misslyckades med att ange nattlägestemperatur" + }, + "Failed to set power profile": { + "Failed to set power profile": "Misslyckades med att ange energiprofil" + }, + "Failed to set profile image": { + "Failed to set profile image": "Misslyckades med att ändra profilbild" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Misslyckades med att ange profilbild: %1" + }, + "Failed to share": { + "Failed to share": "Misslyckades med att dela" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Misslyckades med att starta anslutning till %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Misslyckades med att ta bort fästning av post" + }, + "Failed to update VPN": { + "Failed to update VPN": "Misslyckades med att uppdatera VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Misslyckades med att uppdatera automatisk anslutning" + }, + "Failed to update description": { + "Failed to update description": "Misslyckades med att uppdatera beskrivning" + }, + "Failed to update location": { + "Failed to update location": "Misslyckades med att uppdatera plats" + }, + "Failed to update sharing": { + "Failed to update sharing": "Misslyckades med att uppdatera delning" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Misslyckades med att skriva temporär fil för validering" + }, + "Features": { + "Features": "Funktioner" + }, + "Feels": { + "Feels": "Känns som" + }, + "Feels Like": { + "Feels Like": "Känns som" + }, + "Feels Like %1°": { + "Feels Like %1°": "Känns som %1°" + }, + "Fidelity": { + "Fidelity": "Trohet" + }, + "Field": { + "Field": "Fält" + }, + "File": { + "File": "Fil" + }, + "File Already Exists": { + "File Already Exists": "Filen finns redan" + }, + "File Information": { + "File Information": "Filinformation" + }, + "File received from": { + "File received from": "Fil mottagen från" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "Filsökning kräver dsearch\nInstallera från github.com/AvengeMedia/danksearch" + }, + "Files": { + "Files": "Filer" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Övervakning av filsystemsanvändning" + }, + "Fill": { + "Fill": "Fyll" + }, + "Find in Text": { + "Find in Text": "Sök i text" + }, + "Find in note...": { + "Find in note...": "Sök i anteckning..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "Fingeravtryckstillgänglighet kunde inte bekräftas." + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "Fingeravtrycksläsare hittades, men inga fingeravtryck har registrerats ännu. Du kan aktivera detta nu och registrera senare." + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "Fingeravtrycksläsare hittades, men inga fingeravtryck har registrerats ännu. Du kan aktivera detta nu och köra Synka senare." + }, + "Finish": { + "Finish": "Klar" + }, + "First Day of Week": { + "First Day of Week": "Veckans första dag" + }, + "First Time Setup": { + "First Time Setup": "Förstagångsinställning" + }, + "Fit": { + "Fit": "Anpassa" + }, + "Fix Now": { + "Fix Now": "Åtgärda nu" + }, + "Fixing...": { + "Fixing...": "Åtgärdar..." + }, + "Flags": { + "Flags": "Flaggor" + }, + "Flipped": { + "Flipped": "Speglad" + }, + "Flipped 180°": { + "Flipped 180°": "Speglad 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Speglad 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Speglad 90°" + }, + "Float": { + "Float": "Flytande" + }, + "Focus": { + "Focus": "Fokus" + }, + "Focus at Startup": { + "Focus at Startup": "Fokusera vid start" + }, + "Focused Border": { + "Focused Border": "Fokusrad ram" + }, + "Focused Color": { + "Focused Color": "Fokusradfärg" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Bara fokuserad bildskärm" + }, + "Focused Window": { + "Focused Window": "Fönster i fokus" + }, + "Focused monitor only": { + "Focused monitor only": "Bara fokuserad bildskärm" + }, + "Fog": { + "Fog": "Dimma" + }, + "Folder": { + "Folder": "Mapp" + }, + "Folders": { + "Folders": "Mappar" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Följ bildskärmsfokus" + }, + "Follow focus": { + "Follow focus": "Följ fokus" + }, + "Font": { + "Font": "Teckensnitt" + }, + "Font Family": { + "Font Family": "Teckensnittsfamilj" + }, + "Font Scale": { + "Font Scale": "Teckenskala" + }, + "Font Size": { + "Font Size": "Teckenstorlek" + }, + "Font Weight": { + "Font Weight": "Teckensnittsvikt" + }, + "Font used on the login screen": { + "Font used on the login screen": "Teckensnitt som används på inloggningsskärmen" + }, + "Force HDR": { + "Force HDR": "Tvinga HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Tvångsavsluta (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "Tvinga bred färg" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Tvinga terminalprogram att alltid använda mörkt tema" + }, + "Forecast": { + "Forecast": "Prognos" + }, + "Forecast Days": { + "Forecast Days": "Prognos­dagar" + }, + "Forecast Not Available": { + "Forecast Not Available": "Prognos otillgänglig" + }, + "Forever": { + "Forever": "Obegränsat" + }, + "Forget": { + "Forget": "Glöm" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Glöm \"%1\"?" + }, + "Forget Device": { + "Forget Device": "Glöm enhet" + }, + "Forget Network": { + "Forget Network": "Glöm nätverk" + }, + "Forgot network %1": { + "Forgot network %1": "Glömde nätverket %1" + }, + "Format Legend": { + "Format Legend": "Formateringsguide" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "Hittade %1 paket att uppdatera:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "Hittade %1 paket att uppdatera:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "Frigör VRAM/minne när startaren stängs. Kan orsaka en liten fördröjning vid återöppning." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Isande duggregn" + }, + "Frequency": { + "Frequency": "Frekvens" + }, + "Fruit Salad": { + "Fruit Salad": "Fruktblandning" + }, + "Full Command:": { + "Full Command:": "Fullständigt kommando:" + }, + "Full Content": { + "Full Content": "Fullständigt innehåll" + }, + "Full Day & Month": { + "Full Day & Month": "Fullständig dag och månad" + }, + "Full with Year": { + "Full with Year": "Fullständigt med år" + }, + "Fullscreen": { + "Fullscreen": "Helskärm" + }, + "Fullscreen Only": { + "Fullscreen Only": "Endast helskärm" + }, + "Fully Charged": { + "Fully Charged": "Fulladdat" + }, + "Fun": { + "Fun": "Nöje" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: rutnät • Z/X: storlek" + }, + "GPU": { + "GPU": "Grafikkort" + }, + "GPU Monitoring": { + "GPU Monitoring": "Grafikkorts­övervakning" + }, + "GPU Temperature": { + "GPU Temperature": "Grafikkortstemperatur" + }, + "GPU temperature display": { + "GPU temperature display": "Grafikkortstemperaturvisning" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE:er och mer" + }, + "Games": { + "Games": "Spel" + }, + "Gamma Control": { + "Gamma Control": "Gamma-kontroll" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Gammakontroll är inte tillgänglig. Kräver DMS API v6+." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Generera grundläggande GTK3/4- eller QT5/QT6-konfigurationer (kräver qt6ct-kde) för att följa DMS-färger. Behövs bara en gång.

Det rekommenderas att konfigurera adw-gtk3 innan GTK-teman tillämpas." + }, + "Generic": { + "Generic": "Generisk" + }, + "Get Started": { + "Get Started": "Kom igång" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Skala alla animeringstider globalt" + }, + "Golden Hour": { + "Golden Hour": "Gyllene timmen" + }, + "Good": { + "Good": "Bra" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Goth-hörnradie" + }, + "Goth Corners": { + "Goth Corners": "Goth-kanter" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Tona ner skärmen gradvis före låsning med en konfigurerbar fördröjning" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Tona ner skärmen gradvis innan bildskärmarna stängs av med en konfigurerbar fördröjning" + }, + "Graph Time Range": { + "Graph Time Range": "Grafens tidsintervall" + }, + "Graphics": { + "Graphics": "Grafik" + }, + "Greeter": { + "Greeter": "Välkomstskärm" + }, + "Greeter Appearance": { + "Greeter Appearance": "Välkomstskärmens utseende" + }, + "Greeter Behavior": { + "Greeter Behavior": "Välkomstskärmens beteende" + }, + "Greeter Status": { + "Greeter Status": "Välkomstskärmens status" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Välkomstskärmen aktiverad. greetd är nu aktiverat." + }, + "Greeter font": { + "Greeter font": "Välkomstskärmens teckensnitt" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "Gäller bara välkomstskärmen – påverkar inte huvudklockan" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "Gäller bara välkomstskärmen – format för datumet på inloggningsskärmen" + }, + "Grid": { + "Grid": "Rutnät" + }, + "Grid Columns": { + "Grid Columns": "Rutnätskolumner" + }, + "Grid: OFF": { + "Grid: OFF": "Rutnät: AV" + }, + "Grid: ON": { + "Grid: ON": "Rutnät: PÅ" + }, + "Group": { + "Group": "Grupp" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Gruppera appar i arbetsytor" + }, + "Group by App": { + "Group by App": "Gruppera per app" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Gruppera flera fönster från samma app tillsammans och visa fönsterantal" + }, + "Group removed": { + "Group removed": "Grupp borttagen" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Gruppera upprepade appikoner i ofokuserade arbetsytor" + }, + "Groups": { + "Groups": "Grupper" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR-tonmappning" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR-läge är experimentellt. Kontrollera att din bildskärm stöder HDR innan du aktiverar." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML kopierat till urklipp" + }, + "Health": { + "Health": "Hälsa" + }, + "Heavy Rain": { + "Heavy Rain": "Kraftigt regn" + }, + "Heavy Snow": { + "Heavy Snow": "Kraftigt snöfall" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Kraftiga snöbyar" + }, + "Height": { + "Height": "Höjd" + }, + "Held": { + "Held": "Pausat" + }, + "Help": { + "Help": "Hjälp" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Viloläge" + }, + "Hidden": { + "Hidden": "Dolt" + }, + "Hidden (%1)": { + "Hidden (%1)": "Dold (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Dolda appar" + }, + "Hidden Network": { + "Hidden Network": "Dolt nätverk" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "Dolda appar visas inte i startaren. Högerklicka på en app och välj 'Dölj app' för att dölja den." + }, + "Hide": { + "Hide": "Dölj" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Dölj tredjepartsappar" + }, + "Hide App": { + "Hide App": "Dölj app" + }, + "Hide Delay": { + "Hide Delay": "Fördröjning vid döljande" + }, + "Hide Indicators": { + "Hide Indicators": "Dölj indikatorer" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Dölj uppdateringswidget" + }, + "Hide When Typing": { + "Hide When Typing": "Dölj vid skrivning" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Dölj när fönster öppnas" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Dölj markören efter inaktivitet (0 = avaktiverat)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Dölj markören vid tangenttryckning" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Dölj markören vid pekskärmsinmatning" + }, + "Hide device": { + "Hide device": "Dölj enhet" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Dölj notisinnehåll tills det expanderas" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Dölj notisinnehåll tills det expanderas; banderoller visas hopfällda som standard" + }, + "Hide on Touch": { + "Hide on Touch": "Dölj vid beröring" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Högtrogen palett som bevarar källfärgerna." + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "Markera aktiv app i arbetsytan" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "Markera den aktuellt fokuserade appen inuti arbetsytans indikator" + }, + "History": { + "History": "Historik" + }, + "History Retention": { + "History Retention": "Historikbehållning" + }, + "History Settings": { + "History Settings": "Historiksinställningar" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Historiken rensad. %1 fästa poster behållna." + }, + "Hold Duration": { + "Hold Duration": "Hålltid" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Håll längre för att bekräfta" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Håll för att bekräfta strömåtgärder" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Håll för att bekräfta (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Håll för att bekräfta (%1 s)" + }, + "Home": { + "Home": "Hem" + }, + "Host": { + "Host": "Värd" + }, + "Hostname": { + "Hostname": "Värdnamn" + }, + "Hot Corners": { + "Hot Corners": "Aktiva hörn" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Titel på genkvägöverlägg (valfritt)" + }, + "Hour": { + "Hour": "Timme" + }, + "Hourly": { + "Hourly": "Timvis" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Antal timvisa prognoser" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Byt bakgrundsbild efter" + }, + "How the background image is scaled": { + "How the background image is scaled": "Hur bakgrundsbilden skalas" + }, + "Humidity": { + "Humidity": "Luftfuktighet" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Hyprland Discord-server" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Hyprland-layoutöverstyrningar" + }, + "Hyprland Options": { + "Hyprland Options": "Hyprland-alternativ" + }, + "Hyprland Website": { + "Hyprland Website": "Hyprlands webbplats" + }, + "I Understand": { + "I Understand": "Jag förstår" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP-adress:" + }, + "IP address or hostname": { + "IP address or hostname": "IP-adress eller värdnamn" + }, + "ISO Date": { + "ISO Date": "ISO-datum" + }, + "Icon": { + "Icon": "Ikon" + }, + "Icon Scale": { + "Icon Scale": "Ikonskala" + }, + "Icon Size": { + "Icon Size": "Ikonstorlek" + }, + "Icon Size %": { + "Icon Size %": "Ikonstorlek %" + }, + "Icon Theme": { + "Icon Theme": "Ikontema" + }, + "Idle": { + "Idle": "Inaktiv" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Förhindra strömsparläge" + }, + "Idle Settings": { + "Idle Settings": "Inställningar för strömsparläge" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Stöd för aktivitetsövervakning saknas - kräver nyare Quickshell-version" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Om fältet är dolt visas det så snart en tangent trycks ned." + }, + "Ignore Completely": { + "Ignore Completely": "Ignorera helt" + }, + "Image": { + "Image": "Bild" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Bild kopierad till urklipp" + }, + "Import": { + "Import": "Importera" + }, + "Import VPN": { + "Import VPN": "Importera VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Inaktiv bildskärmsfärg" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Inkludera övergångar" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Inkludera skrivbordsåtgärder (genvägar) i sökresultaten." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Inkompatibla tillägg inlästa" + }, + "Incorrect password": { + "Incorrect password": "Felaktigt lösenord" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "Felaktigt lösenord – försök %1 av %2 (utelåsning kan följa)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "Felaktigt lösenord – nästa misslyckanden kan utlösa kontoutelåsning" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Indikatorstil" + }, + "Individual Batteries": { + "Individual Batteries": "Enskilda batterier" + }, + "Individual bar configuration": { + "Individual bar configuration": "Individuell menyradskonfiguration" + }, + "Info": { + "Info": "Info" + }, + "Inherit": { + "Inherit": "Ärv" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Ärv global (standard)" + }, + "Inhibitable": { + "Inhibitable": "Kan inhiberas" + }, + "Input Devices": { + "Input Devices": "Ingångsenheter" + }, + "Input Volume Slider": { + "Input Volume Slider": "Inmatningsvolymreglage" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Installera" + }, + "Install Greeter": { + "Install Greeter": "Installera välkomstskärm" + }, + "Install Plugin": { + "Install Plugin": "Installera tillägg" + }, + "Install Theme": { + "Install Theme": "Installera tema" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Installera färgteman från DMS-temaregistret" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Installation klar. Välkomstskärmen har installerats." + }, + "Install failed: %1": { + "Install failed: %1": "Installation misslyckades: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Installera matugen-paketet för dynamisk tematisering" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Installera tillägget '%1' från DMS-registret?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "Installera tillägg från DMS tilläggsregister" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "Installera DMS-välkomstskärmen? En terminal öppnas för sudo-autentisering." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Installera temat '%1' från DMS-registret?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "Installation och PAM-inställning: se " + }, + "Installed": { + "Installed": "Installerat" + }, + "Installed: %1": { + "Installed: %1": "Installerat: %1" + }, + "Installing: %1": { + "Installing: %1": "Installerar: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Intelligent auto-döljande" + }, + "Intensity": { + "Intensity": "Intensitet" + }, + "Interface:": { + "Interface:": "Gränssnitt:" + }, + "Interlock Open": { + "Interlock Open": "Interlock öppet" + }, + "Internet": { + "Internet": "Internet" + }, + "Interval": { + "Interval": "Intervall" + }, + "Invalid configuration": { + "Invalid configuration": "Ogiltig konfiguration" + }, + "Invert on mode change": { + "Invert on mode change": "Invertera vid växling av ljust och mörkt läge" + }, + "Iris Bloom": { + "Iris Bloom": "Iris Bloom" + }, + "Isolate Displays": { + "Isolate Displays": "Isolera bildskärmar" + }, + "Jobs": { + "Jobs": "Jobb" + }, + "Jobs: ": { + "Jobs: ": "Jobb: " + }, + "Keep Awake": { + "Keep Awake": "Håll vaken" + }, + "Keep Changes": { + "Keep Changes": "Behåll ändringar" + }, + "Keeping Awake": { + "Keeping Awake": "Håller vaken" + }, + "Kernel": { + "Kernel": "Kärna" + }, + "Key": { + "Key": "Tangent" + }, + "Keybind Sources": { + "Keybind Sources": "Kortkommandokällor" + }, + "Keybinds": { + "Keybinds": "Kortkommandon" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Sökinställningar för kortkommandon" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Kortkommandon visas bredvid vanliga sökresultat" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Namn på tangentbordslayout" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Kortkommandon" + }, + "Keys": { + "Keys": "Tangenter" + }, + "Kill": { + "Kill": "Avsluta" + }, + "Kill Process": { + "Kill Process": "Avsluta process" + }, + "Kill Session": { + "Kill Session": "Avsluta session" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED-enhet" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "LabWC IRC-kanal" + }, + "LabWC Website": { + "LabWC Website": "LabWCs webbplats" + }, + "Large": { + "Large": "Stor" + }, + "Largest": { + "Largest": "Störst" + }, + "Last hour": { + "Last hour": "Senaste timmen" + }, + "Last launched %1": { + "Last launched %1": "Startades %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Startades för %1 dag sedan" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Startades för %1 dagar sedan" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Startades för %1 timme sedan" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Startades för %1 timmar sedan" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Startades för %1 minut sedan" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Startades för %1 minuter sedan" + }, + "Last launched just now": { + "Last launched just now": "Startades nyss" + }, + "Latitude": { + "Latitude": "Latitud" + }, + "Launch": { + "Launch": "Kör" + }, + "Launch Prefix": { + "Launch Prefix": "Körprefix" + }, + "Launch on dGPU": { + "Launch on dGPU": "Kör med diskret grafikkort" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "Appstartare" + }, + "Launcher Button": { + "Launcher Button": "Startarknapp" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Appstartarknappens ikon" + }, + "Layout": { + "Layout": "Layout" + }, + "Layout Overrides": { + "Layout Overrides": "Layoutöverstyrningar" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "Layout och modulpositioner på välkomstskärmen synkroniseras från ditt skal (t.ex. menyradskonfiguration). Kör Synka för att tillämpa." + }, + "Left": { + "Left": "Vänster" + }, + "Left Center": { + "Left Center": "Vänster mitten" + }, + "Left Section": { + "Left Section": "Vänster avdelning" + }, + "Light Direction": { + "Light Direction": "Ljusriktning" + }, + "Light Mode": { + "Light Mode": "Ljust läge" + }, + "Light Rain": { + "Light Rain": "Lätt regn" + }, + "Light Snow": { + "Light Snow": "Lätt snöfall" + }, + "Light Snow Showers": { + "Light Snow Showers": "Lätta snöbyar" + }, + "Light mode base": { + "Light mode base": "Ljust läge-bas" + }, + "Light mode harmony": { + "Light mode harmony": "Ljust läge-harmoni" + }, + "Line": { + "Line": "Linje" + }, + "Line: %1": { + "Line: %1": "Rad: %1" + }, + "Linear": { + "Linear": "Linjär" + }, + "Lines: %1": { + "Lines: %1": "Rader: %1" + }, + "List": { + "List": "Lista" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Livfull palett med mättade accenter." + }, + "Load Average": { + "Load Average": "Genomsnittlig belastning" + }, + "Loading codecs...": { + "Loading codecs...": "Läser in kodeker..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Läser in kortkommandon..." + }, + "Loading trending...": { + "Loading trending...": "Läser in trendande..." + }, + "Loading...": { + "Loading...": "Läser in..." + }, + "Local": { + "Local": "Lokal" + }, + "Locale": { + "Locale": "Språk" + }, + "Locale Settings": { + "Locale Settings": "Språkinställningar" + }, + "Location": { + "Location": "Plats" + }, + "Location Search": { + "Location Search": "Sök efter plats" + }, + "Lock": { + "Lock": "Lås" + }, + "Lock Screen": { + "Lock Screen": "Låsskärm" + }, + "Lock Screen Display": { + "Lock Screen Display": "Låsskärmsvisning" + }, + "Lock Screen Format": { + "Lock Screen Format": "Datumformat på låsskärm" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Låsskärmsbeteende" + }, + "Lock Screen layout": { + "Lock Screen layout": "Låsskärmslayout" + }, + "Lock at startup": { + "Lock at startup": "Lås vid start" + }, + "Lock before suspend": { + "Lock before suspend": "Lås innan datorn går i strömsparläge" + }, + "Lock fade grace period": { + "Lock fade grace period": "Fördröjning för låstonande" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "Låst" + }, + "Log Out": { + "Log Out": "Logga ut" + }, + "Logging in...": { + "Logging in...": "Loggar in..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "Inloggningsautentisering" + }, + "Long": { + "Long": "Lång" + }, + "Long Text": { + "Long Text": "Lång text" + }, + "Long press": { + "Long press": "Lång tryckning" + }, + "Longitude": { + "Longitude": "Longitud" + }, + "Low Priority": { + "Low Priority": "Låg prioritet" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Se till att KDE Connect eller Valent körs på dina andra enheter" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Hantera och konfigurera tillägg för att utöka DMS funktioner" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Hantera upp till 4 oberoende menyradskonfigurationer. Varje menyrad har sin egen position, widgetar, stil och bildskärmstilldelning." + }, + "Management": { + "Management": "Hantering" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "MangoWC-layoutöverstyrningar" + }, + "Manual": { + "Manual": "Manuell" + }, + "Manual Coordinates": { + "Manual Coordinates": "Manuellt valda koordinater" + }, + "Manual Direction": { + "Manual Direction": "Manuell riktning" + }, + "Manual Gap Size": { + "Manual Gap Size": "Manuell storlek på mellanrum" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Göm och visa manuellt" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Mappa fönsterklassnamn till ikonnamn för korrekt ikonvisning" + }, + "Margin": { + "Margin": "Marginal" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Bläckförrådet tomt" + }, + "Marker Supply Low": { + "Marker Supply Low": "Bläcknivån låg" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Bläckavfall nästan fullt" + }, + "Marker Waste Full": { + "Marker Waste Full": "Bläckavfall fullt" + }, + "Match Criteria": { + "Match Criteria": "Matchkriterier" + }, + "Matches profile: %1": { + "Matches profile: %1": "Matchar profil: %1" + }, + "Material Colors": { + "Material Colors": "Material-färger" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Färgteman inspirerade av Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Materialfärger genererade från bakgrundsbild" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "Materialinspirerade skuggor och upphöjning på dialogrutor, popupfönster och dialoger" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen saknas" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen-färgpalett" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugen-målbilskärm" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen-mallar" + }, + "Max Edges": { + "Max Edges": "Max kanter" + }, + "Max H": { + "Max H": "Max H" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Max fästa appar" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Max fästa appar (0 = obegränsat)" + }, + "Max Running Apps": { + "Max Running Apps": "Max aktiva appar" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Max aktiva appar (0 = obegränsat)" + }, + "Max Volume": { + "Max Volume": "Maxvolym" + }, + "Max W": { + "Max W": "Max B" + }, + "Max apps to show": { + "Max apps to show": "Högst antal appar att visa" + }, + "Max to Edges": { + "Max to Edges": "Max till kanter" + }, + "Maximize": { + "Maximize": "Maximera" + }, + "Maximize Detection": { + "Maximize Detection": "Detektering av maximering" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Maximera widgetikoner" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Maximera widgettext" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Maximal poststorlek" + }, + "Maximum History": { + "Maximum History": "Maximal historik" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Maximalt antal fästa poster" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Maximalt antal urklippsposter att behålla" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Maximalt antal poster som kan sparas" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Maximalt antal notiser att behålla" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Maximalt antal fästa poster uppnått" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Maximal storlek per urklippspost" + }, + "Media": { + "Media": "Medier" + }, + "Media Controls": { + "Media Controls": "Mediereglage" + }, + "Media Empty": { + "Media Empty": "Inget media" + }, + "Media Jam": { + "Media Jam": "Pappersstopp" + }, + "Media Low": { + "Media Low": "Lite media kvar" + }, + "Media Needed": { + "Media Needed": "Media behövs" + }, + "Media Playback": { + "Media Playback": "Mediauppspelning" + }, + "Media Player": { + "Media Player": "Mediespelare" + }, + "Media Player Settings": { + "Media Player Settings": "Inställningar för mediespelaren" + }, + "Media Players": { + "Media Players": "Mediespelare" + }, + "Media Players (": { + "Media Players (": "Mediespelare (" + }, + "Media Volume": { + "Media Volume": "Medievolym" + }, + "Medium": { + "Medium": "Medel" + }, + "Memory": { + "Memory": "Minne" + }, + "Memory Graph": { + "Memory Graph": "Minnesgraf" + }, + "Memory Usage": { + "Memory Usage": "Minnesanvändning" + }, + "Memory usage indicator": { + "Memory usage indicator": "Visa minnesanvändning" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "Meddelande" + }, + "Message Content": { + "Message Content": "Meddelandeinnehåll" + }, + "Microphone": { + "Microphone": "Mikrofon" + }, + "Microphone Mute": { + "Microphone Mute": "Tysta mikrofon" + }, + "Microphone Volume": { + "Microphone Volume": "Mikrofonvolym" + }, + "Microphone settings": { + "Microphone settings": "Mikrofoninställningar" + }, + "Microphone volume control": { + "Microphone volume control": "Mikrofonvolymkontroll" + }, + "Middle Section": { + "Middle Section": "Mittenavdelning" + }, + "Min H": { + "Min H": "Min H" + }, + "Min W": { + "Min W": "Min B" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Minimal palett byggd kring en enda färg." + }, + "Minute": { + "Minute": "Minut" + }, + "Mirror Display": { + "Mirror Display": "Spegla bildskärm" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Miljövariabler saknas" + }, + "Modal Background": { + "Modal Background": "Dialogrutebakgrund" + }, + "Modal Shadows": { + "Modal Shadows": "Dialogruteskuggor" + }, + "Modals": { + "Modals": "Dialogrutor" + }, + "Mode": { + "Mode": "Läge" + }, + "Mode:": { + "Mode:": "Läge:" + }, + "Model": { + "Model": "Modell" + }, + "Modified": { + "Modified": "Ändrad" + }, + "Modular widget bar": { + "Modular widget bar": "Modulär widgetbar" + }, + "Monitor": { + "Monitor": "Bildskärm" + }, + "Monitor Configuration": { + "Monitor Configuration": "Bildskärmskonfiguration" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Fördröjning för bildskärmstonande" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Bildskärm vars bakgrundsbild styr dynamiska temafärger" + }, + "Monochrome": { + "Monochrome": "Monokrom" + }, + "Monocle": { + "Monocle": "Helskärm" + }, + "Monospace Font": { + "Monospace Font": "Monospaceteckensnitt" + }, + "Month Date": { + "Month Date": "Månad Datum" + }, + "Morning": { + "Morning": "Förmiddag" + }, + "Mount Points": { + "Mount Points": "Monteringspunkter" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Muspekarens utseende" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Muspekarens storlek i pixlar" + }, + "Move": { + "Move": "Flytta" + }, + "Move Widget": { + "Move Widget": "Flytta widget" + }, + "Moving to Paused": { + "Moving to Paused": "Pausar" + }, + "Multi-Monitor": { + "Multi-Monitor": "Flera bildskärmar" + }, + "Multiplexer": { + "Multiplexer": "Multiplexer" + }, + "Multiplexer Type": { + "Multiplexer Type": "Multiplexertyp" + }, + "Multiplexers": { + "Multiplexers": "Multiplexers" + }, + "Music": { + "Music": "Musik" + }, + "Mute Popups": { + "Mute Popups": "Tysta banderoller" + }, + "Mute popups for %1": { + "Mute popups for %1": "Tysta banderoller för %1" + }, + "Muted": { + "Muted": "Dämpad" + }, + "Muted Apps": { + "Muted Apps": "Tystade appar" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Dämpad palett med lugnande toner." + }, + "NM not supported": { + "NM not supported": "NM stöds inte" + }, + "Name": { + "Name": "Namn" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Ikoner för arbetsytor med namn" + }, + "Navigate": { + "Navigate": "Navigera" + }, + "Navigation": { + "Navigation": "Navigering" + }, + "Network": { + "Network": "Nätverk" + }, + "Network Graph": { + "Network Graph": "Nätverksgraf" + }, + "Network Info": { + "Network Info": "Nätverksinformation" + }, + "Network Information": { + "Network Information": "Nätverksinformation" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Nätverksnamn (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Övervakning för nätverkshastighet" + }, + "Network Status": { + "Network Status": "Nätverksstatus" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Visa upp- och nedladdningshastighet" + }, + "Neutral": { + "Neutral": "Neutral" + }, + "Never": { + "Never": "Aldrig" + }, + "Never used": { + "Never used": "Aldrig använt" + }, + "New": { + "New": "Ny" + }, + "New Key": { + "New Key": "Ny tangent" + }, + "New Keybind": { + "New Keybind": "Nytt kortkommando" + }, + "New Notification": { + "New Notification": "Ny notis" + }, + "New Session": { + "New Session": "Ny session" + }, + "New Window Rule": { + "New Window Rule": "Ny fönsterregel" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "Nytt gruppnamn..." + }, + "Next": { + "Next": "Nästa" + }, + "Next Transition": { + "Next Transition": "Nästa övergång" + }, + "Night": { + "Night": "Natt" + }, + "Night Mode": { + "Night Mode": "Nattläge" + }, + "Night Temperature": { + "Night Temperature": "Natttemperatur" + }, + "Night mode & gamma": { + "Night mode & gamma": "Nattläge och gamma" + }, + "Niri Integration": { + "Niri Integration": "Niri-integration" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri-layoutöverstyrningar" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri-kompositorsåtgärder (fokus, flytta, o.s.v.)" + }, + "No": { + "No": "Nej" + }, + "No Active Players": { + "No Active Players": "Ingen aktiv mediespelare" + }, + "No Anim": { + "No Anim": "Ingen animering" + }, + "No Background": { + "No Background": "Ingen bakgrund" + }, + "No Battery": { + "No Battery": "Inget batteri" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Ingen Bluetooth-adapter hittades" + }, + "No Blur": { + "No Blur": "Ingen oskärpa" + }, + "No Border": { + "No Border": "Ingen ram" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Inga DMS-kortkommandon konfigurerade" + }, + "No Dim": { + "No Dim": "Ingen dämpad" + }, + "No Focus": { + "No Focus": "Inget fokus" + }, + "No GPU detected": { + "No GPU detected": "Inget grafikkort hittades" + }, + "No GPUs detected": { + "No GPUs detected": "Inga grafikkort hittades" + }, + "No History": { + "No History": "Ingen historik" + }, + "No Media": { + "No Media": "Inga medier" + }, + "No Round": { + "No Round": "Ingen avrundning" + }, + "No Rounding": { + "No Rounding": "Ingen avrundning" + }, + "No Shadow": { + "No Shadow": "Ingen skugga" + }, + "No VPN profiles": { + "No VPN profiles": "Inga VPN-profiler" + }, + "No Weather": { + "No Weather": "Inget väder" + }, + "No Weather Data": { + "No Weather Data": "Ingen väderdata" + }, + "No Weather Data Available": { + "No Weather Data Available": "Väderinformation otillgänglig" + }, + "No action": { + "No action": "Ingen åtgärd" + }, + "No active %1 sessions": { + "No active %1 sessions": "Inga aktiva %1-sessioner" + }, + "No adapter": { + "No adapter": "Ingen adapter" + }, + "No adapters": { + "No adapters": "Inga adaptrar" + }, + "No app customizations.": { + "No app customizations.": "Inga appanpassningar." + }, + "No apps found": { + "No apps found": "Inga appar hittades" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Inga appar har startats ännu." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Inga appar tystade. Högerklicka på en notis och välj \"Tysta banderoller\" för att lägga till en här." + }, + "No battery": { + "No battery": "Inget batteri" + }, + "No brightness devices available": { + "No brightness devices available": "Inga ljusstyrkeenheter tillgängliga" + }, + "No changes": { + "No changes": "Inga ändringar" + }, + "No checks passed": { + "No checks passed": "Inga kontroller godkända" + }, + "No custom theme file": { + "No custom theme file": "Ingen anpassad temafil" + }, + "No devices": { + "No devices": "Inga enheter" + }, + "No devices connected": { + "No devices connected": "Inga enheter anslutna" + }, + "No devices found": { + "No devices found": "Inga enheter hittades" + }, + "No disk data": { + "No disk data": "Ingen diskdata" + }, + "No disk data available": { + "No disk data available": "Ingen diskdata tillgänglig" + }, + "No drivers found": { + "No drivers found": "Inga drivrutiner hittades" + }, + "No errors": { + "No errors": "Inga fel" + }, + "No features enabled": { + "No features enabled": "Inga funktioner aktiverade" + }, + "No files found": { + "No files found": "Inga filer hittades" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "Ingen fingeravtrycksläsare hittades." + }, + "No folders found": { + "No folders found": "Inga mappar hittades" + }, + "No hidden apps.": { + "No hidden apps.": "Inga dolda appar." + }, + "No info items": { + "No info items": "Inga informationsobjekt" + }, + "No information available": { + "No information available": "Ingen information tillgänglig" + }, + "No input device": { + "No input device": "Ingen inmatningsenhet" + }, + "No input devices found": { + "No input devices found": "Inga inmatningsenheter hittades" + }, + "No items added yet": { + "No items added yet": "Inga objekt har lagts till än" + }, + "No keybinds found": { + "No keybinds found": "Inga kortkommandon hittades" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Inga startartillägg installerade." + }, + "No match criteria": { + "No match criteria": "Inga matchkriterier" + }, + "No matches": { + "No matches": "Inga träffar" + }, + "No matching processes": { + "No matching processes": "Inga matchande processer" + }, + "No monitors": { + "No monitors": "Inga bildskärmar" + }, + "No mount points found": { + "No mount points found": "Inga monteringspunkter hittades" + }, + "No output device": { + "No output device": "Ingen utgångsenhet" + }, + "No output devices found": { + "No output devices found": "Inga utgångsenheter hittades" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "Ingen pakethanterare hittades. Installera 'paru' eller 'yay' på Arch-baserade system för att söka efter uppdateringar." + }, + "No plugin results": { + "No plugin results": "Inga tilläggsresultat" + }, + "No plugins found": { + "No plugins found": "Inga tillägg hittades" + }, + "No plugins found.": { + "No plugins found.": "Inga tillägg hittades." + }, + "No printer found": { + "No printer found": "Ingen skrivare hittades" + }, + "No printers configured": { + "No printers configured": "Inga skrivare konfigurerade" + }, + "No printers found": { + "No printers found": "Inga skrivare hittades" + }, + "No profiles": { + "No profiles": "Inga profiler" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Inga nyliga urklippsposter hittades" + }, + "No results found": { + "No results found": "Inga resultat hittades" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Inga sparade urklippsposter" + }, + "No sessions found": { + "No sessions found": "Inga sessioner hittades" + }, + "No status output.": { + "No status output.": "Ingen statusutdata." + }, + "No themes found": { + "No themes found": "Inga teman hittades" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Inga teman installerade. Bläddra bland teman för att installera från registret." + }, + "No trigger": { + "No trigger": "Ingen utlösare" + }, + "No video found in folder": { + "No video found in folder": "Ingen video hittades i mappen" + }, + "No wallpaper selected": { + "No wallpaper selected": "Ingen bakgrundsbild vald" + }, + "No wallpapers": { + "No wallpapers": "Inga bakgrundsbilder" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "Inga bakgrundsbilder hittades\n\nKlicka på mappikonen nedan för att bläddra" + }, + "No warnings": { + "No warnings": "Inga varningar" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Inga widgetar tillagda. Klicka på \"Lägg till widget\" för att komma igång." + }, + "No widgets available": { + "No widgets available": "Inga widgetar tillgängliga" + }, + "No widgets match your search": { + "No widgets match your search": "Inga widgetar matchar din sökning" + }, + "No window rules configured": { + "No window rules configured": "Inga fönsterregler konfigurerade" + }, + "None": { + "None": "Ingen" + }, + "Normal": { + "Normal": "Normal" + }, + "Normal Font": { + "Normal Font": "Normalt teckensnitt" + }, + "Normal Priority": { + "Normal Priority": "Normal prioritet" + }, + "Not available": { + "Not available": "Inte tillgängligt" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Inte tillgängligt – installera fprintd och pam_fprintd, eller konfigurera greetd PAM." + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "Inte tillgängligt – installera fprintd och pam_fprintd." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "Inte tillgängligt – installera eller konfigurera pam_u2f, eller konfigurera greetd PAM." + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "Inte tillgängligt – installera eller konfigurera pam_u2f." + }, + "Not connected": { + "Not connected": "Inte ansluten" + }, + "Not detected": { + "Not detected": "Inte detekterat" + }, + "Not paired": { + "Not paired": "Inte parkopplad" + }, + "Not set": { + "Not set": "Inte inställt" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Obs: detta ändrar bara procenttalet, det begränsar inte faktisk laddning." + }, + "Notepad": { + "Notepad": "Anteckningar" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Teckensnittsinställningar för Anteckningar" + }, + "Notepad Slideout": { + "Notepad Slideout": "Anteckningspanel" + }, + "Nothing": { + "Nothing": "Inget" + }, + "Nothing to see here": { + "Nothing to see here": "Inga äldre notiser" + }, + "Notification Center": { + "Notification Center": "Notiscenter" + }, + "Notification Display": { + "Notification Display": "Notisvisning" + }, + "Notification Overlay": { + "Notification Overlay": "Notisöverlägg" + }, + "Notification Popups": { + "Notification Popups": "Banderoller" + }, + "Notification Rules": { + "Notification Rules": "Notisregler" + }, + "Notification Settings": { + "Notification Settings": "Notisinställningar" + }, + "Notification Timeouts": { + "Notification Timeouts": "Tidsgräns för notiser" + }, + "Notification toast popups": { + "Notification toast popups": "Notisbanderoller" + }, + "Notifications": { + "Notifications": "Notiser" + }, + "Numbers": { + "Numbers": "Tal" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Numeriskt (D/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Numeriskt (M/D)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "OS-logo" + }, + "OSD Position": { + "OSD Position": "Position för skärmvisning" + }, + "Occupied Color": { + "Occupied Color": "Färg för aktiv arbetsyta" + }, + "Off": { + "Off": "Av" + }, + "Office": { + "Office": "Kontor" + }, + "Offline": { + "Offline": "Offline" + }, + "Offline Report": { + "Offline Report": "Offlinerapport" + }, + "Older": { + "Older": "Äldre" + }, + "On": { + "On": "På" + }, + "On-Demand": { + "On-Demand": "Vid behov" + }, + "On-Screen Displays": { + "On-Screen Displays": "Skärmvisningar" + }, + "On-screen Displays": { + "On-screen Displays": "Skärmvisningar" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Justera bara gamma baserat på tids- eller platsregler." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Påverkar bara DMS-hanterad PAM. Om greetd redan inkluderar pam_fprintd förblir fingeravtrycksläsaren aktiverad." + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Visa bara fönster från den aktuella bildskärmen i varje dock" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Visas bara om viloläge stöds av ditt system" + }, + "Opacity": { + "Opacity": "Opacitet" + }, + "Opaque": { + "Opaque": "Ogenomskinlig" + }, + "Open": { + "Open": "Öppna" + }, + "Open App": { + "Open App": "Öppna app" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "Öppna KDE Connect på din telefon" + }, + "Open Notepad File": { + "Open Notepad File": "Öppna anteckning" + }, + "Open a new note": { + "Open a new note": "Öppna en ny anteckning" + }, + "Open folder": { + "Open folder": "Öppna mapp" + }, + "Open in Browser": { + "Open in Browser": "Öppna i webbläsare" + }, + "Open in terminal": { + "Open in terminal": "Öppna i terminal" + }, + "Open search bar to find text": { + "Open search bar to find text": "Öppna sökfältet för att hitta text" + }, + "Open with...": { + "Open with...": "Öppna med..." + }, + "Opening SMS": { + "Opening SMS": "Öppnar SMS" + }, + "Opening SMS app": { + "Opening SMS app": "Öppnar SMS-app" + }, + "Opening file browser": { + "Opening file browser": "Öppnar filbläddraren" + }, + "Opening files": { + "Opening files": "Öppnar filer" + }, + "Opening terminal: ": { + "Opening terminal: ": "Öppnar terminal: " + }, + "Optional description": { + "Optional description": "Valfri beskrivning" + }, + "Optional location": { + "Optional location": "Valfri plats" + }, + "Options": { + "Options": "Alternativ" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Organisera widgetar i hopfällbara grupper" + }, + "Original: %1": { + "Original: %1": "Original: %1" + }, + "Other": { + "Other": "Övrigt" + }, + "Outline": { + "Outline": "Kontur" + }, + "Output": { + "Output": "Utgång" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Utmatningsfäcket nästan fullt" + }, + "Output Area Full": { + "Output Area Full": "Utmatningsfäcket fullt" + }, + "Output Device": { + "Output Device": "Utgångsenhet" + }, + "Output Devices": { + "Output Devices": "Utgångsenheter" + }, + "Output Tray Missing": { + "Output Tray Missing": "Utmatningsfäcket saknas" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Utgångsinkludering saknas" + }, + "Overcast": { + "Overcast": "Mulet" + }, + "Overflow": { + "Overflow": "Overflow" + }, + "Overridden by config": { + "Overridden by config": "Åsidosatt av konfiguration" + }, + "Override": { + "Override": "Åsidosätt" + }, + "Override Border Size": { + "Override Border Size": "Åsidosätt ramstorlek" + }, + "Override Corner Radius": { + "Override Corner Radius": "Åsidosätt hörnradie" + }, + "Override Gaps": { + "Override Gaps": "Åsidosätt mellanrum" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Åsidosätt globala layoutinställningar för denna utgång" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Åsidosätt terminal med ett anpassat kommando eller skript" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "Åsidosätt den globala skuggan med menyradsspecifika inställningar" + }, + "Overrides": { + "Overrides": "Åsidosättningar" + }, + "Overview": { + "Overview": "Översikt" + }, + "Overview of your network connections": { + "Overview of your network connections": "Översikt över dina nätverksanslutningar" + }, + "Overwrite": { + "Overwrite": "Ersätt" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM tillhandahåller redan fingeravtrycksautentisering. Aktivera detta för att visa det vid inloggning." + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM tillhandahåller redan säkerhetsnyckelautentisering. Aktivera detta för att visa det vid inloggning." + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM tillhandahåller fingeravtrycksautentisering, men tillgängligheten kunde inte bekräftas." + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM tillhandahåller fingeravtrycksautentisering, men inga fingeravtryck har registrerats ännu." + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM tillhandahåller fingeravtrycksautentisering, men ingen läsare hittades." + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "Fyll ut" + }, + "Pad Hours": { + "Pad Hours": "Fyll ut timmar" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "Fyll ut timmar (02:00 vs 2:00)" + }, + "Padding": { + "Padding": "Utfyllnad" + }, + "Pair": { + "Pair": "Parkoppla" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Parkoppla Bluetooth-enhet" + }, + "Paired": { + "Paired": "Parkopplad" + }, + "Pairing": { + "Pairing": "Parkopplar" + }, + "Pairing failed": { + "Pairing failed": "Parkoppling misslyckades" + }, + "Pairing request from": { + "Pairing request from": "Parkopplingsförfrågan från" + }, + "Pairing request sent": { + "Pairing request sent": "Parkopplingsförfrågan skickad" + }, + "Pairing requested": { + "Pairing requested": "Parkoppling begärd" + }, + "Pairing...": { + "Pairing...": "Parkopplar..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Delvis molnigt" + }, + "Passkey:": { + "Passkey:": "Lösenkod:" + }, + "Password": { + "Password": "Lösenord" + }, + "Password...": { + "Password...": "Lösenord..." + }, + "Paste": { + "Paste": "Klistra in" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Sökväg till en videofil eller mapp med videor" + }, + "Pattern": { + "Pattern": "Mönster" + }, + "Pause": { + "Pause": "Pausa" + }, + "Paused": { + "Paused": "Pausad" + }, + "Pending": { + "Pending": "Väntande" + }, + "Pending Charge": { + "Pending Charge": "Laddning väntar" + }, + "Pending Discharge": { + "Pending Discharge": "Urladdning väntar" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Bakgrundsbild i ljust och mörkt läge" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Bakgrundsbild på flera bildskärmar" + }, + "Per-screen config": { + "Per-screen config": "Konfiguration per skärm" + }, + "Percentage": { + "Percentage": "Procent" + }, + "Performance": { + "Performance": "Prestanda" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Behörighet saknas för att ändra profilbild." + }, + "Personalization": { + "Personalization": "Anpassning" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Phone Connect är inte tillgängligt" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "Phone Connect är inte tillgängligt" + }, + "Phone number": { + "Phone number": "Telefonnummer" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Välj en annan slumpmässig video varje gång från samma mapp" + }, + "Pictures": { + "Pictures": "Bilder" + }, + "Pin": { + "Pin": "Nål" + }, + "Pin to Dock": { + "Pin to Dock": "Fäst på Dock" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping skickat" + }, + "Ping sent to": { + "Ping sent to": "Ping skickat till" + }, + "Pinned": { + "Pinned": "Fäst" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Fästa och aktiva appar med dra-och-släpp" + }, + "Pixelate": { + "Pixelate": "Pixelera" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Lägg till tilläggsmappar här. Varje tillägg ska ha en plugin.json manifestfil." + }, + "Place plugins in %1": { + "Place plugins in %1": "Placera tillägg i %1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Spela upp en video när skärmen låses." + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Spela upp ljud när en ny notis anländer" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Spela upp ljud när strömkabeln ansluts" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Spela upp ljud när volymen justeras" + }, + "Play sounds for system events": { + "Play sounds for system events": "Spela upp ljud för systemhändelser" + }, + "Playback": { + "Playback": "Uppspelning" + }, + "Playback error: ": { + "Playback error: ": "Uppspelningsfel: " + }, + "Please wait...": { + "Please wait...": "Vänta..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Ange ett namn för din nya %1-session" + }, + "Plugged In": { + "Plugged In": "Inkopplad" + }, + "Plugged in": { + "Plugged in": "Inkopplad" + }, + "Plugin": { + "Plugin": "Tillägg" + }, + "Plugin Directory": { + "Plugin Directory": "Tilläggsmapp" + }, + "Plugin Management": { + "Plugin Management": "Tilläggshantering" + }, + "Plugin Visibility": { + "Plugin Visibility": "Tilläggssynlighet" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Det här tillägget är avaktiverat - aktivera det i Tilläggsinställningar för att använda" + }, + "Plugins": { + "Plugins": "Tillägg" + }, + "Pointer": { + "Pointer": "Pekare" + }, + "Popout Shadows": { + "Popout Shadows": "Popupfönsterskuggor" + }, + "Popouts": { + "Popouts": "Popupfönster" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Popupfönster och dialogrutor följer global animeringshastighet (avaktivera för att anpassa individuellt)" + }, + "Popup Only": { + "Popup Only": "Bara banderoll" + }, + "Popup Position": { + "Popup Position": "Position på notisbanderoller" + }, + "Popup Shadow": { + "Popup Shadow": "Banderollskugga" + }, + "Popup Transparency": { + "Popup Transparency": "Genomskinlighet på notisbanderoller" + }, + "Popup behavior, position": { + "Popup behavior, position": "Popupbeteende, position" + }, + "Port": { + "Port": "Port" + }, + "Portal": { + "Portal": "Portal" + }, + "Position": { + "Position": "Position" + }, + "Position, pinned apps": { + "Position, pinned apps": "Position, fästa appar" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Möjliga åsidosättningskonflikter" + }, + "Power": { + "Power": "Ström" + }, + "Power & Security": { + "Power & Security": "Ström och säkerhet" + }, + "Power & Sleep": { + "Power & Sleep": "Ström och Vila" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Bekräftelse av strömåtgärd" + }, + "Power Menu Customization": { + "Power Menu Customization": "Anpassning av strömmenyn" + }, + "Power Off": { + "Power Off": "Stäng av" + }, + "Power Options": { + "Power Options": "Inställningar för ström" + }, + "Power Profile": { + "Power Profile": "Energiprofil" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Nedgradering av energiläge" + }, + "Power Saver": { + "Power Saver": "Energisparläge" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Stäng av bildskärmar vid låsning" + }, + "Power profile management available": { + "Power profile management available": "Energiprofilhantering tillgänglig" + }, + "Power source": { + "Power source": "Strömkälla" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "Förifyll det senast lyckade användarnamnet på välkomstskärmen" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "Förmarkera den senast använda sessionen på välkomstskärmen" + }, + "Precip": { + "Precip": "Nbd." + }, + "Precipitation": { + "Precipitation": "Nederbörd" + }, + "Precipitation Chance": { + "Precipitation Chance": "Nederbördssannolikhet" + }, + "Preference": { + "Preference": "Preferens" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Förinställda bredder (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "Tryck på 'n' eller klicka på 'Ny session' för att skapa en" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Tryck på Retur så startar ljudsystemet om för att tillämpa ändringen" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Tryck Retur för att klistra in, Skift+Retur för att kopiera" + }, + "Press key...": { + "Press key...": "Tryck på tangent..." + }, + "Pressure": { + "Pressure": "Lufttryck" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Förhindra att skärmen stängs av" + }, + "Preview": { + "Preview": "Förhandsgranskning" + }, + "Primary": { + "Primary": "Primär" + }, + "Primary Container": { + "Primary Container": "Primär behållare" + }, + "Print Server Management": { + "Print Server Management": "Skrivarserverhantering" + }, + "Print Server not available": { + "Print Server not available": "Skrivarservern är inte tillgänglig" + }, + "Printer": { + "Printer": "Skrivare" + }, + "Printer Classes": { + "Printer Classes": "Skrivarklasser" + }, + "Printer created successfully": { + "Printer created successfully": "Skrivaren skapades" + }, + "Printer deleted": { + "Printer deleted": "Skrivaren raderades" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Skrivarnamn (inga blanksteg)" + }, + "Printer reachable": { + "Printer reachable": "Skrivare nåbar" + }, + "Printers": { + "Printers": "Skrivare" + }, + "Printers: ": { + "Printers: ": "Skrivare: " + }, + "Prioritize performance": { + "Prioritize performance": "Prioritera prestanda" + }, + "Priority": { + "Priority": "Prioritet" + }, + "Privacy Indicator": { + "Privacy Indicator": "Integritetsavisering" + }, + "Privacy Mode": { + "Privacy Mode": "Integritetsläge" + }, + "Private Key Password": { + "Private Key Password": "Lösenord för privat nyckel" + }, + "Process Count": { + "Process Count": "Antal processer" + }, + "Processes": { + "Processes": "Processer" + }, + "Processes:": { + "Processes:": "Processer:" + }, + "Processing": { + "Processing": "Bearbetar" + }, + "Profile Image Error": { + "Profile Image Error": "Fel på profilbild" + }, + "Profile activated: %1": { + "Profile activated: %1": "Profil aktiverad: %1" + }, + "Profile deleted": { + "Profile deleted": "Profil raderad" + }, + "Profile error": { + "Profile error": "Profilfel" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Profilbilden är för stor. Använd en mindre bild." + }, + "Profile name": { + "Profile name": "Profilnamn" + }, + "Profile not found": { + "Profile not found": "Profil hittades inte" + }, + "Profile saved: %1": { + "Profile saved: %1": "Profil sparad: %1" + }, + "Protocol": { + "Protocol": "Protokoll" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia är inte tillgängligt" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia är inte tillgängligt – videoskärmsläckaren kräver qt multimediatjänster" + }, + "Quick Access": { + "Quick Access": "Snabbåtkomst" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Snabb åtkomst till appstartare" + }, + "Quick access to color picker": { + "Quick access to color picker": "Snabb åtkomst till färgverktyg" + }, + "Quick access to notepad": { + "Quick access to notepad": "Snabb åtkomst till Anteckningar" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Snabb anteckningspanel som glider ut" + }, + "Quick system toggles": { + "Quick system toggles": "Snabba systemväxlar" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Radie" + }, + "Rain": { + "Rain": "Regn" + }, + "Rain Chance": { + "Rain Chance": "Sannolikhet för nederbörd" + }, + "Rainbow": { + "Rainbow": "Regnbåge" + }, + "Random": { + "Random": "Slumpmässig" + }, + "Rate": { + "Rate": "Hastighet" + }, + "Read:": { + "Read:": "Läst:" + }, + "Reason": { + "Reason": "Orsak" + }, + "Reboot": { + "Reboot": "Starta om" + }, + "Recent Colors": { + "Recent Colors": "Nyligen använda färger" + }, + "Recently Used Apps": { + "Recently Used Apps": "Nyligen använda appar" + }, + "Recommended available": { + "Recommended available": "Rekommenderad tillgänglig" + }, + "Refresh": { + "Refresh": "Uppdatera" + }, + "Refresh Weather": { + "Refresh Weather": "Uppdatera väder" + }, + "Regex": { + "Regex": "Regex" + }, + "Reject": { + "Reject": "Avvisa" + }, + "Reject Jobs": { + "Reject Jobs": "Avvisa jobb" + }, + "Release": { + "Release": "Släpp" + }, + "Reload Plugin": { + "Reload Plugin": "Ladda om tillägg" + }, + "Remaining": { + "Remaining": "Återstående" + }, + "Remaining / Total": { + "Remaining / Total": "Återstående / Totalt" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "Kom ihåg senaste session" + }, + "Remember last user": { + "Remember last user": "Kom ihåg senaste användare" + }, + "Remove": { + "Remove": "Ta bort" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Ta bort widgetutfyllnad" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Ta bort mellanrum och ram när fönster är maximerade" + }, + "Rename": { + "Rename": "Byt namn" + }, + "Rename Session": { + "Rename Session": "Byt namn på session" + }, + "Rename Workspace": { + "Rename Workspace": "Byt namn på arbetsyta" + }, + "Repeat": { + "Repeat": "Upprepa" + }, + "Replacement": { + "Replacement": "Ersättning" + }, + "Report": { + "Report": "Rapport" + }, + "Request Pairing": { + "Request Pairing": "Begär parkoppling" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Kräv att knapp/tangent hålls inne för att bekräfta stäng av, starta om, strömsparläge, viloläge och utloggning" + }, + "Required plugin: ": { + "Required plugin: ": "Obligatoriskt tillägg: " + }, + "Requires %1": { + "Requires %1": "Kräver %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Kräver verktyget 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "Kräver DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "Kräver DWL-kompositor" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Kräver stöd för nattläge" + }, + "Reset": { + "Reset": "Återställ" + }, + "Reset Position": { + "Reset Position": "Återställ position" + }, + "Reset Size": { + "Reset Size": "Återställ storlek" + }, + "Reset to default name": { + "Reset to default name": "Återställ till standardnamn" + }, + "Resize Widget": { + "Resize Widget": "Ändra storlek på widget" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Upplösning och uppdateringsfrekvens" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Upplösning, position, skala" + }, + "Restart DMS": { + "Restart DMS": "Starta om DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Starta om DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Startar om ljudsystemet..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "Återställ fönster från specialarbetsyta" + }, + "Resume": { + "Resume": "Återuppta" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Omvänd rullningsriktning" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Omvänd växlingsriktning på arbetsytor vid rullning över menyraden" + }, + "Revert": { + "Revert": "Återställ" + }, + "Right": { + "Right": "Höger" + }, + "Right Center": { + "Right Center": "Höger mitten" + }, + "Right Section": { + "Right Section": "Höger avdelning" + }, + "Right Tiling": { + "Right Tiling": "Kakla till höger" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Högerklicka och dra var som helst på widgeten" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Högerklicka och dra i det nedre högra hörnet" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Högerklicka på menyradswidget för att växla" + }, + "Ring": { + "Ring": "Ring" + }, + "Ringing": { + "Ringing": "Ringer" + }, + "Ripple Effects": { + "Ripple Effects": "Rippeleffekter" + }, + "Root Filesystem": { + "Root Filesystem": "Rotfilsystem" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Rundade hörn för fönster" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "Rundade hörn för fönster (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "Rundade hörn för fönster (decoration.rounding)" + }, + "Rule": { + "Rule": "Regel" + }, + "Rule Name": { + "Rule Name": "Regelnamn" + }, + "Rules (%1)": { + "Rules (%1)": "Regler (%1)" + }, + "Run Again": { + "Run Again": "Kör igen" + }, + "Run DMS Templates": { + "Run DMS Templates": "Kör DMS-mallar" + }, + "Run User Templates": { + "Run User Templates": "Kör användarmallar" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Kör ett program (t.ex. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Kör ett shellkommando (t.ex. notify-send)" + }, + "Running Apps": { + "Running Apps": "Aktiva appar" + }, + "Running Apps Settings": { + "Running Apps Settings": "Inställningar för aktiva appar" + }, + "Running greeter sync…": { + "Running greeter sync…": "Kör välkomstskärmssynkronisering…" + }, + "SDR Brightness": { + "SDR Brightness": "SDR-ljusstyrka" + }, + "SDR Saturation": { + "SDR Saturation": "SDR-mättnad" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "Spara" + }, + "Save Notepad File": { + "Save Notepad File": "Spara anteckning" + }, + "Save QR Code": { + "Save QR Code": "Spara QR-kod" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Spara och växla mellan bildskärmskonfigurationer" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Spara notiser med kritisk prioritet i historiken" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Spara avvisade notiser i historiken" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Spara notiser med låg prioritet i historiken" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Spara notiser med normal prioritet i historiken" + }, + "Save password": { + "Save password": "Spara lösenord" + }, + "Saved": { + "Saved": "Sparat" + }, + "Saved Configurations": { + "Saved Configurations": "Sparade konfigurationer" + }, + "Saved Note": { + "Saved Note": "Sparad anteckning" + }, + "Saved item deleted": { + "Saved item deleted": "Sparat objekt raderat" + }, + "Saving...": { + "Saving...": "Sparar..." + }, + "Scale": { + "Scale": "Skala" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Skala teckensnitt på DankBar oberoende av systeminställningarna" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "Skala DankBars ikonstorlekar oberoende av systeminställningarna" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Skala alla teckenstorlekar i shell" + }, + "Scan": { + "Scan": "Skanna" + }, + "Scanning": { + "Scanning": "Söker" + }, + "Scanning...": { + "Scanning...": "Söker..." + }, + "Science": { + "Science": "Vetenskap" + }, + "Score": { + "Score": "Poäng" + }, + "Screen Sharing": { + "Screen Sharing": "Skärmdelning" + }, + "Screen sharing": { + "Screen sharing": "Skärmdelning" + }, + "Scroll": { + "Scroll": "Rulla" + }, + "Scroll Factor": { + "Scroll Factor": "Rullningsfaktor" + }, + "Scroll GitHub": { + "Scroll GitHub": "Scroll GitHub" + }, + "Scroll Wheel": { + "Scroll Wheel": "Scrollhjul" + }, + "Scroll song title": { + "Scroll song title": "Rulla låttitel" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Rulla titeln om den inte ryms i widgeten" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Scrollhjulsbeteende på mediawidget" + }, + "Scrolling": { + "Scrolling": "Rullning" + }, + "Search App Actions": { + "Search App Actions": "Sök appåtgärder" + }, + "Search Options": { + "Search Options": "Sökalternativ" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Sök efter tangentkombination, beskrivning eller åtgärdsnamn.\n\nStandardåtgärden kopierar kortkommandot till urklipp.\nHögerklicka eller tryck på högerpil för att fästa kortkommandon – de visas överst när du inte söker." + }, + "Search for a location...": { + "Search for a location...": "Sök efter en plats..." + }, + "Search keybinds...": { + "Search keybinds...": "Sök kortkommandon..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Sök kortkommandon från din kompositor och dina program" + }, + "Search plugins...": { + "Search plugins...": "Sök tillägg..." + }, + "Search processes...": { + "Search processes...": "Sök processer..." + }, + "Search sessions...": { + "Search sessions...": "Sök sessioner..." + }, + "Search themes...": { + "Search themes...": "Sök teman..." + }, + "Search widgets...": { + "Search widgets...": "Sök widgetar..." + }, + "Search...": { + "Search...": "Sök..." + }, + "Searching...": { + "Searching...": "Söker..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Andra faktor (OCH)" + }, + "Secondary": { + "Secondary": "Sekundär" + }, + "Secured": { + "Secured": "Lösenordsskyddad" + }, + "Security": { + "Security": "Säkerhet" + }, + "Security & privacy": { + "Security & privacy": "Säkerhet och integritet" + }, + "Security key mode": { + "Security key mode": "Säkerhetsnyckelläge" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "Säkerhetsnyckelns tillgänglighet kunde inte bekräftas." + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Stöd för säkerhetsnyckel hittades, men ingen registrerad nyckel hittades ännu. Du kan aktivera detta nu och registrera en senare." + }, + "Select": { + "Select": "Välj" + }, + "Select Application": { + "Select Application": "Välj program" + }, + "Select Bar": { + "Select Bar": "Välj menyrad" + }, + "Select Custom Theme": { + "Select Custom Theme": "Välj anpassat tema" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Välj dockens startarikon" + }, + "Select File to Send": { + "Select File to Send": "Välj fil att skicka" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Välj appstartarens ikon" + }, + "Select Profile Image": { + "Select Profile Image": "Välj profilbild" + }, + "Select Video or Folder": { + "Select Video or Folder": "Välj video eller mapp" + }, + "Select Wallpaper": { + "Select Wallpaper": "Välj bakgrundsbild" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Välj bakgrundsbildsmapp" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Välj en standardfärg från färgpaletten eller välj din egen" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Välj en widget att lägga till på skrivbordet. Varje widget är en separat instans med egna inställningar." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Välj en widget att lägga till. Du kan lägga till flera instanser av samma widget om det behövs." + }, + "Select a window...": { + "Select a window...": "Välj ett fönster..." + }, + "Select an image file...": { + "Select an image file...": "Välj en bild..." + }, + "Select at least one provider": { + "Select at least one provider": "Välj minst en leverantör" + }, + "Select device": { + "Select device": "Välj enhet" + }, + "Select device...": { + "Select device...": "Välj enhet..." + }, + "Select driver...": { + "Select driver...": "Välj drivrutin..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Välj teckenstorlek för gränssnittstext" + }, + "Select greeter background image": { + "Select greeter background image": "Välj bakgrundsbild för välkomstskärmen" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Ställ in bakgrundsbild på den här bildskärmen" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Välj monospaceteckensnitt för processlistan och övriga tekniska funktioner" + }, + "Select network": { + "Select network": "Välj nätverk" + }, + "Select system sound theme": { + "Select system sound theme": "Välj systemljudtema" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Välj teckensnitts­familj för gränssnittstext" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Välj palettalgoritm för färger baserade på bakgrundsbilden" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Välj vilka kortkommandoleverantörer som ska inkluderas" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Välj övergångar som visas slumpmässigt" + }, + "Select...": { + "Select...": "Välj..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Den valda bildfilen hittades inte." + }, + "Send": { + "Send": "Skicka" + }, + "Send Clipboard": { + "Send Clipboard": "Skicka urklipp" + }, + "Send File": { + "Send File": "Skicka fil" + }, + "Send SMS": { + "Send SMS": "Skicka SMS" + }, + "Sending": { + "Sending": "Skickar" + }, + "Separator": { + "Separator": "Avskiljare" + }, + "Server": { + "Server": "Server" + }, + "Session Filter": { + "Session Filter": "Sessionsfilter" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Ange anpassat enhetsnamn" + }, + "Set custom name": { + "Set custom name": "Ange anpassat namn" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Ange anpassade namn för dina ljudingångsenheter" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Ange anpassade namn för dina ljudutgångsenheter" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Ställ in olika bakgrundsbilder på varje ansluten bildskärm" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Ställ in olika bakgrundsbilder i ljust och mörkt läge" + }, + "Set key and action to save": { + "Set key and action to save": "Ange tangent och åtgärd för att spara" + }, + "Set notification rules": { + "Set notification rules": "Ange notisregler" + }, + "Settings": { + "Settings": "Inställningar" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Inställningarna är skrivskyddade. Ändringar sparas inte." + }, + "Setup": { + "Setup": "Konfiguration" + }, + "Shadow Color": { + "Shadow Color": "Skuggfärg" + }, + "Shadow Intensity": { + "Shadow Intensity": "Skuggintensitet" + }, + "Shadow Opacity": { + "Shadow Opacity": "Skuggopacitet" + }, + "Shadow Override": { + "Shadow Override": "Skuggöverstyrning" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "Skuggupphöjning på barer och paneler" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "Skuggupphöjning på dialogrutor och dialoger" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "Skuggupphöjning på popupfönster, skärmvisningar och rullgardinsmenyer" + }, + "Shadows": { + "Shadows": "Skuggor" + }, + "Share": { + "Share": "Dela" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Dela gammakontrollinställningar" + }, + "Share Text": { + "Share Text": "Dela text" + }, + "Share URL": { + "Share URL": "Dela URL" + }, + "Shared": { + "Shared": "Delat" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Skift+Del: Rensa allt • Esc: Stäng" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Skift+Retur för att klistra in" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Skift+Retur: Kopiera • Skift+Del: Rensa allt • Esc: Stäng" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Skift+Retur: Klistra in • Skift+Del: Rensa allt • Esc: Stäng" + }, + "Short": { + "Short": "Kort" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Kortkommando (%1)" + }, + "Shortcuts": { + "Shortcuts": "Genvägar" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Kortkommandon (%1)" + }, + "Show": { + "Show": "Visa" + }, + "Show 3rd Party": { + "Show 3rd Party": "Visa tredjepartsappar" + }, + "Show All Tags": { + "Show All Tags": "Visa alla taggar" + }, + "Show Badge": { + "Show Badge": "Visa märke" + }, + "Show CPU": { + "Show CPU": "Visa CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "Visa CPU-graf" + }, + "Show CPU Temp": { + "Show CPU Temp": "Visa CPU-temperatur" + }, + "Show Date": { + "Show Date": "Visa datum" + }, + "Show Disk": { + "Show Disk": "Visa disk" + }, + "Show Dock": { + "Show Dock": "Visa Dock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Visa känns som-temperatur" + }, + "Show Footer": { + "Show Footer": "Visa sidfot" + }, + "Show Forecast": { + "Show Forecast": "Visa prognos" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Visa grafikkortstemperatur" + }, + "Show Header": { + "Show Header": "Visa rubrik" + }, + "Show Hibernate": { + "Show Hibernate": "Visa viloläge" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Visa timvisare" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Visa timvis prognos" + }, + "Show Humidity": { + "Show Humidity": "Visa luftfuktighet" + }, + "Show Launcher Button": { + "Show Launcher Button": "Visa startarknapp" + }, + "Show Line Numbers": { + "Show Line Numbers": "Visa radnummer" + }, + "Show Location": { + "Show Location": "Visa plats" + }, + "Show Lock": { + "Show Lock": "Visa lås" + }, + "Show Log Out": { + "Show Log Out": "Visa utloggning" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Visa Material Design-rippelanimationer på interaktiva element" + }, + "Show Media Player": { + "Show Media Player": "Visa mediespelaren" + }, + "Show Memory": { + "Show Memory": "Visa minne" + }, + "Show Memory Graph": { + "Show Memory Graph": "Visa minnesgraf" + }, + "Show Memory in GB": { + "Show Memory in GB": "Visa minne i GB" + }, + "Show Network": { + "Show Network": "Visa nätverk" + }, + "Show Network Graph": { + "Show Network Graph": "Visa nätverksgraf" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Visa bara aktiva arbetsytor" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Visa overflow-märkesantal" + }, + "Show Password Field": { + "Show Password Field": "Visa lösenordsfält" + }, + "Show Power Actions": { + "Show Power Actions": "Visa strömåtgärder" + }, + "Show Power Off": { + "Show Power Off": "Visa stäng av" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Visa nederbördssannolikhet" + }, + "Show Pressure": { + "Show Pressure": "Visa lufttryck" + }, + "Show Profile Image": { + "Show Profile Image": "Visa profilbild" + }, + "Show Reboot": { + "Show Reboot": "Visa omstart" + }, + "Show Restart DMS": { + "Show Restart DMS": "Visa DMS-omstart" + }, + "Show Saved Items": { + "Show Saved Items": "Visa sparade objekt" + }, + "Show Seconds": { + "Show Seconds": "Visa sekunder" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Visa soluppgång/solnedgång" + }, + "Show Suspend": { + "Show Suspend": "Visa strömsparläge" + }, + "Show Swap": { + "Show Swap": "Visa växlingsutrymme" + }, + "Show System Date": { + "Show System Date": "Visa systemdatum" + }, + "Show System Icons": { + "Show System Icons": "Visa systemikoner" + }, + "Show System Time": { + "Show System Time": "Visa systemtid" + }, + "Show Top Processes": { + "Show Top Processes": "Visa toppprocesser" + }, + "Show Weather Condition": { + "Show Weather Condition": "Visa väderförhållanden" + }, + "Show Week Number": { + "Show Week Number": "Visa veckonummer" + }, + "Show Welcome": { + "Show Welcome": "Visa välkomstskärm" + }, + "Show Wind Speed": { + "Show Wind Speed": "Visa vindhastighet" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Visa appar i en arbetsyta" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Visa alla 9 taggar istället för bara aktiva taggar (endast DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Visa en konturring runt den fokuserade arbetsytans indikator" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Visa cava-ljudvisualiserare i mediawidget" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Visa mörklagt överlägg bakom modala dialogrutor" + }, + "Show device": { + "Show device": "Visa enhet" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Visa docken när flytande fönster inte överlappar dess område" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Visa droppskugga på notisbanderoller. Kräver att M3-upphöjning är aktiverat i Teman och färger." + }, + "Show in GB": { + "Show in GB": "Visa i GB" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Visa startarens överlägg när du skriver i Niri-översikten. Avaktivera för att använda en annan startare." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Visa lägesflikar och tangentbordstips längst ned." + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "Visa notisbanderoller bara på den aktuellt fokuserade bildskärmen" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "Visa notiser bara på den aktuellt fokuserade bildskärmen" + }, + "Show on Last Display": { + "Show on Last Display": "Visa på sista bildskärm" + }, + "Show on Overlay": { + "Show on Overlay": "Visa på överlägg" + }, + "Show on Overview": { + "Show on Overview": "Visa på Översikt" + }, + "Show on Overview Only": { + "Show on Overview Only": "Visa bara i översikt" + }, + "Show on all connected displays": { + "Show on all connected displays": "Visa på alla anslutna bildskärmar" + }, + "Show on screens:": { + "Show on screens:": "Visa på bildskärm:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Visa skärmvisning när ljusstyrkan ändras" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Visa skärmvisning när Caps Lock-status ändras" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Visa skärmvisning när ljudutgångsenheter växlas" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Visa skärmvisning när inaktivitetsstatus ändras" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "Visa skärmvisning när mediaspecelarens status ändras" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Visa skärmvisning när mediaspelaren ändrar volym" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Visa skärmvisning när mikrofonen tystas/aktiveras" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Visa skärmvisning när energiprofilen ändras" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Visa skärmvisning när volymen ändras" + }, + "Show seconds": { + "Show seconds": "Visa sekunder" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Visa väderinformation i menyraden och kontrollcentret" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "Visa veckonummer i kalendern" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Visa indexnummer på arbetsytan på växlaren i menyraden" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Visa arbetsytans namn på horisontella barer, och första bokstaven på vertikala barer" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Visa arbetsytor på den aktuellt fokuserade bildskärmen" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Visa aktiva appar och indikera appen i fokus" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Visa aktiv arbetsyta och växla arbetsytor" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Visar när Caps Lock är aktiverat" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Visa när mikrofon, kamera, eller skärmdelning är aktiv" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Stäng av" + }, + "Signal": { + "Signal": "Signal" + }, + "Signal:": { + "Signal:": "Signal:" + }, + "Size": { + "Size": "Storlek" + }, + "Size Constraints": { + "Size Constraints": "Storleksbegränsningar" + }, + "Size Offset": { + "Size Offset": "Storleksförskjutning" + }, + "Sizing": { + "Sizing": "Storlek" + }, + "Skip": { + "Skip": "Hoppa över" + }, + "Skip confirmation": { + "Skip confirmation": "Hoppa över bekräftelse" + }, + "Skip setup": { + "Skip setup": "Hoppa över konfiguration" + }, + "Small": { + "Small": "Liten" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Smartkortsautentisering" + }, + "Smartcard PIN": { + "Smartcard PIN": "Smartkorts-PIN" + }, + "Snap": { + "Snap": "Knäppa" + }, + "Snow": { + "Snow": "Snö" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Några tillägg kräver en nyare version av DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Sortera alfabetiskt" + }, + "Sort By": { + "Sort By": "Sortera efter" + }, + "Sorting & Layout": { + "Sorting & Layout": "Sortering & layout" + }, + "Sound Theme": { + "Sound Theme": "Ljudtema" + }, + "Sounds": { + "Sounds": "Ljud" + }, + "Space between windows": { + "Space between windows": "Mellanrum mellan fönster" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "Mellanrum mellan fönster (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "Mellanrum mellan fönster (gaps_in och gaps_out)" + }, + "Spacer": { + "Spacer": "Mellanrum" + }, + "Spacing": { + "Spacing": "Mellanrum" + }, + "Speaker settings": { + "Speaker settings": "Högtalarinställningar" + }, + "Speed": { + "Speed": "Hastighet" + }, + "Spool Area Full": { + "Spool Area Full": "Utskriftskön full" + }, + "Square Corners": { + "Square Corners": "Fyrkantiga kanter" + }, + "Stacked": { + "Stacked": "Staplade" + }, + "Standard": { + "Standard": "Standard" + }, + "Start": { + "Start": "Start" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "Starta KDE Connect eller Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Starta KDE Connect eller Valent för att använda detta tillägg" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Skriv dina anteckningar här..." + }, + "State": { + "State": "Tillstånd" + }, + "Status": { + "Status": "Status" + }, + "Stopped": { + "Stopped": "Stoppad" + }, + "Stopped Partly": { + "Stopped Partly": "Delvis stoppad" + }, + "Stopping": { + "Stopping": "Stoppar" + }, + "Stretch": { + "Stretch": "Sträck ut" + }, + "Stripes": { + "Stripes": "Ränder" + }, + "Summary": { + "Summary": "Sammanfattning" + }, + "Sunrise": { + "Sunrise": "Soluppgång" + }, + "Sunset": { + "Sunset": "Solnedgång" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Undertryck notisbanderoller när aktiverat" + }, + "Surface": { + "Surface": "Yta" + }, + "Surface Variant": { + "Surface Variant": "Ytvariant" + }, + "Suspend": { + "Suspend": "Strömsparläge" + }, + "Suspend behavior": { + "Suspend behavior": "Strömsparlägestägning" + }, + "Suspend system after": { + "Suspend system after": "Ställ systemet i strömsparläge efter" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Sätt i strömsparläge och sedan viloläge" + }, + "Sway Website": { + "Sway Website": "Sways webbplats" + }, + "Switch User": { + "Switch User": "Byt användare" + }, + "Switch to power profile": { + "Switch to power profile": "Byt till energiprofil" + }, + "Sync": { + "Sync": "Synka" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Synkronisera läge med portal" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Synkronisera popupfönster och dialogrutor" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Synkronisera position mellan skärmar" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "Synkronisering klar." + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Synkronisera mörkt läge med inställningsportalar för systemomfattande tematips" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "Synkronisering misslyckades i bakgrundsläge. Försöker med terminalläge för interaktiv autentisering." + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "Synkronisering kräver sudo-autentisering. Öppnar terminal för lösenord eller fingeravtryck." + }, + "System": { + "System": "System" + }, + "System App Theming": { + "System App Theming": "Systemapptema" + }, + "System Check": { + "System Check": "Systemkontroll" + }, + "System Default": { + "System Default": "Systemstandard" + }, + "System Information": { + "System Information": "Systeminformation" + }, + "System Monitor": { + "System Monitor": "Systemövervakning" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Systemövervakning otillgänglig" + }, + "System Sounds": { + "System Sounds": "Systemljud" + }, + "System Tray": { + "System Tray": "Statusmeny" + }, + "System Update": { + "System Update": "Systemuppdatering" + }, + "System Updater": { + "System Updater": "Systemuppdaterare" + }, + "System Updates": { + "System Updates": "Systemuppdateringar" + }, + "System notification area icons": { + "System notification area icons": "Visa ikon för systemnotiser" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Systemljud är inte tillgängliga. Installera %1 för ljudstöd." + }, + "System theme toggle": { + "System theme toggle": "Växla systemtema" + }, + "System toast notifications": { + "System toast notifications": "Systemnotiser" + }, + "System update custom command": { + "System update custom command": "Anpassat kommando för systemuppdatering" + }, + "Tab": { + "Tab": "Flik" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Skift+Tab: Navigering • ←→↑↓: Rutnätsnavigering • Retur/Blanksteg: Välj" + }, + "Terminal": { + "Terminal": "Terminal" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Ytterligare parametrar för terminalen" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminalåterfall misslyckades. Installera en av de stödda terminalemulatorerna eller kör 'dms greeter sync' manuellt." + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "Terminalåterfall öppnat. Slutför synkroniseringen där; det stängs automatiskt när det är klart." + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "Terminalmultiplexerbakgrundstjänst att använda" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "Terminal öppnad. Slutför synkroniseringsautentiseringen där; det stängs automatiskt när det är klart." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminaler – Använd alltid mörkt tema" + }, + "Test Connection": { + "Test Connection": "Testa anslutning" + }, + "Test Page": { + "Test Page": "Testsida" + }, + "Test page sent to printer": { + "Test page sent to printer": "Testsida skickad till skrivaren" + }, + "Testing...": { + "Testing...": "Testar..." + }, + "Text": { + "Text": "Text" + }, + "Text Color": { + "Text Color": "Textfärg" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "Verktyget 'dgop' krävs för systemövervakning.\nInstallera dgop för att använda den här funktionen." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Miljövariabeln DMS_SOCKET har antingen inte ställts in eller socketen är otillgänglig. DMS_SOCKET krävs för att hantera tillägg automatiskt." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Inställningarna nedan kommer att modifiera dina GTK- och Qt-inställningar. Om du vill behålla dina konfigurationer, vänligen säkerhetskopiera (qt5ct.conf|qt6ct.conf och ~/.config/gtk-3.0|gtk-4.0)" + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "Det anpassade kommandot som används vid anslutning till sessioner (tar emot sessionsnamnet som första argument)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "Skrivarens jobbkö är tom" + }, + "Theme & Colors": { + "Theme & Colors": "Teman och färger" + }, + "Theme Color": { + "Theme Color": "Temafärg" + }, + "Theme Registry": { + "Theme Registry": "Temaregister" + }, + "Themes": { + "Themes": "Teman" + }, + "Thickness": { + "Thickness": "Tjocklek" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Varning för tredjepartstillägg" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Tredjepartstillägg skapas av gemenskapen och har inte officiellt stöd av DankMaterialShell.\n\nDe här tilläggen kan utgöra en risk för din säkerhet och integritet – installera på egen risk." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Denna bindning åsidosätts av config.kdl" + }, + "This may take a few seconds": { + "This may take a few seconds": "Detta kan ta några sekunder" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Detta tillägg saknar behörigheten 'settings_write'.\n\nLägg till \"permissions\": [\"settings_read\", \"settings_write\"] i plugin.json" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Den här widgeten förhindrar att grafikkortet stängs av, vilket kan kraftigt minska batteritiden på bärbara datorer. Vi rekommenderar att inte använda den på bärbara datorer med både inbyggd och diskret grafik." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Detta raderar alla ofästa poster. %1 fästa poster behålls." + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Urklippshistorik kommer att raderas permanent." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Detta tar permanent bort det sparade urklippsobjektet. Åtgärden kan inte ångras." + }, + "Thunderstorm": { + "Thunderstorm": "Åskväder" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Åskväder med hagel" + }, + "Tile": { + "Tile": "Kakla" + }, + "Tile H": { + "Tile H": "Kakla H" + }, + "Tile V": { + "Tile V": "Kakla V" + }, + "Tiled": { + "Tiled": "Kaklat" + }, + "Tiled State": { + "Tiled State": "Kaklat tillstånd" + }, + "Tiling": { + "Tiling": "Kakelläge" + }, + "Time": { + "Time": "Tid" + }, + "Time & Date Locale": { + "Time & Date Locale": "Språk för tid och datum" + }, + "Time & Weather": { + "Time & Weather": "Tid och väder" + }, + "Time Format": { + "Time Format": "Tidsformat" + }, + "Time format": { + "Time format": "Tidsformat" + }, + "Time remaining: %1": { + "Time remaining: %1": "Återstående tid: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Tid till fullt: %1" + }, + "Timed Out": { + "Timed Out": "Tidsgräns överskriden" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Tidsgräns för aviseringar med kritisk prioritet" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Tidsgräns för aviseringar med låg prioritet" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Tidsgräns för aviseringar med normal prioritet" + }, + "Title": { + "Title": "Titel" + }, + "Title regex (optional)": { + "Title regex (optional)": "Titelregex (valfritt)" + }, + "To Full": { + "To Full": "Till full" + }, + "To update, run the following command:": { + "To update, run the following command:": "Kör följande kommando för att uppdatera:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "För att använda denna DMS-kommando, ta bort eller ändra kortkommandot i din config.kdl" + }, + "Toast Messages": { + "Toast Messages": "Notisbanderoller" + }, + "Today": { + "Today": "Idag" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Växla synlighet för denna menyradskonfiguration" + }, + "Toggling...": { + "Toggling...": "Växlar..." + }, + "Tomorrow": { + "Tomorrow": "Imorgon" + }, + "Tonal Spot": { + "Tonal Spot": "Tonalpunkt" + }, + "Toner Empty": { + "Toner Empty": "Tonern är slut" + }, + "Toner Low": { + "Toner Low": "Låg tonernivå" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "För många misslyckade försök – kontot kan vara låst" + }, + "Tools": { + "Tools": "Verktyg" + }, + "Top": { + "Top": "Topp" + }, + "Top (Default)": { + "Top (Default)": "Topp (standard)" + }, + "Top Bar Format": { + "Top Bar Format": "Datumformat i menyrad" + }, + "Top Center": { + "Top Center": "Övre mitten" + }, + "Top Left": { + "Top Left": "Övre vänster" + }, + "Top Processes": { + "Top Processes": "Toppprocesser" + }, + "Top Right": { + "Top Right": "Övre höger" + }, + "Top Section": { + "Top Section": "Topp-avdelning" + }, + "Total": { + "Total": "Totalt" + }, + "Total Jobs": { + "Total Jobs": "Totalt antal jobb" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Transformera" + }, + "Transition Effect": { + "Transition Effect": "Övergångseffekt" + }, + "Transparency": { + "Transparency": "Genomskinlighet" + }, + "Trending GIFs": { + "Trending GIFs": "Trendande GIF:er" + }, + "Trending Stickers": { + "Trending Stickers": "Trendande klistermärken" + }, + "Trigger": { + "Trigger": "Utlösare" + }, + "Trigger Prefix": { + "Trigger Prefix": "Utlösarprefix" + }, + "Trigger: %1": { + "Trigger: %1": "Utlösare: %1" + }, + "Trust": { + "Trust": "Lita på" + }, + "Try a different search": { + "Try a different search": "Prova en annan sökning" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Stäng av alla bildskärmar direkt när låsskärmen aktiveras" + }, + "Turn off monitors after": { + "Turn off monitors after": "Stäng av bildskärmar efter" + }, + "Type": { + "Type": "Typ" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Skriv minst 2 tecken" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Skriv detta prefix för att söka kortkommandon" + }, + "Type to search files": { + "Type to search files": "Skriv för att söka filer" + }, + "Typography": { + "Typography": "Typografi" + }, + "Typography & Motion": { + "Typography & Motion": "Typografi & rörelse" + }, + "Unavailable": { + "Unavailable": "Otillgänglig" + }, + "Unfocused Color": { + "Unfocused Color": "Ofokuserad färg" + }, + "Ungrouped": { + "Ungrouped": "Inte grupperad" + }, + "Uninstall": { + "Uninstall": "Avinstallera" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Avinstallera välkomstskärm" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Avinstallera tillägg" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Avinstallation klar. Välkomstskärmen har tagits bort." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Avinstallation misslyckades: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Avinstallera DMS-välkomstskärmen? Detta tar bort konfigurationen och återställer din tidigare displayhanterare. En terminal öppnas för sudo-autentisering." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Avinstallerat: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Avinstallerar: %1" + }, + "Unknown": { + "Unknown": "Okänd" + }, + "Unknown App": { + "Unknown App": "Okänd app" + }, + "Unknown Artist": { + "Unknown Artist": "Okänd artist" + }, + "Unknown Config": { + "Unknown Config": "Okänd konfiguration" + }, + "Unknown Device": { + "Unknown Device": "Okänd enhet" + }, + "Unknown GPU": { + "Unknown GPU": "Okänt grafikkort" + }, + "Unknown Monitor": { + "Unknown Monitor": "Okänd bildskärm" + }, + "Unknown Network": { + "Unknown Network": "Okänt nätverk" + }, + "Unknown Title": { + "Unknown Title": "Okänd titel" + }, + "Unknown Track": { + "Unknown Track": "Okänt spår" + }, + "Unload on Close": { + "Unload on Close": "Avlasta vid stängning" + }, + "Unmute": { + "Unmute": "Slå på ljud" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Slå på banderoller för %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Namnlös regel" + }, + "Unpair": { + "Unpair": "Ta bort parkoppling" + }, + "Unpair failed": { + "Unpair failed": "Bortkoppling misslyckades" + }, + "Unpin": { + "Unpin": "Ta bort fästning" + }, + "Unpin from Dock": { + "Unpin from Dock": "Ta bort från Dock" + }, + "Unsaved Changes": { + "Unsaved Changes": "Osparade ändringar" + }, + "Unsaved changes": { + "Unsaved changes": "Osparade ändringar" + }, + "Unsaved note...": { + "Unsaved note...": "Osparad anteckning..." + }, + "Untitled": { + "Untitled": "Inget namn" + }, + "Untrust": { + "Untrust": "Lita inte på" + }, + "Up to date": { + "Up to date": "Uppdaterat" + }, + "Update": { + "Update": "Uppdatera" + }, + "Update All": { + "Update All": "Uppdatera alla" + }, + "Update Plugin": { + "Update Plugin": "Uppdatera tillägg" + }, + "Uptime": { + "Uptime": "Drifttid" + }, + "Uptime:": { + "Uptime:": "Drifttid:" + }, + "Urgent Color": { + "Urgent Color": "Brådskande färg" + }, + "Usage Tips": { + "Usage Tips": "Användartips" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Använd 24-timmarsklocka istället för 12-timmarsklocka" + }, + "Use Custom Command": { + "Use Custom Command": "Använd anpassat kommando" + }, + "Use Grid Layout": { + "Use Grid Layout": "Använd rutnätslayout" + }, + "Use IP Location": { + "Use IP Location": "Använd IP-plats" + }, + "Use Imperial Units": { + "Use Imperial Units": "Använd imperiska enheter" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Använd imperiska enheter (°F, mph, inHg) istället för metriska (°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Använd monospaceteckensnitt" + }, + "Use System Theme": { + "Use System Theme": "Använd systemtema" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "Använd en anpassad bild för inloggningsskärmen, eller lämna tomt för att använda skrivbordets bakgrundsbild." + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Använd en fast skuggriktning för denna menyrad" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "Använd en säkerhetsnyckel för låsskärmsautentisering." + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Använd en extern bakgrundsbildshanterare som swww, hyprpaper eller swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Använd animerade vågiga förloppsrader för mediauppspelning" + }, + "Use custom border size": { + "Use custom border size": "Använd anpassad ramstorlek" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Använd anpassad ram/fokusring-bredd" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Använd ett anpassat kommando för att uppdatera systemet" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Använd anpassade mellanrum istället för menyradsavstånd" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Använd anpassad fönsterradie istället för temaradie" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "Använd anpassad fönsteravrundning istället för temaradie" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Använd skrivbordets bakgrundsbild" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "Använd fingeravtrycksautentisering för låsskärmen." + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Använd ljust läge istället för mörkt läge" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Använd meter per sekund istället för km/h för vindhastighet" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Använd mindre notiskort" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Använd ljudtemat från systeminställningarna" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Använd samma position och storlek på alla bildskärmar" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Använd utlösarprefix för att aktivera" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Används när accentfärgen är inställd på Anpassad" + }, + "User": { + "User": "Användare" + }, + "Username": { + "Username": "Användarnamn" + }, + "Username...": { + "Username...": "Användarnamn..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Använder soluppgång/solnedgångstider baserat på din plats." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Använder soluppgång och solnedgång till att automatiskt schemalägga nattläge utifrån din plats." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Använder delade inställningar från Gammakontroll" + }, + "Utilities": { + "Utilities": "Verktyg" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN-anslutningar" + }, + "VPN Password": { + "VPN Password": "VPN-lösenord" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN-konfiguration uppdaterad" + }, + "VPN connections": { + "VPN connections": "VPN-anslutningar" + }, + "VPN deleted": { + "VPN deleted": "VPN raderat" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN importerat: %1" + }, + "VPN not available": { + "VPN not available": "VPN är inte tillgängligt" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "Visa VPN-status och snabbanslutning" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR endast helskärm" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR vid behov" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Variabel uppdateringsfrekvens" + }, + "Verification": { + "Verification": "Verifiering" + }, + "Version": { + "Version": "Version" + }, + "Vertical Deck": { + "Vertical Deck": "Vertikal kortlek" + }, + "Vertical Grid": { + "Vertical Grid": "Vertikalt rutnät" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Vertikal rullning" + }, + "Vertical Tiling": { + "Vertical Tiling": "Kakla vertikalt" + }, + "Vibrant": { + "Vibrant": "Livlig" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Livlig palett med lekfull mättnad." + }, + "Video Path": { + "Video Path": "Videosökväg" + }, + "Video Screensaver": { + "Video Screensaver": "Videoskärmsläckare" + }, + "Videos": { + "Videos": "Videor" + }, + "View Mode": { + "View Mode": "Visningsläge" + }, + "Visibility": { + "Visibility": "Synlighet" + }, + "Visual Effects": { + "Visual Effects": "Visuella effekter" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Avskiljare mellan widgetar" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Animerad övergång som spelas vid byte av bakgrundsbild" + }, + "Volume": { + "Volume": "Volym" + }, + "Volume Changed": { + "Volume Changed": "Volymen ändrades" + }, + "Volume Slider": { + "Volume Slider": "Volymreglage" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Volym, ljusstyrka och andra systemskärmvisningar" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Bakgrundsbild" + }, + "Wallpaper Error": { + "Wallpaper Error": "Bakgrundsbildsfel" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Bakgrundsbildskärm" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Bakgrundsbildsfyllningsläge" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Bakgrundsbildsbearbetning misslyckades" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Bakgrundsbildsbearbetning misslyckades – kontrollera sökvägen" + }, + "Wallpapers": { + "Wallpapers": "Bakgrundsbilder" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Varm färgtemperatur att applicera" + }, + "Warning": { + "Warning": "Varning" + }, + "Warnings": { + "Warnings": "Varningar" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Vågig förloppsrad" + }, + "Weather": { + "Weather": "Väder" + }, + "Weather Widget": { + "Weather Widget": "Väderwidget" + }, + "Welcome": { + "Welcome": "Välkommen" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Välkommen till DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "När du klickar på ett dockfönster i en Hyprland-specialarbetsyta, ta tillbaka den specialarbetsytan innan fönstret fokuseras" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "När aktiverat sorteras appar alfabetiskt. När avaktiverat sorteras appar efter användningsfrekvens." + }, + "When locked": { + "When locked": "När låst" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "När uppdateringswidgeten används, dölj den om ingen uppdatering hittas" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi-lösenord" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wi-Fi och Ethernet-anslutning" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi är inte tillgängligt" + }, + "WiFi": { + "WiFi": "Wi-Fi" + }, + "WiFi Device": { + "WiFi Device": "Wi-Fi-enhet" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "Wi-Fi QR-kod för " + }, + "WiFi disabled": { + "WiFi disabled": "Wi-Fi är avaktiverat" + }, + "WiFi enabled": { + "WiFi enabled": "Wi-Fi är aktiverat" + }, + "WiFi is off": { + "WiFi is off": "Wi-Fi är av" + }, + "WiFi off": { + "WiFi off": "Wi-Fi av" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Bred (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Bakgrundsfärg för widget" + }, + "Widget Management": { + "Widget Management": "Widgethantering" + }, + "Widget Outline": { + "Widget Outline": "Widgetkantlinje" + }, + "Widget Style": { + "Widget Style": "Widgetstil" + }, + "Widget Styling": { + "Widget Styling": "Widgetstil" + }, + "Widget Transparency": { + "Widget Transparency": "Genomskinlighet på widget" + }, + "Widget added": { + "Widget added": "Widget tillagd" + }, + "Widget removed": { + "Widget removed": "Widget borttagen" + }, + "Widgets": { + "Widgets": "Widgetar" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Widgetar, layout, stil" + }, + "Width": { + "Width": "Bredd" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "Bredd på fönsterram (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "Bredd på fönsterram (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Bredd på fönsterram och fokusring" + }, + "Wind": { + "Wind": "Vind" + }, + "Wind Speed": { + "Wind Speed": "Vindhastighet" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Vindhastighet i m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "Fönsterhörnradie" + }, + "Window Gaps": { + "Window Gaps": "Fönstermellanrum" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Fönstermellanrum (px)" + }, + "Window Height": { + "Window Height": "Fönsterhöjd" + }, + "Window Opening": { + "Window Opening": "Fönsteröppning" + }, + "Window Rounding": { + "Window Rounding": "Fönsteravrundning" + }, + "Window Rules": { + "Window Rules": "Fönsterregler" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "Inkludering av fönsterregler saknas" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "Fönsterregler inte konfigurerade" + }, + "Wipe": { + "Wipe": "Sudda" + }, + "Workspace": { + "Workspace": "Arbetsyta" + }, + "Workspace Appearance": { + "Workspace Appearance": "Utseende på arbetsyta" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Indexnummer på arbetsyta" + }, + "Workspace Names": { + "Workspace Names": "Namn på arbetsytor" + }, + "Workspace Padding": { + "Workspace Padding": "Minst antal alltid synliga arbetsytor" + }, + "Workspace Settings": { + "Workspace Settings": "Inställningar för arbetsytor" + }, + "Workspace Switcher": { + "Workspace Switcher": "Växla arbetsytor" + }, + "Workspace name": { + "Workspace name": "Arbetsytans namn" + }, + "Workspaces": { + "Workspaces": "Arbetsytor" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Arbetsytor & widgetar" + }, + "Write:": { + "Write:": "Skrivit:" + }, + "X Axis": { + "X Axis": "X-axel" + }, + "Y Axis": { + "Y Axis": "Y-axel" + }, + "Yes": { + "Yes": "Ja" + }, + "Yesterday": { + "Yesterday": "Igår" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Du har osparade ändringar. Vill du spara dem innan du stänger fliken?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Du har osparade ändringar. Vill du spara dem innan du fortsätter?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Du har osparade ändringar. Vill du spara dem innan du skapar en ny fil?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Du har osparade ändringar. Vill du spara dem innan du öppnar en fil?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Du måste ange antingen:\nQT_QPA_PLATFORMTHEME=gtk3 ELLER\nQT_QPA_PLATFORMTHEME=qt6ct\nsom miljövariabler och sedan starta om skalet.\n\nqt6ct kräver att qt6ct-kde är installerat." + }, + "You're All Set!": { + "You're All Set!": "Allt är klart!" + }, + "Your system is up to date!": { + "Your system is up to date!": "Ditt system är uppdaterat!" + }, + "actions": { + "actions": "åtgärder" + }, + "attached": { + "attached": "ansluten" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "av %1" + }, + "days": { + "days": "dagar" + }, + "detached": { + "detached": "frånkopplad" + }, + "device": { + "device": "enhet" + }, + "devices connected": { + "devices connected": "enheter anslutna" + }, + "dgop not available": { + "dgop not available": "dgop är inte tillgängligt" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms är ett mycket anpassningsbart, modernt skrivbordsskal med en Material 3-inspirerad design.

Det är byggt med Quickshell, ett QT6-ramverk för att bygga skrivbordsskal, och Go, ett statiskt typat kompilerat programmeringsspråk." + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "dms/cursor-konfigurationen finns men ingår inte. Markörsinställningar tillämpas inte." + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs-konfigurationen finns men ingår inte i din kompositorkonfiguration. Bildskärmsändringar sparas inte." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "t.ex. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "t.ex. focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "t.ex. notify-send 'Hej' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "t.ex. scratch, /^tmp_.*/, build" + }, + "events": { + "events": "händelser" + }, + "ext": { + "ext": "tillägg" + }, + "featured": { + "featured": "utvald" + }, + "leave empty for default": { + "leave empty for default": "lämna tomt för standard" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl inte tillgänglig – låsintegration kräver DMS-socketanslutning" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "mangowc Discord-server" + }, + "mangowc GitHub": { + "mangowc GitHub": "mangowc GitHub" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "Matugen hittades inte – installera matugen-paketet för dynamisk tematisering" + }, + "minutes": { + "minutes": "minuter" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "nav" + }, + "niri GitHub": { + "niri GitHub": "niri GitHub" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "niri Matrix-chatt" + }, + "niri shortcuts config": { + "niri shortcuts config": "niri-kortkommandokonfiguration" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "nu" + }, + "official": { + "official": "officiell" + }, + "on Hyprland": { + "on Hyprland": "på Hyprland" + }, + "on MangoWC": { + "on MangoWC": "på MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "på Miracle WM" + }, + "on Niri": { + "on Niri": "på Niri" + }, + "on Scroll": { + "on Scroll": "på Scroll" + }, + "on Sway": { + "on Sway": "på Sway" + }, + "open": { + "open": "öppna" + }, + "or run ": { + "or run ": "eller kör " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon är inte tillgänglig" + }, + "procs": { + "procs": "proc." + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri Subreddit" + }, + "seconds": { + "seconds": "sekunder" + }, + "source": { + "source": "källa" + }, + "this app": { + "this app": "den här appen" + }, + "up": { + "up": "upp" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "Uppdatera DMS för NM-intergration." + }, + "v%1 by %2": { + "v%1 by %2": "v%1 av %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype är inte tillgängligt – installera wtype för inklistrningsstöd" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Installera endast från trovärdiga källor." + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Månad (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - Månad (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Månad (jan)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - Månad (januari)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Tillägg kan innehålla buggar och säkerhetsrisker" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Granska källkoden innan du installerar om möjligheten finns" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Dag (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Dag (1-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Dagens namn (mån)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Dagens namn (måndag)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - År (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - År (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Navigera • Blanksteg: Expandera • Retur: Åtgärd/Expandera • E: Text" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: Navigera • Retur/Ctrl+C: Kopiera • Del: Radera • F10: Hjälp" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: Navigera • Retur: Klistra in • Del: Radera • F10: Hjälp" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/tr.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/tr.json new file mode 100644 index 0000000..a2ebd69 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/tr.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "" + }, + "%1 Sessions": { + "%1 Sessions": "" + }, + "%1 active session": { + "%1 active session": "" + }, + "%1 active sessions": { + "%1 active sessions": "" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "" + }, + "%1 character": { + "%1 character": "" + }, + "%1 characters": { + "%1 characters": "%1 karakter" + }, + "%1 connected": { + "%1 connected": "%1 bağlı" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "" + }, + "%1 disconnected": { + "%1 disconnected": "" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "" + }, + "%1 display": { + "%1 display": "" + }, + "%1 displays": { + "%1 displays": "" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "" + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "" + }, + "%1 filtered": { + "%1 filtered": "" + }, + "%1 is now included in config": { + "%1 is now included in config": "" + }, + "%1 issue found": { + "%1 issue found": "" + }, + "%1 issues found": { + "%1 issues found": "" + }, + "%1 notifications": { + "%1 notifications": "" + }, + "%1 update": { + "%1 update": "" + }, + "%1 updates": { + "%1 updates": "" + }, + "%1 variants": { + "%1 variants": "%1 varyant" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "" + }, + "%1 widgets": { + "%1 widgets": "%1 widget" + }, + "%1 window": { + "%1 window": "" + }, + "%1 windows": { + "%1 windows": "" + }, + "%1m ago": { + "%1m ago": "%1dk önce" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "" + }, + "(Default)": { + "(Default)": "" + }, + "(Unnamed)": { + "(Unnamed)": "(İsimsiz)" + }, + "+ %1 more": { + "+ %1 more": "" + }, + "/path/to/videos": { + "/path/to/videos": "" + }, + "0 = square corners": { + "0 = square corners": "0 = kare köşeler" + }, + "1 day": { + "1 day": "1 gün" + }, + "1 device connected": { + "1 device connected": "" + }, + "1 event": { + "1 event": "1 etkinlik" + }, + "1 hour": { + "1 hour": "" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "" + }, + "1 minute": { + "1 minute": "1 dakika" + }, + "1 notification": { + "1 notification": "" + }, + "1 second": { + "1 second": "1 saniye" + }, + "10 minutes": { + "10 minutes": "10 dakika" + }, + "10 seconds": { + "10 seconds": "10 saniye" + }, + "10-bit Color": { + "10-bit Color": "10-bit Renk" + }, + "12 hours": { + "12 hours": "" + }, + "14 days": { + "14 days": "14 gün" + }, + "15 minutes": { + "15 minutes": "" + }, + "15 seconds": { + "15 seconds": "15 saniye" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "" + }, + "2 minutes": { + "2 minutes": "2 dakika" + }, + "2 seconds": { + "2 seconds": "" + }, + "20 minutes": { + "20 minutes": "" + }, + "20 seconds": { + "20 seconds": "" + }, + "24-Hour Format": { + "24-Hour Format": "24-Saat Biçimi" + }, + "24-hour clock": { + "24-hour clock": "" + }, + "24-hour format": { + "24-hour format": "24-saat biçimi" + }, + "25 seconds": { + "25 seconds": "" + }, + "250 ms": { + "250 ms": "" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 gün" + }, + "3 hours": { + "3 hours": "" + }, + "3 minutes": { + "3 minutes": "" + }, + "3 seconds": { + "3 seconds": "3 saniye" + }, + "30 days": { + "30 days": "30 gün" + }, + "30 minutes": { + "30 minutes": "" + }, + "30 seconds": { + "30 seconds": "30 saniye" + }, + "35 seconds": { + "35 seconds": "" + }, + "3rd party": { + "3rd party": "Üçüncü taraf" + }, + "4 hours": { + "4 hours": "" + }, + "4 seconds": { + "4 seconds": "" + }, + "40 seconds": { + "40 seconds": "" + }, + "45 seconds": { + "45 seconds": "" + }, + "5 minutes": { + "5 minutes": "5 dakika" + }, + "5 seconds": { + "5 seconds": "5 saniye" + }, + "50 seconds": { + "50 seconds": "" + }, + "500 ms": { + "500 ms": "" + }, + "55 seconds": { + "55 seconds": "" + }, + "6 hours": { + "6 hours": "" + }, + "7 days": { + "7 days": "7 gün" + }, + "750 ms": { + "750 ms": "" + }, + "8 hours": { + "8 hours": "" + }, + "8 seconds": { + "8 seconds": "8 saniye" + }, + "90 days": { + "90 days": "90 gün" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "Bu isimde bir dosya zaten var. Üzerine yazmak istiyor musunuz?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "" + }, + "AC Power": { + "AC Power": "" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "Durduruldu" + }, + "About": { + "About": "Hakkında" + }, + "Accent Color": { + "Accent Color": "" + }, + "Accept": { + "Accept": "" + }, + "Accept Jobs": { + "Accept Jobs": "İşleri Kabul Et" + }, + "Accepting": { + "Accepting": "Kabul ediliyor" + }, + "Access clipboard history": { + "Access clipboard history": "Pano geçmişine eriş" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Bildirimlere ve rahatsız etmeye eriş" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Sistem kontrolleri ve ayarlara eriş" + }, + "Action": { + "Action": "Eylem" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "" + }, + "Actions": { + "Actions": "Eylemler" + }, + "Activate": { + "Activate": "Etkinleştir" + }, + "Activate Greeter": { + "Activate Greeter": "" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "" + }, + "Activation": { + "Activation": "" + }, + "Active": { + "Active": "Etkin" + }, + "Active Color": { + "Active Color": "" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "Aktif Kilit Ekranı Monitörü" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "" + }, + "Active: %1": { + "Active: %1": "Aktif: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Aktif: %1 +%2" + }, + "Active: None": { + "Active: None": "Etkin: Hiçbiri" + }, + "Adapters": { + "Adapters": "Bağdaştırıcılar" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "Ekle" + }, + "Add Bar": { + "Add Bar": "Bar Ekle" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Masaüstü Widget'ı Ekle" + }, + "Add Printer": { + "Add Printer": "Yazıcı Ekle" + }, + "Add Title": { + "Add Title": "" + }, + "Add Widget": { + "Add Widget": "Widget Ekle" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "%1 Bölümüne Widget Ekle" + }, + "Add a border around the dock": { + "Add a border around the dock": "Dock etrafına kenarlık ekle" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Tüm uygulama başlatmalarına özel bir önek ekleyin. Bu, 'uwsm-app', 'systemd-run' veya diğer komut sarmalayıcıları gibi şeyler için kullanılabilir." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Masaüstünüzde görünen widget'ları ekle ve yapılandır" + }, + "Add by Address": { + "Add by Address": "" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Izgara görünümü modunda sütun sayısını ayarla" + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "Gelişmiş" + }, + "Afternoon": { + "Afternoon": "Öğleden Sonra" + }, + "All": { + "All": "Tümü" + }, + "All Monitors": { + "All Monitors": "Tüm Monitörler" + }, + "All checks passed": { + "All checks passed": "" + }, + "All day": { + "All day": "Tüm gün" + }, + "All displays": { + "All displays": "Tüm ekranlar" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Geri • F1/I: Dosya bilgisi • F10: Yardım • Esc: Kapat" + }, + "Alternative (OR)": { + "Alternative (OR)": "" + }, + "Always Active": { + "Always Active": "" + }, + "Always Show Percentage": { + "Always Show Percentage": "Yüzdeyi Her Zaman Göster" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "" + }, + "Always on icons": { + "Always on icons": "Her zaman açık simgeler" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Her zaman en az 3 çalışma alanı göster, daha azı kullanılabilir olsa da" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Niri'nin genel görünümü açıkken her zaman dock'u göster" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Yalnızca bir ekran bağlı olduğunda her zaman göster" + }, + "Amount": { + "Amount": "Miktar" + }, + "Analog": { + "Analog": "Analog" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Analog, dijital veya yığılmış saat ekranı" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "" + }, + "Animation Duration": { + "Animation Duration": "" + }, + "Animation Speed": { + "Animation Speed": "Animasyon Hızı" + }, + "Anonymous Identity": { + "Anonymous Identity": "Anonim Kimlik" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Anonim Kimlik (isteğe bağlı)" + }, + "App Customizations": { + "App Customizations": "" + }, + "App ID Substitutions": { + "App ID Substitutions": "" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "" + }, + "App Launcher": { + "App Launcher": "Uygulama Başlatıcı" + }, + "App Names": { + "App Names": "" + }, + "App Theming": { + "App Theming": "" + }, + "Appearance": { + "Appearance": "" + }, + "Application Dock": { + "Application Dock": "Uygulama Dock'u" + }, + "Applications": { + "Applications": "Uygulamalar" + }, + "Apply Changes": { + "Apply Changes": "Değişiklikleri Uygula" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "GTK Renklerini Uygula" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "QT Renklerini Uygula" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Göz yorgunluğunu azaltmak için sıcak renk sıcaklığı uygulayın. Etkinleştirme zamanını kontrol etmek için aşağıdaki otomasyon ayarlarını kullanın." + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "" + }, + "Apps Dock": { + "Apps Dock": "" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "" + }, + "Apps Icon": { + "Apps Icon": "Uygulamalar" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Uygulamalar önce kullanım sıklığına göre, daha sonra son kullanılana göre ve en son alfabetik olarak sıralanır." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "" + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "" + }, + "Architecture": { + "Architecture": "" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Ekranları düzenleyin ve çözünürlüğü, yenileme hızını ve VRR'yi yapılandırın" + }, + "Attach": { + "Attach": "" + }, + "Audio": { + "Audio": "Ses" + }, + "Audio Codec": { + "Audio Codec": "Ses Codec'i" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Ses Codec Seçimi" + }, + "Audio Devices": { + "Audio Devices": "Ses Aygıtları" + }, + "Audio Input": { + "Audio Input": "Ses Girişi" + }, + "Audio Output": { + "Audio Output": "Ses Çıkışı" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Ses Çıkış Aygıtları (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Ses Çıkışı Değişimi" + }, + "Audio Visualizer": { + "Audio Visualizer": "Ses Görselleştirici" + }, + "Audio system restarted": { + "Audio system restarted": "" + }, + "Audio volume control": { + "Audio volume control": "Ses seviyesi kontrolü" + }, + "Auth": { + "Auth": "Kimlik" + }, + "Auth Type": { + "Auth Type": "Kimlik Türü" + }, + "Authenticate": { + "Authenticate": "Kimlik Doğrula" + }, + "Authenticating...": { + "Authenticating...": "" + }, + "Authentication": { + "Authentication": "Kimlik Doğrulama" + }, + "Authentication Required": { + "Authentication Required": "Kimlik Doğrulama Gerekli" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "Kimlik doğrulama başarısız, lütfen tekrar deneyin" + }, + "Authorize": { + "Authorize": "Yetkilendir" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Şununla eşleşmeyi yetkilendir: " + }, + "Authorize service for ": { + "Authorize service for ": "Şunun için servisi yetkilendir: " + }, + "Auto": { + "Auto": "Oto" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "" + }, + "Auto (Wide)": { + "Auto (Wide)": "Oto (Geniş)" + }, + "Auto Location": { + "Auto Location": "Otomatik Konum" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Otomatik Açılır Pencere Boşlukları" + }, + "Auto-Clear After": { + "Auto-Clear After": "Sonra Otomatik Sil" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Uygulamaları başlatınca Niri genel görünümünü otomatik kapat." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Bildirimler şundan eskiyse otomatik sil" + }, + "Auto-hide": { + "Auto-hide": "Otomatik Gizleme" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Dock'u Otomatik Gizle" + }, + "Auto-saving...": { + "Auto-saving...": "Otomatik kaydetme..." + }, + "Autoconnect": { + "Autoconnect": "Otomatik Bağlan" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Otomatik bağlanma devre dışı" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Otomatik bağlanma etkin" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "" + }, + "Automatic Control": { + "Automatic Control": "Otomatik Kontrol" + }, + "Automatic Cycling": { + "Automatic Cycling": "Otomatik Döngü" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Aynı klasördeki duvar kağıtlarını otomatik olarak değiştir" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Bundan daha eski girişleri otomatik olarak sil" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "IP adresine göre konumu otomatik olarak algıla" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "IP adresinizi kullanarak konumunuzu otomatik olarak belirleyin" + }, + "Automatically lock after": { + "Automatically lock after": "Şu zaman sonra otomatik olarak kilitle" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "Sistem askıya alınmaya hazırlanırken ekranı otomatik olarak kilitle" + }, + "Automation": { + "Automation": "" + }, + "Available": { + "Available": "Kullanılabilir" + }, + "Available Layouts": { + "Available Layouts": "Mevcut Düzenler" + }, + "Available Networks": { + "Available Networks": "Kullanılabilir Ağlar" + }, + "Available Plugins": { + "Available Plugins": "Kullanılabilir Eklentiler" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Kullanılabilir Ekranlar (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "" + }, + "Available.": { + "Available.": "" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Geri" + }, + "Backend": { + "Backend": "Arka Uç" + }, + "Background": { + "Background": "" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "Arkaplan Opaklığı" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "" + }, + "Backlight device": { + "Backlight device": "Arka aydınlatma cihazı" + }, + "Balance power and performance": { + "Balance power and performance": "" + }, + "Balanced": { + "Balanced": "" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Odaklanmış vurgularla dengeli palet (varsayılan)." + }, + "Bar Configurations": { + "Bar Configurations": "Bar Ayarları" + }, + "Bar Shadows": { + "Bar Shadows": "" + }, + "Bar Transparency": { + "Bar Transparency": "Bar Opaklığı" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "" + }, + "Battery": { + "Battery": "Batarya" + }, + "Battery %1": { + "Battery %1": "" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Batarya Şarj Sınırı" + }, + "Battery and power management": { + "Battery and power management": "Batarya ve güç yönetimi" + }, + "Battery level and power management": { + "Battery level and power management": "Batarya seviyesi ve güç yönetimi" + }, + "Behavior": { + "Behavior": "Davranış" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Kilit ekranını loginctl'den gelen dbus sinyallerine bağlayın. Harici bir kilit ekranı kullanıyorsanız devre dışı bırakın" + }, + "Binds Include Missing": { + "Binds Include Missing": "Bağlantı dahili yok" + }, + "Binds include added": { + "Binds include added": "Bağlantı dahili eklendi" + }, + "Bit Depth": { + "Bit Depth": "Bit Derinliği" + }, + "Block Out": { + "Block Out": "" + }, + "Block Out From": { + "Block Out From": "" + }, + "Block notifications": { + "Block notifications": "Bildirimleri engelle" + }, + "Blocked": { + "Blocked": "Engellendi" + }, + "Blue light filter": { + "Blue light filter": "Mavi ışık filtresi" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Bluetooth Ayarları" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth kullanılamıyor" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Bulanık Duvar Kağıdı Katmanı" + }, + "Blur on Overview": { + "Blur on Overview": "Genel Görünümde Bulanıklık" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Niri genel görünümü açıkken duvar kağıdını bulanıklaştır" + }, + "Body": { + "Body": "" + }, + "Border": { + "Border": "Kenarlık" + }, + "Border Color": { + "Border Color": "Kenarlık Rengi" + }, + "Border Opacity": { + "Border Opacity": "Kenarlık Opaklığı" + }, + "Border Size": { + "Border Size": "" + }, + "Border Thickness": { + "Border Thickness": "Kenarlık Kalınlığı" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "" + }, + "Bottom": { + "Bottom": "Alt" + }, + "Bottom Center": { + "Bottom Center": "" + }, + "Bottom Left": { + "Bottom Left": "Alt Sol" + }, + "Bottom Right": { + "Bottom Right": "Alt Sağ" + }, + "Bottom Section": { + "Bottom Section": "Alt Bölüm" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Sabitlenmiş ve çalışan uygulamalar için alt dock" + }, + "Brightness": { + "Brightness": "Parlaklık" + }, + "Brightness Slider": { + "Brightness Slider": "Parlaklık Kaydırıcı" + }, + "Brightness Value": { + "Brightness Value": "Parlaklık Değeri" + }, + "Brightness control not available": { + "Brightness control not available": "Parlaklık kontrolü kullanılamıyor" + }, + "Browse": { + "Browse": "Göz at" + }, + "Browse Files": { + "Browse Files": "" + }, + "Browse Plugins": { + "Browse Plugins": "Eklentilere Göz At" + }, + "Browse Themes": { + "Browse Themes": "Temalara Göz At" + }, + "Browse or search plugins": { + "Browse or search plugins": "" + }, + "Button Color": { + "Button Color": "" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU Grafiği" + }, + "CPU Temperature": { + "CPU Temperature": "CPU Sıcaklığı" + }, + "CPU Usage": { + "CPU Usage": "CPU Kullanımı" + }, + "CPU temperature display": { + "CPU temperature display": "CPU sıcaklık göstergesi" + }, + "CPU usage indicator": { + "CPU usage indicator": "CPU kullanım göstergesi" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU, bellek, ağ ve disk izleme" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS Güvenli Olmayan Filtre Uyarısı" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS Eksik Filtre Uyarısı" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS Yazıcı Sunucusu" + }, + "CUPS not available": { + "CUPS not available": "CUPS kullanılamıyor" + }, + "Camera": { + "Camera": "Kamera" + }, + "Cancel": { + "Cancel": "İptal" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "" + }, + "Canceled": { + "Canceled": "İptal Edildi" + }, + "Cannot pair": { + "Cannot pair": "Eşleştirilemedi" + }, + "Capabilities": { + "Capabilities": "Yetenekler" + }, + "Capacity": { + "Capacity": "Kapasite" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Caps Lock Göstergesi" + }, + "Caps Lock is on": { + "Caps Lock is on": "" + }, + "Center Section": { + "Center Section": "Orta Bölüm" + }, + "Center Single Column": { + "Center Single Column": "Tek Sütunu Ortala" + }, + "Center Tiling": { + "Center Tiling": "Merkez Döşeme" + }, + "Certificate Password": { + "Certificate Password": "Sertifika Parolası" + }, + "Change Song": { + "Change Song": "" + }, + "Change Volume": { + "Change Volume": "" + }, + "Change bar appearance": { + "Change bar appearance": "Bar görünümünü değiştir" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "" + }, + "Channel": { + "Channel": "Kanal" + }, + "Charging": { + "Charging": "Şarj ediliyor" + }, + "Check for system updates": { + "Check for system updates": "Sistem güncellemelerini kontrol et" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "" + }, + "Checking...": { + "Checking...": "" + }, + "Checking…": { + "Checking…": "" + }, + "Choose Color": { + "Choose Color": "Renk Seç" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Başlatıcı Logo Rengini Seçin" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "" + }, + "Choose a color": { + "Choose a color": "Renk seç" + }, + "Choose colors from palette": { + "Choose colors from palette": "Paletten renkler seç" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "" + }, + "Choose icon": { + "Choose icon": "Simge seçin" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "Widgetlar için arkaplan rengini seç" + }, + "Choose the border accent color": { + "Choose the border accent color": "Kenarlık vurgu rengini seç" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "DankBar'daki başlatıcı düğmesinde görüntülenen logoyu seçin" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Bildirim açılır pencerelerinin ekranda nerede görüneceğini seçin" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Ekran gösterimlerinin ekranda nerede gösterileceğini seç" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Bu widget'ı hangi ekranlarda göstereceğinizi seçin" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Hangi monitörün kilit ekranı arayüzünü göstereceğini seçin. Diğer monitörler, OLED yanma koruması için düz bir renk gösterecektir." + }, + "Chroma Style": { + "Chroma Style": "" + }, + "Cipher": { + "Cipher": "Şifre" + }, + "Circle": { + "Circle": "" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "" + }, + "Clear": { + "Clear": "Temizle" + }, + "Clear All": { + "Clear All": "Tümünü Temizle" + }, + "Clear All Jobs": { + "Clear All Jobs": "Tüm İşleri Temizle" + }, + "Clear History?": { + "Clear History?": "" + }, + "Clear Sky": { + "Clear Sky": "" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Sunucu başladığında tüm geçmişi temizle" + }, + "Clear at Startup": { + "Clear at Startup": "Başlangıçta Temizle" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "" + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Çıktı yapılandırmasını oluşturmak ve kompozitör yapılandırmanıza dahil etmek için 'Kur'a tıklayın." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": ".ovpn veya .conf dosyası eklemek için İçe Aktar'ı tıklayın." + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "" + }, + "Click Through": { + "Click Through": "" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "" + }, + "Click to capture": { + "Click to capture": "Yakalamak için tıkla" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Özel tema JSON dosyasını seçmek için tıklayın" + }, + "Clip": { + "Clip": "" + }, + "Clip to Geometry": { + "Clip to Geometry": "" + }, + "Clipboard": { + "Clipboard": "Pano" + }, + "Clipboard History": { + "Clipboard History": "Pano Geçmişi" + }, + "Clipboard Manager": { + "Clipboard Manager": "Pano Yöneticisi" + }, + "Clipboard sent": { + "Clipboard sent": "" + }, + "Clipboard service not available": { + "Clipboard service not available": "Pano hizmeti kullanılamıyor" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Pano çalışır fakat hiçbir şey diske kaydedilmez" + }, + "Clock": { + "Clock": "Saat" + }, + "Clock Style": { + "Clock Style": "Saat Stili" + }, + "Close": { + "Close": "Kapat" + }, + "Close All Windows": { + "Close All Windows": "" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Başlatmada Genel Görünümü Kapat" + }, + "Close Window": { + "Close Window": "" + }, + "Color": { + "Color": "Renk" + }, + "Color Gamut": { + "Color Gamut": "Renk Gamı" + }, + "Color Management": { + "Color Management": "Renk Yönetimi" + }, + "Color Mode": { + "Color Mode": "Renk Modu" + }, + "Color Override": { + "Color Override": "Renk Değiştirme" + }, + "Color Picker": { + "Color Picker": "Renk Seçici" + }, + "Color Temperature": { + "Color Temperature": "Renk Sıcaklığı" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Kilit ekranı olmayan monitörlerde görüntülenen renk" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "" + }, + "Color temperature for day time": { + "Color temperature for day time": "Gündüz için renk sıcaklığı" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Gece modu için renk sıcaklığı" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "" + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "" + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "DMS kayıt defterinden renk teması" + }, + "Colorful": { + "Colorful": "" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Parlak kontrastlı vurguların renkli karışımı." + }, + "Colorize Active": { + "Colorize Active": "" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "" + }, + "Column": { + "Column": "Kolon" + }, + "Column Display": { + "Column Display": "" + }, + "Column Width": { + "Column Width": "" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "" + }, + "Command": { + "Command": "Komut" + }, + "Commands": { + "Commands": "" + }, + "Communication": { + "Communication": "İletişim" + }, + "Community themes": { + "Community themes": "" + }, + "Compact": { + "Compact": "" + }, + "Compact Mode": { + "Compact Mode": "Kompakt Mod" + }, + "Completed": { + "Completed": "Tamamlandı" + }, + "Compositor": { + "Compositor": "Kompozitör" + }, + "Compositor Settings": { + "Compositor Settings": "Kompozitör Ayarları" + }, + "Compositor not supported": { + "Compositor not supported": "" + }, + "Config Format": { + "Config Format": "Yapılandırma Biçimi" + }, + "Config action: %1": { + "Config action: %1": "Yapılandırma eylemi: %1" + }, + "Config validation failed": { + "Config validation failed": "Yapılandırma doğrulaması başarısız oldu" + }, + "Configuration": { + "Configuration": "Yapılandırma" + }, + "Configuration activated": { + "Configuration activated": "Yapılandırma aktifleştirildi" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Bu ekran yeniden bağlandığında yapılandırma korunacaktır" + }, + "Configure": { + "Configure": "" + }, + "Configure Keybinds": { + "Configure Keybinds": "" + }, + "Configure a new printer": { + "Configure a new printer": "Yeni bir yazıcı yapılandır" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Adlandırılmış çalışma alanları için simgeleri yapılandırın. Her ikisi de etkinleştirildiğinde simgeler sayılara göre önceliklidir." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Hangi ekranların kabuk bileşenlerini göstereceğini yapılandırın" + }, + "Confirm": { + "Confirm": "Onayla" + }, + "Confirm Delete": { + "Confirm Delete": "Silmeyi Onayla" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Ekran Değişikliklerini Onaylayın" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Şunun için şifreyi onayla: " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Şununla çakışıyor: %1" + }, + "Connect": { + "Connect": "Bağlan" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "" + }, + "Connect to VPN": { + "Connect to VPN": "VPN'e Bağlan" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Wi-Fi'ye Bağlan" + }, + "Connected": { + "Connected": "Bağlı" + }, + "Connected Device": { + "Connected Device": "" + }, + "Connected Displays": { + "Connected Displays": "Bağlı Ekranlar" + }, + "Connecting to Device": { + "Connecting to Device": "Cihaza Bağlanma" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "Bağlanıyor..." + }, + "Connection failed": { + "Connection failed": "" + }, + "Contains": { + "Contains": "" + }, + "Content": { + "Content": "" + }, + "Content copied": { + "Content copied": "" + }, + "Contrast": { + "Contrast": "Kontrast" + }, + "Control Center": { + "Control Center": "Kontrol Merkezi" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "" + }, + "Control currently playing media": { + "Control currently playing media": "Şu anda oynatılan medyayı kontrol et" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "" + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Çubuk üzerinde kaydırarak çalışma alanlarını ve sütunları kontrol edin" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "Tüm açılır pencerelerin, modal pencerelerin ve bunların içerik katmanlarının opaklığını kontrol eder." + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "" + }, + "Cooldown": { + "Cooldown": "Bekleme" + }, + "Copied GIF": { + "Copied GIF": "" + }, + "Copied MP4": { + "Copied MP4": "" + }, + "Copied WebP": { + "Copied WebP": "" + }, + "Copied to clipboard": { + "Copied to clipboard": "Panoya kopyalandı" + }, + "Copied!": { + "Copied!": "Kopyalandı!" + }, + "Copy": { + "Copy": "" + }, + "Copy Content": { + "Copy Content": "" + }, + "Copy Full Command": { + "Copy Full Command": "" + }, + "Copy HTML": { + "Copy HTML": "" + }, + "Copy Name": { + "Copy Name": "" + }, + "Copy PID": { + "Copy PID": "PID'i Kopyala" + }, + "Copy Text": { + "Copy Text": "" + }, + "Copy path": { + "Copy path": "" + }, + "Corner Radius": { + "Corner Radius": "Köşe Yarıçapı" + }, + "Corner Radius Override": { + "Corner Radius Override": "Köşe Yarıçapını Değiştir" + }, + "Corners & Background": { + "Corners & Background": "Köşeler & Arkaplan" + }, + "Count Only": { + "Count Only": "" + }, + "Cover Open": { + "Cover Open": "Kapak Açık" + }, + "Create": { + "Create": "" + }, + "Create Dir": { + "Create Dir": "Dizin Oluştur" + }, + "Create Printer": { + "Create Printer": "Yazıcı Oluştur" + }, + "Create Window Rule": { + "Create Window Rule": "" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "" + }, + "Create rule for:": { + "Create rule for:": "" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "" + }, + "Creating...": { + "Creating...": "Oluşturuluyor..." + }, + "Critical Priority": { + "Critical Priority": "Kritik Öncelik" + }, + "Current": { + "Current": "Şu an" + }, + "Current Items": { + "Current Items": "Mevcut Öğeler" + }, + "Current Locale": { + "Current Locale": "" + }, + "Current Monitor": { + "Current Monitor": "" + }, + "Current Period": { + "Current Period": "Mevcut Periyot" + }, + "Current Status": { + "Current Status": "Mevcut Durum" + }, + "Current Temp": { + "Current Temp": "Mevcut Sıcaklık" + }, + "Current Theme: %1": { + "Current Theme: %1": "Mevcut Tema: %1" + }, + "Current Weather": { + "Current Weather": "Güncel Hava Durumu" + }, + "Current Workspace": { + "Current Workspace": "" + }, + "Current time and date display": { + "Current time and date display": "Güncel saat ve tarih göstergesi" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Mevcut hava koşulları ve sıcaklık" + }, + "Current: %1": { + "Current: %1": "Mevcut: %1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "" + }, + "Cursor Size": { + "Cursor Size": "" + }, + "Cursor Theme": { + "Cursor Theme": "" + }, + "Custom": { + "Custom": "Özel" + }, + "Custom Color": { + "Custom Color": "" + }, + "Custom Duration": { + "Custom Duration": "Özel Süre" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Özel Hazırda Beklet Komutu" + }, + "Custom Location": { + "Custom Location": "Özel Konum" + }, + "Custom Lock Command": { + "Custom Lock Command": "Özel Kilitle Komutu" + }, + "Custom Logout Command": { + "Custom Logout Command": "Özel Çıkış Komutu" + }, + "Custom Name": { + "Custom Name": "" + }, + "Custom Power Actions": { + "Custom Power Actions": "Özel Güç Eylemleri" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Özel Kapat Komutu" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Özel Yeniden Başlat Komutu" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Özel Askıya Al Komutu" + }, + "Custom Transparency": { + "Custom Transparency": "Özel Şeffaflık" + }, + "Custom power profile": { + "Custom power profile": "" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Özel tema JSON dosyasından yüklendi" + }, + "Custom...": { + "Custom...": "Özel..." + }, + "Custom: ": { + "Custom: ": "Özel: " + }, + "Customizable empty space": { + "Customizable empty space": "Özelleştirilebilir boş alan" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Güç menüsünde hangi eylemlerin görüneceğini özelleştirin" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI monitörü" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "DEMO MODU - Çıkmak için herhangi bir yere tıklayın" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS Eklenti Yöneticisi Kullanılamıyor" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS güncel değil" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "DMS hizmeti bağlı değil. Pano ayarları kullanılamıyor." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS kabuk eylemleri (başlatıcı, pano, vb.)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET kullanılamıyor" + }, + "DWL service not available": { + "DWL service not available": "DWL hizmeti kullanılamıyor" + }, + "Daily": { + "Daily": "" + }, + "Daily at:": { + "Daily at:": "Her gün saat:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell & Sistem İkonları (yeniden başlatma gerekir)" + }, + "Dark Mode": { + "Dark Mode": "Karanlık Mod" + }, + "Dark mode base": { + "Dark mode base": "" + }, + "Dark mode harmony": { + "Dark mode harmony": "" + }, + "Darken Modal Background": { + "Darken Modal Background": "Koyu Modal Arkaplanı" + }, + "Date Format": { + "Date Format": "Tarih Biçimi" + }, + "Date format": { + "Date format": "" + }, + "Date format on greeter": { + "Date format on greeter": "" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Şafak (Astronomik Alacakaranlık)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Şafak (Sivil Alacakaranlık)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Şafak (Denizci Şafağı)" + }, + "Day Date": { + "Day Date": "" + }, + "Day Month Date": { + "Day Month Date": "" + }, + "Day Temperature": { + "Day Temperature": "Gündüz Sıcaklığı" + }, + "Daytime": { + "Daytime": "Gündüz" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "Varsayılan" + }, + "Default (Black)": { + "Default (Black)": "" + }, + "Default Width (%)": { + "Default Width (%)": "Varsayılan Genişlik (%)" + }, + "Default selected action": { + "Default selected action": "Ön tanımlı seçili eylem" + }, + "Defaults": { + "Defaults": "Varsayılanlar" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Temizle • Shift+Del: Tümünü Temizle • 1-9: Eylemler • F10: Yardım • Esc: Kapat" + }, + "Delete": { + "Delete": "Sil" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "" + }, + "Delete Class": { + "Delete Class": "Sınıf Sil" + }, + "Delete Printer": { + "Delete Printer": "Yazıcı Sil" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "" + }, + "Delete VPN": { + "Delete VPN": "VPN'i Sil" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Altta yatan görüntüye çok yakın renkler türetir" + }, + "Description": { + "Description": "Tanım" + }, + "Desktop": { + "Desktop": "" + }, + "Desktop Clock": { + "Desktop Clock": "Masaüstü Saati" + }, + "Desktop Entry": { + "Desktop Entry": "" + }, + "Desktop Widget": { + "Desktop Widget": "Masaüstü Widget'ı" + }, + "Desktop Widgets": { + "Desktop Widgets": "Masaüstü Widgetları" + }, + "Desktop background images": { + "Desktop background images": "Masaüstü arkaplan resimleri" + }, + "Detailed": { + "Detailed": "" + }, + "Details for \"%1": { + "Details for \"%1\"": "" + }, + "Development": { + "Development": "Geliştirme" + }, + "Device": { + "Device": "Aygıt" + }, + "Device connections": { + "Device connections": "Cihaz bağlantıları" + }, + "Device names updated": { + "Device names updated": "" + }, + "Device paired": { + "Device paired": "Cihaz eşleştirildi" + }, + "Device unpaired": { + "Device unpaired": "" + }, + "Digital": { + "Digital": "Dijital" + }, + "Direction Source": { + "Direction Source": "" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Otomatik Bağlanmayı Devre Dışı Bırak" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Dahili Duvar Kağıtlarını Devre Dışı Bırak" + }, + "Disable History Persistence": { + "Disable History Persistence": "Geçmiş Kalıcılığını Devre Dışı Bırak" + }, + "Disable Output": { + "Disable Output": "Çıkışı Devre Dışı Bırak" + }, + "Disabled": { + "Disabled": "Devre Dışı" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "WiFi kapatılıyor..." + }, + "Disc": { + "Disc": "" + }, + "Discard": { + "Discard": "Yok Say" + }, + "Discharging": { + "Discharging": "" + }, + "Disconnect": { + "Disconnect": "Bağlantıyı Kes" + }, + "Disconnected": { + "Disconnected": "Bağlantı Kesildi" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "WiFi bağlantısı kesildi" + }, + "Discover Devices": { + "Discover Devices": "" + }, + "Disk": { + "Disk": "Disk" + }, + "Disk I/O": { + "Disk I/O": "" + }, + "Disk Usage": { + "Disk Usage": "Disk Kullanımı" + }, + "Disk Usage Display": { + "Disk Usage Display": "" + }, + "Disks": { + "Disks": "" + }, + "Dismiss": { + "Dismiss": "Reddet" + }, + "Display": { + "Display": "" + }, + "Display Assignment": { + "Display Assignment": "Ekran Ataması" + }, + "Display Control": { + "Display Control": "" + }, + "Display Name Format": { + "Display Name Format": "Ekran İsim Formatı" + }, + "Display Profiles": { + "Display Profiles": "" + }, + "Display Settings": { + "Display Settings": "Ekran Ayarları" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Sabitlenmiş ve çalışan uygulamaları içeren bir dock göster" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Tam ekran uygulamaların üzerinde tüm öncelikleri göster" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "DWL düzenlerini görüntüle ve değiştir" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Çalışma alanı göstergesinde uygulama simgelerini göster" + }, + "Display brightness control": { + "Display brightness control": "Ekran parlaklık kontrolü" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Ekran yapılandırması kullanılamıyor. WLR çıktı yönetimi protokolü desteklenmiyor." + }, + "Display currently focused application title": { + "Display currently focused application title": "Şu anda odaklanmış uygulamanın başlığını göster" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Yalnızca pencere içeren çalışma alanlarını göster" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Güç menüsü eylemlerini liste yerine ızgara şeklinde göster" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "Saatte saniyeleri göster" + }, + "Display the power system menu": { + "Display the power system menu": "Güç sistem menüsünü göster" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "OSD açılır pencerelerinde ses seviyesi ve parlaklık yüzdelerini göster" + }, + "Displays": { + "Displays": "Ekranlar" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Etkin klavye düzenini gösterir ve değiştirmeye izin verir" + }, + "Distribution": { + "Distribution": "" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Tüm spektrumu kapsayan çeşitli renk paleti" + }, + "Do Not Disturb": { + "Do Not Disturb": "Rahatsız Etme" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock & Başlatıcı" + }, + "Dock Transparency": { + "Dock Transparency": "Dock Şeffaflığı" + }, + "Dock Visibility": { + "Dock Visibility": "Dock Görünürlüğü" + }, + "Docs": { + "Docs": "Belgeler" + }, + "Documents": { + "Documents": "" + }, + "Domain (optional)": { + "Domain (optional)": "Etki alanı (isteğe bağlı)" + }, + "Don't Change": { + "Don't Change": "Değiştirme" + }, + "Don't Save": { + "Don't Save": "Kaydetme" + }, + "Door Open": { + "Door Open": "Kapı Açık" + }, + "Downloads": { + "Downloads": "" + }, + "Drag to Reorder": { + "Drag to Reorder": "" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "Widget'ları sürükleyerek bölümler içinde yeniden sıralayın. Göz simgesini kullanarak widget'ları gizleyin/gösterin (aralıkları korur) veya X simgesini kullanarak tamamen kaldırın." + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "" + }, + "Driver": { + "Driver": "Sürücü" + }, + "Drizzle": { + "Drizzle": "" + }, + "Duplicate": { + "Duplicate": "Çoğalt" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Duvar kağıdını bulanıklık ile çoğalt" + }, + "Duration": { + "Duration": "" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Alacakaranlık (Astronomik Alacakaranlık)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Alacakaranlık (Sivil Alacakaranlık)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Alacakaranlık (Denizci Alacakaranlığı)" + }, + "Dynamic": { + "Dynamic": "Dinamik" + }, + "Dynamic Properties": { + "Dynamic Properties": "" + }, + "Dynamic Theming": { + "Dynamic Theming": "" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Duvar kağıdından dinamik renkler" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "" + }, + "Edge Spacing": { + "Edge Spacing": "Kenar Aralığı" + }, + "Edit App": { + "Edit App": "" + }, + "Edit Window Rule": { + "Edit Window Rule": "" + }, + "Education": { + "Education": "Eğitim" + }, + "Empty": { + "Empty": "Boş" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Daha geniş renk gamı ve HDR desteği için 10 bit renk derinliğini etkinleştirin" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Otomatik Bağlanmayı Etkinleştir" + }, + "Enable Bar": { + "Enable Bar": "Barı Etkinleştir" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Rahatsız Etmeyi Etkinleştir" + }, + "Enable History": { + "Enable History": "Geçmişi Aç" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Genel Görünüm Katmanını Etkinleştir" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "" + }, + "Enable System Sounds": { + "Enable System Sounds": "Sistem Seslerini Etkinleştir" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "" + }, + "Enable Weather": { + "Enable Weather": "Hava Durumunu Etkinleştir" + }, + "Enable WiFi": { + "Enable WiFi": "WiFi Etkinleştir" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Kompozitör tarafından hedeflenebilir bulanıklık katmanını etkinleştir (isim alanı: dms:blurwallpaper). Manuel Niri yapılandırması gerektirir." + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "Parmak izi kimlik doğrulamasını etkinleştir" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "loginctl kilit entegrasyonunu etkinleştir" + }, + "Enable security key at login": { + "Enable security key at login": "" + }, + "Enable security key authentication": { + "Enable security key authentication": "" + }, + "Enabled": { + "Enabled": "Etkin" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "WiFi açılıyor..." + }, + "End": { + "End": "Son" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "" + }, + "Enlargement %": { + "Enlargement %": "" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "6 haneli şifreyi gir" + }, + "Enter PIN": { + "Enter PIN": "PIN gir" + }, + "Enter PIN for ": { + "Enter PIN for ": "Şunun için PIN gir: " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "" + }, + "Enter command or script path": { + "Enter command or script path": "" + }, + "Enter credentials for ": { + "Enter credentials for ": "Kimlik bilgilerini girin " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Özel kilit ekranı biçimini girin (örneğin, dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Özel üst çubuk biçimini girin (örneğin, ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "" + }, + "Enter filename...": { + "Enter filename...": "Dosya adı girin..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Başlatma önekini girin (örneğin, 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "" + }, + "Enter passkey for ": { + "Enter passkey for ": "Şunun için şifre gir: " + }, + "Enter password for ": { + "Enter password for ": "Parolayı girin " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Bu şifreyi şuraya gir: " + }, + "Enter to Paste": { + "Enter to Paste": "" + }, + "Enterprise": { + "Enterprise": "Kurumsal" + }, + "Entry pinned": { + "Entry pinned": "" + }, + "Entry unpinned": { + "Entry unpinned": "" + }, + "Environment Variables": { + "Environment Variables": "" + }, + "Error": { + "Error": "Hata" + }, + "Errors": { + "Errors": "Hatalar" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Exact": { + "Exact": "" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Özel Bölge Ofseti" + }, + "Experimental Feature": { + "Experimental Feature": "Deneysel Özellik" + }, + "Explore": { + "Explore": "" + }, + "Exponential": { + "Exponential": "Üstel" + }, + "Expressive": { + "Expressive": "" + }, + "Extend battery life": { + "Extend battery life": "" + }, + "Extensible architecture": { + "Extensible architecture": "" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Harici Duvar Kağıdı Yönetimi" + }, + "Extra Arguments": { + "Extra Arguments": "" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: Değiştir • F10: Yardım" + }, + "Fade": { + "Fade": "" + }, + "Fade to lock screen": { + "Fade to lock screen": "Kilit Ekranı Solması" + }, + "Fade to monitor off": { + "Fade to monitor off": "" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Yapılandırma etkinleştirilemedi" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "" + }, + "Failed to add binds include": { + "Failed to add binds include": "Bağlantı dahili eklenemedi" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Yazıcı sınıfa eklenemedi" + }, + "Failed to browse device": { + "Failed to browse device": "" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Tüm işler iptal edemedi" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Seçilen işler iptal edemedi" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "VPN bağlantısı kurulamadı" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "%1 bağlanılamadı" + }, + "Failed to copy entry": { + "Failed to copy entry": "Kayıt kopyalanamadı" + }, + "Failed to create printer": { + "Failed to create printer": "Yazıcı oluşturulamadı" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "VPN silinemedi" + }, + "Failed to delete class": { + "Failed to delete class": "Sınıf silinemedi" + }, + "Failed to delete printer": { + "Failed to delete printer": "Yazıcı silinemedi" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "İş kabulü devre dışı bırakılamadı" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Gece modu devre dışı bırakılamadı" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "VPN bağlantısı kesilemedi" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "VPN'lerin bağlantısı kesilemedi" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "WiFi bağlantısı kesilemedi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "IP konumunu etkinleştiremedi" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "WiFi etkinleştirilemedi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "İş kabulü etkinleştirilemedi" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Gece modu etkinleştiremedi" + }, + "Failed to hold job": { + "Failed to hold job": "İş bekletilemedi" + }, + "Failed to import VPN": { + "Failed to import VPN": "VPN içe aktarılamadı" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "VPN ayarı yüklenemedi" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Pano yapılandırması yüklenemedi." + }, + "Failed to move job": { + "Failed to move job": "İş taşınamadı" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "plugin_settings.json ayrıştırılamadı" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "session.json ayrıştırılamadı" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "settings.json ayrıştırılamadı" + }, + "Failed to pause printer": { + "Failed to pause printer": "Yazıcıyı duraklatma başarısız" + }, + "Failed to pin entry": { + "Failed to pin entry": "" + }, + "Failed to print test page": { + "Failed to print test page": "Test sayfası yazdırılamadı" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "" + }, + "Failed to remove device": { + "Failed to remove device": "Cihaz kaldırılamadı" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Tuş kombinasyonu kaldırılamadı" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Yazıcı sınıftan kaldırılamadı" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "" + }, + "Failed to restart job": { + "Failed to restart job": "İş yeniden başlatılamadı" + }, + "Failed to resume printer": { + "Failed to resume printer": "Yazıcıyı devam ettirme başarısız" + }, + "Failed to ring device": { + "Failed to ring device": "" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "" + }, + "Failed to save audio config": { + "Failed to save audio config": "" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Pano ayarı kaydedilemedi" + }, + "Failed to save keybind": { + "Failed to save keybind": "Tuş kombinasyonu kaydedilemedi" + }, + "Failed to save profile file": { + "Failed to save profile file": "" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "" + }, + "Failed to send file": { + "Failed to send file": "" + }, + "Failed to send ping": { + "Failed to send ping": "" + }, + "Failed to set brightness": { + "Failed to set brightness": "Parlaklık ayarlanamadı" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Gece modu konumu ayarlanamadı" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Gece modu zamanlaması ayarlanamadı" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "Gece modu sıcaklığı ayarlanamadı" + }, + "Failed to set power profile": { + "Failed to set power profile": "" + }, + "Failed to set profile image": { + "Failed to set profile image": "Profil resmi ayarlanamadı" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Profil resmi ayarlanamadı: %1" + }, + "Failed to share": { + "Failed to share": "" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "%1 bağlantı başlatılamadı" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "" + }, + "Failed to update VPN": { + "Failed to update VPN": "VPN güncellenemedi" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Otomatik bağlanma güncellenemedi" + }, + "Failed to update description": { + "Failed to update description": "Tanım güncellenemedi" + }, + "Failed to update location": { + "Failed to update location": "Konum güncellenemedi" + }, + "Failed to update sharing": { + "Failed to update sharing": "Paylaşım güncellenemedi" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Doğrulama için geçici dosya yazılmadı" + }, + "Features": { + "Features": "" + }, + "Feels": { + "Feels": "" + }, + "Feels Like": { + "Feels Like": "Hissedilen" + }, + "Feels Like %1°": { + "Feels Like %1°": "" + }, + "Fidelity": { + "Fidelity": "" + }, + "Field": { + "Field": "" + }, + "File": { + "File": "Dosya" + }, + "File Already Exists": { + "File Already Exists": "Dosya Zaten Mevcut" + }, + "File Information": { + "File Information": "Dosya Bilgisi" + }, + "File received from": { + "File received from": "" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "" + }, + "Files": { + "Files": "Dosyalar" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Dosya sistemi kullanım izlemesi" + }, + "Fill": { + "Fill": "" + }, + "Find in Text": { + "Find in Text": "Metinde Bul" + }, + "Find in note...": { + "Find in note...": "Notta bul..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "" + }, + "Finish": { + "Finish": "" + }, + "First Day of Week": { + "First Day of Week": "" + }, + "First Time Setup": { + "First Time Setup": "İlk Kurulum" + }, + "Fit": { + "Fit": "" + }, + "Fix Now": { + "Fix Now": "Şimdi Düzelt" + }, + "Fixing...": { + "Fixing...": "Düzeltiliyor..." + }, + "Flags": { + "Flags": "" + }, + "Flipped": { + "Flipped": "Döndürülmüş" + }, + "Flipped 180°": { + "Flipped 180°": "180° döndürüldü" + }, + "Flipped 270°": { + "Flipped 270°": "270° döndürülmüş" + }, + "Flipped 90°": { + "Flipped 90°": "90° döndürülmüş" + }, + "Float": { + "Float": "" + }, + "Focus": { + "Focus": "" + }, + "Focus at Startup": { + "Focus at Startup": "Başlangıçta Odakla" + }, + "Focused Border": { + "Focused Border": "" + }, + "Focused Color": { + "Focused Color": "" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "" + }, + "Focused Window": { + "Focused Window": "Odaklanılmış Pencere" + }, + "Focused monitor only": { + "Focused monitor only": "" + }, + "Fog": { + "Fog": "" + }, + "Folder": { + "Folder": "" + }, + "Folders": { + "Folders": "" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "" + }, + "Follow focus": { + "Follow focus": "Odağı takip et" + }, + "Font": { + "Font": "" + }, + "Font Family": { + "Font Family": "Yazı Tipi Ailesi" + }, + "Font Scale": { + "Font Scale": "Yazı Tipi Ölçeği" + }, + "Font Size": { + "Font Size": "Yazı Tipi Boyutu" + }, + "Font Weight": { + "Font Weight": "Yazı Tipi Ağırlığı" + }, + "Font used on the login screen": { + "Font used on the login screen": "" + }, + "Force HDR": { + "Force HDR": "Zorla HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "" + }, + "Force Wide Color": { + "Force Wide Color": "Geniş Rengi Zorla" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Terminal uygulamalarının her zaman koyu renk şemalarını kullanmasını zorla" + }, + "Forecast": { + "Forecast": "" + }, + "Forecast Days": { + "Forecast Days": "" + }, + "Forecast Not Available": { + "Forecast Not Available": "Hava Tahmini Mevcut Değil" + }, + "Forever": { + "Forever": "" + }, + "Forget": { + "Forget": "Unut" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "" + }, + "Forget Device": { + "Forget Device": "Aygıtı Unut" + }, + "Forget Network": { + "Forget Network": "Ağı Unut" + }, + "Forgot network %1": { + "Forgot network %1": "%1 ağını unut" + }, + "Format Legend": { + "Format Legend": "Biçim Açıklaması" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "" + }, + "Freezing Drizzle": { + "Freezing Drizzle": "" + }, + "Frequency": { + "Frequency": "Frekans" + }, + "Fruit Salad": { + "Fruit Salad": "" + }, + "Full Command:": { + "Full Command:": "" + }, + "Full Content": { + "Full Content": "" + }, + "Full Day & Month": { + "Full Day & Month": "" + }, + "Full with Year": { + "Full with Year": "" + }, + "Fullscreen": { + "Fullscreen": "" + }, + "Fullscreen Only": { + "Fullscreen Only": "" + }, + "Fully Charged": { + "Fully Charged": "" + }, + "Fun": { + "Fun": "Eğlence" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: ızgara • Z/X: boyut" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "" + }, + "GPU Temperature": { + "GPU Temperature": "GPU Sıcaklığı" + }, + "GPU temperature display": { + "GPU temperature display": "" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "" + }, + "Games": { + "Games": "Oyunlar" + }, + "Gamma Control": { + "Gamma Control": "Gama Kontrolü" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Gama kontrolü mevcut değil. DMS API V6+ gerekir." + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "" + }, + "Generic": { + "Generic": "" + }, + "Get Started": { + "Get Started": "Başlarken" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "" + }, + "Golden Hour": { + "Golden Hour": "Altın Saat" + }, + "Good": { + "Good": "İyi" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Gotik Köşe Yarıçapı" + }, + "Goth Corners": { + "Goth Corners": "Gotik Köşeler" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Yapılandırılabilir bir bekleme süresi ile kilitlemeden önce ekranı kademeli olarak karartın" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "" + }, + "Graph Time Range": { + "Graph Time Range": "Grafik Zaman Aralığı" + }, + "Graphics": { + "Graphics": "Grafik" + }, + "Greeter": { + "Greeter": "" + }, + "Greeter Appearance": { + "Greeter Appearance": "" + }, + "Greeter Behavior": { + "Greeter Behavior": "" + }, + "Greeter Status": { + "Greeter Status": "" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "" + }, + "Greeter font": { + "Greeter font": "" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "" + }, + "Grid": { + "Grid": "Izgara" + }, + "Grid Columns": { + "Grid Columns": "Izgara Sütunları" + }, + "Grid: OFF": { + "Grid: OFF": "Izgara: KAPALI" + }, + "Grid: ON": { + "Grid: ON": "Izgara: AÇIK" + }, + "Group": { + "Group": "" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "" + }, + "Group by App": { + "Group by App": "Uygulamaya Göre Gruplandır" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Aynı uygulamanın birden fazla penceresini pencere sayısı göstergesi ile gruplayın" + }, + "Group removed": { + "Group removed": "" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "" + }, + "Groups": { + "Groups": "" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR Ton Eşleme" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR modu deneysel bir özelliktir. Etkinleştirmeden önce monitörünüzün HDR'yi desteklediğini doğrulayın." + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "" + }, + "Health": { + "Health": "Sağlık" + }, + "Heavy Rain": { + "Heavy Rain": "" + }, + "Heavy Snow": { + "Heavy Snow": "" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "" + }, + "Height": { + "Height": "" + }, + "Held": { + "Held": "Bekletildi" + }, + "Help": { + "Help": "Yardım" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "Hazırda Beklet" + }, + "Hidden": { + "Hidden": "" + }, + "Hidden (%1)": { + "Hidden (%1)": "" + }, + "Hidden Apps": { + "Hidden Apps": "" + }, + "Hidden Network": { + "Hidden Network": "" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "" + }, + "Hide": { + "Hide": "" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "" + }, + "Hide App": { + "Hide App": "" + }, + "Hide Delay": { + "Hide Delay": "Gizleme Gecikmesi" + }, + "Hide Indicators": { + "Hide Indicators": "" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "Güncelleyici Widgetını Gizle" + }, + "Hide When Typing": { + "Hide When Typing": "" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Pencere Açıkken Gizle" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "" + }, + "Hide device": { + "Hide device": "" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "" + }, + "Hide on Touch": { + "Hide on Touch": "" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "Kaynak tonları koruyan yüksek sadakatli palet" + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "" + }, + "History": { + "History": "" + }, + "History Retention": { + "History Retention": "" + }, + "History Settings": { + "History Settings": "Geçmiş Ayarları" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "" + }, + "Hold Duration": { + "Hold Duration": "Tutma Süresi" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "Onaylamak için daha uzun süre basılı tutun" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Güç Eylemlerini Onaylamak İçin Basılı Tutun" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "Onaylamak için basılı tutun (%1ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "Onaylamak için basılı tutun (%1s)" + }, + "Home": { + "Home": "" + }, + "Host": { + "Host": "" + }, + "Hostname": { + "Hostname": "" + }, + "Hot Corners": { + "Hot Corners": "Sıcak Köşeler" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Kısayol katmanı başlığı (opsiyonel)" + }, + "Hour": { + "Hour": "Saat" + }, + "Hourly": { + "Hourly": "" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Duvar kağıdı değiştirme sıklığı" + }, + "How the background image is scaled": { + "How the background image is scaled": "" + }, + "Humidity": { + "Humidity": "Nem" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "" + }, + "Hyprland Options": { + "Hyprland Options": "" + }, + "Hyprland Website": { + "Hyprland Website": "" + }, + "I Understand": { + "I Understand": "Anladım" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP Adresi:" + }, + "IP address or hostname": { + "IP address or hostname": "" + }, + "ISO Date": { + "ISO Date": "" + }, + "Icon": { + "Icon": "" + }, + "Icon Scale": { + "Icon Scale": "" + }, + "Icon Size": { + "Icon Size": "Simge Boyutu" + }, + "Icon Size %": { + "Icon Size %": "" + }, + "Icon Theme": { + "Icon Theme": "Simge Teması" + }, + "Idle": { + "Idle": "Boşta" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Boşta Kalma Engelleyici" + }, + "Idle Settings": { + "Idle Settings": "Boşta Kalma Ayarları" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "Boşta kalma takibi desteklenmiyor - daha yeni Quickshell sürümü gerekli" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Alan gizliyse, bir tuşa basıldığında görünür." + }, + "Ignore Completely": { + "Ignore Completely": "" + }, + "Image": { + "Image": "Resim" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Görüntü panoya kopyalandı" + }, + "Import": { + "Import": "İçe Aktar" + }, + "Import VPN": { + "Import VPN": "VPN'i İçe Aktar" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "İnaktif Monitör Rengi" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "Geçişleri Dahil Et" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "" + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Uyumsuz Eklentiler Yüklendi" + }, + "Incorrect password": { + "Incorrect password": "Hatalı parola" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "Gösterge Stili" + }, + "Individual Batteries": { + "Individual Batteries": "Tekil Piller" + }, + "Individual bar configuration": { + "Individual bar configuration": "Bireysel bar yapılandırması" + }, + "Info": { + "Info": "Bilgi" + }, + "Inherit": { + "Inherit": "Devral" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "" + }, + "Inhibitable": { + "Inhibitable": "" + }, + "Input Devices": { + "Input Devices": "Giriş Aygıtları" + }, + "Input Volume Slider": { + "Input Volume Slider": "Giriş Ses Seviyesi Kaydırıcı" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "Yükle" + }, + "Install Greeter": { + "Install Greeter": "" + }, + "Install Plugin": { + "Install Plugin": "Eklenti Yükle" + }, + "Install Theme": { + "Install Theme": "Tema Yükle" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "DMS tema kayıt defterinden renk temaları yükle" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "" + }, + "Install failed: %1": { + "Install failed: %1": "Yüklenemedi: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Dinamik tema için matugen paketini yükleyin" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "DMS kayıt defterinden '%1' eklentisi yüklensin mi?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "DMS eklenti defterinden eklentiler yükle" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "DMS kayıt defterinden '%1' teması yüklensin mi?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "" + }, + "Installed": { + "Installed": "Yüklendi" + }, + "Installed: %1": { + "Installed: %1": "Yüklendi: %1" + }, + "Installing: %1": { + "Installing: %1": "Yükleniyor: %1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "" + }, + "Intensity": { + "Intensity": "" + }, + "Interface:": { + "Interface:": "Arayüz:" + }, + "Interlock Open": { + "Interlock Open": "Kilit Açık" + }, + "Internet": { + "Internet": "İnternet" + }, + "Interval": { + "Interval": "Aralık" + }, + "Invalid configuration": { + "Invalid configuration": "Geçersiz yapılandırma" + }, + "Invert on mode change": { + "Invert on mode change": "Mod değişikliğinde ters çevir" + }, + "Iris Bloom": { + "Iris Bloom": "" + }, + "Isolate Displays": { + "Isolate Displays": "İzole Ekranlar" + }, + "Jobs": { + "Jobs": "İşler" + }, + "Jobs: ": { + "Jobs: ": "İşler:" + }, + "Keep Awake": { + "Keep Awake": "Uyanık Tut" + }, + "Keep Changes": { + "Keep Changes": "Değişiklikleri Tut" + }, + "Keeping Awake": { + "Keeping Awake": "Uyanık Tutuluyor" + }, + "Kernel": { + "Kernel": "" + }, + "Key": { + "Key": "Tuş" + }, + "Keybind Sources": { + "Keybind Sources": "" + }, + "Keybinds": { + "Keybinds": "Kısayollar" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Klavye Düzeni Adı" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Klavye Kısayolları" + }, + "Keys": { + "Keys": "Tuşlar" + }, + "Kill": { + "Kill": "" + }, + "Kill Process": { + "Kill Process": "Süreci Öldür" + }, + "Kill Session": { + "Kill Session": "" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED cihazı" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "" + }, + "LabWC Website": { + "LabWC Website": "" + }, + "Large": { + "Large": "" + }, + "Largest": { + "Largest": "" + }, + "Last hour": { + "Last hour": "" + }, + "Last launched %1": { + "Last launched %1": "Son başlatma %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "" + }, + "Last launched just now": { + "Last launched just now": "Son başlatma şimdi" + }, + "Latitude": { + "Latitude": "Enlem" + }, + "Launch": { + "Launch": "Başlat" + }, + "Launch Prefix": { + "Launch Prefix": "Başlatma Ön Eki" + }, + "Launch on dGPU": { + "Launch on dGPU": "dGPU'da Başlat" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "Başlatıcı" + }, + "Launcher Button": { + "Launcher Button": "" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Başlatıcı Buton Logosu" + }, + "Layout": { + "Layout": "Düzen" + }, + "Layout Overrides": { + "Layout Overrides": "Düzen geçersiz kılmaları" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "" + }, + "Left": { + "Left": "Sol" + }, + "Left Center": { + "Left Center": "" + }, + "Left Section": { + "Left Section": "Sol Bölüm" + }, + "Light Direction": { + "Light Direction": "" + }, + "Light Mode": { + "Light Mode": "Aydınlık Modu" + }, + "Light Rain": { + "Light Rain": "" + }, + "Light Snow": { + "Light Snow": "" + }, + "Light Snow Showers": { + "Light Snow Showers": "" + }, + "Light mode base": { + "Light mode base": "" + }, + "Light mode harmony": { + "Light mode harmony": "" + }, + "Line": { + "Line": "" + }, + "Line: %1": { + "Line: %1": "" + }, + "Linear": { + "Linear": "Doğrusal" + }, + "Lines: %1": { + "Lines: %1": "Satırlar: %1" + }, + "List": { + "List": "Liste" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Doygun vurgularla canlı renk paleti." + }, + "Load Average": { + "Load Average": "" + }, + "Loading codecs...": { + "Loading codecs...": "Kodekler yükleniyor..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Tuş kombinasyonları yükleniyor..." + }, + "Loading trending...": { + "Loading trending...": "" + }, + "Loading...": { + "Loading...": "Yükleniyor..." + }, + "Local": { + "Local": "Yerel" + }, + "Locale": { + "Locale": "" + }, + "Locale Settings": { + "Locale Settings": "" + }, + "Location": { + "Location": "Konum" + }, + "Location Search": { + "Location Search": "Konum Arama" + }, + "Lock": { + "Lock": "Kilitle" + }, + "Lock Screen": { + "Lock Screen": "Kilit Ekranı" + }, + "Lock Screen Display": { + "Lock Screen Display": "Kilit Ekranı Görüntüsü" + }, + "Lock Screen Format": { + "Lock Screen Format": "Kilit Ekranı Biçimi" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "Kilit Ekranı davranışı" + }, + "Lock Screen layout": { + "Lock Screen layout": "Kilit Ekranı düzeni" + }, + "Lock at startup": { + "Lock at startup": "" + }, + "Lock before suspend": { + "Lock before suspend": "Askıya almadan önce kilitle" + }, + "Lock fade grace period": { + "Lock fade grace period": "" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "" + }, + "Log Out": { + "Log Out": "Çıkış" + }, + "Logging in...": { + "Logging in...": "" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "" + }, + "Long": { + "Long": "Uzun" + }, + "Long Text": { + "Long Text": "Uzun Metin" + }, + "Long press": { + "Long press": "" + }, + "Longitude": { + "Longitude": "Boylam" + }, + "Low Priority": { + "Low Priority": "Düşük Öncelik" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "DMS işlevselliğini genişletmek için eklentileri yönetin ve yapılandırın" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "4 adede kadar bağımsız bar yapılandırmasını yönetin. Her barın kendi konumu, widget'ları, stili ve ekran ataması vardır." + }, + "Management": { + "Management": "Yönetim" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "" + }, + "Manual": { + "Manual": "" + }, + "Manual Coordinates": { + "Manual Coordinates": "Manuel Koordinatlar" + }, + "Manual Direction": { + "Manual Direction": "" + }, + "Manual Gap Size": { + "Manual Gap Size": "Manuel Boşluk Boyutu" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Manuel Göster/Gizle" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "" + }, + "Margin": { + "Margin": "Kenar Boşluğu" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Sarf Malzemesi Boş" + }, + "Marker Supply Low": { + "Marker Supply Low": "Sarf Malzemesi Az" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Atık Haznesi Neredeyse Dolu" + }, + "Marker Waste Full": { + "Marker Waste Full": "Atık Haznesi Dolu" + }, + "Match Criteria": { + "Match Criteria": "" + }, + "Matches profile: %1": { + "Matches profile: %1": "" + }, + "Material Colors": { + "Material Colors": "Materyal Renkleri" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Malzeme Tasarımı'ndan ilham alan renk temaları" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Duvar kağıdından oluşturulan malzeme renkleri" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen Bulunamadı" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen Paleti" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugen Hedef Monitör" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen Şablonları" + }, + "Max Edges": { + "Max Edges": "" + }, + "Max H": { + "Max H": "" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "" + }, + "Max Running Apps": { + "Max Running Apps": "" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "" + }, + "Max Volume": { + "Max Volume": "" + }, + "Max W": { + "Max W": "" + }, + "Max apps to show": { + "Max apps to show": "Gösterilecek maks uygulama" + }, + "Max to Edges": { + "Max to Edges": "" + }, + "Maximize": { + "Maximize": "" + }, + "Maximize Detection": { + "Maximize Detection": "Algılamayı En Üst Düzeye Çıkar" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Maksimum Kayıt Boyutu" + }, + "Maximum History": { + "Maximum History": "Maksimum Geçmiş" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Saklanacak maksimum pano kaydı sayısı" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "Pano kaydı başına maksimum boyut" + }, + "Media": { + "Media": "Medya" + }, + "Media Controls": { + "Media Controls": "Medya Kontrolleri" + }, + "Media Empty": { + "Media Empty": "Kağıt Bitti" + }, + "Media Jam": { + "Media Jam": "Kağıt Sıkışması" + }, + "Media Low": { + "Media Low": "Kağıt Az" + }, + "Media Needed": { + "Media Needed": "Kağıt Gerekli" + }, + "Media Playback": { + "Media Playback": "" + }, + "Media Player": { + "Media Player": "Medya Oynatıcı" + }, + "Media Player Settings": { + "Media Player Settings": "Medya Oynatıcı Ayarları" + }, + "Media Players": { + "Media Players": "" + }, + "Media Players (": { + "Media Players (": "Medya Oynatıcıları (" + }, + "Media Volume": { + "Media Volume": "Medya Ses Seviyesi" + }, + "Medium": { + "Medium": "Orta" + }, + "Memory": { + "Memory": "Bellek" + }, + "Memory Graph": { + "Memory Graph": "Bellek Grafiği" + }, + "Memory Usage": { + "Memory Usage": "Bellek Kullanımı" + }, + "Memory usage indicator": { + "Memory usage indicator": "Bellek kullanım göstergesi" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "" + }, + "Message Content": { + "Message Content": "" + }, + "Microphone": { + "Microphone": "Mikrofon" + }, + "Microphone Mute": { + "Microphone Mute": "Microfon Sessiz" + }, + "Microphone Volume": { + "Microphone Volume": "Mikrofon Ses Seviyesi" + }, + "Microphone settings": { + "Microphone settings": "Mikrofon ayarları" + }, + "Microphone volume control": { + "Microphone volume control": "Mikrofon ses seviyesi kontrolü" + }, + "Middle Section": { + "Middle Section": "Orta Bölüm" + }, + "Min H": { + "Min H": "" + }, + "Min W": { + "Min W": "" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Tek bir renk tonu etrafında oluşturulmuş minimal palet." + }, + "Minute": { + "Minute": "Dakika" + }, + "Mirror Display": { + "Mirror Display": "Ekran Yansıt" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "" + }, + "Modal Background": { + "Modal Background": "Modal Arkaplanı" + }, + "Modal Shadows": { + "Modal Shadows": "" + }, + "Modals": { + "Modals": "" + }, + "Mode": { + "Mode": "Mod" + }, + "Mode:": { + "Mode:": "Mod:" + }, + "Model": { + "Model": "Model" + }, + "Modified": { + "Modified": "Değiştirilmiş" + }, + "Modular widget bar": { + "Modular widget bar": "" + }, + "Monitor": { + "Monitor": "" + }, + "Monitor Configuration": { + "Monitor Configuration": "Monitör Yapılandırması" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Duvar kağıdı dinamik tema renklerini yönlendiren monitör" + }, + "Monochrome": { + "Monochrome": "" + }, + "Monocle": { + "Monocle": "Monocle" + }, + "Monospace Font": { + "Monospace Font": "Sabit Aralıklı Yazı Tipi" + }, + "Month Date": { + "Month Date": "" + }, + "Morning": { + "Morning": "Sabah" + }, + "Mount Points": { + "Mount Points": "" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "" + }, + "Move": { + "Move": "" + }, + "Move Widget": { + "Move Widget": "Widget Taşı" + }, + "Moving to Paused": { + "Moving to Paused": "Duraklatılıyor" + }, + "Multi-Monitor": { + "Multi-Monitor": "" + }, + "Multiplexer": { + "Multiplexer": "" + }, + "Multiplexer Type": { + "Multiplexer Type": "" + }, + "Multiplexers": { + "Multiplexers": "" + }, + "Music": { + "Music": "" + }, + "Mute Popups": { + "Mute Popups": "" + }, + "Mute popups for %1": { + "Mute popups for %1": "" + }, + "Muted": { + "Muted": "" + }, + "Muted Apps": { + "Muted Apps": "" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Sakin ve yatıştırıcı tonlara sahip, yumuşak renk paleti." + }, + "NM not supported": { + "NM not supported": "NM desteklenmiyor" + }, + "Name": { + "Name": "İsim" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Adlandırılmış Çalışma Alanı Simgeleri" + }, + "Navigate": { + "Navigate": "" + }, + "Navigation": { + "Navigation": "Navigasyon" + }, + "Network": { + "Network": "Ağ" + }, + "Network Graph": { + "Network Graph": "Ağ Grafiği" + }, + "Network Info": { + "Network Info": "Ağ Bilgisi" + }, + "Network Information": { + "Network Information": "Ağ Bilgisi" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Ağ Hız Monitörü" + }, + "Network Status": { + "Network Status": "Ağ Durumu" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Ağ indirme ve yükleme hız gösterimi" + }, + "Neutral": { + "Neutral": "" + }, + "Never": { + "Never": "Hiçbir Zaman" + }, + "Never used": { + "Never used": "" + }, + "New": { + "New": "Yeni" + }, + "New Key": { + "New Key": "Yeni Tuş" + }, + "New Keybind": { + "New Keybind": "Yeni Tuş Kombinasyonu" + }, + "New Notification": { + "New Notification": "Yeni Bildirim" + }, + "New Session": { + "New Session": "" + }, + "New Window Rule": { + "New Window Rule": "" + }, + "New York, NY": { + "New York, NY": "New York, NY" + }, + "New group name...": { + "New group name...": "" + }, + "Next": { + "Next": "Devam et" + }, + "Next Transition": { + "Next Transition": "Sonraki Geçiş" + }, + "Night": { + "Night": "Gece" + }, + "Night Mode": { + "Night Mode": "Gece Modu" + }, + "Night Temperature": { + "Night Temperature": "Gece Sıcaklığı" + }, + "Night mode & gamma": { + "Night mode & gamma": "Gece modu & gamma" + }, + "Niri Integration": { + "Niri Integration": "Niri Entegrasyonu" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri Düzeni Geçersiz Kılmaları" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri kompozitör (focus, move, vb.)" + }, + "No": { + "No": "Hayır" + }, + "No Active Players": { + "No Active Players": "Aktif Oynatıcı Yok" + }, + "No Anim": { + "No Anim": "" + }, + "No Background": { + "No Background": "Arkaplan Yok" + }, + "No Battery": { + "No Battery": "" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Bluetooth adaptörü bulunamadı" + }, + "No Blur": { + "No Blur": "" + }, + "No Border": { + "No Border": "" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "" + }, + "No Dim": { + "No Dim": "" + }, + "No Focus": { + "No Focus": "" + }, + "No GPU detected": { + "No GPU detected": "GPU tespit edilmedi" + }, + "No GPUs detected": { + "No GPUs detected": "" + }, + "No History": { + "No History": "" + }, + "No Media": { + "No Media": "Medya Yok" + }, + "No Round": { + "No Round": "" + }, + "No Rounding": { + "No Rounding": "" + }, + "No Shadow": { + "No Shadow": "" + }, + "No VPN profiles": { + "No VPN profiles": "VPN profili yok" + }, + "No Weather": { + "No Weather": "" + }, + "No Weather Data": { + "No Weather Data": "" + }, + "No Weather Data Available": { + "No Weather Data Available": "Hava Durumu Verileri Mevcut Değil" + }, + "No action": { + "No action": "Eylem yok" + }, + "No active %1 sessions": { + "No active %1 sessions": "" + }, + "No adapter": { + "No adapter": "" + }, + "No adapters": { + "No adapters": "Bağdaştırıcı yok" + }, + "No app customizations.": { + "No app customizations.": "" + }, + "No apps found": { + "No apps found": "" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "" + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "" + }, + "No battery": { + "No battery": "Batarya yok" + }, + "No brightness devices available": { + "No brightness devices available": "Parlaklık cihazı yok" + }, + "No changes": { + "No changes": "Değişiklik yok" + }, + "No checks passed": { + "No checks passed": "" + }, + "No custom theme file": { + "No custom theme file": "Özel tema dosyası yok" + }, + "No devices": { + "No devices": "" + }, + "No devices connected": { + "No devices connected": "" + }, + "No devices found": { + "No devices found": "Aygıt bulunamadı" + }, + "No disk data": { + "No disk data": "Disk verisi yok" + }, + "No disk data available": { + "No disk data available": "Disk verisi mevcut değil" + }, + "No drivers found": { + "No drivers found": "Sürücü bulunamadı" + }, + "No errors": { + "No errors": "Sorun yok" + }, + "No features enabled": { + "No features enabled": "Etkinleştirilmiş özellik yok" + }, + "No files found": { + "No files found": "Dosya bulunamadı" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "" + }, + "No folders found": { + "No folders found": "" + }, + "No hidden apps.": { + "No hidden apps.": "" + }, + "No info items": { + "No info items": "" + }, + "No information available": { + "No information available": "" + }, + "No input device": { + "No input device": "" + }, + "No input devices found": { + "No input devices found": "" + }, + "No items added yet": { + "No items added yet": "Henüz eklenen öğe yok" + }, + "No keybinds found": { + "No keybinds found": "Tuş kombinasyonu bulunamadı" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "" + }, + "No match criteria": { + "No match criteria": "" + }, + "No matches": { + "No matches": "Eşleşme yok" + }, + "No matching processes": { + "No matching processes": "" + }, + "No monitors": { + "No monitors": "" + }, + "No mount points found": { + "No mount points found": "" + }, + "No output device": { + "No output device": "" + }, + "No output devices found": { + "No output devices found": "" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "" + }, + "No plugin results": { + "No plugin results": "" + }, + "No plugins found": { + "No plugins found": "Eklenti bulunamadı" + }, + "No plugins found.": { + "No plugins found.": "Eklenti bulunamadı." + }, + "No printer found": { + "No printer found": "Yazıcı Bulunamadı" + }, + "No printers configured": { + "No printers configured": "Hiçbir yazıcı ayarlanmadı" + }, + "No printers found": { + "No printers found": "Hiçbir yazıcı bulunmadı" + }, + "No profiles": { + "No profiles": "" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "" + }, + "No results found": { + "No results found": "" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "" + }, + "No sessions found": { + "No sessions found": "" + }, + "No status output.": { + "No status output.": "" + }, + "No themes found": { + "No themes found": "Tema bulunmadı" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Yüklü tema yok. Kayıt defterinden yüklemek için temaları göz atın." + }, + "No trigger": { + "No trigger": "" + }, + "No video found in folder": { + "No video found in folder": "" + }, + "No wallpaper selected": { + "No wallpaper selected": "Duvar kağıdı seçilmedi" + }, + "No wallpapers": { + "No wallpapers": "" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "" + }, + "No warnings": { + "No warnings": "Uyarı yok" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "" + }, + "No widgets available": { + "No widgets available": "Kullanılabilir widget yok" + }, + "No widgets match your search": { + "No widgets match your search": "Aramanla eşleşen bir widget yok" + }, + "No window rules configured": { + "No window rules configured": "" + }, + "None": { + "None": "Hiçbiri" + }, + "Normal": { + "Normal": "Normal" + }, + "Normal Font": { + "Normal Font": "Normal Yazı Tipi" + }, + "Normal Priority": { + "Normal Priority": "Normal Öncelik" + }, + "Not available": { + "Not available": "Mevcut değil" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "" + }, + "Not connected": { + "Not connected": "Bağlı değil" + }, + "Not detected": { + "Not detected": "Algılanmadı" + }, + "Not paired": { + "Not paired": "" + }, + "Not set": { + "Not set": "" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "Not: Bu sadece yüzdeyi değiştirir, şarjı sınırlamaz." + }, + "Notepad": { + "Notepad": "Not Defteri" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "Not Defteri Yazı Tipi Ayarları" + }, + "Notepad Slideout": { + "Notepad Slideout": "Not Defteri Kaydırma" + }, + "Nothing": { + "Nothing": "" + }, + "Nothing to see here": { + "Nothing to see here": "Burada görülecek bir şey yok" + }, + "Notification Center": { + "Notification Center": "Bildirim Merkezi" + }, + "Notification Display": { + "Notification Display": "" + }, + "Notification Overlay": { + "Notification Overlay": "Bildirim Katmanı" + }, + "Notification Popups": { + "Notification Popups": "Bildirim Balonları" + }, + "Notification Rules": { + "Notification Rules": "" + }, + "Notification Settings": { + "Notification Settings": "Bildirim Ayarları" + }, + "Notification Timeouts": { + "Notification Timeouts": "Bildirim Zaman Aşımları" + }, + "Notification toast popups": { + "Notification toast popups": "Bildirim açılır pencereleri" + }, + "Notifications": { + "Notifications": "Bildirimler" + }, + "Numbers": { + "Numbers": "Numaralar" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "" + }, + "OK": { + "OK": "Tamam" + }, + "OS Logo": { + "OS Logo": "OS Logo" + }, + "OSD Position": { + "OSD Position": "OSD Pozisyonu" + }, + "Occupied Color": { + "Occupied Color": "" + }, + "Off": { + "Off": "Kapalı" + }, + "Office": { + "Office": "Ofis" + }, + "Offline": { + "Offline": "" + }, + "Offline Report": { + "Offline Report": "Çevrimdışı Rapor" + }, + "Older": { + "Older": "" + }, + "On": { + "On": "" + }, + "On-Demand": { + "On-Demand": "" + }, + "On-Screen Displays": { + "On-Screen Displays": "Ekran Üstü Gösterimler" + }, + "On-screen Displays": { + "On-screen Displays": "Ekran Gösterimleri" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Gamayı yalnızca zaman veya konum kurallarına göre ayarlayın." + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Her bir dock'ta yalnızca mevcut monitördeki pencereleri göster" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Sisteminizde hazırda bekletme özelliği destekleniyorsa görünür" + }, + "Opacity": { + "Opacity": "Opaklık" + }, + "Opaque": { + "Opaque": "" + }, + "Open": { + "Open": "Aç" + }, + "Open App": { + "Open App": "" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "" + }, + "Open Notepad File": { + "Open Notepad File": "Not Defteri Dosyası Aç" + }, + "Open a new note": { + "Open a new note": "" + }, + "Open folder": { + "Open folder": "" + }, + "Open in Browser": { + "Open in Browser": "" + }, + "Open in terminal": { + "Open in terminal": "" + }, + "Open search bar to find text": { + "Open search bar to find text": "Metin bulmak için arama çubuğunu aç" + }, + "Open with...": { + "Open with...": "... ile aç" + }, + "Opening SMS": { + "Opening SMS": "" + }, + "Opening SMS app": { + "Opening SMS app": "" + }, + "Opening file browser": { + "Opening file browser": "" + }, + "Opening files": { + "Opening files": "" + }, + "Opening terminal: ": { + "Opening terminal: ": "" + }, + "Optional description": { + "Optional description": "Opsiyonel tanım" + }, + "Optional location": { + "Optional location": "Opsiyonel konum" + }, + "Options": { + "Options": "Seçenekler" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "" + }, + "Original: %1": { + "Original: %1": "" + }, + "Other": { + "Other": "Diğer" + }, + "Outline": { + "Outline": "" + }, + "Output": { + "Output": "" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Çıkış Alanı Neredeyse Dolu" + }, + "Output Area Full": { + "Output Area Full": "Çıkış Alanı Dolu" + }, + "Output Device": { + "Output Device": "" + }, + "Output Devices": { + "Output Devices": "" + }, + "Output Tray Missing": { + "Output Tray Missing": "Çıktı Tepsisi Yok" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "Çıkış İçe Aktarımı Eksik" + }, + "Overcast": { + "Overcast": "" + }, + "Overflow": { + "Overflow": "" + }, + "Overridden by config": { + "Overridden by config": "Yapılandırma tarafından geçersiz kılınmıştır" + }, + "Override": { + "Override": "Geçersiz Kıl" + }, + "Override Border Size": { + "Override Border Size": "Kenar boyutunu geçersiz kıl" + }, + "Override Corner Radius": { + "Override Corner Radius": "Köşe Yarıçapını Değiştir" + }, + "Override Gaps": { + "Override Gaps": "Boşlukları Değiştir" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Bu çıkış için genel düzen ayarlarını geçersiz kıl" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "" + }, + "Overrides": { + "Overrides": "Geçersiz Kılınanlar" + }, + "Overview": { + "Overview": "Genel Görünüm" + }, + "Overview of your network connections": { + "Overview of your network connections": "Ağ bağlantılarınızın genel görünümü" + }, + "Overwrite": { + "Overwrite": "Üstüne Yaz" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "" + }, + "PIN": { + "PIN": "PİN" + }, + "Pad": { + "Pad": "" + }, + "Pad Hours": { + "Pad Hours": "" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "" + }, + "Padding": { + "Padding": "Dolgu" + }, + "Pair": { + "Pair": "Eşle" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Bluetooth Cihazı Eşleştir" + }, + "Paired": { + "Paired": "Eşleşti" + }, + "Pairing": { + "Pairing": "" + }, + "Pairing failed": { + "Pairing failed": "Eşleşme başarısız" + }, + "Pairing request from": { + "Pairing request from": "" + }, + "Pairing request sent": { + "Pairing request sent": "" + }, + "Pairing requested": { + "Pairing requested": "" + }, + "Pairing...": { + "Pairing...": "Eşleşiyor..." + }, + "Partly Cloudy": { + "Partly Cloudy": "" + }, + "Passkey:": { + "Passkey:": "Şifre:" + }, + "Password": { + "Password": "Parola" + }, + "Password...": { + "Password...": "" + }, + "Paste": { + "Paste": "" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "" + }, + "Pattern": { + "Pattern": "" + }, + "Pause": { + "Pause": "Duraklat" + }, + "Paused": { + "Paused": "Duraklatıldı" + }, + "Pending": { + "Pending": "Beklemede" + }, + "Pending Charge": { + "Pending Charge": "" + }, + "Pending Discharge": { + "Pending Discharge": "" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Moda Özel Duvar Kağıtları" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Monitöre Özel Duvar Kağıtları" + }, + "Per-screen config": { + "Per-screen config": "" + }, + "Percentage": { + "Percentage": "Yüzde" + }, + "Performance": { + "Performance": "" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Profil resmi ayarlama izni reddedildi." + }, + "Personalization": { + "Personalization": "Kişiselleştirme" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "" + }, + "Phone number": { + "Phone number": "" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "" + }, + "Pictures": { + "Pictures": "" + }, + "Pin": { + "Pin": "Sabitle" + }, + "Pin to Dock": { + "Pin to Dock": "Dock'a Sabitle" + }, + "Ping": { + "Ping": "" + }, + "Ping sent": { + "Ping sent": "" + }, + "Ping sent to": { + "Ping sent to": "" + }, + "Pinned": { + "Pinned": "Sabitlendi" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "" + }, + "Pixelate": { + "Pixelate": "" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Eklenti klasörlerini buraya yerleştirin. Her eklenti plugin.json manifest dosyasına sahip olmalı." + }, + "Place plugins in %1": { + "Place plugins in %1": "Eklentileri %1 konumuna yerleştirin" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Yeni bildirim geldiğinde ses çal" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Güç kablosu bağlandığında ses çal" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Ses seviyesi ayarlandığında ses çal" + }, + "Play sounds for system events": { + "Play sounds for system events": "Sistem etkinlikleri için ses çal" + }, + "Playback": { + "Playback": "Oynatma" + }, + "Playback error: ": { + "Playback error: ": "" + }, + "Please wait...": { + "Please wait...": "" + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "" + }, + "Plugged In": { + "Plugged In": "Bağlandı" + }, + "Plugged in": { + "Plugged in": "Takılı" + }, + "Plugin": { + "Plugin": "Eklenti" + }, + "Plugin Directory": { + "Plugin Directory": "Eklenti Dizini" + }, + "Plugin Management": { + "Plugin Management": "Eklenti Yönetimi" + }, + "Plugin Visibility": { + "Plugin Visibility": "" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Eklenti devre dışı - kullanmak için Eklenti ayarlarından etkinleştirin" + }, + "Plugins": { + "Plugins": "Eklentiler" + }, + "Pointer": { + "Pointer": "İşaretçi" + }, + "Popout Shadows": { + "Popout Shadows": "" + }, + "Popouts": { + "Popouts": "" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "" + }, + "Popup Only": { + "Popup Only": "" + }, + "Popup Position": { + "Popup Position": "Bildirim Pozisyonu" + }, + "Popup Shadow": { + "Popup Shadow": "" + }, + "Popup Transparency": { + "Popup Transparency": "Açılır Pencere Opaklığı" + }, + "Popup behavior, position": { + "Popup behavior, position": "" + }, + "Port": { + "Port": "" + }, + "Portal": { + "Portal": "" + }, + "Position": { + "Position": "Pozisyon" + }, + "Position, pinned apps": { + "Position, pinned apps": "" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Olası Geçersiz Kılma Çakışmaları" + }, + "Power": { + "Power": "Güç" + }, + "Power & Security": { + "Power & Security": "Güç & Güvenlik" + }, + "Power & Sleep": { + "Power & Sleep": "Güç & Uyku" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Güç Eylemi Onayı" + }, + "Power Menu Customization": { + "Power Menu Customization": "Güç Menüsü Özelleştirme" + }, + "Power Off": { + "Power Off": "Kapat" + }, + "Power Options": { + "Power Options": "Güç Ayarları" + }, + "Power Profile": { + "Power Profile": "Güç Profili" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Güç Profili Dejenerasyonu" + }, + "Power Saver": { + "Power Saver": "" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "" + }, + "Power profile management available": { + "Power profile management available": "Güç profili yönetimi mevcut" + }, + "Power source": { + "Power source": "Güç kaynağı" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "" + }, + "Precip": { + "Precip": "" + }, + "Precipitation": { + "Precipitation": "" + }, + "Precipitation Chance": { + "Precipitation Chance": "Yağış Olasılığı" + }, + "Preference": { + "Preference": "Tercih" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Ön Ayarlı Genişlik (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "" + }, + "Press key...": { + "Press key...": "Tuşa bas..." + }, + "Pressure": { + "Pressure": "Basınç" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Ekran zaman aşımını önle" + }, + "Preview": { + "Preview": "" + }, + "Primary": { + "Primary": "Birincil" + }, + "Primary Container": { + "Primary Container": "" + }, + "Print Server Management": { + "Print Server Management": "Yazdırma Sunucusu Yönetimi" + }, + "Print Server not available": { + "Print Server not available": "Yazıcı Sunucusu Kullanılamıyor" + }, + "Printer": { + "Printer": "Yazıcı" + }, + "Printer Classes": { + "Printer Classes": "Yazıcı Sınıfları" + }, + "Printer created successfully": { + "Printer created successfully": "Yazıcı başarıyla oluşturuldu" + }, + "Printer deleted": { + "Printer deleted": "Yazıcı silindi" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Yazıcı adı (boşluksuz)" + }, + "Printer reachable": { + "Printer reachable": "" + }, + "Printers": { + "Printers": "Yazıcılar" + }, + "Printers: ": { + "Printers: ": "Yazıcılar:" + }, + "Prioritize performance": { + "Prioritize performance": "" + }, + "Priority": { + "Priority": "" + }, + "Privacy Indicator": { + "Privacy Indicator": "Gizlilik Göstergesi" + }, + "Privacy Mode": { + "Privacy Mode": "" + }, + "Private Key Password": { + "Private Key Password": "Özel Anahtar Parolası" + }, + "Process Count": { + "Process Count": "Süreç Sayısı" + }, + "Processes": { + "Processes": "" + }, + "Processes:": { + "Processes:": "" + }, + "Processing": { + "Processing": "İşleniyor" + }, + "Profile Image Error": { + "Profile Image Error": "Profil Resmi Hatası" + }, + "Profile activated: %1": { + "Profile activated: %1": "" + }, + "Profile deleted": { + "Profile deleted": "" + }, + "Profile error": { + "Profile error": "" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Profil resmi çok büyük. Lütfen daha küçük bir resim kullanın." + }, + "Profile name": { + "Profile name": "" + }, + "Profile not found": { + "Profile not found": "" + }, + "Profile saved: %1": { + "Profile saved: %1": "" + }, + "Protocol": { + "Protocol": "Protokol" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "" + }, + "Quick Access": { + "Quick Access": "" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Uygulama başlatıcısına hızlı erişim" + }, + "Quick access to color picker": { + "Quick access to color picker": "Renk seçiciye hızlı erişim" + }, + "Quick access to notepad": { + "Quick access to notepad": "Not defterine hızlı erişim" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Hızlı not alma sürgü paneli" + }, + "Quick system toggles": { + "Quick system toggles": "" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "" + }, + "Rain": { + "Rain": "" + }, + "Rain Chance": { + "Rain Chance": "Yağış İhtimali" + }, + "Rainbow": { + "Rainbow": "" + }, + "Random": { + "Random": "" + }, + "Rate": { + "Rate": "Oran" + }, + "Read:": { + "Read:": "" + }, + "Reason": { + "Reason": "Sebep" + }, + "Reboot": { + "Reboot": "Yeniden Başlat" + }, + "Recent Colors": { + "Recent Colors": "Son Renkler" + }, + "Recently Used Apps": { + "Recently Used Apps": "Son Kullanılan Uygulamalar" + }, + "Recommended available": { + "Recommended available": "Önerilen mevcut" + }, + "Refresh": { + "Refresh": "Yenile" + }, + "Refresh Weather": { + "Refresh Weather": "Hava Durumunu Yenile" + }, + "Regex": { + "Regex": "" + }, + "Reject": { + "Reject": "" + }, + "Reject Jobs": { + "Reject Jobs": "İşleri Reddet" + }, + "Release": { + "Release": "" + }, + "Reload Plugin": { + "Reload Plugin": "Eklentiyi Yeniden Yükle" + }, + "Remaining": { + "Remaining": "" + }, + "Remaining / Total": { + "Remaining / Total": "" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "" + }, + "Remember last user": { + "Remember last user": "" + }, + "Remove": { + "Remove": "Kaldır" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Pencereler ekranı kapladığında boşlukları ve kenarlıkları kaldır" + }, + "Rename": { + "Rename": "" + }, + "Rename Session": { + "Rename Session": "" + }, + "Rename Workspace": { + "Rename Workspace": "" + }, + "Repeat": { + "Repeat": "" + }, + "Replacement": { + "Replacement": "" + }, + "Report": { + "Report": "Rapor" + }, + "Request Pairing": { + "Request Pairing": "" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Güç kapatma, yeniden başlatma, askıya alma, hazırda bekletme ve oturumu kapatma işlemlerini onaylamak için düğmeyi/tuşu basılı tutmak gerekir" + }, + "Required plugin: ": { + "Required plugin: ": "" + }, + "Requires %1": { + "Requires %1": "" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "'dgop' aracını gerektirir" + }, + "Requires DMS %1": { + "Requires DMS %1": "DMS %1 gerektirir" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "DWL kompozitör gerektirir" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "Gece modu desteği gerektirir" + }, + "Reset": { + "Reset": "Sıfırla" + }, + "Reset Position": { + "Reset Position": "Pozisyonu Sıfırla" + }, + "Reset Size": { + "Reset Size": "Boyutu Sıfırla" + }, + "Reset to default name": { + "Reset to default name": "" + }, + "Resize Widget": { + "Resize Widget": "Widgetı Yeniden Boyutlandır" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Çözünürlük ve Yenileme" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "" + }, + "Restart DMS": { + "Restart DMS": "DMS'yi Yeniden Başlat" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "DankMaterialShell'i yeniden başlatın" + }, + "Restarting audio system...": { + "Restarting audio system...": "" + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "" + }, + "Resume": { + "Resume": "Sürdür" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Ters Kaydırma Yönü" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Bar üzerinde kaydırırken çalışma alanı geçiş yönünü tersine çevir" + }, + "Revert": { + "Revert": "Geri Al" + }, + "Right": { + "Right": "Sağ" + }, + "Right Center": { + "Right Center": "" + }, + "Right Section": { + "Right Section": "Sağ Bölüm" + }, + "Right Tiling": { + "Right Tiling": "Sağ Döşeme" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Widget'ın herhangi bir yerine sağ tıklayın ve sürükleyin." + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Sağ tıklayın ve sağ alt köşeyi sürükleyin" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Çubuk widget'ını sağ tıklayarak döngüye değiştir" + }, + "Ring": { + "Ring": "" + }, + "Ringing": { + "Ringing": "" + }, + "Ripple Effects": { + "Ripple Effects": "" + }, + "Root Filesystem": { + "Root Filesystem": "Kök Dosya Sistemi" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Pencereler için yuvarlatılmış köşeler" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "" + }, + "Rule": { + "Rule": "" + }, + "Rule Name": { + "Rule Name": "" + }, + "Rules (%1)": { + "Rules (%1)": "" + }, + "Run Again": { + "Run Again": "" + }, + "Run DMS Templates": { + "Run DMS Templates": "DMS Şablonlarını Çalıştır" + }, + "Run User Templates": { + "Run User Templates": "Kullanıcı Şablonlarını Çalıştır" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Program çalıştır (örn. firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Shell komutu çalıştır (örn. notify-send)" + }, + "Running Apps": { + "Running Apps": "Çalışan Uygulamalar" + }, + "Running Apps Settings": { + "Running Apps Settings": "Çalışan Uygulamalar Ayarları" + }, + "Running greeter sync…": { + "Running greeter sync…": "" + }, + "SDR Brightness": { + "SDR Brightness": "SDR Parlaklık" + }, + "SDR Saturation": { + "SDR Saturation": "SDR Doygunluğu" + }, + "SMS": { + "SMS": "" + }, + "Save": { + "Save": "Kaydet" + }, + "Save Notepad File": { + "Save Notepad File": "Not Defteri Dosyasını Kaydet" + }, + "Save QR Code": { + "Save QR Code": "" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "" + }, + "Save password": { + "Save password": "Parolayı kaydet" + }, + "Saved": { + "Saved": "Kaydedildi" + }, + "Saved Configurations": { + "Saved Configurations": "Kaydedilen Yapılandırmalar" + }, + "Saved Note": { + "Saved Note": "" + }, + "Saved item deleted": { + "Saved item deleted": "" + }, + "Saving...": { + "Saving...": "" + }, + "Scale": { + "Scale": "Ölçek" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "DankBar yazı tipi boyutlarını bağımsız olarak ölçeklendir" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Kabuk genelinde tüm yazı tipi boyutlarını ölçeklendir" + }, + "Scan": { + "Scan": "Tara" + }, + "Scanning": { + "Scanning": "Taranıyor" + }, + "Scanning...": { + "Scanning...": "Taranıyor..." + }, + "Science": { + "Science": "Bilim" + }, + "Score": { + "Score": "" + }, + "Screen Sharing": { + "Screen Sharing": "" + }, + "Screen sharing": { + "Screen sharing": "Ekran paylaşımı" + }, + "Scroll": { + "Scroll": "" + }, + "Scroll Factor": { + "Scroll Factor": "" + }, + "Scroll GitHub": { + "Scroll GitHub": "" + }, + "Scroll Wheel": { + "Scroll Wheel": "Kaydırma Tekerleği" + }, + "Scroll song title": { + "Scroll song title": "Şarkı başlığını kaydır" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Widget'a sığmazsa başlığı kaydırın" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "" + }, + "Scrolling": { + "Scrolling": "Kaydırma" + }, + "Search App Actions": { + "Search App Actions": "" + }, + "Search Options": { + "Search Options": "" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" + }, + "Search for a location...": { + "Search for a location...": "Bir konum ara..." + }, + "Search keybinds...": { + "Search keybinds...": "Tuş kombinasyonları ara..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "" + }, + "Search plugins...": { + "Search plugins...": "Eklentileri ara..." + }, + "Search processes...": { + "Search processes...": "" + }, + "Search sessions...": { + "Search sessions...": "" + }, + "Search themes...": { + "Search themes...": "Tema ara..." + }, + "Search widgets...": { + "Search widgets...": "Widget ara..." + }, + "Search...": { + "Search...": "Ara..." + }, + "Searching...": { + "Searching...": "Arıyor..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "" + }, + "Secondary": { + "Secondary": "İkincil" + }, + "Secured": { + "Secured": "Güvenli" + }, + "Security": { + "Security": "Güvenlik" + }, + "Security & privacy": { + "Security & privacy": "" + }, + "Security key mode": { + "Security key mode": "" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "" + }, + "Select": { + "Select": "" + }, + "Select Application": { + "Select Application": "Uygulama Seç" + }, + "Select Bar": { + "Select Bar": "Bar Seç" + }, + "Select Custom Theme": { + "Select Custom Theme": "Özel Tema Seç" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "" + }, + "Select File to Send": { + "Select File to Send": "" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Başlatıcı Logosu Seç" + }, + "Select Profile Image": { + "Select Profile Image": "Profil Resmi Seç" + }, + "Select Video or Folder": { + "Select Video or Folder": "" + }, + "Select Wallpaper": { + "Select Wallpaper": "Duvar Kağıdı Seç" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Duvar Kağıdı Dizinini Seç" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Paletten bir renk seç veya özel kaydırıcıları kullan" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Masaüstünüze eklemek için bir widget seçin. Her widget, kendi ayarları olan ayrı bir örnektir." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Eklemek için bir widget seçin. Gerekirse aynı widget'ın birden fazla örneğini ekleyebilirsiniz." + }, + "Select a window...": { + "Select a window...": "" + }, + "Select an image file...": { + "Select an image file...": "Bir resim dosyası seçin..." + }, + "Select at least one provider": { + "Select at least one provider": "" + }, + "Select device": { + "Select device": "" + }, + "Select device...": { + "Select device...": "Aygıt seç..." + }, + "Select driver...": { + "Select driver...": "Sürücü seç..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Arayüz metni için yazı tipi kalınlığını seç" + }, + "Select greeter background image": { + "Select greeter background image": "" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "Duvar kağıdını ayarlamak için monitör seçin" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Süreç listesi ve teknik göstergeler için sabit aralıklı yazı tipi seçin" + }, + "Select network": { + "Select network": "" + }, + "Select system sound theme": { + "Select system sound theme": "Sistem ses temasını seç" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Arayüz metni için yazı tipi ailesini seç" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Duvar kağıdı tabanlı renkler için kullanılan palet algoritmasını seçin" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Rastgele seçime dahil edilecek geçişleri seçin" + }, + "Select...": { + "Select...": "Seç..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Seçilen resim dosyası bulunamadı." + }, + "Send": { + "Send": "" + }, + "Send Clipboard": { + "Send Clipboard": "" + }, + "Send File": { + "Send File": "" + }, + "Send SMS": { + "Send SMS": "" + }, + "Sending": { + "Sending": "" + }, + "Separator": { + "Separator": "Ayraç" + }, + "Server": { + "Server": "Sunucu" + }, + "Session Filter": { + "Session Filter": "" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "" + }, + "Set custom name": { + "Set custom name": "" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Bağlı her monitör için farklı duvar kağıtları ayarlayın" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Karanlık ve aydınlık mod için farklı duvar kağıtları ayarlayın" + }, + "Set key and action to save": { + "Set key and action to save": "Kaydetmek için tuş ve eylem ayarlayın" + }, + "Set notification rules": { + "Set notification rules": "" + }, + "Settings": { + "Settings": "Ayarlar" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "" + }, + "Setup": { + "Setup": "Kurulum" + }, + "Shadow Color": { + "Shadow Color": "" + }, + "Shadow Intensity": { + "Shadow Intensity": "" + }, + "Shadow Opacity": { + "Shadow Opacity": "" + }, + "Shadow Override": { + "Shadow Override": "" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "" + }, + "Shadows": { + "Shadows": "" + }, + "Share": { + "Share": "" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "" + }, + "Share Text": { + "Share Text": "" + }, + "Share URL": { + "Share URL": "" + }, + "Shared": { + "Shared": "" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: Tümünü Temizle • Esc: Kapat" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Yapıştır • Shift+Del: Tümünü Temizle • Esc: Kapat" + }, + "Short": { + "Short": "Kısa" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "" + }, + "Shortcuts": { + "Shortcuts": "Kısayollar" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Kısayollar (%1)" + }, + "Show": { + "Show": "" + }, + "Show 3rd Party": { + "Show 3rd Party": "" + }, + "Show All Tags": { + "Show All Tags": "Tüm Etiketleri Göster" + }, + "Show Badge": { + "Show Badge": "" + }, + "Show CPU": { + "Show CPU": "CPU'yu Göster" + }, + "Show CPU Graph": { + "Show CPU Graph": "CPU Grafiğini Göster" + }, + "Show CPU Temp": { + "Show CPU Temp": "CPU Sıcaklığını Göster" + }, + "Show Date": { + "Show Date": "Tarihi Göster" + }, + "Show Disk": { + "Show Disk": "Diski Göster" + }, + "Show Dock": { + "Show Dock": "Dock'u Göster" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "" + }, + "Show Footer": { + "Show Footer": "" + }, + "Show Forecast": { + "Show Forecast": "" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "GPU Sıcaklığını Göster" + }, + "Show Header": { + "Show Header": "Başlığı Göster" + }, + "Show Hibernate": { + "Show Hibernate": "Hazırda Bekleti Göster" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Saat Numaralarını Göster" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "" + }, + "Show Humidity": { + "Show Humidity": "" + }, + "Show Launcher Button": { + "Show Launcher Button": "" + }, + "Show Line Numbers": { + "Show Line Numbers": "Satır Numaralarını Göster" + }, + "Show Location": { + "Show Location": "" + }, + "Show Lock": { + "Show Lock": "Kilitleyi Göster" + }, + "Show Log Out": { + "Show Log Out": "Çıkışı Göster" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "" + }, + "Show Media Player": { + "Show Media Player": "" + }, + "Show Memory": { + "Show Memory": "Belleği Göster" + }, + "Show Memory Graph": { + "Show Memory Graph": "Bellek Grafiğini Göster" + }, + "Show Memory in GB": { + "Show Memory in GB": "" + }, + "Show Network": { + "Show Network": "Ağı Göster" + }, + "Show Network Graph": { + "Show Network Graph": "Ağ Grafiğini Göster" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Sadece Dolu Çalışma Alanlarını Göster" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "" + }, + "Show Password Field": { + "Show Password Field": "Parola Alanını Göster" + }, + "Show Power Actions": { + "Show Power Actions": "Güç Eylemlerini Göster" + }, + "Show Power Off": { + "Show Power Off": "Kapatı Göster" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "" + }, + "Show Pressure": { + "Show Pressure": "" + }, + "Show Profile Image": { + "Show Profile Image": "Profil Fotoğrafını Göster" + }, + "Show Reboot": { + "Show Reboot": "Yeniden Başlatı Göster" + }, + "Show Restart DMS": { + "Show Restart DMS": "DMS'yi Yeniden Başlatı Göster" + }, + "Show Saved Items": { + "Show Saved Items": "" + }, + "Show Seconds": { + "Show Seconds": "Saniyeleri Göster" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "" + }, + "Show Suspend": { + "Show Suspend": "Askıya Alı Göster" + }, + "Show Swap": { + "Show Swap": "" + }, + "Show System Date": { + "Show System Date": "Sistem Tarihini Göster" + }, + "Show System Icons": { + "Show System Icons": "Sistem Simgelerini Göster" + }, + "Show System Time": { + "Show System Time": "Sistem Zamanını Göster" + }, + "Show Top Processes": { + "Show Top Processes": "En Üst İşlemleri Göster" + }, + "Show Weather Condition": { + "Show Weather Condition": "" + }, + "Show Week Number": { + "Show Week Number": "" + }, + "Show Welcome": { + "Show Welcome": "" + }, + "Show Wind Speed": { + "Show Wind Speed": "" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Çalışma Alanı Uygulamalarını Göster" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "Sadece dolu etiketleri değil, tüm 9 etiketi göster (sadece DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Medya widget'ında cava ses görselleştiricisini göster" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Modal diyalogların arkasında karartılmış kaplama göster" + }, + "Show device": { + "Show device": "" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "" + }, + "Show in GB": { + "Show in GB": "" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Niri genel görünümde yazarken başlatıcı katmanını göster. Başka bir başlatıcı kullanmak için devre dışı bırakın." + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "" + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "" + }, + "Show on Last Display": { + "Show on Last Display": "Son Ekranda Göster" + }, + "Show on Overlay": { + "Show on Overlay": "Katmanda Göster" + }, + "Show on Overview": { + "Show on Overview": "Genel Görünümde Göster" + }, + "Show on Overview Only": { + "Show on Overview Only": "" + }, + "Show on all connected displays": { + "Show on all connected displays": "Tüm bağlı ekranlarda göster" + }, + "Show on screens:": { + "Show on screens:": "Şu ekranda göster:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "Parlaklık değiştiğinde ekran gösterimi göster" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "Caps lock durumu değiştiğinde ekran gösterimi göster" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "Ses çıkış cihazları arasında geçiş yaparken ekran gösterimi göster" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "Boşta kalma engelleyici durumu değiştiğinde ekran gösterimi göster" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "Medya oynatıcının ses seviyesi değiştiğinde ekran üstü görüntü göster" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "Mikrofon sessize alındığında/sessizden çıkarıldığında ekran gösterimi göster" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "Güç profili değiştiğinde ekran gösterimi göster" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "Ses değiştiğinde ekran gösterimi göster" + }, + "Show seconds": { + "Show seconds": "" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Üst çubuk ve kontrol merkezinde hava durumu bilgisini göster" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Üst çubuktaki çalışma alanı değiştiricide çalışma alanı dizin numaralarını göster" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Odak göstergesiyle çalışan tüm uygulamaları gösterir" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Mevcut çalışma alanı gösterir ve değiştirmeye izin verir" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Caps Lock tuşunun etkin olduğunu gösterir" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Mikrofon, kamera veya ekran paylaşımı aktif olduğunda gösterir" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "Kapat" + }, + "Signal": { + "Signal": "Sinyal" + }, + "Signal:": { + "Signal:": "Sinyal:" + }, + "Size": { + "Size": "Boyut" + }, + "Size Constraints": { + "Size Constraints": "" + }, + "Size Offset": { + "Size Offset": "Boyut Ofseti" + }, + "Sizing": { + "Sizing": "Boyutlandırma" + }, + "Skip": { + "Skip": "" + }, + "Skip confirmation": { + "Skip confirmation": "" + }, + "Skip setup": { + "Skip setup": "" + }, + "Small": { + "Small": "" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "" + }, + "Smartcard PIN": { + "Smartcard PIN": "" + }, + "Snap": { + "Snap": "" + }, + "Snow": { + "Snow": "" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Bazı eklentiler daha yeni bir DMS sürümü gerektirir:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Alfabetik Olarak Sırala" + }, + "Sort By": { + "Sort By": "Şuna Göre Sırala" + }, + "Sorting & Layout": { + "Sorting & Layout": "Sıralama & Düzen" + }, + "Sound Theme": { + "Sound Theme": "Ses Teması" + }, + "Sounds": { + "Sounds": "Sesler" + }, + "Space between windows": { + "Space between windows": "Pencereler arası boşluk" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "" + }, + "Spacer": { + "Spacer": "Boşluklandırıcı" + }, + "Spacing": { + "Spacing": "Boşluk" + }, + "Speaker settings": { + "Speaker settings": "Hoparlör ayarları" + }, + "Speed": { + "Speed": "Hız" + }, + "Spool Area Full": { + "Spool Area Full": "Aktarım Alanı Dolu" + }, + "Square Corners": { + "Square Corners": "Kare Köşeler" + }, + "Stacked": { + "Stacked": "Yığılmış" + }, + "Standard": { + "Standard": "" + }, + "Start": { + "Start": "Başlat" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Notunuzu buraya yazmaya başlayın..." + }, + "State": { + "State": "Durum" + }, + "Status": { + "Status": "Durum" + }, + "Stopped": { + "Stopped": "Durduruldu" + }, + "Stopped Partly": { + "Stopped Partly": "Kısmen Durduruldu" + }, + "Stopping": { + "Stopping": "Durduruluyor" + }, + "Stretch": { + "Stretch": "" + }, + "Stripes": { + "Stripes": "" + }, + "Summary": { + "Summary": "" + }, + "Sunrise": { + "Sunrise": "Gündoğumu" + }, + "Sunset": { + "Sunset": "Günbatımı" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Ekinken bildirim açılır pencerelerini bastır" + }, + "Surface": { + "Surface": "Yüzey" + }, + "Surface Variant": { + "Surface Variant": "" + }, + "Suspend": { + "Suspend": "Askıya Al" + }, + "Suspend behavior": { + "Suspend behavior": "Askıya alma davranışı" + }, + "Suspend system after": { + "Suspend system after": "Şu zaman sonra askıya al" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "" + }, + "Sway Website": { + "Sway Website": "" + }, + "Switch User": { + "Switch User": "Kullanıcı Değiştir" + }, + "Switch to power profile": { + "Switch to power profile": "Güç profiline geç" + }, + "Sync": { + "Sync": "" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Modu Portal ile Eşitle" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "Sistem genelindeki tema ipuçları için karanlık modu ayar portalları ile senkronize et" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "" + }, + "System": { + "System": "Sistem" + }, + "System App Theming": { + "System App Theming": "Sistem Uygulama Teması" + }, + "System Check": { + "System Check": "" + }, + "System Default": { + "System Default": "" + }, + "System Information": { + "System Information": "" + }, + "System Monitor": { + "System Monitor": "Sistem Monitörü" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Sistem Monitörü Kullanılamıyor" + }, + "System Sounds": { + "System Sounds": "Sistem Sesleri" + }, + "System Tray": { + "System Tray": "Sistem Tepsisi" + }, + "System Update": { + "System Update": "Sistem Güncelleme" + }, + "System Updater": { + "System Updater": "Sistem Güncelleyici" + }, + "System Updates": { + "System Updates": "Sistem Güncellemeleri" + }, + "System notification area icons": { + "System notification area icons": "Sistem bildirim alanı simgeleri" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "" + }, + "System theme toggle": { + "System theme toggle": "Sistem teması geçişi" + }, + "System toast notifications": { + "System toast notifications": "Sistem anlık bildirimleri" + }, + "System update custom command": { + "System update custom command": "Sistem güncelleme özel komutu" + }, + "Tab": { + "Tab": "Sekme" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Yön • ←→↑↓: Izgara Yönü • Enter/Space: Seç" + }, + "Terminal": { + "Terminal": "" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "Terminal özel ek parametreleri" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Terminaller - Her zaman Karanlı Tema kullan" + }, + "Test Connection": { + "Test Connection": "" + }, + "Test Page": { + "Test Page": "Test Sayfası" + }, + "Test page sent to printer": { + "Test page sent to printer": "Test Sayfası yazıcıya gönderildi" + }, + "Testing...": { + "Testing...": "" + }, + "Text": { + "Text": "Metin" + }, + "Text Color": { + "Text Color": "" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "" + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET ortam değişkeni ayarlanmamış veya soket kullanılamıyor. Otomatik eklenti yönetimi için DMS_SOCKET gereklidir." + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "Aşağıdaki ayarlar GTK ve Qt ayarlarınızı değiştirecektir. Mevcut yapılandırmalarınızı korumak istiyorsanız, lütfen yedekleyin (qt5ct.conf|qt6ct.conf ve ~/.config/gtk-3.0|gtk-4.0)." + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "Bu yazıcının iş kuyruğu boş" + }, + "Theme & Colors": { + "Theme & Colors": "Tema & Renkler" + }, + "Theme Color": { + "Theme Color": "Tema Rengi" + }, + "Theme Registry": { + "Theme Registry": "" + }, + "Themes": { + "Themes": "" + }, + "Thickness": { + "Thickness": "Kalınlık" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Üçüncü Taraf Eklenti Uyarısı" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "" + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Bu bağ, config.kdl tarafından geçersiz kılındı." + }, + "This may take a few seconds": { + "This may take a few seconds": "" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "Bu widget, dizüstü bilgisayarlarda pil ömrünü önemli ölçüde etkileyebilen GPU güç kapatma durumlarını önler. Hibrit grafik kartına sahip dizüstü bilgisayarlarda kullanılması önerilmez." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Bu, tüm pano geçmişini kalıcı olarak siler." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "" + }, + "Thunderstorm": { + "Thunderstorm": "" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "" + }, + "Tile": { + "Tile": "" + }, + "Tile H": { + "Tile H": "" + }, + "Tile V": { + "Tile V": "" + }, + "Tiled": { + "Tiled": "" + }, + "Tiled State": { + "Tiled State": "" + }, + "Tiling": { + "Tiling": "Döşeme" + }, + "Time": { + "Time": "" + }, + "Time & Date Locale": { + "Time & Date Locale": "" + }, + "Time & Weather": { + "Time & Weather": "Zaman & Hava Durumu" + }, + "Time Format": { + "Time Format": "Zaman Biçimi" + }, + "Time format": { + "Time format": "" + }, + "Time remaining: %1": { + "Time remaining: %1": "Kalan zaman: %1" + }, + "Time until full: %1": { + "Time until full: %1": "Dolmasına kalan: %1" + }, + "Timed Out": { + "Timed Out": "Zaman Aşımı" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "Kritik öncelikli bildirimler için zaman aşımı" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "Düşük öncelikli bildirimler için zaman aşımı" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "Normal öncelikli bildirimler için zaman aşımı" + }, + "Title": { + "Title": "Başlık" + }, + "Title regex (optional)": { + "Title regex (optional)": "" + }, + "To Full": { + "To Full": "Dolmasına" + }, + "To update, run the following command:": { + "To update, run the following command:": "Güncellemek için aşağıdaki komutu çalıştırın:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Bu DMS bağlamasını kullanmak için, config.kdl dosyanızdaki tuş bağlamasını kaldırın veya değiştirin." + }, + "Toast Messages": { + "Toast Messages": "Anlık Bildirimler" + }, + "Today": { + "Today": "Bugün" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Bu bar yapılandırmasının görünürlüğünü değiştir" + }, + "Toggling...": { + "Toggling...": "Geçiş yapılıyor..." + }, + "Tomorrow": { + "Tomorrow": "Yarın" + }, + "Tonal Spot": { + "Tonal Spot": "" + }, + "Toner Empty": { + "Toner Empty": "Toner Boş" + }, + "Toner Low": { + "Toner Low": "Toner Az" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "" + }, + "Tools": { + "Tools": "" + }, + "Top": { + "Top": "Üst" + }, + "Top (Default)": { + "Top (Default)": "" + }, + "Top Bar Format": { + "Top Bar Format": "Üst Çubuk Biçimi" + }, + "Top Center": { + "Top Center": "" + }, + "Top Left": { + "Top Left": "Üst Sol" + }, + "Top Processes": { + "Top Processes": "En Üst İşlemler" + }, + "Top Right": { + "Top Right": "Üst Sağ" + }, + "Top Section": { + "Top Section": "Üst Bölüm" + }, + "Total": { + "Total": "" + }, + "Total Jobs": { + "Total Jobs": "Toplam İşler" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "Dönüştür" + }, + "Transition Effect": { + "Transition Effect": "Geçiş Efekti" + }, + "Transparency": { + "Transparency": "Transparanlık" + }, + "Trending GIFs": { + "Trending GIFs": "" + }, + "Trending Stickers": { + "Trending Stickers": "" + }, + "Trigger": { + "Trigger": "" + }, + "Trigger Prefix": { + "Trigger Prefix": "" + }, + "Trigger: %1": { + "Trigger: %1": "" + }, + "Trust": { + "Trust": "" + }, + "Try a different search": { + "Try a different search": "" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "" + }, + "Turn off monitors after": { + "Turn off monitors after": "Şu zaman sonra monitörleri kapat" + }, + "Type": { + "Type": "Tip" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "" + }, + "Type to search files": { + "Type to search files": "" + }, + "Typography": { + "Typography": "Tipografi" + }, + "Typography & Motion": { + "Typography & Motion": "Tipografi & Hareket" + }, + "Unavailable": { + "Unavailable": "Mevcut Değil" + }, + "Unfocused Color": { + "Unfocused Color": "" + }, + "Ungrouped": { + "Ungrouped": "" + }, + "Uninstall": { + "Uninstall": "Kaldır" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Eklentiyi Kaldır" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Kaldırma başarısız: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Kaldırıldı: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Kaldırılıyor: %1" + }, + "Unknown": { + "Unknown": "Bilinmeyen" + }, + "Unknown App": { + "Unknown App": "" + }, + "Unknown Artist": { + "Unknown Artist": "" + }, + "Unknown Config": { + "Unknown Config": "Bilinmeyen Yapılandırma" + }, + "Unknown Device": { + "Unknown Device": "Bilinmeyen Cihaz" + }, + "Unknown GPU": { + "Unknown GPU": "" + }, + "Unknown Monitor": { + "Unknown Monitor": "Bilinmeyen Monitör" + }, + "Unknown Network": { + "Unknown Network": "Bilinmeyen Ağ" + }, + "Unknown Title": { + "Unknown Title": "" + }, + "Unknown Track": { + "Unknown Track": "" + }, + "Unload on Close": { + "Unload on Close": "" + }, + "Unmute": { + "Unmute": "" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "" + }, + "Unnamed Rule": { + "Unnamed Rule": "" + }, + "Unpair": { + "Unpair": "" + }, + "Unpair failed": { + "Unpair failed": "" + }, + "Unpin": { + "Unpin": "" + }, + "Unpin from Dock": { + "Unpin from Dock": "Dock'tan Sabitlemeyi Kaldır" + }, + "Unsaved Changes": { + "Unsaved Changes": "Kaydedilmemiş Değişiklikler" + }, + "Unsaved changes": { + "Unsaved changes": "Kaydedilmemiş değişiklikler" + }, + "Unsaved note...": { + "Unsaved note...": "Kaydedilmemiş not..." + }, + "Untitled": { + "Untitled": "Başlıksız" + }, + "Untrust": { + "Untrust": "" + }, + "Up to date": { + "Up to date": "" + }, + "Update": { + "Update": "" + }, + "Update All": { + "Update All": "Tümünü Güncelle" + }, + "Update Plugin": { + "Update Plugin": "Eklentiyi Güncelle" + }, + "Uptime": { + "Uptime": "" + }, + "Uptime:": { + "Uptime:": "" + }, + "Urgent Color": { + "Urgent Color": "" + }, + "Usage Tips": { + "Usage Tips": "" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "12 saatlik ÖÖ/ÖS yerine 24 saatlik zaman formatını kullanın." + }, + "Use Custom Command": { + "Use Custom Command": "Özel Komut Kullan" + }, + "Use Grid Layout": { + "Use Grid Layout": "Izgara Düzeni Kullan" + }, + "Use IP Location": { + "Use IP Location": "IP Konumunu Kullan" + }, + "Use Imperial Units": { + "Use Imperial Units": "İngiliz Ölçü Birimini Kullan" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Metrik birimler (°C, km/h, hPa) yerine İngiliz birimleri (°F, mph, inHg) kullan" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "Sabit Aralıklı Yazı Tipi Kullan" + }, + "Use System Theme": { + "Use System Theme": "Sistem Temasını Kullan" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Swww, hyprpaper veya swaybg gibi harici bir duvar kağıdı yöneticisi kullan" + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Medya oynatımı için animasyonlu dalga ilerleme çubukları kullanın" + }, + "Use custom border size": { + "Use custom border size": "" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "Sistemi güncellemek için özel komut kullan" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "Bar aralığı yerine özel boşluklar kullanın" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Tema yarıçapı yerine özel pencere yarıçapı kullanın" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Karanlık tema yerine aydınlık tema kullan" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Sistem ayarlarındaki ses temasını kullan" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "" + }, + "User": { + "User": "Kullanıcı" + }, + "Username": { + "Username": "Kullanıcı Adı" + }, + "Username...": { + "Username...": "" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "" + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Gün doğumu/batımı saatlerini kullanarak konumunuza göre gece modunu otomatik olarak ayarlar." + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "" + }, + "Utilities": { + "Utilities": "Araçlar" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN Bağlantıları" + }, + "VPN Password": { + "VPN Password": "VPN Parolası" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN ayarı güncellendi" + }, + "VPN connections": { + "VPN connections": "VPN bağlantıları" + }, + "VPN deleted": { + "VPN deleted": "VPN silindi" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN içe aktarıldı: %1" + }, + "VPN not available": { + "VPN not available": "VPN mevcut değil" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN durumu ve hızlı bağlanma" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "" + }, + "VRR On-Demand": { + "VRR On-Demand": "Talep üzerine VRR" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Değişken Yenileme Hızı" + }, + "Verification": { + "Verification": "" + }, + "Version": { + "Version": "Sürüm" + }, + "Vertical Deck": { + "Vertical Deck": "Dikey Deck" + }, + "Vertical Grid": { + "Vertical Grid": "Dikey Izgara" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Dikey Kaydırma" + }, + "Vertical Tiling": { + "Vertical Tiling": "Dikey Döşeme" + }, + "Vibrant": { + "Vibrant": "" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Oynak doygunluğa sahip canlı palet" + }, + "Video Path": { + "Video Path": "" + }, + "Video Screensaver": { + "Video Screensaver": "" + }, + "Videos": { + "Videos": "" + }, + "View Mode": { + "View Mode": "" + }, + "Visibility": { + "Visibility": "Görüş" + }, + "Visual Effects": { + "Visual Effects": "" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Widget'lar arası görsel ayırıcı" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Duvar kağıdı değiştiğinde kullanılan görsel efekt" + }, + "Volume": { + "Volume": "Ses" + }, + "Volume Changed": { + "Volume Changed": "Ses Seviyesi Değişti" + }, + "Volume Slider": { + "Volume Slider": "Ses Seviyesi Kaydırıcı" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Ses, parlaklık ve diğer sistem ekran üstü gösterimleri" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "Duvar Kağıdı" + }, + "Wallpaper Error": { + "Wallpaper Error": "Duvar Kağıdı Hatası" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Duvar Kağıdı Monitörü" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Duvar kağıdı işleme başarısız oldu" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Duvar kağıdı işleme başarısız - duvar kağıdı yolunu kontrol edin" + }, + "Wallpapers": { + "Wallpapers": "Duvar Kağıtları" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Uygulanacak sıcak renk sıcaklığı" + }, + "Warning": { + "Warning": "Uyarı" + }, + "Warnings": { + "Warnings": "" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Dalga İlerleme Çubukları" + }, + "Weather": { + "Weather": "Hava Durumu" + }, + "Weather Widget": { + "Weather Widget": "Hava Durumu Widget'ı" + }, + "Welcome": { + "Welcome": "" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "Etkinleştirildiğinde, uygulamalar alfabetik olarak sıralanır. Devre dışı bırakıldığında, uygulamalar kullanım sıklığına göre sıralanır." + }, + "When locked": { + "When locked": "" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "Güncelleyici widgetı kullanıldığında, güncelleme bulunmazsa gizle" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi Parolası" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wi-Fi ve Ethernet bağlantısı" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi mevcut değil" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "WiFi Aygıtı" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "" + }, + "WiFi disabled": { + "WiFi disabled": "WiFi devre dışı" + }, + "WiFi enabled": { + "WiFi enabled": "WiFi etkin" + }, + "WiFi is off": { + "WiFi is off": "WiFi kapalı" + }, + "WiFi off": { + "WiFi off": "" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Geniş (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Widget Arkaplan Rengi" + }, + "Widget Management": { + "Widget Management": "Widget Yönetimi" + }, + "Widget Outline": { + "Widget Outline": "Widget Çerçevesi" + }, + "Widget Style": { + "Widget Style": "Widget Stili" + }, + "Widget Styling": { + "Widget Styling": "Widget Stili" + }, + "Widget Transparency": { + "Widget Transparency": "Widget Opaklığı" + }, + "Widget added": { + "Widget added": "Widget eklendi" + }, + "Widget removed": { + "Widget removed": "Widget kaldırıldı" + }, + "Widgets": { + "Widgets": "Widgetlar" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "" + }, + "Width": { + "Width": "" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "" + }, + "Wind": { + "Wind": "Rüzgar" + }, + "Wind Speed": { + "Wind Speed": "Rüzgar hızı" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "" + }, + "Window Corner Radius": { + "Window Corner Radius": "Pencere Köşe Yarıçapı" + }, + "Window Gaps": { + "Window Gaps": "Pencere Boşlukları" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Pencere Boşlukları (px)" + }, + "Window Height": { + "Window Height": "" + }, + "Window Opening": { + "Window Opening": "" + }, + "Window Rounding": { + "Window Rounding": "" + }, + "Window Rules": { + "Window Rules": "" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "" + }, + "Wipe": { + "Wipe": "" + }, + "Workspace": { + "Workspace": "Çalışma Alanı" + }, + "Workspace Appearance": { + "Workspace Appearance": "" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Çalışma Alanı Sıra Numarası" + }, + "Workspace Names": { + "Workspace Names": "" + }, + "Workspace Padding": { + "Workspace Padding": "Çalışma Alanı Dolgusu" + }, + "Workspace Settings": { + "Workspace Settings": "Çalışma Alanı Ayarları" + }, + "Workspace Switcher": { + "Workspace Switcher": "Çalışma Alanı Değiştirici" + }, + "Workspace name": { + "Workspace name": "" + }, + "Workspaces": { + "Workspaces": "Çalışma Alanları" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "Çalışma Alanları & Widgetlar" + }, + "Write:": { + "Write:": "" + }, + "X Axis": { + "X Axis": "X Ekseni" + }, + "Y Axis": { + "Y Axis": "Y Ekseni" + }, + "Yes": { + "Yes": "Evet" + }, + "Yesterday": { + "Yesterday": "" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "Kaydedilmemiş değişiklikleriniz var. Sekmeyi kapatmadan önce kaydedelim mi?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Kaydedilmemiş değişiklikleriniz var. Devam etmeden önce kaydedelim mi?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "Kaydedilmemiş değişiklikleriniz var. Yeni dosya oluşturmadan önce kaydedelim mi?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "Kaydedilmemiş değişiklikleriniz var. Yeni dosya açmadan önce kaydedelim mi?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "" + }, + "You're All Set!": { + "You're All Set!": "" + }, + "Your system is up to date!": { + "Your system is up to date!": "" + }, + "actions": { + "actions": "" + }, + "attached": { + "attached": "" + }, + "brandon": { + "brandon": "" + }, + "by %1": { + "by %1": "%1 tarafından" + }, + "days": { + "days": "gün" + }, + "detached": { + "detached": "" + }, + "device": { + "device": "" + }, + "devices connected": { + "devices connected": "" + }, + "dgop not available": { + "dgop not available": "dgop mevcut değil" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "" + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs yapılandırması mevcut ancak kompozitör yapılandırmanıza dahil edilmemiş. Ekran değişiklikleri kalıcı olmayacaktır." + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "örn. firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "örn. focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "Örneğin, notify-send 'Merhaba' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "" + }, + "events": { + "events": "etkinlikler" + }, + "ext": { + "ext": "" + }, + "featured": { + "featured": "" + }, + "leave empty for default": { + "leave empty for default": "Varsayılanlar için boş bırakın" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl kullanılabilir değil - kilit entegrasyonu DMS soket bağlantısı gerektirir" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "" + }, + "mangowc GitHub": { + "mangowc GitHub": "" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen bulunamadı - dinamik tema için matugen paketini yükleyin" + }, + "minutes": { + "minutes": "dakika" + }, + "ms": { + "ms": "ms" + }, + "nav": { + "nav": "" + }, + "niri GitHub": { + "niri GitHub": "" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "" + }, + "niri shortcuts config": { + "niri shortcuts config": "" + }, + "niri/dms Discord": { + "niri/dms Discord": "" + }, + "now": { + "now": "" + }, + "official": { + "official": "resmi" + }, + "on Hyprland": { + "on Hyprland": "" + }, + "on MangoWC": { + "on MangoWC": "" + }, + "on Miracle WM": { + "on Miracle WM": "" + }, + "on Niri": { + "on Niri": "" + }, + "on Scroll": { + "on Scroll": "" + }, + "on Sway": { + "on Sway": "" + }, + "open": { + "open": "" + }, + "or run ": { + "or run ": "" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "" + }, + "procs": { + "procs": "" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "" + }, + "seconds": { + "seconds": "saniye" + }, + "source": { + "source": "kaynak" + }, + "this app": { + "this app": "" + }, + "up": { + "up": "" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "NM entegrasyonu için dms'yi güncelle" + }, + "v%1 by %2": { + "v%1 by %2": "" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype mevcut değil - yapıştırma desteği için wtype'ı yükleyin" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Yalnızca güvenilir kaynaklardan yükle" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - Ay (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• M - Ay (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - Ay (Oca)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - Ay (Ocak)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Eklentiler hata veya güvenlik sorunları içerebilir" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Mümkünse kurulumdan önce kodu inceleyin" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - Gün (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - Gün (1-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - Gün adı (Pzt)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - Gün adı (Pazartesi)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - Yıl (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - Yıl (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_CN.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_CN.json new file mode 100644 index 0000000..f6d79a4 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_CN.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1动画速度" + }, + "%1 Sessions": { + "%1 Sessions": "%1个会话" + }, + "%1 active session": { + "%1 active session": "%1个激活会话" + }, + "%1 active sessions": { + "%1 active sessions": "%1个激活会话" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "1%个适配器,未连接任何适配器" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "1%个适配器,未连接任何适配器" + }, + "%1 character": { + "%1 character": "%1个字母" + }, + "%1 characters": { + "%1 characters": "%1个字符" + }, + "%1 connected": { + "%1 connected": "已连接 %1" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1自定义动画持续时间" + }, + "%1 disconnected": { + "%1 disconnected": "%1已断开连接" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1已断开连接(隐藏)" + }, + "%1 display": { + "%1 display": "%1个显示器" + }, + "%1 displays": { + "%1 displays": "%1个显示器" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1存在但并未被包含至配置文件。在此问题修复前,自定义快捷键绑定将不会生效。" + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1已存在但未被包含。窗口规则将不会生效。" + }, + "%1 filtered": { + "%1 filtered": "%1个已筛选" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1现在已被包含至配置文件" + }, + "%1 issue found": { + "%1 issue found": "发现%1个问题" + }, + "%1 issues found": { + "%1 issues found": "发现%1个问题" + }, + "%1 notifications": { + "%1 notifications": "%1条通知" + }, + "%1 update": { + "%1 update": "%1个更新" + }, + "%1 updates": { + "%1 updates": "%1个更新" + }, + "%1 variants": { + "%1 variants": "%1变体" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1张壁纸 • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1张壁纸 • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 部件" + }, + "%1 window": { + "%1 window": "%1个窗口" + }, + "%1 windows": { + "%1 windows": "%1个窗口" + }, + "%1m ago": { + "%1m ago": "%1分之前" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "“Alternative”(替代)模式允许密钥自行解锁。“Second factor”(双重验证)模式则需要先输入密码或指纹,然后再使用密钥。" + }, + "(Default)": { + "(Default)": "(默认)" + }, + "(Unnamed)": { + "(Unnamed)": "(未命名)" + }, + "+ %1 more": { + "+ %1 more": "+%1更多" + }, + "/path/to/videos": { + "/path/to/videos": "/path/to/videos" + }, + "0 = square corners": { + "0 = square corners": "0 = 直角" + }, + "1 day": { + "1 day": "1天" + }, + "1 device connected": { + "1 device connected": "已连接1个设备" + }, + "1 event": { + "1 event": "1个事件" + }, + "1 hour": { + "1 hour": "1小时" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1小时30分钟" + }, + "1 minute": { + "1 minute": "1 分钟" + }, + "1 notification": { + "1 notification": "1条通知" + }, + "1 second": { + "1 second": "1 秒" + }, + "10 minutes": { + "10 minutes": "10 分钟" + }, + "10 seconds": { + "10 seconds": "10 秒" + }, + "10-bit Color": { + "10-bit Color": "10位色彩" + }, + "12 hours": { + "12 hours": "12小时" + }, + "14 days": { + "14 days": "14天" + }, + "15 minutes": { + "15 minutes": "15分钟" + }, + "15 seconds": { + "15 seconds": "15 秒" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2小时" + }, + "2 minutes": { + "2 minutes": "2 分钟" + }, + "2 seconds": { + "2 seconds": "2秒" + }, + "20 minutes": { + "20 minutes": "20分钟" + }, + "20 seconds": { + "20 seconds": "20秒" + }, + "24-Hour Format": { + "24-Hour Format": "24小时制" + }, + "24-hour clock": { + "24-hour clock": "24小时制时钟" + }, + "24-hour format": { + "24-hour format": "24小时制" + }, + "25 seconds": { + "25 seconds": "25秒" + }, + "250 ms": { + "250 ms": "250毫秒" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3天" + }, + "3 hours": { + "3 hours": "3小时" + }, + "3 minutes": { + "3 minutes": "3分钟" + }, + "3 seconds": { + "3 seconds": "3 秒" + }, + "30 days": { + "30 days": "30天" + }, + "30 minutes": { + "30 minutes": "30分钟" + }, + "30 seconds": { + "30 seconds": "30 秒" + }, + "35 seconds": { + "35 seconds": "35秒" + }, + "3rd party": { + "3rd party": "第三方" + }, + "4 hours": { + "4 hours": "4小时" + }, + "4 seconds": { + "4 seconds": "4秒" + }, + "40 seconds": { + "40 seconds": "40秒" + }, + "45 seconds": { + "45 seconds": "45秒" + }, + "5 minutes": { + "5 minutes": "5 分钟" + }, + "5 seconds": { + "5 seconds": "5 秒" + }, + "50 seconds": { + "50 seconds": "50秒" + }, + "500 ms": { + "500 ms": "500毫秒" + }, + "55 seconds": { + "55 seconds": "55秒" + }, + "6 hours": { + "6 hours": "6小时" + }, + "7 days": { + "7 days": "7天" + }, + "750 ms": { + "750 ms": "750毫秒" + }, + "8 hours": { + "8 hours": "8小时" + }, + "8 seconds": { + "8 seconds": "8 秒" + }, + "90 days": { + "90 days": "90天" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "MIT License" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "已存在同名文件,是否覆盖?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "为wayland合成器设计的一款现代桌面shell" + }, + "AC Power": { + "AC Power": "交流电" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "已中止" + }, + "About": { + "About": "关于" + }, + "Accent Color": { + "Accent Color": "重点色" + }, + "Accept": { + "Accept": "接受" + }, + "Accept Jobs": { + "Accept Jobs": "接受任务" + }, + "Accepting": { + "Accepting": "正在接受" + }, + "Access clipboard history": { + "Access clipboard history": "访问剪切板记录" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "访问通知与请勿打扰" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "访问系统控制和设置" + }, + "Action": { + "Action": "操作" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "操作失败或终端已关闭。" + }, + "Actions": { + "Actions": "操作" + }, + "Activate": { + "Activate": "激活" + }, + "Activate Greeter": { + "Activate Greeter": "激活 Greeter" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "激活 DMS Greeter?将打开一个终端进行 sudo 身份验证。激活后运行“同步”以应用您的设置。" + }, + "Activation": { + "Activation": "激活" + }, + "Active": { + "Active": "活动" + }, + "Active Color": { + "Active Color": "激活颜色" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "活动锁屏显示器" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "激活平铺背景与图标颜色" + }, + "Active: %1": { + "Active: %1": "激活:%1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "激活:%1 +%2" + }, + "Active: None": { + "Active: None": "活动: 无" + }, + "Adapters": { + "Adapters": "适配器" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "添加" + }, + "Add Bar": { + "Add Bar": "添加状态栏" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "添加桌面部件" + }, + "Add Printer": { + "Add Printer": "添加打印机" + }, + "Add Title": { + "Add Title": "添加标题" + }, + "Add Widget": { + "Add Widget": "添加部件" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "将部件添加到 %1 部分" + }, + "Add a border around the dock": { + "Add a border around the dock": "在程序坞周围添加边框" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "在所有应用启动后添加自定义前缀。这可以用来处理诸如uwsm-app、systemd-run或其他命令封装器。" + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "添加与配置出现在你桌面的部件" + }, + "Add by Address": { + "Add by Address": "通过地址添加" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "在网格模式中按需调整列的数量。" + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "每滚动一格调节音量" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "调整生成颜色的对比度(-100 = 最小,0 = 标准,100 = 最大)" + }, + "Advanced": { + "Advanced": "高级" + }, + "Afternoon": { + "Afternoon": "下午" + }, + "All": { + "All": "全部" + }, + "All Monitors": { + "All Monitors": "所有显示器" + }, + "All checks passed": { + "All checks passed": "所有检查均已通过" + }, + "All day": { + "All day": "每天" + }, + "All displays": { + "All displays": "所有显示器" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "允许鼠标穿透部件" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/退格: 返回 • F1/I: 文件信息 • F10: 帮助 • Esc: 关闭" + }, + "Alternative (OR)": { + "Alternative (OR)": "Alternative (OR)" + }, + "Always Active": { + "Always Active": "总是激活" + }, + "Always Show Percentage": { + "Always Show Percentage": "始终显示百分比" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "总是隐藏程序坞,并在靠近它时显露" + }, + "Always on icons": { + "Always on icons": "总显示的图标" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "即使不足也总是显示至少三个工作区" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "当Niri的概览打开时,也总是显示程序坞" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "当仅连接一个显示器时,总是显示" + }, + "Amount": { + "Amount": "数量" + }, + "Analog": { + "Analog": "模拟" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "模拟、数字以及堆叠时钟显示" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "配置分析中..." + }, + "Animation Duration": { + "Animation Duration": "动画时长" + }, + "Animation Speed": { + "Animation Speed": "动画速度" + }, + "Anonymous Identity": { + "Anonymous Identity": "匿名身份" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "匿名身份(可选)" + }, + "App Customizations": { + "App Customizations": "应用自定义" + }, + "App ID Substitutions": { + "App ID Substitutions": "应用ID替换" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "应用ID正则(比如^firefox$)" + }, + "App Launcher": { + "App Launcher": "启动器" + }, + "App Names": { + "App Names": "仅应用名" + }, + "App Theming": { + "App Theming": "应用主题" + }, + "Appearance": { + "Appearance": "外观" + }, + "Application Dock": { + "Application Dock": "程序坞" + }, + "Applications": { + "Applications": "应用程序" + }, + "Apply Changes": { + "Apply Changes": "应用更改" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "应用 GTK 配色" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "应用 Qt 配色" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "应用暖色温以减轻眼睛疲劳,可通过下方设置配置按时间自动启用。" + }, + "Applying authentication changes…": { + "Applying authentication changes…": "正在应用认证变更……" + }, + "Apps": { + "Apps": "应用" + }, + "Apps Dock": { + "Apps Dock": "程序坞" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "程序坞设定" + }, + "Apps Icon": { + "Apps Icon": "应用图标" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "应用按使用频率、最近使用时间和字母顺序排序。" + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "程序会带有自定义名称、图标与启动选项。右键应用并选择“编辑应用”进行自定义。" + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "已静音通知弹窗的应用。请取消静音或删除以移除。" + }, + "Architecture": { + "Architecture": "架构" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "确认要结束会话\"%1\"吗?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "排列显示器、配置分辨率、刷新率和VRR" + }, + "Attach": { + "Attach": "标记" + }, + "Audio": { + "Audio": "音频" + }, + "Audio Codec": { + "Audio Codec": "音频编解码器" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "选择音频编解码器" + }, + "Audio Devices": { + "Audio Devices": "音频设备" + }, + "Audio Input": { + "Audio Input": "音频输入" + }, + "Audio Output": { + "Audio Output": "音频输出" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "音频输出设备 (" + }, + "Audio Output Switch": { + "Audio Output Switch": "声音输出切换" + }, + "Audio Visualizer": { + "Audio Visualizer": "音频可视化" + }, + "Audio system restarted": { + "Audio system restarted": "音频系统已重启" + }, + "Audio volume control": { + "Audio volume control": "音量控制" + }, + "Auth": { + "Auth": "认证" + }, + "Auth Type": { + "Auth Type": "认证方式" + }, + "Authenticate": { + "Authenticate": "认证" + }, + "Authenticating...": { + "Authenticating...": "认证中……" + }, + "Authentication": { + "Authentication": "认证" + }, + "Authentication Required": { + "Authentication Required": "需要认证" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "认证变更已应用。" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "认证变更自动应用。" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "认证变更自动应用。仅指纹登录可能无法解锁密钥环。" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "认证变更需要sudo权限。正在打开终端,你可以使用密码或指纹通过验证。" + }, + "Authentication error - try again": { + "Authentication error - try again": "认证错误——请重试" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "认证失败,请重试" + }, + "Authorize": { + "Authorize": "授权" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "授权配对 " + }, + "Authorize service for ": { + "Authorize service for ": "授权服务 " + }, + "Auto": { + "Auto": "自动" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "自动(基于Bar)" + }, + "Auto (Wide)": { + "Auto (Wide)": "自动(宽角)" + }, + "Auto Location": { + "Auto Location": "自动定位" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "自动弹窗间距" + }, + "Auto-Clear After": { + "Auto-Clear After": "在此之后自动清除" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "自动隐藏超时" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "当启动程序时自动关闭Niri概览。" + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "自动删除在此之前的通知" + }, + "Auto-hide": { + "Auto-hide": "自动隐藏" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "自动隐藏程序坞" + }, + "Auto-saving...": { + "Auto-saving...": "自动保存中..." + }, + "Autoconnect": { + "Autoconnect": "自动连接" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "已禁用自动连接" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "已启用自动连接" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "打开时自动填充上次记忆的查询" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "自动颜色模式" + }, + "Automatic Control": { + "Automatic Control": "自动切换" + }, + "Automatic Cycling": { + "Automatic Cycling": "自动轮换" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "自动轮换文件夹中的壁纸" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "自动删除比这更旧的项目" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "根据 IP 地址自动检测位置" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "通过 IP 地址自动检测您的位置" + }, + "Automatically lock after": { + "Automatically lock after": "在此时间后自动锁定" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "DMS 启动时自动锁定屏幕" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "当系统准备挂起时自动锁定屏幕" + }, + "Automation": { + "Automation": "自动" + }, + "Available": { + "Available": "可用" + }, + "Available Layouts": { + "Available Layouts": "可用布局" + }, + "Available Networks": { + "Available Networks": "可用网络" + }, + "Available Plugins": { + "Available Plugins": "可用插件" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "可用屏幕(%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "提供详细视图和预测视图两种模式" + }, + "Available.": { + "Available.": "可用。" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "返回" + }, + "Backend": { + "Backend": "后端" + }, + "Background": { + "Background": "背景" + }, + "Background Blur": { + "Background Blur": "背景模糊" + }, + "Background Opacity": { + "Background Opacity": "背景透明度" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "后台认证同步失败。请尝试终端模式。" + }, + "Background image": { + "Background image": "背景图片" + }, + "Backlight device": { + "Backlight device": "背光设备" + }, + "Balance power and performance": { + "Balance power and performance": "平衡与性能电源模式" + }, + "Balanced": { + "Balanced": "平衡" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "均衡配色,强调重点(默认)" + }, + "Bar Configurations": { + "Bar Configurations": "状态栏设置" + }, + "Bar Shadows": { + "Bar Shadows": "状态栏阴影" + }, + "Bar Transparency": { + "Bar Transparency": "状态栏透明度" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "阴影基础颜色(不透明度会自动应用)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "动画的基础持续时间(拖动以自定义)" + }, + "Battery": { + "Battery": "电池" + }, + "Battery %1": { + "Battery %1": "电池余量%1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "电池充电限制" + }, + "Battery and power management": { + "Battery and power management": "电池与电源管理" + }, + "Battery level and power management": { + "Battery level and power management": "电池电量与电源管理" + }, + "Behavior": { + "Behavior": "行为" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "将锁屏绑定到来自 loginctl 的 dbus 信号。如使用外部锁屏程序,请禁用此项" + }, + "Binds Include Missing": { + "Binds Include Missing": "缺失的绑定包含" + }, + "Binds include added": { + "Binds include added": "已添加绑定包含" + }, + "Bit Depth": { + "Bit Depth": "位深" + }, + "Block Out": { + "Block Out": "封锁" + }, + "Block Out From": { + "Block Out From": "从此处封锁" + }, + "Block notifications": { + "Block notifications": "屏蔽通知" + }, + "Blocked": { + "Blocked": "已屏蔽" + }, + "Blue light filter": { + "Blue light filter": "蓝光过滤器" + }, + "Bluetooth": { + "Bluetooth": "蓝牙" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "蓝牙设置" + }, + "Bluetooth not available": { + "Bluetooth not available": "蓝牙不可用" + }, + "Blur Border Color": { + "Blur Border Color": "模糊边框颜色" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "模糊边框透明度" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "模糊壁纸层" + }, + "Blur on Overview": { + "Blur on Overview": "在概览中模糊" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "模糊状态栏、弹窗、模态以及通知的背景。需要合成器支持与配置。" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "当打开概览时模糊壁纸" + }, + "Body": { + "Body": "主体" + }, + "Border": { + "Border": "边框" + }, + "Border Color": { + "Border Color": "边框颜色" + }, + "Border Opacity": { + "Border Opacity": "边框透明度" + }, + "Border Size": { + "Border Size": "边框宽度" + }, + "Border Thickness": { + "Border Thickness": "边框厚度" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "模糊表面周围的边框颜色" + }, + "Border with BG": { + "Border with BG": "带BG的边框" + }, + "Bottom": { + "Bottom": "底部" + }, + "Bottom Center": { + "Bottom Center": "底部中间" + }, + "Bottom Left": { + "Bottom Left": "左下角" + }, + "Bottom Right": { + "Bottom Right": "右下角" + }, + "Bottom Section": { + "Bottom Section": "底部区域" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "底部程序坞:显示已固定和活动应用" + }, + "Brightness": { + "Brightness": "亮度" + }, + "Brightness Slider": { + "Brightness Slider": "亮度滑块" + }, + "Brightness Value": { + "Brightness Value": "亮度值" + }, + "Brightness control not available": { + "Brightness control not available": "亮度控制不可用" + }, + "Browse": { + "Browse": "浏览" + }, + "Browse Files": { + "Browse Files": "浏览文件" + }, + "Browse Plugins": { + "Browse Plugins": "浏览插件" + }, + "Browse Themes": { + "Browse Themes": "浏览主题" + }, + "Browse or search plugins": { + "Browse or search plugins": "浏览或搜索插件" + }, + "Button Color": { + "Button Color": "按钮颜色" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU图表" + }, + "CPU Temperature": { + "CPU Temperature": "CPU 温度" + }, + "CPU Usage": { + "CPU Usage": "CPU 占用" + }, + "CPU temperature display": { + "CPU temperature display": "显示 CPU 温度" + }, + "CPU usage indicator": { + "CPU usage indicator": "CPU 占用情况" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU、内存、网络与磁盘监控" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS 警告:不安全的打印过滤器" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS 警告:缺少打印过滤器" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS 打印服务器" + }, + "CUPS not available": { + "CUPS not available": "CUPS不可用" + }, + "Camera": { + "Camera": "摄像头" + }, + "Cancel": { + "Cancel": "取消" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "取消“%1”的所有作业吗?" + }, + "Canceled": { + "Canceled": "已取消" + }, + "Cannot pair": { + "Cannot pair": "无法配对" + }, + "Capabilities": { + "Capabilities": "功能" + }, + "Capacity": { + "Capacity": "电池容量" + }, + "Caps Lock": { + "Caps Lock": "大写锁定" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "大小写指示灯" + }, + "Caps Lock is on": { + "Caps Lock is on": "大小写已锁定" + }, + "Center Section": { + "Center Section": "中间区域" + }, + "Center Single Column": { + "Center Single Column": "居中单列" + }, + "Center Tiling": { + "Center Tiling": "中心平铺" + }, + "Certificate Password": { + "Certificate Password": "证书密码" + }, + "Change Song": { + "Change Song": "切换歌曲" + }, + "Change Volume": { + "Change Volume": "切换音量" + }, + "Change bar appearance": { + "Change bar appearance": "更改状态栏外观" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "更改 DMS 界面使用的区域设置。" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "更改用于日期和时间格式化的区域设置,与界面语言无关。" + }, + "Channel": { + "Channel": "频道" + }, + "Charging": { + "Charging": "充电" + }, + "Check for system updates": { + "Check for system updates": "检查系统更新" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "按需检查同步状态。同步会将你的主题、设置和壁纸配置复制到登录界面。认证变更会自动生效。" + }, + "Checking for updates...": { + "Checking for updates...": "正检测更新……" + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "正在检查是否需要 sudo 认证..." + }, + "Checking...": { + "Checking...": "检测中……" + }, + "Checking…": { + "Checking…": "检查中……" + }, + "Choose Color": { + "Choose Color": "选择颜色" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "选择黑暗模式颜色" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "选择程序坞启动器图标颜色" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "设置启动器 Logo 颜色" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "选择明亮模式颜色" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "选择壁纸颜色" + }, + "Choose a color": { + "Choose a color": "选择颜色" + }, + "Choose colors from palette": { + "Choose colors from palette": "从调色板中选择颜色" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "选择天气部件的显示方式" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "选择此状态栏解析阴影方向的方式" + }, + "Choose icon": { + "Choose icon": "选择图标" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "选择部件背景色" + }, + "Choose the border accent color": { + "Choose the border accent color": "选择边框强调色" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "选择在 DankBar 启动器按钮上显示的 Logo" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "设置通知弹窗的出现位置" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "选择 OSD 在屏幕上出现的位置" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "选择要在哪个显示器显示该小部件" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "选择哪个显示器显示锁屏界面。其他显示器将显示纯色以保护 OLED 屏幕防烧伤。" + }, + "Chroma Style": { + "Chroma Style": "浓度风格" + }, + "Cipher": { + "Cipher": "密码" + }, + "Circle": { + "Circle": "圆形" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "窗口类型正则(比如^firefox$)" + }, + "Clear": { + "Clear": "清除" + }, + "Clear All": { + "Clear All": "清空" + }, + "Clear All Jobs": { + "Clear All Jobs": "清除所有任务" + }, + "Clear History?": { + "Clear History?": "是否清除历史?" + }, + "Clear Sky": { + "Clear Sky": "晴空" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "当服务器启动时清除所有纪录" + }, + "Clear at Startup": { + "Clear at Startup": "启动时清除" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "点击设置以创建%1并将其包含至配置文件。" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "点击设置以创建%1并添加包含文件至合成器配置文件。" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "点击设置以创建光标配置,并导入至合成器配置文件。" + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "点击设置以创建输出配置,并添加至合成器配置。" + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "点击导入添加 .ovpn 或 .conf 文件" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "点击刷新以查看状态。" + }, + "Click Through": { + "Click Through": "鼠标穿透" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "点击任意快捷方式以编辑。更改将保存至%1。" + }, + "Click to capture": { + "Click to capture": "点击以捕获" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "点击以选择自定义主题的JSON文件" + }, + "Clip": { + "Clip": "裁剪" + }, + "Clip to Geometry": { + "Clip to Geometry": "裁剪至几何形" + }, + "Clipboard": { + "Clipboard": "剪切板" + }, + "Clipboard History": { + "Clipboard History": "剪切板历史记录" + }, + "Clipboard Manager": { + "Clipboard Manager": "剪切板管理器" + }, + "Clipboard sent": { + "Clipboard sent": "已发送剪切板" + }, + "Clipboard service not available": { + "Clipboard service not available": "剪切板服务不可用" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "剪切板正常工作但无存入磁盘内容" + }, + "Clock": { + "Clock": "时钟" + }, + "Clock Style": { + "Clock Style": "表盘样式" + }, + "Close": { + "Close": "关闭" + }, + "Close All Windows": { + "Close All Windows": "关闭所有窗口" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "在启动时关闭概览" + }, + "Close Window": { + "Close Window": "关闭窗口" + }, + "Color": { + "Color": "颜色" + }, + "Color Gamut": { + "Color Gamut": "色域" + }, + "Color Management": { + "Color Management": "色彩管理" + }, + "Color Mode": { + "Color Mode": "颜色模式" + }, + "Color Override": { + "Color Override": "覆盖颜色" + }, + "Color Picker": { + "Color Picker": "取色器" + }, + "Color Temperature": { + "Color Temperature": "色温" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "未显示锁屏的显示器上显示的颜色" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "主要操作按钮颜色" + }, + "Color temperature for day time": { + "Color temperature for day time": "白天模式色温" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "夜间模式色温" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "语法高亮的颜色主题。" + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "语法高亮的颜色主题。有%1的主题可供使用。" + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "DMS注册表的颜色主题" + }, + "Colorful": { + "Colorful": "彩色" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "色彩鲜明、对比强烈的配色。" + }, + "Colorize Active": { + "Colorize Active": "激活上色" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "从壁纸选取颜色" + }, + "Column": { + "Column": "列" + }, + "Column Display": { + "Column Display": "列式显示" + }, + "Column Width": { + "Column Width": "列宽" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "要隐藏的会话名称的逗号分隔列表。使用正则表达式时用斜杠包裹(例如 /^_.*/)。" + }, + "Command": { + "Command": "命令" + }, + "Commands": { + "Commands": "命令" + }, + "Communication": { + "Communication": "通讯" + }, + "Community themes": { + "Community themes": "社区主题" + }, + "Compact": { + "Compact": "紧凑" + }, + "Compact Mode": { + "Compact Mode": "紧凑模式" + }, + "Completed": { + "Completed": "已完成" + }, + "Compositor": { + "Compositor": "合成器" + }, + "Compositor Settings": { + "Compositor Settings": "合成器设置" + }, + "Compositor not supported": { + "Compositor not supported": "合成器不支持" + }, + "Config Format": { + "Config Format": "配置格式" + }, + "Config action: %1": { + "Config action: %1": "配置操作:%1" + }, + "Config validation failed": { + "Config validation failed": "配置验证失败" + }, + "Configuration": { + "Configuration": "配置" + }, + "Configuration activated": { + "Configuration activated": "已应用配置" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "当该显示器重新连接时,配置将被保留" + }, + "Configure": { + "Configure": "配置" + }, + "Configure Keybinds": { + "Configure Keybinds": "配置快捷键绑定" + }, + "Configure a new printer": { + "Configure a new printer": "配置新打印机" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "为已命名工作区配置图标。当数字和图标同时启用时,图标优先生效。" + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "配置文件匹配条件与动作" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "配置要显示的显示器\"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "配置哪些显示器显示各类部件" + }, + "Confirm": { + "Confirm": "确认" + }, + "Confirm Delete": { + "Confirm Delete": "确认删除" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "确认显示更改" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "确认密钥 " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "冲突:%1" + }, + "Connect": { + "Connect": "连接" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "连接到隐藏的网络" + }, + "Connect to VPN": { + "Connect to VPN": "连接到 VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "连接到 Wi-Fi" + }, + "Connected": { + "Connected": "已连接" + }, + "Connected Device": { + "Connected Device": "已连接的设备" + }, + "Connected Displays": { + "Connected Displays": "已连接显示器" + }, + "Connecting to Device": { + "Connecting to Device": "连接设备中" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "连接中..." + }, + "Connection failed": { + "Connection failed": "连接失败" + }, + "Contains": { + "Contains": "包含" + }, + "Content": { + "Content": "内容" + }, + "Content copied": { + "Content copied": "内容已复制" + }, + "Contrast": { + "Contrast": "对比度" + }, + "Control Center": { + "Control Center": "控制中心" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "控制中心平铺颜色" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "控制通知弹窗和历史记录的动画持续时间" + }, + "Control currently playing media": { + "Control currently playing media": "控制当前播放的媒体" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "控制在锁屏上显示的通知内容" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "控制哪些插件会出现在“所有”模式中,而无需触发器prefix。可通过拖拽调整顺序。" + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "在状态栏上滚动时也会控制工作区和列" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "控制所有弹出窗口、模态框及其内容层的透明度" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "控制提升图层的阴影投射方向" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "控制阴影的基础模糊半径和偏移量" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "控制阴影的透明度" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "登录界面的便捷选项。同步以应用。" + }, + "Cooldown": { + "Cooldown": "冷却" + }, + "Copied GIF": { + "Copied GIF": "已复制的动图" + }, + "Copied MP4": { + "Copied MP4": "已复制的MP4" + }, + "Copied WebP": { + "Copied WebP": "已复制的WebP" + }, + "Copied to clipboard": { + "Copied to clipboard": "复制到剪切板" + }, + "Copied!": { + "Copied!": "复制成功!" + }, + "Copy": { + "Copy": "复制" + }, + "Copy Content": { + "Copy Content": "复制内容" + }, + "Copy Full Command": { + "Copy Full Command": "复制完整命令" + }, + "Copy HTML": { + "Copy HTML": "复制 HTML" + }, + "Copy Name": { + "Copy Name": "复制名称" + }, + "Copy PID": { + "Copy PID": "复制进程ID" + }, + "Copy Text": { + "Copy Text": "复制文本" + }, + "Copy path": { + "Copy path": "复制路径" + }, + "Corner Radius": { + "Corner Radius": "圆角半径" + }, + "Corner Radius Override": { + "Corner Radius Override": "圆角半径覆盖" + }, + "Corners & Background": { + "Corners & Background": "角落与背景" + }, + "Count Only": { + "Count Only": "仅数量" + }, + "Cover Open": { + "Cover Open": "打印机盖已打开" + }, + "Create": { + "Create": "创建" + }, + "Create Dir": { + "Create Dir": "创建目录" + }, + "Create Printer": { + "Create Printer": "创建打印机" + }, + "Create Window Rule": { + "Create Window Rule": "创建窗口规则" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "创建一个%1会话(n)" + }, + "Create rule for:": { + "Create rule for:": "为此创建规则:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "创建规则以静音、忽略、从历史记录中隐藏或覆盖通知优先级。默认设置仅覆盖优先级;通知仍会正常显示。" + }, + "Creating...": { + "Creating...": "正在创建..." + }, + "Critical Priority": { + "Critical Priority": "紧急通知" + }, + "Current": { + "Current": "当前" + }, + "Current Items": { + "Current Items": "当前项目" + }, + "Current Locale": { + "Current Locale": "当前区域设置" + }, + "Current Monitor": { + "Current Monitor": "当前显示器" + }, + "Current Period": { + "Current Period": "当前时间" + }, + "Current Status": { + "Current Status": "当前状态" + }, + "Current Temp": { + "Current Temp": "当前温度" + }, + "Current Theme: %1": { + "Current Theme: %1": "当前主题:%1" + }, + "Current Weather": { + "Current Weather": "当前天气" + }, + "Current Workspace": { + "Current Workspace": "当前工作区" + }, + "Current time and date display": { + "Current time and date display": "显示当前时间与日期" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "当前天气及气温" + }, + "Current: %1": { + "Current: %1": "当前:%1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "光标未配置" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "未找到光标导入配置" + }, + "Cursor Size": { + "Cursor Size": "光标尺寸" + }, + "Cursor Theme": { + "Cursor Theme": "光标主题" + }, + "Custom": { + "Custom": "自定义" + }, + "Custom Color": { + "Custom Color": "自定义颜色" + }, + "Custom Duration": { + "Custom Duration": "自定义持续时间" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "自定义休眠命令" + }, + "Custom Location": { + "Custom Location": "自定义位置" + }, + "Custom Lock Command": { + "Custom Lock Command": "自定义锁定命令" + }, + "Custom Logout Command": { + "Custom Logout Command": "自定义注销命令" + }, + "Custom Name": { + "Custom Name": "自定义名称" + }, + "Custom Power Actions": { + "Custom Power Actions": "自定义电源操作" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "自定义关机命令" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "自定义重启命令" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "自定义阴影颜色" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "自定义阴影覆盖" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "自定义挂起命令" + }, + "Custom Transparency": { + "Custom Transparency": "自定义透明度" + }, + "Custom power profile": { + "Custom power profile": "自定义电源配置" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "从JSON文件加载的自定义主题" + }, + "Custom...": { + "Custom...": "自定义..." + }, + "Custom: ": { + "Custom: ": "自定义: " + }, + "Customizable empty space": { + "Customizable empty space": "可调节留白" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "自定义电源菜单选项" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI监视器" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "演示模式 - 点击任意位置退出" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS 插件管理器不可用" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "DMS快捷键" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "DMS欢迎界面需要:greetd、dms-greeter。指纹:fprintd、pam_fprintd。安全钥匙:pam_u2f。把你的用户添加到greeter组。认证变更会自动应用,当需要sudo认证时,可能会打开终端。" + }, + "DMS out of date": { + "DMS out of date": "DMS 不是最新版本" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "DMS服务未连接。剪切板设置不可用。" + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS shell 操作(启动器、剪贴板等)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET 不可用" + }, + "DWL service not available": { + "DWL service not available": "DWL 服务不可用" + }, + "Daily": { + "Daily": "每日" + }, + "Daily at:": { + "Daily at:": "在每日:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell现已可用" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell 和系统图标 (需要重启)" + }, + "Dark Mode": { + "Dark Mode": "暗色模式" + }, + "Dark mode base": { + "Dark mode base": "基于黑暗模式" + }, + "Dark mode harmony": { + "Dark mode harmony": "黑暗模式和谐" + }, + "Darken Modal Background": { + "Darken Modal Background": "暗化背景" + }, + "Date Format": { + "Date Format": "日期格式" + }, + "Date format": { + "Date format": "日期格式" + }, + "Date format on greeter": { + "Date format on greeter": "Greeter 界面日期格式" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "黎明(天文晨光)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "黎明(民用晨光)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "黎明(航海晨光)" + }, + "Day Date": { + "Day Date": "日 日期" + }, + "Day Month Date": { + "Day Month Date": "日 月份 日期" + }, + "Day Temperature": { + "Day Temperature": "日间色温" + }, + "Daytime": { + "Daytime": "日期" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "默认" + }, + "Default (Black)": { + "Default (Black)": "默认(黑色)" + }, + "Default Width (%)": { + "Default Width (%)": "默认宽度(%)" + }, + "Default selected action": { + "Default selected action": "默认选项" + }, + "Defaults": { + "Defaults": "复位" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "定义窗口行为规则。保存至%1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: 清除 • Shift+Del: 清空 • 1-9: 操作 • F10: 帮助 • Esc: 关闭" + }, + "Delete": { + "Delete": "删除" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "删除\"%1\"?" + }, + "Delete Class": { + "Delete Class": "删除类别" + }, + "Delete Printer": { + "Delete Printer": "删除打印机" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "是否删除已保存项目?" + }, + "Delete VPN": { + "Delete VPN": "删除 VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "删除类别\"%1\"?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "删除档案\"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "依赖与文档" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "提取与壁纸高度匹配的颜色。" + }, + "Description": { + "Description": "描述" + }, + "Desktop": { + "Desktop": "桌面" + }, + "Desktop Clock": { + "Desktop Clock": "桌面时钟" + }, + "Desktop Entry": { + "Desktop Entry": "桌面项目" + }, + "Desktop Widget": { + "Desktop Widget": "桌面部件" + }, + "Desktop Widgets": { + "Desktop Widgets": "桌面部件" + }, + "Desktop background images": { + "Desktop background images": "桌面壁纸" + }, + "Detailed": { + "Detailed": "详细" + }, + "Details for \"%1": { + "Details for \"%1\"": "\"%1\"的详细信息" + }, + "Development": { + "Development": "开发" + }, + "Device": { + "Device": "设备" + }, + "Device connections": { + "Device connections": "设备连接" + }, + "Device names updated": { + "Device names updated": "设备名已更新" + }, + "Device paired": { + "Device paired": "设备已配对" + }, + "Device unpaired": { + "Device unpaired": "设备已取消配对" + }, + "Digital": { + "Digital": "电子" + }, + "Direction Source": { + "Direction Source": "方向源" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "禁用自动连接" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "禁用内置壁纸" + }, + "Disable History Persistence": { + "Disable History Persistence": "禁用历史持久化" + }, + "Disable Output": { + "Disable Output": "禁止输出" + }, + "Disabled": { + "Disabled": "已关闭" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "正在禁用WiFi..." + }, + "Disc": { + "Disc": "涟漪" + }, + "Discard": { + "Discard": "放弃" + }, + "Discharging": { + "Discharging": "放电" + }, + "Disconnect": { + "Disconnect": "断开连接" + }, + "Disconnected": { + "Disconnected": "已断开连接" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Wi-Fi 已断开" + }, + "Discover Devices": { + "Discover Devices": "发现设备" + }, + "Disk": { + "Disk": "磁盘" + }, + "Disk I/O": { + "Disk I/O": "磁盘I/O" + }, + "Disk Usage": { + "Disk Usage": "磁盘占用" + }, + "Disk Usage Display": { + "Disk Usage Display": "显示磁盘使用量" + }, + "Disks": { + "Disks": "磁盘" + }, + "Dismiss": { + "Dismiss": "忽略" + }, + "Display": { + "Display": "显示" + }, + "Display Assignment": { + "Display Assignment": "显示布局" + }, + "Display Control": { + "Display Control": "显示控制" + }, + "Display Name Format": { + "Display Name Format": "显示名称格式" + }, + "Display Profiles": { + "Display Profiles": "显示档案" + }, + "Display Settings": { + "Display Settings": "显示设置" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "显示带有固定和运行中应用程序的程序坞" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "应用全屏时仍显示所有优先级的通知" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "显示与切换 DWL 布局" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "在工作区指示器中显示应用程序图标" + }, + "Display brightness control": { + "Display brightness control": "显示亮度控制" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "显示配置不可用。WLR输出管理协议不受支持。" + }, + "Display currently focused application title": { + "Display currently focused application title": "显示当前聚焦应用的标题" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "显示每小时天气预报" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "只显示包含窗口的工作区" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "通过网格而非列表显示电源菜单" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "在时钟中显示秒数" + }, + "Display the power system menu": { + "Display the power system menu": "显示电源菜单" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "在 OSD 弹出窗口中显示音量和亮度百分比值" + }, + "Displays": { + "Displays": "显示" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "当溢出激活时显示计数" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "显示当前键盘布局并支持切换" + }, + "Distribution": { + "Distribution": "发行" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "绚丽多彩,覆盖全色系的配色。" + }, + "Do Not Disturb": { + "Do Not Disturb": "勿扰模式" + }, + "Dock": { + "Dock": "程序坞" + }, + "Dock & Launcher": { + "Dock & Launcher": "程序坞和启动器" + }, + "Dock Transparency": { + "Dock Transparency": "程序坞透明度" + }, + "Dock Visibility": { + "Dock Visibility": "程序坞可见性" + }, + "Docs": { + "Docs": "文档" + }, + "Documents": { + "Documents": "文档" + }, + "Domain (optional)": { + "Domain (optional)": "域(可选)" + }, + "Don't Change": { + "Don't Change": "不要更改" + }, + "Don't Save": { + "Don't Save": "不要保存" + }, + "Door Open": { + "Door Open": "打印机维护口已打开" + }, + "Downloads": { + "Downloads": "下载" + }, + "Drag to Reorder": { + "Drag to Reorder": "拖动以重新排序" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "拖动部件以在各区块内重新排序。点击眼睛图标可隐藏/显示部件(保留间距),点击 X 可彻底移除。" + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "拖动工作区指示器以重新排序" + }, + "Driver": { + "Driver": "驱动程序" + }, + "Drizzle": { + "Drizzle": "细雨" + }, + "Duplicate": { + "Duplicate": "复制" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "带模糊效果的壁纸复本" + }, + "Duration": { + "Duration": "持续时间" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "黄昏(天文暮光)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "黄昏(民用暮光)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "黄昏(航海暮光)" + }, + "Dynamic": { + "Dynamic": "动态" + }, + "Dynamic Properties": { + "Dynamic Properties": "动态属性" + }, + "Dynamic Theming": { + "Dynamic Theming": "动态主题" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "自壁纸选取动态色" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "动态颜色与预设" + }, + "Edge Spacing": { + "Edge Spacing": "边缘间距" + }, + "Edit App": { + "Edit App": "编辑应用" + }, + "Edit Window Rule": { + "Edit Window Rule": "编辑窗口规则" + }, + "Education": { + "Education": "教育" + }, + "Empty": { + "Empty": "空" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "为广色域与HDR支持启用10位色深" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "启用自动连接" + }, + "Enable Bar": { + "Enable Bar": "启用状态栏" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "启用请勿打扰" + }, + "Enable History": { + "Enable History": "启用历史记录" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "启用概览叠加层" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "启用波纹效果" + }, + "Enable System Sounds": { + "Enable System Sounds": "启用系统声音" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "启用视频屏保" + }, + "Enable Weather": { + "Enable Weather": "显示天气" + }, + "Enable WiFi": { + "Enable WiFi": "启用 Wi-Fi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "在下方启用自定义覆盖,以设置每条状态栏的阴影强度、透明度和颜色。" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "启用合成器可定位的模糊层(命名空间:dms:blurwallpaper),需要手动配置 niri。" + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "登录时启用指纹识别" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "启用指纹认证" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "启用DMS欢迎界面的指纹或安全密钥。认证变更会自动生效。" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "启用 loginctl 锁定集成" + }, + "Enable security key at login": { + "Enable security key at login": "登录时启用安全密钥" + }, + "Enable security key authentication": { + "Enable security key authentication": "启用安全密钥认证" + }, + "Enabled": { + "Enabled": "已开启" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "已启用,但无法确认指纹识别的可用性。" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "已启用,但无法检测到指纹识别的读取器。" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "已启用,但还没有指纹记录。一旦你注册指纹,认证变更会自动生效。" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "已启用,但尚无指印注册。请注册指纹后执行同步。" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "已启用,但尚未找到注册的安全密钥。一旦你的密钥注册或U2F配置更新,认证变更会自动生效。" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "已启用,但未找到任何已注册安全密钥。请注册后执行同步。" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "已启用,但无法确认安全密钥的可用性。" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "已启用。PAM已提供指纹认证。" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "已启用。PAM已提供安全密钥认证。" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "已启用。PAM将提供指纹认证,但尚未注册指纹。" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "正在启用WiFi..." + }, + "End": { + "End": "结束" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "悬停放大" + }, + "Enlargement %": { + "Enlargement %": "放大%1" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "输入六位数密钥" + }, + "Enter PIN": { + "Enter PIN": "输入PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "输入PIN " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "请输入想要共享的网址或文本" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "为会话\"%1\"输入新名称" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "为此工作区键入新名称" + }, + "Enter command or script path": { + "Enter command or script path": "输入命令或脚本路径" + }, + "Enter credentials for ": { + "Enter credentials for ": "输入凭据 " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "输入自定义锁屏格式(例如:dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "输入自定义顶栏格式(例如:ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "输入设备名称..." + }, + "Enter filename...": { + "Enter filename...": "输入文件名..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "输入启动前缀(例如 uwsm-app)" + }, + "Enter network name and password": { + "Enter network name and password": "输入网络名称与密码" + }, + "Enter passkey for ": { + "Enter passkey for ": "输入密钥 " + }, + "Enter password for ": { + "Enter password for ": "输入密码" + }, + "Enter this passkey on ": { + "Enter this passkey on ": "在该处输入此通行密钥 " + }, + "Enter to Paste": { + "Enter to Paste": "按回车以粘贴" + }, + "Enterprise": { + "Enterprise": "企业" + }, + "Entry pinned": { + "Entry pinned": "项目已固定" + }, + "Entry unpinned": { + "Entry unpinned": "项目已取消固定" + }, + "Environment Variables": { + "Environment Variables": "环境变量" + }, + "Error": { + "Error": "错误" + }, + "Errors": { + "Errors": "错误" + }, + "Ethernet": { + "Ethernet": "以太网" + }, + "Exact": { + "Exact": "精确" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "独占区域偏移量" + }, + "Experimental Feature": { + "Experimental Feature": "实验性质功能" + }, + "Explore": { + "Explore": "浏览" + }, + "Exponential": { + "Exponential": "指数" + }, + "Expressive": { + "Expressive": "具有表现力的" + }, + "Extend battery life": { + "Extend battery life": "延长电池寿命" + }, + "Extensible architecture": { + "Extensible architecture": "可扩展架构" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "外部壁纸管理" + }, + "Extra Arguments": { + "Extra Arguments": "额外参数" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: 切换 • F10: 帮助" + }, + "Fade": { + "Fade": "淡入淡出" + }, + "Fade to lock screen": { + "Fade to lock screen": "淡出至锁定屏幕" + }, + "Fade to monitor off": { + "Fade to monitor off": "淡出至显示器关闭" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "接受配对失败" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "无法应用配置" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "无法激活配置 - 未找到文件" + }, + "Failed to add binds include": { + "Failed to add binds include": "添加绑定包含失败" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "将打印机添加到类别失败" + }, + "Failed to browse device": { + "Failed to browse device": "浏览设备失败" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "无法取消所有任务" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "无法取消所选的任务" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "检测更新失败:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "检查固定限制失败" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "连接 VPN 失败" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "连接至%1失败" + }, + "Failed to copy entry": { + "Failed to copy entry": "无法复制项目" + }, + "Failed to create printer": { + "Failed to create printer": "创建打印机失败" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "无法创建配置目录" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "删除 VPN 失败" + }, + "Failed to delete class": { + "Failed to delete class": "删除类别失败" + }, + "Failed to delete printer": { + "Failed to delete printer": "删除打印机失败" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "禁用任务接受失败" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "禁用夜间模式失败" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "断开 VPN 失败" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "断开 VPNs 失败" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "无法断开 Wi-Fi 连接" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "启用IP位置失败" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "无法启用 Wi-Fi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "启用任务接受失败" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "启用夜间模式失败" + }, + "Failed to hold job": { + "Failed to hold job": "暂停任务失败" + }, + "Failed to import VPN": { + "Failed to import VPN": "导入 VPN 失败" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "启动SMS应用失败" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "加载 VPN 配置失败" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "无法读取剪切板配置。" + }, + "Failed to move job": { + "Failed to move job": "移动任务失败" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "无法解析plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "无法解析session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "无法解析settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "无法暂停打印机" + }, + "Failed to pin entry": { + "Failed to pin entry": "固定项目失败" + }, + "Failed to print test page": { + "Failed to print test page": "打印测试页失败" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "拒绝配对失败" + }, + "Failed to remove device": { + "Failed to remove device": "删除设备失败" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "移除按键绑定失败" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "从类别中移除打印机失败" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "无法重启音频系统" + }, + "Failed to restart job": { + "Failed to restart job": "重新启动任务失败" + }, + "Failed to resume printer": { + "Failed to resume printer": "无法恢复打印机" + }, + "Failed to ring device": { + "Failed to ring device": "响铃设备失败" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "未能运行 'dms greeter status'。确保 DMS 已安装,且 dms 已在 PATH 中。" + }, + "Failed to save audio config": { + "Failed to save audio config": "音频配置保存失败" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "无法保存剪切板设置" + }, + "Failed to save keybind": { + "Failed to save keybind": "保存按键绑定失败" + }, + "Failed to save profile file": { + "Failed to save profile file": "保存配置文件失败" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "发送剪切板失败" + }, + "Failed to send file": { + "Failed to send file": "发送文件失败" + }, + "Failed to send ping": { + "Failed to send ping": "发送 Ping 失败" + }, + "Failed to set brightness": { + "Failed to set brightness": "设置亮度失败" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "设置夜间模式位置失败" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "设置夜间模式计划失败" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "设置夜间模式温度失败" + }, + "Failed to set power profile": { + "Failed to set power profile": "设置电源档案失败" + }, + "Failed to set profile image": { + "Failed to set profile image": "无法设置个人资料图片" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "设置用户头像:%1失败" + }, + "Failed to share": { + "Failed to share": "共享失败" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "连接至%1失败" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "取消固定项目失败" + }, + "Failed to update VPN": { + "Failed to update VPN": "更新 VPN 失败" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "无法更新自动连接" + }, + "Failed to update description": { + "Failed to update description": "更新描述失败" + }, + "Failed to update location": { + "Failed to update location": "更新位置失败" + }, + "Failed to update sharing": { + "Failed to update sharing": "更新共享失败" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "未能写入临时文件进行验证" + }, + "Features": { + "Features": "功能" + }, + "Feels": { + "Feels": "感官" + }, + "Feels Like": { + "Feels Like": "体感温度" + }, + "Feels Like %1°": { + "Feels Like %1°": "体感 %1°" + }, + "Fidelity": { + "Fidelity": "保真" + }, + "Field": { + "Field": "场地" + }, + "File": { + "File": "文件" + }, + "File Already Exists": { + "File Already Exists": "文件已存在" + }, + "File Information": { + "File Information": "文件信息" + }, + "File received from": { + "File received from": "已从此处接收文件" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "文件搜索需要dsearch\n请从此处安装:github.com/AvengeMedia/danksearch" + }, + "Files": { + "Files": "文件" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "监视文件系统使用率" + }, + "Fill": { + "Fill": "填充" + }, + "Find in Text": { + "Find in Text": "查找文本" + }, + "Find in note...": { + "Find in note...": "在便签中查找..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "无法确认指纹可用性。" + }, + "Fingerprint error": { + "Fingerprint error": "指纹错误" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "指纹错误:%1" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "指纹未识别(%1/%2)。请重试或使用密码。" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "已检测到指纹读取器,但尚未注册指纹。您可以现在就启用,并稍后注册。" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "已检测到指纹读取器,但尚未注册指纹。您可以现在就启用,并稍后执行同步。" + }, + "Finish": { + "Finish": "完成" + }, + "First Day of Week": { + "First Day of Week": "每周的第一天" + }, + "First Time Setup": { + "First Time Setup": "首次设置" + }, + "Fit": { + "Fit": "适合" + }, + "Fix Now": { + "Fix Now": "立即修复" + }, + "Fixing...": { + "Fixing...": "正在修复..." + }, + "Flags": { + "Flags": "标签" + }, + "Flipped": { + "Flipped": "翻转" + }, + "Flipped 180°": { + "Flipped 180°": "翻转180°" + }, + "Flipped 270°": { + "Flipped 270°": "翻转270°" + }, + "Flipped 90°": { + "Flipped 90°": "翻转90°" + }, + "Float": { + "Float": "浮动" + }, + "Focus": { + "Focus": "聚焦" + }, + "Focus at Startup": { + "Focus at Startup": "启动时聚焦" + }, + "Focused Border": { + "Focused Border": "聚焦边框" + }, + "Focused Color": { + "Focused Color": "聚焦颜色" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "仅聚焦的显示器" + }, + "Focused Window": { + "Focused Window": "当前窗口" + }, + "Focused monitor only": { + "Focused monitor only": "仅聚焦的显示器" + }, + "Fog": { + "Fog": "雾天" + }, + "Folder": { + "Folder": "文件夹" + }, + "Folders": { + "Folders": "文件夹" + }, + "Follow DMS background color": { + "Follow DMS background color": "遵循DMS背景颜色" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "遵守显示器聚焦" + }, + "Follow focus": { + "Follow focus": "跟随焦点" + }, + "Font": { + "Font": "字体" + }, + "Font Family": { + "Font Family": "字体" + }, + "Font Scale": { + "Font Scale": "字体缩放" + }, + "Font Size": { + "Font Size": "字体大小" + }, + "Font Weight": { + "Font Weight": "字体粗细" + }, + "Font used on the login screen": { + "Font used on the login screen": "登录界面使用的字体" + }, + "Force HDR": { + "Force HDR": "强制HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "强制结束(SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "强制广色域" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "强制终端应用使用暗色" + }, + "Forecast": { + "Forecast": "预测" + }, + "Forecast Days": { + "Forecast Days": "天气预测" + }, + "Forecast Not Available": { + "Forecast Not Available": "暂无预报" + }, + "Forever": { + "Forever": "永远" + }, + "Forget": { + "Forget": "忽略" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "忘记\"%1\"?" + }, + "Forget Device": { + "Forget Device": "取消配对" + }, + "Forget Network": { + "Forget Network": "取消保存" + }, + "Forgot network %1": { + "Forgot network %1": "忘记网络%1" + }, + "Format Legend": { + "Format Legend": "参考格式" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "找到了%1个可更新的包:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "找到了%1个可更新的包:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "关闭启动器时释放显存/内存。重新打开时可能会有轻微延迟。" + }, + "Freezing Drizzle": { + "Freezing Drizzle": "冰冷细雨" + }, + "Frequency": { + "Frequency": "频率" + }, + "Fruit Salad": { + "Fruit Salad": "水果沙拉" + }, + "Full Command:": { + "Full Command:": "完整命令:" + }, + "Full Content": { + "Full Content": "完整内容" + }, + "Full Day & Month": { + "Full Day & Month": "日期与月份全写" + }, + "Full with Year": { + "Full with Year": "年份全写" + }, + "Fullscreen": { + "Fullscreen": "全屏" + }, + "Fullscreen Only": { + "Fullscreen Only": "仅全屏" + }, + "Fully Charged": { + "Fully Charged": "已充满" + }, + "Fun": { + "Fun": "娱乐" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G:网格 • Z/X:尺寸" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "GPU监视" + }, + "GPU Temperature": { + "GPU Temperature": "GPU 温度" + }, + "GPU temperature display": { + "GPU temperature display": "显示显卡温度" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK、Qt、IDEs等" + }, + "Games": { + "Games": "游戏" + }, + "Gamma Control": { + "Gamma Control": "伽马控制" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "伽玛控制不可用,需要 DMS API v6+。" + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "创建 GTK3/4 或 QT5/QT6 (需要 qt6ct-kde)的基线配置以遵守DMS颜色。仅需一次。

建议在应用adw-gtk3GTK主题之前进行配置。" + }, + "Generic": { + "Generic": "通用" + }, + "Get Started": { + "Get Started": "已开始" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "全局缩放所有动画持续时间" + }, + "Golden Hour": { + "Golden Hour": "黄金时段" + }, + "Good": { + "Good": "良好" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "哥特圆角半径" + }, + "Goth Corners": { + "Goth Corners": "哥特风格圆角" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "在锁定前通过可配置的宽限期逐渐淡出屏幕" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "在关闭显示器前逐渐淡出屏幕,淡出时间可配置" + }, + "Graph Time Range": { + "Graph Time Range": "图表时间范围" + }, + "Graphics": { + "Graphics": "图形" + }, + "Greeter": { + "Greeter": "欢迎界面" + }, + "Greeter Appearance": { + "Greeter Appearance": "欢迎界面外观" + }, + "Greeter Behavior": { + "Greeter Behavior": "欢迎界面行为" + }, + "Greeter Status": { + "Greeter Status": "欢迎界面状态" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "欢迎界面处于激活状态。greetd已启用。" + }, + "Greeter font": { + "Greeter font": "欢迎界面字体" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "仅欢迎界面——不影响主时钟" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "仅欢迎界面——登录界面上的日期格式" + }, + "Grid": { + "Grid": "网格" + }, + "Grid Columns": { + "Grid Columns": "网格列" + }, + "Grid: OFF": { + "Grid: OFF": "网格:关闭" + }, + "Grid: ON": { + "Grid: ON": "网格:开启" + }, + "Group": { + "Group": "分组" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "分组工作区应用" + }, + "Group by App": { + "Group by App": "按应用分组" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "将同一应用的多个窗口合并显示,并标注窗口数量" + }, + "Group removed": { + "Group removed": "分组已移除" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "在不聚焦的工作区中将重复应用图标分组" + }, + "Groups": { + "Groups": "分组" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR(EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR 色调映射" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR模式仍处实验性质。请先确认你的显示器支持HDR再启用。" + }, + "HSV": { + "HSV": "色相、饱和度、明度" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML 已复制到剪切板" + }, + "Health": { + "Health": "电池健康" + }, + "Heavy Rain": { + "Heavy Rain": "大雨" + }, + "Heavy Snow": { + "Heavy Snow": "大雪" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "大雪阵" + }, + "Height": { + "Height": "高度" + }, + "Held": { + "Held": "已暂停" + }, + "Help": { + "Help": "帮助" + }, + "Hex": { + "Hex": "十六进制" + }, + "Hibernate": { + "Hibernate": "休眠" + }, + "Hidden": { + "Hidden": "已隐藏" + }, + "Hidden (%1)": { + "Hidden (%1)": "已隐藏(%1)" + }, + "Hidden Apps": { + "Hidden Apps": "已隐藏应用" + }, + "Hidden Network": { + "Hidden Network": "隐藏的网络" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "已隐藏应用不会出现在启动器中。右键应用选择“隐藏应用”以隐藏。" + }, + "Hide": { + "Hide": "隐藏" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "隐藏第三方" + }, + "Hide App": { + "Hide App": "隐藏应用" + }, + "Hide Delay": { + "Hide Delay": "隐藏延迟" + }, + "Hide Indicators": { + "Hide Indicators": "隐藏指示器" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "隐藏更新器部件" + }, + "Hide When Typing": { + "Hide When Typing": "打字时隐藏" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "当窗口打开时隐藏" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "在未激活超过此时间后隐藏光标(0为禁用)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "当按下键盘时隐藏光标" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "当使用触摸板输入时隐藏光标" + }, + "Hide device": { + "Hide device": "隐藏设备" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "隐藏通知内容,直到展开" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "隐藏通知内容,直到展开;弹窗默认显示为折叠" + }, + "Hide on Touch": { + "Hide on Touch": "当使用触摸板时隐藏光标" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "高保真配色,保留原始色调。" + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "高亮活动工作区应用" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "在工作区指示器中高亮当前聚焦的应用" + }, + "History": { + "History": "历史记录" + }, + "History Retention": { + "History Retention": "历史保留" + }, + "History Settings": { + "History Settings": "历史设置" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "历史记录已清除。仍保留%1条已固定项目。" + }, + "Hold Duration": { + "Hold Duration": "按住持续时间" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "按住更长时间以确认" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "按住以确认电源操作" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "按住以确认 (%1 ms)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "按住以确认 (%1s)" + }, + "Home": { + "Home": "家" + }, + "Host": { + "Host": "主机" + }, + "Hostname": { + "Hostname": "Hostname" + }, + "Hot Corners": { + "Hot Corners": "热区" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "热键叠加层标题(可选)" + }, + "Hour": { + "Hour": "小时" + }, + "Hourly": { + "Hourly": "每小时" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "每小时预测计数" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "壁纸轮换频率" + }, + "How the background image is scaled": { + "How the background image is scaled": "背景图片如何缩放" + }, + "Humidity": { + "Humidity": "湿度" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": " Hyprland Discord 服务器" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Hyprland布局覆盖" + }, + "Hyprland Options": { + "Hyprland Options": "Hyprland 选项" + }, + "Hyprland Website": { + "Hyprland Website": " Hyprland 网站" + }, + "I Understand": { + "I Understand": "我明白以上内容" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP 地址:" + }, + "IP address or hostname": { + "IP address or hostname": "IP地址或主机名称" + }, + "ISO Date": { + "ISO Date": "ISO日期" + }, + "Icon": { + "Icon": "图标" + }, + "Icon Scale": { + "Icon Scale": "图标缩放" + }, + "Icon Size": { + "Icon Size": "图标大小" + }, + "Icon Size %": { + "Icon Size %": "图标大小%1" + }, + "Icon Theme": { + "Icon Theme": "图标主题" + }, + "Idle": { + "Idle": "待机" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "待机抑制器" + }, + "Idle Settings": { + "Idle Settings": "待机设置" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "不支持待机监控 - 请使用新版 Quickshell" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "如果区域是隐藏的,那么当按下按键后它会尽可能早地出现。" + }, + "Ignore Completely": { + "Ignore Completely": "完全忽略" + }, + "Image": { + "Image": "图像" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "已复制图像至剪切板" + }, + "Import": { + "Import": "导入" + }, + "Import VPN": { + "Import VPN": "导入 VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "非活动显示器颜色" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "包含过渡效果" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "在搜索结果中包含桌面动作(快捷方式)" + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "加载了不兼容的插件" + }, + "Incorrect password": { + "Incorrect password": "密码错误" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "密码错误——尝试 %1 / 2(随后将锁定)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "密码错误——下一次失败将触发账号锁定" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "密码错误——请重试" + }, + "Indicator Style": { + "Indicator Style": "指示样式" + }, + "Individual Batteries": { + "Individual Batteries": "分别显示电池" + }, + "Individual bar configuration": { + "Individual bar configuration": "单栏配置" + }, + "Info": { + "Info": "信息" + }, + "Inherit": { + "Inherit": "继承" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "继承全局(默认)" + }, + "Inhibitable": { + "Inhibitable": "可拒绝" + }, + "Input Devices": { + "Input Devices": "输入设备" + }, + "Input Volume Slider": { + "Input Volume Slider": "输入音量滑块" + }, + "Insert your security key...": { + "Insert your security key...": "请输入安全密钥……" + }, + "Install": { + "Install": "安装" + }, + "Install Greeter": { + "Install Greeter": "安装欢迎界面" + }, + "Install Plugin": { + "Install Plugin": "安装插件" + }, + "Install Theme": { + "Install Theme": "安装主题" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "从DMS主题注册表安装色彩主题" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "安装完成。欢迎界面已安装。" + }, + "Install failed: %1": { + "Install failed: %1": "安装失败:%1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "为动态主题安装matugen包" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "要从DMS注册表安装插件%1吗?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "从 DMS 插件库安装插件" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "要安装DMS欢迎界面吗?降打开终端以进行sudo认证。" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "要从DMS注册表安装主题%1吗?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "安装与PAM设置:请参考 " + }, + "Installed": { + "Installed": "已安装" + }, + "Installed: %1": { + "Installed: %1": "已安装:%1" + }, + "Installing: %1": { + "Installing: %1": "安装中:%1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "智能自动隐藏" + }, + "Intensity": { + "Intensity": "强度" + }, + "Interface:": { + "Interface:": "接口:" + }, + "Interlock Open": { + "Interlock Open": "安全联锁已打开" + }, + "Internet": { + "Internet": "互联网" + }, + "Interval": { + "Interval": "轮换间隔" + }, + "Invalid configuration": { + "Invalid configuration": "无效配置" + }, + "Invert on mode change": { + "Invert on mode change": "切换模式时反色" + }, + "Iris Bloom": { + "Iris Bloom": "径向绽放" + }, + "Isolate Displays": { + "Isolate Displays": "隔离显示" + }, + "Jobs": { + "Jobs": "任务" + }, + "Jobs: ": { + "Jobs: ": "任务: " + }, + "Keep Awake": { + "Keep Awake": "保持活动" + }, + "Keep Changes": { + "Keep Changes": "保持更改" + }, + "Keeping Awake": { + "Keeping Awake": "保持活动" + }, + "Kernel": { + "Kernel": "内核" + }, + "Key": { + "Key": "键" + }, + "Keybind Sources": { + "Keybind Sources": "快捷键绑定源" + }, + "Keybinds": { + "Keybinds": "快捷键绑定" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "快捷键绑定搜索设置" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "快捷键绑定与常规搜索结果并列显示" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "键盘布局名称" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "键盘快捷键" + }, + "Keys": { + "Keys": "键" + }, + "Kill": { + "Kill": "结束" + }, + "Kill Process": { + "Kill Process": "结束进程" + }, + "Kill Session": { + "Kill Session": "结束会话" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED设备" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "LabWC IRC 频道" + }, + "LabWC Website": { + "LabWC Website": "LabWC 网站" + }, + "Large": { + "Large": "大" + }, + "Largest": { + "Largest": "更大" + }, + "Last hour": { + "Last hour": "上个小时" + }, + "Last launched %1": { + "Last launched %1": "上次启动于 %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "最后启动于%1天前" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "最后启动于%1天前" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "最后启动于%1小时前" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "最后启动于%1小时前" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "最后启动于%1分前" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "最后启动于%1分前" + }, + "Last launched just now": { + "Last launched just now": "刚刚启动" + }, + "Latitude": { + "Latitude": "纬度" + }, + "Launch": { + "Launch": "启动" + }, + "Launch Prefix": { + "Launch Prefix": "启动前缀" + }, + "Launch on dGPU": { + "Launch on dGPU": "使用独立显卡运行" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "默认在独显上启动" + }, + "Launcher": { + "Launcher": "启动器" + }, + "Launcher Button": { + "Launcher Button": "启动器按钮" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "启动器按钮 Logo" + }, + "Layout": { + "Layout": "布局" + }, + "Layout Overrides": { + "Layout Overrides": "布局覆盖" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "欢迎界面上的布局和模块位置已从你的壳同步(例如状态栏配置)。运行同步以应用。" + }, + "Left": { + "Left": "左" + }, + "Left Center": { + "Left Center": "左侧中部" + }, + "Left Section": { + "Left Section": "左侧区域" + }, + "Light Direction": { + "Light Direction": "光线方向" + }, + "Light Mode": { + "Light Mode": "浅色模式" + }, + "Light Rain": { + "Light Rain": "小雨" + }, + "Light Snow": { + "Light Snow": "小雪" + }, + "Light Snow Showers": { + "Light Snow Showers": "小雨阵" + }, + "Light mode base": { + "Light mode base": "基于明亮模式" + }, + "Light mode harmony": { + "Light mode harmony": "明亮模式和谐" + }, + "Line": { + "Line": "线条" + }, + "Line: %1": { + "Line: %1": "行:%1" + }, + "Linear": { + "Linear": "线性" + }, + "Lines: %1": { + "Lines: %1": "行数: %1" + }, + "List": { + "List": "列表" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "活力十足的配色,带有高饱和点缀色。" + }, + "Load Average": { + "Load Average": "平均负载" + }, + "Loading codecs...": { + "Loading codecs...": "加载编解码器..." + }, + "Loading keybinds...": { + "Loading keybinds...": "正在加载按键绑定..." + }, + "Loading trending...": { + "Loading trending...": "加载热搜..." + }, + "Loading...": { + "Loading...": "正在加载..." + }, + "Local": { + "Local": "本地" + }, + "Locale": { + "Locale": "区域" + }, + "Locale Settings": { + "Locale Settings": "区域设置" + }, + "Location": { + "Location": "位置" + }, + "Location Search": { + "Location Search": "位置搜索" + }, + "Lock": { + "Lock": "锁定" + }, + "Lock Screen": { + "Lock Screen": "锁屏" + }, + "Lock Screen Display": { + "Lock Screen Display": "锁屏显示" + }, + "Lock Screen Format": { + "Lock Screen Format": "锁屏格式" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "锁屏行为" + }, + "Lock Screen layout": { + "Lock Screen layout": "锁屏布局" + }, + "Lock at startup": { + "Lock at startup": "启动时锁定" + }, + "Lock before suspend": { + "Lock before suspend": "挂起前锁屏" + }, + "Lock fade grace period": { + "Lock fade grace period": "锁定淡出时间" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "锁屏认证变更会自动生效,当需要sudo认证时可能会打开终端。" + }, + "Locked": { + "Locked": "已锁定" + }, + "Log Out": { + "Log Out": "注销" + }, + "Logging in...": { + "Logging in...": "正在登录......" + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "登录认证" + }, + "Long": { + "Long": "长" + }, + "Long Text": { + "Long Text": "长文本" + }, + "Long press": { + "Long press": "长按" + }, + "Longitude": { + "Longitude": "经度" + }, + "Low Priority": { + "Low Priority": "次要通知" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "确保 KDE Connect 或 Valent 正在您的其他设备上运行" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "管理和配置插件以扩展 DMS 功能" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "至多可管理4个独立的状态栏配置。每个状态栏都有自己的位置、控件、样式和显示布局。" + }, + "Management": { + "Management": "管理" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "MangoWC布局覆盖" + }, + "Manual": { + "Manual": "手动" + }, + "Manual Coordinates": { + "Manual Coordinates": "手动设置坐标" + }, + "Manual Direction": { + "Manual Direction": "手动方向" + }, + "Manual Gap Size": { + "Manual Gap Size": "手动设置间距大小" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "手动显示/隐藏" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "将窗口类名称映射到图标名称以实现正确的图标显示" + }, + "Margin": { + "Margin": "边距" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "打印耗材已用尽" + }, + "Marker Supply Low": { + "Marker Supply Low": "打印耗材不足" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "废墨仓即将饱和" + }, + "Marker Waste Full": { + "Marker Waste Full": "废墨仓已饱和" + }, + "Match Criteria": { + "Match Criteria": "匹配条件" + }, + "Matches profile: %1": { + "Matches profile: %1": "匹配配置文件:%1" + }, + "Material Colors": { + "Material Colors": "Material 配色" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "受Material设计启发的色彩主题" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "从壁纸生成的Material色彩" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "模态、弹窗与对话框上出现的阴影(受Material启发的)与提升" + }, + "Matugen Contrast": { + "Matugen Contrast": "Matugen对比度" + }, + "Matugen Missing": { + "Matugen Missing": "未找到matugen" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen 配色方案" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugen 目标显示器" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen模板" + }, + "Max Edges": { + "Max Edges": "最大边缘" + }, + "Max H": { + "Max H": "最大高度" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "最大固定应用数" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "最大固定应用数 (0 = 无限制)" + }, + "Max Running Apps": { + "Max Running Apps": "最大运行应用数" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "最大运行应用数 (0 = 无限制)" + }, + "Max Volume": { + "Max Volume": "最大音量" + }, + "Max W": { + "Max W": "最大宽度" + }, + "Max apps to show": { + "Max apps to show": "应用显示上限" + }, + "Max to Edges": { + "Max to Edges": "最大至边缘" + }, + "Maximize": { + "Maximize": "最小化" + }, + "Maximize Detection": { + "Maximize Detection": "最大化检测" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "最大化部件图标" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "最大化部件文本" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "最大尺寸" + }, + "Maximum History": { + "Maximum History": "最多历史数" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "固定项目最多数量" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "指纹尝试已达最大次数。请使用密码。" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "剪切板项目记住的最大数量" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "可被保存的项目最多数量" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "保留通知的最大数量" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "已达固定项目最多数量" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "每个剪切板项目的最大尺寸" + }, + "Media": { + "Media": "媒体" + }, + "Media Controls": { + "Media Controls": "媒体控制" + }, + "Media Empty": { + "Media Empty": "缺纸" + }, + "Media Jam": { + "Media Jam": "卡纸" + }, + "Media Low": { + "Media Low": "纸张不足" + }, + "Media Needed": { + "Media Needed": "需要纸张" + }, + "Media Playback": { + "Media Playback": "媒体回放" + }, + "Media Player": { + "Media Player": "媒体播放器" + }, + "Media Player Settings": { + "Media Player Settings": "媒体播放器设置" + }, + "Media Players": { + "Media Players": "媒体播放器" + }, + "Media Players (": { + "Media Players (": "媒体播放器 (" + }, + "Media Volume": { + "Media Volume": "媒体音量" + }, + "Medium": { + "Medium": "中" + }, + "Memory": { + "Memory": "内存" + }, + "Memory Graph": { + "Memory Graph": "内存图表" + }, + "Memory Usage": { + "Memory Usage": "内存占用" + }, + "Memory usage indicator": { + "Memory usage indicator": "内存占用情况" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "消息" + }, + "Message Content": { + "Message Content": "消息内容" + }, + "Microphone": { + "Microphone": "麦克风" + }, + "Microphone Mute": { + "Microphone Mute": "麦克风静音" + }, + "Microphone Volume": { + "Microphone Volume": "麦克风音量" + }, + "Microphone settings": { + "Microphone settings": "麦克风设置" + }, + "Microphone volume control": { + "Microphone volume control": "麦克风音量控制" + }, + "Middle Section": { + "Middle Section": "中间区域" + }, + "Min H": { + "Min H": "最小高度" + }, + "Min W": { + "Min W": "最小宽度" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "围绕单一色调构建的简约配色。" + }, + "Minute": { + "Minute": "分钟" + }, + "Mirror Display": { + "Mirror Display": "镜像显示" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "缺失环境变量" + }, + "Modal Background": { + "Modal Background": "模态背景" + }, + "Modal Shadows": { + "Modal Shadows": "模态阴影" + }, + "Modals": { + "Modals": "模态" + }, + "Mode": { + "Mode": "模式" + }, + "Mode:": { + "Mode:": "模式:" + }, + "Model": { + "Model": "型号" + }, + "Modified": { + "Modified": "改装" + }, + "Modular widget bar": { + "Modular widget bar": "模块化部件状态栏" + }, + "Monitor": { + "Monitor": "监视器" + }, + "Monitor Configuration": { + "Monitor Configuration": "监视器配置" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "显示器淡出时间" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "监视使用动态主题色的壁纸" + }, + "Monochrome": { + "Monochrome": "单色" + }, + "Monocle": { + "Monocle": "单页" + }, + "Monospace Font": { + "Monospace Font": "等宽字体" + }, + "Month Date": { + "Month Date": "月份日期" + }, + "Morning": { + "Morning": "上午" + }, + "Mount Points": { + "Mount Points": "挂载点" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "鼠标指针外观" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "鼠标指针的像素尺寸" + }, + "Move": { + "Move": "移动" + }, + "Move Widget": { + "Move Widget": "移动部件" + }, + "Moving to Paused": { + "Moving to Paused": "正在暂停打印机" + }, + "Multi-Monitor": { + "Multi-Monitor": "多显示器" + }, + "Multiplexer": { + "Multiplexer": "多路器" + }, + "Multiplexer Type": { + "Multiplexer Type": "多路器类型" + }, + "Multiplexers": { + "Multiplexers": "多路器" + }, + "Music": { + "Music": "音乐" + }, + "Mute Popups": { + "Mute Popups": "禁用弹窗" + }, + "Mute popups for %1": { + "Mute popups for %1": "禁用弹窗%1" + }, + "Muted": { + "Muted": "已静音" + }, + "Muted Apps": { + "Muted Apps": "已静音应用" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "柔和配色,带来舒缓的视觉感受。" + }, + "NM not supported": { + "NM not supported": "不支持 NM" + }, + "Name": { + "Name": "名称" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "已命名工作区图标" + }, + "Navigate": { + "Navigate": "导航" + }, + "Navigation": { + "Navigation": "导航栏" + }, + "Network": { + "Network": "网络" + }, + "Network Graph": { + "Network Graph": "网络图表" + }, + "Network Info": { + "Network Info": "网络信息" + }, + "Network Information": { + "Network Information": "网络信息" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "网络名称 (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "实时网速显示" + }, + "Network Status": { + "Network Status": "网络状态" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "显示网络下载与上传速度" + }, + "Neutral": { + "Neutral": "中性" + }, + "Never": { + "Never": "从不" + }, + "Never used": { + "Never used": "从未使用" + }, + "New": { + "New": "新建" + }, + "New Key": { + "New Key": "新键" + }, + "New Keybind": { + "New Keybind": "新按键绑定" + }, + "New Notification": { + "New Notification": "新通知" + }, + "New Session": { + "New Session": "新会话" + }, + "New Window Rule": { + "New Window Rule": "新窗口规则" + }, + "New York, NY": { + "New York, NY": "纽约,美国纽约州" + }, + "New group name...": { + "New group name...": "新分组名..." + }, + "Next": { + "Next": "下一个" + }, + "Next Transition": { + "Next Transition": "下一过渡" + }, + "Night": { + "Night": "夜晚" + }, + "Night Mode": { + "Night Mode": "夜间模式" + }, + "Night Temperature": { + "Night Temperature": "夜间色温" + }, + "Night mode & gamma": { + "Night mode & gamma": "夜间模式与伽玛" + }, + "Niri Integration": { + "Niri Integration": "Niri 集成" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri布局覆盖" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri 合成器操作(聚焦、移动等)" + }, + "No": { + "No": "否" + }, + "No Active Players": { + "No Active Players": "没有正在播放的音频" + }, + "No Anim": { + "No Anim": "无动画" + }, + "No Background": { + "No Background": "无背景底色" + }, + "No Battery": { + "No Battery": "无电池" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "未找到蓝牙适配器" + }, + "No Blur": { + "No Blur": "无模糊" + }, + "No Border": { + "No Border": "无边框" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "未配置DMS快捷键" + }, + "No Dim": { + "No Dim": "无蒙眬效果" + }, + "No Focus": { + "No Focus": "无聚焦" + }, + "No GPU detected": { + "No GPU detected": "未检测到显卡" + }, + "No GPUs detected": { + "No GPUs detected": "未检测到GPU" + }, + "No History": { + "No History": "无历史记录" + }, + "No Media": { + "No Media": "当前无播放内容" + }, + "No Round": { + "No Round": "无圆角" + }, + "No Rounding": { + "No Rounding": "无圆角" + }, + "No Shadow": { + "No Shadow": "无阴影" + }, + "No VPN profiles": { + "No VPN profiles": "无 VPN 配置" + }, + "No Weather": { + "No Weather": "无天气信息" + }, + "No Weather Data": { + "No Weather Data": "无天气数据" + }, + "No Weather Data Available": { + "No Weather Data Available": "暂无天气数据" + }, + "No action": { + "No action": "无操作" + }, + "No active %1 sessions": { + "No active %1 sessions": "无活动的%1个会话" + }, + "No adapter": { + "No adapter": "无适配器" + }, + "No adapters": { + "No adapters": "无适配器" + }, + "No app customizations.": { + "No app customizations.": "无应用自定义。" + }, + "No apps found": { + "No apps found": "未找到应用" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "尚未启动任何应用。" + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "无静音应用。右键点击通知并选择“禁用弹窗”以添加。" + }, + "No battery": { + "No battery": "无电池" + }, + "No brightness devices available": { + "No brightness devices available": "无可用亮度设备" + }, + "No changes": { + "No changes": "无更改" + }, + "No checks passed": { + "No checks passed": "检查未通过" + }, + "No custom theme file": { + "No custom theme file": "缺失自定义主题文件" + }, + "No devices": { + "No devices": "无设备" + }, + "No devices connected": { + "No devices connected": "未连接设备" + }, + "No devices found": { + "No devices found": "未找到设备" + }, + "No disk data": { + "No disk data": "无磁盘数据" + }, + "No disk data available": { + "No disk data available": "无可用磁盘数据" + }, + "No drivers found": { + "No drivers found": "未找到驱动程序" + }, + "No errors": { + "No errors": "无报错" + }, + "No features enabled": { + "No features enabled": "未启用功能" + }, + "No files found": { + "No files found": "未找到文件" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "未检测到指纹读取器。" + }, + "No folders found": { + "No folders found": "未找到文件夹" + }, + "No hidden apps.": { + "No hidden apps.": "无已隐藏应用。" + }, + "No info items": { + "No info items": "无信息项目" + }, + "No information available": { + "No information available": "无可用信息。" + }, + "No input device": { + "No input device": "无输入设备" + }, + "No input devices found": { + "No input devices found": "未找到输入设备" + }, + "No items added yet": { + "No items added yet": "暂未添加任何项目" + }, + "No keybinds found": { + "No keybinds found": "未找到按键绑定" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "未安装启动器插件。" + }, + "No match criteria": { + "No match criteria": "无匹配标准" + }, + "No matches": { + "No matches": "未找到匹配项" + }, + "No matching processes": { + "No matching processes": "无匹配进程" + }, + "No monitors": { + "No monitors": "无监视器" + }, + "No mount points found": { + "No mount points found": "未找到挂载点" + }, + "No output device": { + "No output device": "无输出设备" + }, + "No output devices found": { + "No output devices found": "未找到输出设备" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "未找到包管理器。请在基于Arch的系统上安装paru或yay以检测更新。" + }, + "No plugin results": { + "No plugin results": "无插件结果" + }, + "No plugins found": { + "No plugins found": "未找到插件" + }, + "No plugins found.": { + "No plugins found.": "未找到插件" + }, + "No printer found": { + "No printer found": "未找到打印机" + }, + "No printers configured": { + "No printers configured": "未配置打印机" + }, + "No printers found": { + "No printers found": "未找到打印机" + }, + "No profiles": { + "No profiles": "无配置" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "未找到近期剪切板项目" + }, + "No results found": { + "No results found": "未找到结果" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "无已保存剪切板项目" + }, + "No sessions found": { + "No sessions found": "未找到会话" + }, + "No status output.": { + "No status output.": "无状态输出。" + }, + "No themes found": { + "No themes found": "未找到主题" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "未安装主题。从注册表浏览并安装。" + }, + "No trigger": { + "No trigger": "无触发器" + }, + "No video found in folder": { + "No video found in folder": "文件夹中未找到视频" + }, + "No wallpaper selected": { + "No wallpaper selected": "未选择壁纸" + }, + "No wallpapers": { + "No wallpapers": "无壁纸" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "未找到壁纸\n\n点击下方文件夹图标以浏览" + }, + "No warnings": { + "No warnings": "无警告" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "未添加部件。点击“添加部件”以继续。" + }, + "No widgets available": { + "No widgets available": "无可用部件" + }, + "No widgets match your search": { + "No widgets match your search": "未找到匹配的部件" + }, + "No window rules configured": { + "No window rules configured": "未配置窗口规则" + }, + "None": { + "None": "无" + }, + "Normal": { + "Normal": "正常" + }, + "Normal Font": { + "Normal Font": "普通字体" + }, + "Normal Priority": { + "Normal Priority": "标准通知" + }, + "Not available": { + "Not available": "不可用" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "不可用——请安装fprintd与pam_fprintd,或者配置greetd PAM。" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "不可用——请安装fprintd与pam_fprintd。" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "不可用——请安装或配置pam_u2f,或者配置greetd PAM。" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "不可用——请安装或配置pam_u2f。" + }, + "Not connected": { + "Not connected": "未连接" + }, + "Not detected": { + "Not detected": "未检测到" + }, + "Not paired": { + "Not paired": "未配对" + }, + "Not set": { + "Not set": "未设置" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "注意:这只会改变百分比,而不会实际限制充电。" + }, + "Notepad": { + "Notepad": "便签" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "便签字体设置" + }, + "Notepad Slideout": { + "Notepad Slideout": "便签侧边栏" + }, + "Nothing": { + "Nothing": "无" + }, + "Nothing to see here": { + "Nothing to see here": "空空如也" + }, + "Notification Center": { + "Notification Center": "通知中心" + }, + "Notification Display": { + "Notification Display": "通知显示" + }, + "Notification Overlay": { + "Notification Overlay": "全屏时显示通知" + }, + "Notification Popups": { + "Notification Popups": "通知弹窗" + }, + "Notification Rules": { + "Notification Rules": "通知规则" + }, + "Notification Settings": { + "Notification Settings": "通知设置" + }, + "Notification Timeouts": { + "Notification Timeouts": "显示时长" + }, + "Notification toast popups": { + "Notification toast popups": "通知弹窗" + }, + "Notifications": { + "Notifications": "通知" + }, + "Numbers": { + "Numbers": "数字" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "数字(D/M)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "数字(M/D)" + }, + "OK": { + "OK": "OK" + }, + "OS Logo": { + "OS Logo": "系统 Logo" + }, + "OSD Position": { + "OSD Position": "OSD位置" + }, + "Occupied Color": { + "Occupied Color": "占位色" + }, + "Off": { + "Off": "关闭" + }, + "Office": { + "Office": "办公" + }, + "Offline": { + "Offline": "离线" + }, + "Offline Report": { + "Offline Report": "官方报告" + }, + "Older": { + "Older": "更早" + }, + "On": { + "On": "开启" + }, + "On-Demand": { + "On-Demand": "按需随机" + }, + "On-Screen Displays": { + "On-Screen Displays": "屏幕显示" + }, + "On-screen Displays": { + "On-screen Displays": "屏上显示" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "根据时间或位置调节伽马值。" + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "仅影响受DMS管理的PAM。如果greetd已经包含了pam_fprintd,则指纹认证将依旧保持启用。" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "在每个程序坞上仅显示当前显示器上的窗口" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "仅在休眠受系统支持时可见" + }, + "Opacity": { + "Opacity": "不透明度" + }, + "Opaque": { + "Opaque": "不透明" + }, + "Open": { + "Open": "打开" + }, + "Open App": { + "Open App": "打开应用" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "在你的手机上打开KDE Connect" + }, + "Open Notepad File": { + "Open Notepad File": "打开便签" + }, + "Open a new note": { + "Open a new note": "打开新笔记" + }, + "Open folder": { + "Open folder": "打开文件夹" + }, + "Open in Browser": { + "Open in Browser": "在浏览器中打开" + }, + "Open in terminal": { + "Open in terminal": "在终端打开" + }, + "Open search bar to find text": { + "Open search bar to find text": "打开搜索栏以查找文本" + }, + "Open with...": { + "Open with...": "打开方式..." + }, + "Opening SMS": { + "Opening SMS": "正在打开SMS" + }, + "Opening SMS app": { + "Opening SMS app": "正在打开SMS应用" + }, + "Opening file browser": { + "Opening file browser": "正在打开文件浏览器" + }, + "Opening files": { + "Opening files": "正在打开文件" + }, + "Opening terminal: ": { + "Opening terminal: ": "正在打开终端: " + }, + "Optional description": { + "Optional description": "可选描述" + }, + "Optional location": { + "Optional location": "可选位置" + }, + "Options": { + "Options": "选项" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "将部件组织成可折叠分组" + }, + "Original: %1": { + "Original: %1": "原件:%1" + }, + "Other": { + "Other": "其他" + }, + "Outline": { + "Outline": "轮廓" + }, + "Output": { + "Output": "输出" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "出纸盒即将饱和" + }, + "Output Area Full": { + "Output Area Full": "出纸盒已满" + }, + "Output Device": { + "Output Device": "输出设备" + }, + "Output Devices": { + "Output Devices": "输出设备" + }, + "Output Tray Missing": { + "Output Tray Missing": "未检测到出纸盒" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "输出包括缺失" + }, + "Overcast": { + "Overcast": "阴天" + }, + "Overflow": { + "Overflow": "溢出" + }, + "Overridden by config": { + "Overridden by config": "被配置覆盖" + }, + "Override": { + "Override": "覆盖" + }, + "Override Border Size": { + "Override Border Size": "覆盖边框尺寸" + }, + "Override Corner Radius": { + "Override Corner Radius": "覆盖角半径" + }, + "Override Gaps": { + "Override Gaps": "覆盖间隙" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "为此输出覆盖全局布局设置" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "以自定义命令或脚本覆盖终端" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "以每条状态栏的单独设置覆盖全局阴影" + }, + "Overrides": { + "Overrides": "覆盖" + }, + "Overview": { + "Overview": "概览" + }, + "Overview of your network connections": { + "Overview of your network connections": "您的网络连接概览" + }, + "Overwrite": { + "Overwrite": "覆盖" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM已提供指纹认证。启用以在登录时显示。" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM已提供安全密钥认证。启用以在登录时显示。" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM提供了指纹认证,但无法确认其可用性。" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM提供了指纹认证,但尚无注册指纹。" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM提供了指纹认证,但无法检测到读取器。" + }, + "PIN": { + "PIN": "PIN 码" + }, + "Pad": { + "Pad": "覆盖" + }, + "Pad Hours": { + "Pad Hours": "摸鱼时间" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "休息时间(02:00 vs 2:00)" + }, + "Padding": { + "Padding": "内边距" + }, + "Pair": { + "Pair": "配对" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "配对蓝牙设备" + }, + "Paired": { + "Paired": "已配对" + }, + "Pairing": { + "Pairing": "正在配对" + }, + "Pairing failed": { + "Pairing failed": "配对失败" + }, + "Pairing request from": { + "Pairing request from": "正从此处接收配对请求" + }, + "Pairing request sent": { + "Pairing request sent": "配对请求已发送" + }, + "Pairing requested": { + "Pairing requested": "配对已请求" + }, + "Pairing...": { + "Pairing...": "配对中..." + }, + "Partly Cloudy": { + "Partly Cloudy": "部分多云" + }, + "Passkey:": { + "Passkey:": "密钥:" + }, + "Password": { + "Password": "密码" + }, + "Password...": { + "Password...": "密码……" + }, + "Paste": { + "Paste": "粘贴" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "视频文件路径或包含视频的文件夹" + }, + "Pattern": { + "Pattern": "模式" + }, + "Pause": { + "Pause": "暂停" + }, + "Paused": { + "Paused": "暂停" + }, + "Pending": { + "Pending": "待定" + }, + "Pending Charge": { + "Pending Charge": "待充电" + }, + "Pending Discharge": { + "Pending Discharge": "待放电" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "按模式设置壁纸" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "按显示器设置壁纸" + }, + "Per-screen config": { + "Per-screen config": "按屏幕区分设置" + }, + "Percentage": { + "Percentage": "占用率" + }, + "Performance": { + "Performance": "性能" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "因权限问题,无法设置个人资料图片。" + }, + "Personalization": { + "Personalization": "个性化" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "手机连接不可用" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "手机连接不可用" + }, + "Phone number": { + "Phone number": "电话号码" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "每次都从同一文件夹下选择随机的视频" + }, + "Pictures": { + "Pictures": "图片" + }, + "Pin": { + "Pin": "固定" + }, + "Pin to Dock": { + "Pin to Dock": "固定到程序坞" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping 已发送" + }, + "Ping sent to": { + "Ping sent to": "Ping 已发送至" + }, + "Pinned": { + "Pinned": "已固定" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "拖拽松开已固定和运行中应用" + }, + "Pixelate": { + "Pixelate": "像素化" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "此处为插件目录,每个插件应带有一个 plugin.json 描述文件。" + }, + "Place plugins in %1": { + "Place plugins in %1": "将插件放在%1" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "锁屏是播放视频。" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "有新通知时播放声音" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "连接电源线时播放声音" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "当音量调整时播放声音" + }, + "Play sounds for system events": { + "Play sounds for system events": "为系统事件播放声音" + }, + "Playback": { + "Playback": "播放" + }, + "Playback error: ": { + "Playback error: ": "播放错误: " + }, + "Please wait...": { + "Please wait...": "请稍候..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "请问您的新会话%1起名" + }, + "Plugged In": { + "Plugged In": "连接电源" + }, + "Plugged in": { + "Plugged in": "插件已置入" + }, + "Plugin": { + "Plugin": "插件" + }, + "Plugin Directory": { + "Plugin Directory": "插件目录" + }, + "Plugin Management": { + "Plugin Management": "插件管理" + }, + "Plugin Visibility": { + "Plugin Visibility": "插件可视化" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "插件已禁用 - 请在插件设置中启用以继续" + }, + "Plugins": { + "Plugins": "插件" + }, + "Pointer": { + "Pointer": "指示器" + }, + "Popout Shadows": { + "Popout Shadows": "弹窗阴影" + }, + "Popouts": { + "Popouts": "弹窗" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "弹窗与模态遵守全局动画速度(禁用以创建自定义独立规则)" + }, + "Popup Only": { + "Popup Only": "仅弹窗" + }, + "Popup Position": { + "Popup Position": "弹出位置" + }, + "Popup Shadow": { + "Popup Shadow": "弹窗阴影" + }, + "Popup Transparency": { + "Popup Transparency": "弹窗透明度" + }, + "Popup behavior, position": { + "Popup behavior, position": "弹窗行为与位置" + }, + "Port": { + "Port": "端口" + }, + "Portal": { + "Portal": "传送门" + }, + "Position": { + "Position": "位置" + }, + "Position, pinned apps": { + "Position, pinned apps": "位置与已固定应用" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "可能的覆盖冲突" + }, + "Power": { + "Power": "电源" + }, + "Power & Security": { + "Power & Security": "电源与安全" + }, + "Power & Sleep": { + "Power & Sleep": "电源与睡眠" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "电源操作确认" + }, + "Power Menu Customization": { + "Power Menu Customization": "自定义电源菜单" + }, + "Power Off": { + "Power Off": "关机" + }, + "Power Options": { + "Power Options": "电源菜单" + }, + "Power Profile": { + "Power Profile": "电源配置文件" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "电源配置性能下降" + }, + "Power Saver": { + "Power Saver": "省电" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "锁定时关闭显示器" + }, + "Power profile management available": { + "Power profile management available": "电源配置文件管理可用" + }, + "Power source": { + "Power source": "电源" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "在欢迎界面上预先填写上次成功登录的用户名" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "在欢迎界面预先选择上次使用的会话" + }, + "Precip": { + "Precip": "降水" + }, + "Precipitation": { + "Precipitation": "降水量" + }, + "Precipitation Chance": { + "Precipitation Chance": "降水概率" + }, + "Preference": { + "Preference": "偏好设置" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "预设宽度(%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "按下n或点击“新会话”以创建" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "按回车键,音频系统会重启以应用更改" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "按回车以粘贴,按Shift+回车以复制" + }, + "Press key...": { + "Press key...": "按键..." + }, + "Pressure": { + "Pressure": "气压" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "防止屏幕超时" + }, + "Preview": { + "Preview": "预览" + }, + "Primary": { + "Primary": "主题色" + }, + "Primary Container": { + "Primary Container": "首选容器" + }, + "Print Server Management": { + "Print Server Management": "打印服务器管理" + }, + "Print Server not available": { + "Print Server not available": "打印服务不可用" + }, + "Printer": { + "Printer": "打印机" + }, + "Printer Classes": { + "Printer Classes": "打印机类别" + }, + "Printer created successfully": { + "Printer created successfully": "打印机创建成功" + }, + "Printer deleted": { + "Printer deleted": "打印机已删除" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "打印机名称(无空格)" + }, + "Printer reachable": { + "Printer reachable": "打印机可达" + }, + "Printers": { + "Printers": "打印机" + }, + "Printers: ": { + "Printers: ": "打印机: " + }, + "Prioritize performance": { + "Prioritize performance": "优先考虑性能" + }, + "Priority": { + "Priority": "优先级" + }, + "Privacy Indicator": { + "Privacy Indicator": "隐私指示器" + }, + "Privacy Mode": { + "Privacy Mode": "隐私模式" + }, + "Private Key Password": { + "Private Key Password": "私钥密码" + }, + "Process Count": { + "Process Count": "进程计数" + }, + "Processes": { + "Processes": "进程" + }, + "Processes:": { + "Processes:": "进程:" + }, + "Processing": { + "Processing": "处理中" + }, + "Profile Image Error": { + "Profile Image Error": "个人资料图片错误" + }, + "Profile activated: %1": { + "Profile activated: %1": "已激活档案:%1" + }, + "Profile deleted": { + "Profile deleted": "配置已删除" + }, + "Profile error": { + "Profile error": "档案错误" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "个人资料图片过大,请选择更小的图片。" + }, + "Profile name": { + "Profile name": "档案名称" + }, + "Profile not found": { + "Profile not found": "未找到配置" + }, + "Profile saved: %1": { + "Profile saved: %1": "已保存档案:%1" + }, + "Protocol": { + "Protocol": "协议" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia不可用" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia不可用——视频屏保需要qt multimedia服务" + }, + "Quick Access": { + "Quick Access": "快速访问" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "快捷访问应用启动器" + }, + "Quick access to color picker": { + "Quick access to color picker": "快捷访问取色器" + }, + "Quick access to notepad": { + "Quick access to notepad": "快捷访问剪切板" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "便于快速记便签的侧边栏面板" + }, + "Quick system toggles": { + "Quick system toggles": "快速系统切换" + }, + "RGB": { + "RGB": "红绿蓝" + }, + "Radius": { + "Radius": "半径" + }, + "Rain": { + "Rain": "下雨" + }, + "Rain Chance": { + "Rain Chance": "降雨概率" + }, + "Rainbow": { + "Rainbow": "彩虹" + }, + "Random": { + "Random": "随机" + }, + "Rate": { + "Rate": "速率" + }, + "Read:": { + "Read:": "读取:" + }, + "Reason": { + "Reason": "原因" + }, + "Reboot": { + "Reboot": "重启" + }, + "Recent Colors": { + "Recent Colors": "最近拾取的颜色" + }, + "Recently Used Apps": { + "Recently Used Apps": "最近使用的应用" + }, + "Recommended available": { + "Recommended available": "推荐可用" + }, + "Refresh": { + "Refresh": "刷新" + }, + "Refresh Weather": { + "Refresh Weather": "刷新天气" + }, + "Regex": { + "Regex": "正则" + }, + "Reject": { + "Reject": "拒绝" + }, + "Reject Jobs": { + "Reject Jobs": "拒绝任务" + }, + "Release": { + "Release": "松开" + }, + "Reload Plugin": { + "Reload Plugin": "重载插件" + }, + "Remaining": { + "Remaining": "剩余" + }, + "Remaining / Total": { + "Remaining / Total": "剩余/总计" + }, + "Remember Last Query": { + "Remember Last Query": "记忆上次查询" + }, + "Remember last session": { + "Remember last session": "记住上次的会话" + }, + "Remember last user": { + "Remember last user": "记住上次的用户" + }, + "Remove": { + "Remove": "移除" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "移除部件填充" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "当窗口最大化时移除间距和边框" + }, + "Rename": { + "Rename": "重命名" + }, + "Rename Session": { + "Rename Session": "重命名会话" + }, + "Rename Workspace": { + "Rename Workspace": "重命名工作区" + }, + "Repeat": { + "Repeat": "重复" + }, + "Replacement": { + "Replacement": "替换" + }, + "Report": { + "Report": "报告" + }, + "Request Pairing": { + "Request Pairing": "请求配对" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "要求按住按钮/键以确认关机、重启、休眠、挂起和注销" + }, + "Required plugin: ": { + "Required plugin: ": "需要插件: " + }, + "Requires %1": { + "Requires %1": "需要%1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "需要dgop工具" + }, + "Requires DMS %1": { + "Requires DMS %1": "需要DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "需要 DWL 合成器" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "需要更新版本的Quickshell" + }, + "Requires night mode support": { + "Requires night mode support": "需要夜间模式支持" + }, + "Reset": { + "Reset": "重置" + }, + "Reset Position": { + "Reset Position": "重置位置" + }, + "Reset Size": { + "Reset Size": "重置尺寸" + }, + "Reset to default name": { + "Reset to default name": "重置为默认名称" + }, + "Resize Widget": { + "Resize Widget": "调整部件大小" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "分辨率与刷新率" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "分辨率、位置与缩放" + }, + "Restart DMS": { + "Restart DMS": "重启 DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "重启 DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "正在重启音频系统..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "恢复特殊工作区窗口" + }, + "Resume": { + "Resume": "恢复" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "反转滚动方向" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "当在状态栏上滚动时,反转工作区切换方向" + }, + "Revert": { + "Revert": "恢复: " + }, + "Right": { + "Right": "右侧" + }, + "Right Center": { + "Right Center": "右侧中部" + }, + "Right Section": { + "Right Section": "右侧区域" + }, + "Right Tiling": { + "Right Tiling": "右侧平铺" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "在部件上右键点击并拖拽任意位置" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "右键点击并拖拽右下角" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "点击状态栏上小部件以轮换" + }, + "Ring": { + "Ring": "响铃" + }, + "Ringing": { + "Ringing": "响铃" + }, + "Ripple Effects": { + "Ripple Effects": "波纹效果" + }, + "Root Filesystem": { + "Root Filesystem": "根文件系统" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "窗口圆角" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "窗口圆角(border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "窗口圆角(decoration.rounding)" + }, + "Rule": { + "Rule": "规则" + }, + "Rule Name": { + "Rule Name": "规则名称" + }, + "Rules (%1)": { + "Rules (%1)": "规则(%1)" + }, + "Run Again": { + "Run Again": "启动应用" + }, + "Run DMS Templates": { + "Run DMS Templates": "运行DMS模板" + }, + "Run User Templates": { + "Run User Templates": "运行用户模板" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "运行程序(例如:firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "运行 shell 命令(例如:notify-send)" + }, + "Running Apps": { + "Running Apps": "活动应用程序" + }, + "Running Apps Settings": { + "Running Apps Settings": "活动应用设置" + }, + "Running greeter sync…": { + "Running greeter sync…": "执行欢迎界面同步……" + }, + "SDR Brightness": { + "SDR Brightness": "SDR亮度" + }, + "SDR Saturation": { + "SDR Saturation": "SDR饱和度" + }, + "SMS": { + "SMS": "SMS" + }, + "Save": { + "Save": "保存" + }, + "Save Notepad File": { + "Save Notepad File": "保存便签" + }, + "Save QR Code": { + "Save QR Code": "保存二维码" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "保存并切换显示配置" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "将关键优先级通知保存至历史" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "将已关闭通知保存至历史" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "将低优先级通知保存至历史" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "将一般优先级通知保存至历史" + }, + "Save password": { + "Save password": "保存密码" + }, + "Saved": { + "Saved": "已保存" + }, + "Saved Configurations": { + "Saved Configurations": "已保存的配置" + }, + "Saved Note": { + "Saved Note": "已保存笔记" + }, + "Saved item deleted": { + "Saved item deleted": "保存项目已删除" + }, + "Saving...": { + "Saving...": "保存中..." + }, + "Scale": { + "Scale": "缩放" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "独立调整 DankBar 字体缩放" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "独立缩放DankBar图标大小" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "缩放整个 shell 中的所有字体大小" + }, + "Scan": { + "Scan": "扫描" + }, + "Scanning": { + "Scanning": "扫描中" + }, + "Scanning...": { + "Scanning...": "正在扫描..." + }, + "Science": { + "Science": "科学" + }, + "Score": { + "Score": "分数" + }, + "Screen Sharing": { + "Screen Sharing": "屏幕共享" + }, + "Screen sharing": { + "Screen sharing": "屏幕分享" + }, + "Scroll": { + "Scroll": "滚动" + }, + "Scroll Factor": { + "Scroll Factor": "滚动系数" + }, + "Scroll GitHub": { + "Scroll GitHub": "滚动GitHub" + }, + "Scroll Wheel": { + "Scroll Wheel": "滚动滚轮" + }, + "Scroll song title": { + "Scroll song title": "滚动歌曲标题" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "如果在部件中标题不适配,则可以滚动标题" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "媒体部件上的滚轮行为" + }, + "Scrolling": { + "Scrolling": "滚动" + }, + "Search App Actions": { + "Search App Actions": "搜索应用动作" + }, + "Search Options": { + "Search Options": "搜索选项" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "通过按键组合、描述或动作名称进行搜索。\n\n默认操作是将按键绑定复制到剪贴板。\n右键或右箭头可以固定常用的快捷键——不搜索时它们会出现在顶部。" + }, + "Search for a location...": { + "Search for a location...": "搜索位置..." + }, + "Search keybinds...": { + "Search keybinds...": "搜索按键绑定..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "从合成器与应用中搜索键盘快捷键" + }, + "Search plugins...": { + "Search plugins...": "搜索插件中..." + }, + "Search processes...": { + "Search processes...": "正在搜索进程..." + }, + "Search sessions...": { + "Search sessions...": "搜索会话……" + }, + "Search themes...": { + "Search themes...": "主题搜索中..." + }, + "Search widgets...": { + "Search widgets...": "搜索部件..." + }, + "Search...": { + "Search...": "搜索中..." + }, + "Searching...": { + "Searching...": "检索中..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "次选因素(AND)" + }, + "Secondary": { + "Secondary": "次要" + }, + "Secured": { + "Secured": "安全" + }, + "Security": { + "Security": "安全性" + }, + "Security & privacy": { + "Security & privacy": "安全与隐私" + }, + "Security key mode": { + "Security key mode": "安全密钥模式" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "无法确认安全密钥的可用性。" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "已检测到安全密钥支持,但尚无注册的密钥。您可以启用,并在稍后进行注册。" + }, + "Select": { + "Select": "选择" + }, + "Select Application": { + "Select Application": "选择应用程序" + }, + "Select Bar": { + "Select Bar": "选择状态栏" + }, + "Select Custom Theme": { + "Select Custom Theme": "选择自定义主题" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "选择程序坞启动器logo" + }, + "Select File to Send": { + "Select File to Send": "选择要发送的文件" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "选择启动器Logo" + }, + "Select Profile Image": { + "Select Profile Image": "选择个人信息图像" + }, + "Select Video or Folder": { + "Select Video or Folder": "请选择视频或文件夹" + }, + "Select Wallpaper": { + "Select Wallpaper": "选择壁纸" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "选择壁纸位置" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "从调色板中选择颜色,或使用自定义滑块" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "选择要添加至桌面的部件。每个部件均为独立实例,拥有自己的设置。" + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "选择要添加的部件。如果需要,您可以添加同一部件的多个实例。" + }, + "Select a window...": { + "Select a window...": "选择窗口..." + }, + "Select an image file...": { + "Select an image file...": "选择一张图片..." + }, + "Select at least one provider": { + "Select at least one provider": "至少选择一个提供源" + }, + "Select device": { + "Select device": "选择设备" + }, + "Select device...": { + "Select device...": "选择设备..." + }, + "Select driver...": { + "Select driver...": "选择驱动程序..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "选择 UI 文本的字体粗细" + }, + "Select greeter background image": { + "Select greeter background image": "请选择欢迎界面背景图片" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "选择要设置壁纸的屏幕" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "使用等宽字体显示进程和技术内容" + }, + "Select network": { + "Select network": "选择网络" + }, + "Select system sound theme": { + "Select system sound theme": "选择系统声音主题" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "选择 UI 文本的字体族" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "选择从壁纸取色的配色方案" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "选择快捷键绑定提供源以导入" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "选择在随机轮换中使用的过渡效果" + }, + "Select...": { + "Select...": "选择..." + }, + "Selected image file not found.": { + "Selected image file not found.": "未找到所选图像文件。" + }, + "Send": { + "Send": "发送" + }, + "Send Clipboard": { + "Send Clipboard": "发送剪切板" + }, + "Send File": { + "Send File": "发送文件" + }, + "Send SMS": { + "Send SMS": "发送SMS" + }, + "Sending": { + "Sending": "发送中" + }, + "Separator": { + "Separator": "分隔符" + }, + "Server": { + "Server": "服务器" + }, + "Session Filter": { + "Session Filter": "会话筛选器" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "设置自定义设备名称" + }, + "Set custom name": { + "Set custom name": "设置自定义名称" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "为您的音频输入设备设置自定义名称" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "为您的音频输出设备设置自定义名称" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "分别为各个显示器设置壁纸" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "分别设置浅色/深色模式下的壁纸" + }, + "Set key and action to save": { + "Set key and action to save": "设置要保存的键和操作" + }, + "Set notification rules": { + "Set notification rules": "设置通知规则" + }, + "Settings": { + "Settings": "设置" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "设置处于只读状态。更改将不会保存。" + }, + "Setup": { + "Setup": "设置" + }, + "Shadow Color": { + "Shadow Color": "阴影颜色" + }, + "Shadow Intensity": { + "Shadow Intensity": "阴影强度" + }, + "Shadow Opacity": { + "Shadow Opacity": "阴影不透明度" + }, + "Shadow Override": { + "Shadow Override": "阴影覆盖" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "在状态栏与面板上的阴影提升" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "在模态与对话框上的阴影提升" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "在弹窗、OSD与下拉框上的阴影提升" + }, + "Shadows": { + "Shadows": "阴影" + }, + "Share": { + "Share": "共享" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "共享伽马控制设置" + }, + "Share Text": { + "Share Text": "共享文本" + }, + "Share URL": { + "Share URL": "共享网址" + }, + "Shared": { + "Shared": "已共享" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: 清空 • Esc: 关闭" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "按Shift+Enter以粘贴" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+回车:复制 • Shift+Del:全部清除 • Esc:关闭" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter:粘贴 • Shift+Del:清除所有 • Esc:关闭" + }, + "Short": { + "Short": "短" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "快捷方式(%1)" + }, + "Shortcuts": { + "Shortcuts": "快捷键" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "快捷键(%1)" + }, + "Show": { + "Show": "显示" + }, + "Show 3rd Party": { + "Show 3rd Party": "显示第三方" + }, + "Show All Tags": { + "Show All Tags": "显示所有标签" + }, + "Show Badge": { + "Show Badge": "显示标记" + }, + "Show CPU": { + "Show CPU": "显示CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "显示CPU图表" + }, + "Show CPU Temp": { + "Show CPU Temp": "显示CPU温度" + }, + "Show Date": { + "Show Date": "显示日期" + }, + "Show Disk": { + "Show Disk": "显示磁盘" + }, + "Show Dock": { + "Show Dock": "显示程序坞" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "显示感官温度" + }, + "Show Footer": { + "Show Footer": "显示页脚" + }, + "Show Forecast": { + "Show Forecast": "显示天气预测" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "显示GPU温度" + }, + "Show Header": { + "Show Header": "显示表头" + }, + "Show Hibernate": { + "Show Hibernate": "显示休眠" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "显示小时数" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "显示每小时天气预测" + }, + "Show Humidity": { + "Show Humidity": "显示湿度" + }, + "Show Launcher Button": { + "Show Launcher Button": "显示启动器按钮" + }, + "Show Line Numbers": { + "Show Line Numbers": "显示行号" + }, + "Show Location": { + "Show Location": "显示位置" + }, + "Show Lock": { + "Show Lock": "显示锁定" + }, + "Show Log Out": { + "Show Log Out": "显示注销" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "在交互元素上显示Material设计的波纹动画" + }, + "Show Media Player": { + "Show Media Player": "显示媒体播放器" + }, + "Show Memory": { + "Show Memory": "显示内存" + }, + "Show Memory Graph": { + "Show Memory Graph": "显示内存图表" + }, + "Show Memory in GB": { + "Show Memory in GB": "以GB为单位显示内存" + }, + "Show Network": { + "Show Network": "显示网络" + }, + "Show Network Graph": { + "Show Network Graph": "显示网络图表" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "仅显示占用工作区" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "显示溢出徽标计数" + }, + "Show Password Field": { + "Show Password Field": "显示密码区域" + }, + "Show Power Actions": { + "Show Power Actions": "显示电源操作" + }, + "Show Power Off": { + "Show Power Off": "显示关机" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "显示降水概率" + }, + "Show Pressure": { + "Show Pressure": "显示气压" + }, + "Show Profile Image": { + "Show Profile Image": "显示用户头像" + }, + "Show Reboot": { + "Show Reboot": "显示重启" + }, + "Show Restart DMS": { + "Show Restart DMS": "显示重启 DMS" + }, + "Show Saved Items": { + "Show Saved Items": "显示已保存的项目" + }, + "Show Seconds": { + "Show Seconds": "显示秒数" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "显示日出/日落" + }, + "Show Suspend": { + "Show Suspend": "显示挂起" + }, + "Show Swap": { + "Show Swap": "显示Swap" + }, + "Show System Date": { + "Show System Date": "显示系统日期" + }, + "Show System Icons": { + "Show System Icons": "显示系统图标" + }, + "Show System Time": { + "Show System Time": "显示系统时间" + }, + "Show Top Processes": { + "Show Top Processes": "显示占用多的进程" + }, + "Show Weather Condition": { + "Show Weather Condition": "显示天气状况" + }, + "Show Week Number": { + "Show Week Number": "显示周数" + }, + "Show Welcome": { + "Show Welcome": "显示欢迎信息" + }, + "Show Wind Speed": { + "Show Wind Speed": "显示风速" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "显示工作区内应用" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "显示所有 9 个标签,而非仅占用的标签(仅限 DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "在聚焦工作区指示器周围显示一个轮廓环" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "在多媒体部件中显示cava音频可视化" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "在对话框后显示暗色遮罩" + }, + "Show device": { + "Show device": "显示设备" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "当浮动窗口不覆盖其区域时显示程序坞" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "在通知弹窗上显示下拉阴影。需要在主题与颜色中启用M3提升。" + }, + "Show in GB": { + "Show in GB": "以GB为单位" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "在 Niri 概览中打字时显示启动器叠加层。禁用该项以使用其他启动器。" + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "在底部显示模式切换与键盘提示。" + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "仅在当前聚焦的显示器上显示通知弹窗" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "仅在当前聚焦的显示器上显示通知" + }, + "Show on Last Display": { + "Show on Last Display": "上一个显示器" + }, + "Show on Overlay": { + "Show on Overlay": "保持前台显示" + }, + "Show on Overview": { + "Show on Overview": "概览中显示" + }, + "Show on Overview Only": { + "Show on Overview Only": "仅在概览中显示" + }, + "Show on all connected displays": { + "Show on all connected displays": "在所有已连接的显示器上显示" + }, + "Show on screens:": { + "Show on screens:": "选择显示的屏幕:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "当亮度改变时显示 OSD" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "当大小写状态变化时显示 OSD" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "当循环切换音频输出设备时显示 OSD" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "当空闲抑制状态改变时显示 OSD" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "当媒体播放器状态改变时显示OSD" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "当媒体音量改变时显示OSD" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "当麦克风静音状态切换时显示 OSD" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "当电源配置改变时显示 OSD" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "当音量变化时显示 OSD" + }, + "Show seconds": { + "Show seconds": "显示秒" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "在顶栏和控制中心显示天气信息" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "在日历中显示周数" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "在顶栏工作区切换器中显示工作区索引号" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "在水平状态栏上显示工作区名称,而在垂直状态栏上显示首字母。" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "显示当前聚焦显示器的工作区" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "显示所有正在运行应用程序,并标记焦点所在" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "显示当前工作区并支持快速切换" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "大写锁定时显示" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "显示麦克风、摄像头或屏幕共享的使用状态" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "关机" + }, + "Signal": { + "Signal": "信号" + }, + "Signal:": { + "Signal:": "信号:" + }, + "Size": { + "Size": "尺寸" + }, + "Size Constraints": { + "Size Constraints": "大小限制" + }, + "Size Offset": { + "Size Offset": "尺寸偏移" + }, + "Sizing": { + "Sizing": "大小调整" + }, + "Skip": { + "Skip": "跳过" + }, + "Skip confirmation": { + "Skip confirmation": "跳过确认" + }, + "Skip setup": { + "Skip setup": "跳过设置" + }, + "Small": { + "Small": "小" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "智能卡认证" + }, + "Smartcard PIN": { + "Smartcard PIN": "智能卡PIN" + }, + "Snap": { + "Snap": "快照" + }, + "Snow": { + "Snow": "下雪" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "有些插件需要更新版的 DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "按字母顺序排序" + }, + "Sort By": { + "Sort By": "按顺序排列" + }, + "Sorting & Layout": { + "Sorting & Layout": "排序与布局" + }, + "Sound Theme": { + "Sound Theme": "声音主题" + }, + "Sounds": { + "Sounds": "声音" + }, + "Space between windows": { + "Space between windows": "窗口间空隙" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "窗口间隙(gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "窗口间隙(gaps_in与gaps_out)" + }, + "Spacer": { + "Spacer": "空白占位" + }, + "Spacing": { + "Spacing": "间距" + }, + "Speaker settings": { + "Speaker settings": "扬声器设置" + }, + "Speed": { + "Speed": "速度" + }, + "Spool Area Full": { + "Spool Area Full": "打印缓冲区已满" + }, + "Square Corners": { + "Square Corners": "直角边框" + }, + "Stacked": { + "Stacked": "堆叠" + }, + "Standard": { + "Standard": "基础设置" + }, + "Start": { + "Start": "开始" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "启动KDE Connect 或 Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "启动 KDE Connect 或 Valent 以使用此插件" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "请在这里记录你的笔记..." + }, + "State": { + "State": "状态" + }, + "Status": { + "Status": "状态" + }, + "Stopped": { + "Stopped": "已停止" + }, + "Stopped Partly": { + "Stopped Partly": "部分停止" + }, + "Stopping": { + "Stopping": "正在停止" + }, + "Stretch": { + "Stretch": "拉伸" + }, + "Stripes": { + "Stripes": "条纹" + }, + "Summary": { + "Summary": "概要" + }, + "Sunrise": { + "Sunrise": "日出" + }, + "Sunset": { + "Sunset": "日落" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "启用时抑制通知弹出窗口" + }, + "Surface": { + "Surface": "表面色" + }, + "Surface Variant": { + "Surface Variant": "表面变体" + }, + "Suspend": { + "Suspend": "挂起" + }, + "Suspend behavior": { + "Suspend behavior": "挂起行为" + }, + "Suspend system after": { + "Suspend system after": "在此时间后挂起系统" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "挂起后休眠" + }, + "Sway Website": { + "Sway Website": "Sway 网站" + }, + "Switch User": { + "Switch User": "切换用户" + }, + "Switch to power profile": { + "Switch to power profile": "切换至电源配置" + }, + "Sync": { + "Sync": "同步" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "同步系统深色模式" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "同步弹窗与模态" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "在显示器间同步位置" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "同步已完成。" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "随系统设置开启深色模式,以适配全局主题" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "后台模式同步失败。正尝试终端模式以进行交互式认证。" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "同步需要 sudo 身份验证。正在打开终端,以便您可以使用密码或指纹。" + }, + "System": { + "System": "系统工具" + }, + "System App Theming": { + "System App Theming": "系统应用主题设置" + }, + "System Check": { + "System Check": "系统检查" + }, + "System Default": { + "System Default": "系统默认" + }, + "System Information": { + "System Information": "系统信息" + }, + "System Monitor": { + "System Monitor": "系统监视器" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "系统监测不可用" + }, + "System Sounds": { + "System Sounds": "系统声音" + }, + "System Tray": { + "System Tray": "系统托盘" + }, + "System Update": { + "System Update": "系统更新" + }, + "System Updater": { + "System Updater": "系统更新" + }, + "System Updates": { + "System Updates": "系统更新" + }, + "System notification area icons": { + "System notification area icons": "系统通知区域图标" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "系统声音不可用。请安装 %1 以获得声音支持。" + }, + "System theme toggle": { + "System theme toggle": "切换系统主题" + }, + "System toast notifications": { + "System toast notifications": "系统弹出式通知" + }, + "System update custom command": { + "System update custom command": "自定义系统更新命令" + }, + "Tab": { + "Tab": "标签" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: 导航 • ←→↑↓: 网格导航 • 回车/空格: 选中" + }, + "Terminal": { + "Terminal": "终端" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "终端自定义附加参数" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "终端回滚失败。请安装支持的终端模拟器,或者手动运行dms auth sync。" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "终端回退失败。请安装受支持的终端模拟器之一,或手动运行“dms greeter sync”。" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "终端回滚已打开。请在那里完成认证配置,结束时会自动关闭。" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "终端回退已打开。同步将在该处完成;完成后将自动关闭。" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "要使用的终端多路器后端" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "终端已打开。请在那里完成认证配置,结束时会自动关闭。" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "终端已打开。请在终端完成同步身份验证;完成后将自动关闭。" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "终端总使用暗色主题" + }, + "Test Connection": { + "Test Connection": "测试连接" + }, + "Test Page": { + "Test Page": "测试页" + }, + "Test page sent to printer": { + "Test page sent to printer": "测试页已发送到打印机" + }, + "Testing...": { + "Testing...": "测试中……" + }, + "Text": { + "Text": "文本" + }, + "Text Color": { + "Text Color": "文本颜色" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "系统监视器功能需要dgop。\n请安装dgop以使用此功能。" + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "未设置 DMS_SOCKET 环境变量或套接字不可用,无法使用自动插件管理。" + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "以下设置将修改您的 GTK 和 Qt 配置。如需保留当前配置,请先备份 (qt5ct.conf|qt6ct.conf 和 ~/.config/gtk-3.0|gtk-4.0)。" + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "连接会话时使用的自定义命令(将接收会话名称作为首个参数)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "打印任务队列为空" + }, + "Theme & Colors": { + "Theme & Colors": "主题与配色" + }, + "Theme Color": { + "Theme Color": "主题色" + }, + "Theme Registry": { + "Theme Registry": "主题注册表" + }, + "Themes": { + "Themes": "主题" + }, + "Thickness": { + "Thickness": "厚度" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "外部插件警示" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "第三方插件由社区创建,且不被 DankMaterialShell 官方支持。\n\n这些插件可能存在安全和隐私风险——安装时请自行承担风险。" + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "此绑定已被 config.kdl 覆盖" + }, + "This may take a few seconds": { + "This may take a few seconds": "此操作可能会花费一些时间" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "该插件没有“settings_write”权限。\n\n请在plugin.json中添加 \"permissions\": [\"settings_read\", \"settings_write\"]" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "此部件会阻止 GPU 进入省电状态,可能会显著影响笔记本的电池续航。不建议在配备混合显卡的笔记本上使用。" + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "此操作将删除所有已取消固定的项目。%1个已固定项目将被保留。" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "此操作会清空剪贴板历史,且无法恢复。" + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "此操作会永久移除已保存的剪贴板项目。此操作将无法撤销。" + }, + "Thunderstorm": { + "Thunderstorm": "雷暴" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "雷暴伴冰雹" + }, + "Tile": { + "Tile": "平铺" + }, + "Tile H": { + "Tile H": "水平平铺" + }, + "Tile V": { + "Tile V": "垂直平铺" + }, + "Tiled": { + "Tiled": "已平铺" + }, + "Tiled State": { + "Tiled State": "已平铺状态" + }, + "Tiling": { + "Tiling": "平铺" + }, + "Time": { + "Time": "时间" + }, + "Time & Date Locale": { + "Time & Date Locale": "时间与日期区域" + }, + "Time & Weather": { + "Time & Weather": "时间与天气" + }, + "Time Format": { + "Time Format": "时间格式" + }, + "Time format": { + "Time format": "时间格式" + }, + "Time remaining: %1": { + "Time remaining: %1": "剩余时间:%1" + }, + "Time until full: %1": { + "Time until full: %1": "充满时间:%1" + }, + "Timed Out": { + "Timed Out": "超时" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "关键优先级通知的超时时间" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "低优先级通知的超时时间" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "普通优先级通知的超时时间" + }, + "Title": { + "Title": "标题" + }, + "Title regex (optional)": { + "Title regex (optional)": "标题正则(可选)" + }, + "To Full": { + "To Full": "充至满电" + }, + "To update, run the following command:": { + "To update, run the following command:": "请运行以下命令以更新:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "要使用此 DMS 绑定,请删除或更改 config.kdl 中的按键绑定" + }, + "Toast Messages": { + "Toast Messages": "弹出式信息" + }, + "Today": { + "Today": "今日" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "显示/隐藏当前状态栏配置" + }, + "Toggling...": { + "Toggling...": "正在切换..." + }, + "Tomorrow": { + "Tomorrow": "明日" + }, + "Tonal Spot": { + "Tonal Spot": "音色斑点" + }, + "Toner Empty": { + "Toner Empty": "碳粉已用尽" + }, + "Toner Low": { + "Toner Low": "碳粉不足" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "过多尝试次数——已锁定" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "失败次数太多——账号将会被锁定" + }, + "Tools": { + "Tools": "工具" + }, + "Top": { + "Top": "顶部" + }, + "Top (Default)": { + "Top (Default)": "顶部(默认)" + }, + "Top Bar Format": { + "Top Bar Format": "顶栏格式" + }, + "Top Center": { + "Top Center": "顶部中间" + }, + "Top Left": { + "Top Left": "左上" + }, + "Top Processes": { + "Top Processes": "占用多的进程" + }, + "Top Right": { + "Top Right": "右上" + }, + "Top Section": { + "Top Section": "顶部区域" + }, + "Total": { + "Total": "总计" + }, + "Total Jobs": { + "Total Jobs": "总任务数" + }, + "Touch your security key...": { + "Touch your security key...": "请触摸你的安全密钥……" + }, + "Transform": { + "Transform": "变换" + }, + "Transition Effect": { + "Transition Effect": "过渡效果" + }, + "Transparency": { + "Transparency": "透明度" + }, + "Trending GIFs": { + "Trending GIFs": "热门动图" + }, + "Trending Stickers": { + "Trending Stickers": "热门贴纸" + }, + "Trigger": { + "Trigger": "触发" + }, + "Trigger Prefix": { + "Trigger Prefix": "触发前缀" + }, + "Trigger: %1": { + "Trigger: %1": "触发器:%1" + }, + "Trust": { + "Trust": "信任" + }, + "Try a different search": { + "Try a different search": "尝试不同的搜索" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "当激活锁屏时将立即关闭所有显示器" + }, + "Turn off monitors after": { + "Turn off monitors after": "在此时间后关闭显示器" + }, + "Type": { + "Type": "类型" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "至少键入两个字符" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "键入此前缀以搜索快捷键绑定" + }, + "Type to search files": { + "Type to search files": "键入以搜索文件" + }, + "Typography": { + "Typography": "排版" + }, + "Typography & Motion": { + "Typography & Motion": "排版与动画" + }, + "Unavailable": { + "Unavailable": "不可用" + }, + "Unfocused Color": { + "Unfocused Color": "未聚焦颜色" + }, + "Ungrouped": { + "Ungrouped": "已解除分组" + }, + "Uninstall": { + "Uninstall": "卸载" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "卸载 Greeter" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "卸载插件" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "卸载完成。Greeter 已被移除。" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "卸载失败:%1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "卸载 DMS Greeter?这将删除配置并恢复您之前的显示管理器。系统将打开一个终端以进行 sudo 身份验证。" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "已卸载:%1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "卸载中:%1" + }, + "Unknown": { + "Unknown": "未知" + }, + "Unknown App": { + "Unknown App": "未知应用" + }, + "Unknown Artist": { + "Unknown Artist": "未知艺术家" + }, + "Unknown Config": { + "Unknown Config": "未知设置" + }, + "Unknown Device": { + "Unknown Device": "未知设备" + }, + "Unknown GPU": { + "Unknown GPU": "未知的GPU" + }, + "Unknown Monitor": { + "Unknown Monitor": "未知监视器" + }, + "Unknown Network": { + "Unknown Network": "未知网络" + }, + "Unknown Title": { + "Unknown Title": "未知标题" + }, + "Unknown Track": { + "Unknown Track": "未知乐曲" + }, + "Unload on Close": { + "Unload on Close": "关闭时上传" + }, + "Unmute": { + "Unmute": "启用" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "启用弹窗%1" + }, + "Unnamed Rule": { + "Unnamed Rule": "未命名规则" + }, + "Unpair": { + "Unpair": "取消配对" + }, + "Unpair failed": { + "Unpair failed": "取消配对失败" + }, + "Unpin": { + "Unpin": "解除固定" + }, + "Unpin from Dock": { + "Unpin from Dock": "从程序坞取消固定" + }, + "Unsaved Changes": { + "Unsaved Changes": "未保存更改" + }, + "Unsaved changes": { + "Unsaved changes": "未保存更改" + }, + "Unsaved note...": { + "Unsaved note...": "未保存的便签..." + }, + "Untitled": { + "Untitled": "无标题" + }, + "Untrust": { + "Untrust": "不信任" + }, + "Up to date": { + "Up to date": "已是最新" + }, + "Update": { + "Update": "更新" + }, + "Update All": { + "Update All": "更新所有" + }, + "Update Plugin": { + "Update Plugin": "更新插件" + }, + "Uptime": { + "Uptime": "运行时间" + }, + "Uptime:": { + "Uptime:": "运行时间:" + }, + "Urgent Color": { + "Urgent Color": "高亮颜色" + }, + "Usage Tips": { + "Usage Tips": "使用提示" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "改用24小时制显示时间" + }, + "Use Custom Command": { + "Use Custom Command": "使用自定义命令" + }, + "Use Grid Layout": { + "Use Grid Layout": "使用网格布局" + }, + "Use IP Location": { + "Use IP Location": "使用 IP 定位" + }, + "Use Imperial Units": { + "Use Imperial Units": "使用英制单位" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "使用英制单位(°F、mph、inHg)而非公制(°C、km/h、hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "使用等宽字体" + }, + "Use System Theme": { + "Use System Theme": "使用系统主题" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "使用自定义图像作为登录屏幕,或留空以使用您的桌面壁纸。" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "为此栏使用固定的阴影方向" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "使用安全密钥进行锁屏认证。" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "使用外部壁纸管理器,例如 swww、hyprpaper 或 swaybg。" + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "进行媒体播放时显示动画波形进度条" + }, + "Use custom border size": { + "Use custom border size": "使用自定义边框尺寸" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "使用自定义边框/焦点环宽度" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "使用自定义命令来更新系统" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "使用自定义间隔替代状态栏空隙" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "使用自定义窗口半径替代主题半径" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "使用自定义窗口圆角代替主题半径" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "使用桌面壁纸" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "为锁屏使用指纹认证。" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "使用浅色主题替代深色主题" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "使用m/s代替km/h来显示风速" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "使用更小的通知卡" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "使用系统设置中的声音主题" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "在所有显示器上使用同样的位置与大小" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "使用触发前缀以激活" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "当强调色为自定义时使用" + }, + "User": { + "User": "用户" + }, + "Username": { + "Username": "用户名" + }, + "Username...": { + "Username...": "用户名……" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "使用基于位置信息的日出/日落时间。" + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "使用所在位置的日出/日落时间,自动调节夜间模式。" + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "使用伽马控制的已共享设置" + }, + "Utilities": { + "Utilities": "实用工具" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN 连接" + }, + "VPN Password": { + "VPN Password": "VPN 密码" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN 配置已更新" + }, + "VPN connections": { + "VPN connections": "VPN连接" + }, + "VPN deleted": { + "VPN deleted": "VPN 已删除" + }, + "VPN imported: %1": { + "VPN imported: %1": "已导入VPN:%1" + }, + "VPN not available": { + "VPN not available": "VPN不可用" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN 状态与快速连接" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "仅VRR全屏" + }, + "VRR On-Demand": { + "VRR On-Demand": "按需VRR" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "可变刷新率" + }, + "Verification": { + "Verification": "验证" + }, + "Version": { + "Version": "版本" + }, + "Vertical Deck": { + "Vertical Deck": "垂直 Deck" + }, + "Vertical Grid": { + "Vertical Grid": "垂直网格" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "垂直滚动" + }, + "Vertical Tiling": { + "Vertical Tiling": "垂直平铺" + }, + "Vibrant": { + "Vibrant": "鲜艳" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "充满活力的调色板,有着俏皮的饱和度。" + }, + "Video Path": { + "Video Path": "视频路径" + }, + "Video Screensaver": { + "Video Screensaver": "动态屏保" + }, + "Videos": { + "Videos": "视频" + }, + "View Mode": { + "View Mode": "查看模式" + }, + "Visibility": { + "Visibility": "能见度" + }, + "Visual Effects": { + "Visual Effects": "视觉效果" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "部件分隔线" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "壁纸切换时的动画效果" + }, + "Volume": { + "Volume": "音量" + }, + "Volume Changed": { + "Volume Changed": "音量变化" + }, + "Volume Slider": { + "Volume Slider": "音量滑块" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "音量、亮度和其他系统屏幕显示" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "壁纸" + }, + "Wallpaper Error": { + "Wallpaper Error": "壁纸错误" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "壁纸监视器" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "壁纸填充模式" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "壁纸处理失败" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "壁纸处理失败 - 请检查壁纸路径" + }, + "Wallpapers": { + "Wallpapers": "壁纸" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "温暖色温以应用" + }, + "Warning": { + "Warning": "警告" + }, + "Warnings": { + "Warnings": "警告" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "波形进度条" + }, + "Weather": { + "Weather": "天气" + }, + "Weather Widget": { + "Weather Widget": "天气部件" + }, + "Welcome": { + "Welcome": "欢迎" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "欢迎来到DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "在 Hyprland 特殊工作区点击程序坞窗口时,会拉回该特殊工作区,再聚焦窗口" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "启用后,应用按字母顺序排序;禁用则按使用频率排序" + }, + "When locked": { + "When locked": "何时锁定" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "当使用更新器部件时,如果找不到更新就隐藏它" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi 密码" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wi-Fi与以太网连接" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi不可用" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "WiFi 设备" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "WiFi二维码 " + }, + "WiFi disabled": { + "WiFi disabled": "Wi-Fi 已停用" + }, + "WiFi enabled": { + "WiFi enabled": "Wi-Fi 已启用" + }, + "WiFi is off": { + "WiFi is off": "Wi-Fi 已关闭" + }, + "WiFi off": { + "WiFi off": "WiFi关闭" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "广色域(BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "部件背景色" + }, + "Widget Management": { + "Widget Management": "部件管理" + }, + "Widget Outline": { + "Widget Outline": "部件轮廓" + }, + "Widget Style": { + "Widget Style": "部件风格" + }, + "Widget Styling": { + "Widget Styling": "部件样式" + }, + "Widget Transparency": { + "Widget Transparency": "部件透明度" + }, + "Widget added": { + "Widget added": "部件已添加" + }, + "Widget removed": { + "Widget removed": "部件已移除" + }, + "Widgets": { + "Widgets": "部件" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "部件、布局与风格" + }, + "Width": { + "Width": "宽度" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "窗口边框宽度(borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "窗口边框宽度(general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "窗口边框宽度与聚焦环" + }, + "Wind": { + "Wind": "风速" + }, + "Wind Speed": { + "Wind Speed": "风速" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "风速m/s" + }, + "Window Corner Radius": { + "Window Corner Radius": "窗口角半径" + }, + "Window Gaps": { + "Window Gaps": "窗口间隙" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "窗口间隙(像素)" + }, + "Window Height": { + "Window Height": "窗口高度" + }, + "Window Opening": { + "Window Opening": "正打开窗口" + }, + "Window Rounding": { + "Window Rounding": "窗口圆角" + }, + "Window Rules": { + "Window Rules": "窗口规则" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "未找到窗口规则包含文件" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "未配置窗口规则" + }, + "Wipe": { + "Wipe": "擦除" + }, + "Workspace": { + "Workspace": "工作区" + }, + "Workspace Appearance": { + "Workspace Appearance": "工作区外观" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "工作区序号" + }, + "Workspace Names": { + "Workspace Names": "工作区名称" + }, + "Workspace Padding": { + "Workspace Padding": "工作区内边距" + }, + "Workspace Settings": { + "Workspace Settings": "工作区设置" + }, + "Workspace Switcher": { + "Workspace Switcher": "工作区切换器" + }, + "Workspace name": { + "Workspace name": "工作区名称" + }, + "Workspaces": { + "Workspaces": "工作区" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "工作区与部件" + }, + "Write:": { + "Write:": "写入:" + }, + "X Axis": { + "X Axis": "X轴" + }, + "Y Axis": { + "Y Axis": "Y轴" + }, + "Yes": { + "Yes": "是" + }, + "Yesterday": { + "Yesterday": "昨天" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "检测到未保存的更改,是否在关闭此标签页前保存?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "检测到未保存的更改,是否在继续前保存?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "检测到未保存的更改,是否在创建新文件前保存?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "检测到未保存的更改,是否在打开文件前保存?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "你需要设置:\nQT_QPA_PLATFORMTHEME=gtk3 或\nQT_QPA_PLATFORMTHEME=qt6ct\n作为环境变量,然后重启shell。\n\nqt6ct需要安装qt6ct-kde。" + }, + "You're All Set!": { + "You're All Set!": "已全部设置!" + }, + "Your system is up to date!": { + "Your system is up to date!": "您的系统已是最新!" + }, + "actions": { + "actions": "动作" + }, + "attached": { + "attached": "已连接" + }, + "brandon": { + "brandon": "brandon" + }, + "by %1": { + "by %1": "%1" + }, + "days": { + "days": "天" + }, + "detached": { + "detached": "已分离" + }, + "device": { + "device": "设备" + }, + "devices connected": { + "devices connected": "设备已连接" + }, + "dgop not available": { + "dgop not available": "dgop不可用" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "DMS是一款高度可自定义的现代桌面shell,深受material 3的启发而设计。

DMS基于Quickshell——一个专为创建桌面shell的QT6框架,并通过Go语言——一种静态类型化、编译的编程语言开发。" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "已找到dms/cursor的配置文件,但并未导入。光标设置将不会生效。" + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/输出配置存在,但不包含在你的合成器配置里。显示更改不会保留。" + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "例如:firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "例如:focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "例如:通知发送 'Hello' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "例如,scratch, /^tmp_.*/, build" + }, + "events": { + "events": "事件" + }, + "ext": { + "ext": "外部" + }, + "featured": { + "featured": "已生效" + }, + "leave empty for default": { + "leave empty for default": "留空使用默认" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 启用锁定集成需连接 DMS socket" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "mangowc Discord 服务器" + }, + "mangowc GitHub": { + "mangowc GitHub": "mangowc GitHub" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "未找到matugen - 请为动态主题安装matugen包" + }, + "minutes": { + "minutes": "分钟" + }, + "ms": { + "ms": "毫秒" + }, + "nav": { + "nav": "向导" + }, + "niri GitHub": { + "niri GitHub": "niri GitHub" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "niri Matrix 聊天室" + }, + "niri shortcuts config": { + "niri shortcuts config": "Niri快捷键设置" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "现在" + }, + "official": { + "official": "官方" + }, + "on Hyprland": { + "on Hyprland": "在Hyprland上" + }, + "on MangoWC": { + "on MangoWC": "在MangoWC上" + }, + "on Miracle WM": { + "on Miracle WM": "在Miracle WM上" + }, + "on Niri": { + "on Niri": "在Niri上" + }, + "on Scroll": { + "on Scroll": "在滚动上" + }, + "on Sway": { + "on Sway": "在Sway上" + }, + "open": { + "open": "打开" + }, + "or run ": { + "or run ": "或运行 " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon不可用" + }, + "procs": { + "procs": "进程" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri 红迪子版块" + }, + "seconds": { + "seconds": "秒" + }, + "source": { + "source": "源" + }, + "this app": { + "this app": "此应用" + }, + "up": { + "up": "上" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "更新 DMS 以集成 NM" + }, + "v%1 by %2": { + "v%1 by %2": "v%1 by %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype不可用,为支持粘贴,请安装wtype" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• 仅从可信来源安装" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - 月(1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• M - 月(01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - 月份 (1月)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - 月份 (一月)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "插件可能包含漏洞或安全隐患" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• 请尽可能在安装前审查代码" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - 日(1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - 日(01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - 星期缩写(周一)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - 星期全称(星期一)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - 年(24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yy - 年(2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: 导航 • 空格:展开 • 回车:动作/展开 • E:文本" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: 导航 • 回车/Ctrl+C: 复制 • Del: 删除 • F10: 帮助" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: 导航 • 回车:粘贴 • Del:删除 • F10:帮助" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_TW.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_TW.json new file mode 100644 index 0000000..de0ed01 --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/poexports/zh_TW.json @@ -0,0 +1,7175 @@ +{ + "%1 Animation Speed": { + "%1 Animation Speed": "%1 動畫速度" + }, + "%1 Sessions": { + "%1 Sessions": "%1 個會話" + }, + "%1 active session": { + "%1 active session": "%1 個活躍會話" + }, + "%1 active sessions": { + "%1 active sessions": "%1 個活躍會話" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 個轉接器,未連接" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 個轉接器,未連接" + }, + "%1 character": { + "%1 character": "%1 個字元" + }, + "%1 characters": { + "%1 characters": "%1 個字元" + }, + "%1 connected": { + "%1 connected": "%1 已連接" + }, + "%1 custom animation duration": { + "%1 custom animation duration": "%1 自訂動畫持續時間" + }, + "%1 disconnected": { + "%1 disconnected": "%1 已中斷連線" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 已中斷連線 (隱藏)" + }, + "%1 display": { + "%1 display": "%1 個顯示器" + }, + "%1 displays": { + "%1 displays": "%1 個顯示器" + }, + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": { + "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.": "%1 存在但未包含在設定中。自訂快捷鍵在修正此問題前將無法運作。" + }, + "%1 exists but is not included. Window rules won't apply.": { + "%1 exists but is not included. Window rules won't apply.": "%1 存在但未納入。視窗規則將不適用。" + }, + "%1 filtered": { + "%1 filtered": "%1 個已篩選" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 現已包含在設定中" + }, + "%1 issue found": { + "%1 issue found": "發現 %1 個問題" + }, + "%1 issues found": { + "%1 issues found": "發現 %1 個問題" + }, + "%1 notifications": { + "%1 notifications": "%1 則通知" + }, + "%1 update": { + "%1 update": "%1 個更新" + }, + "%1 updates": { + "%1 updates": "%1 個更新" + }, + "%1 variants": { + "%1 variants": "%1 種變體" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 張桌布 • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 張桌布 • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "%1 個部件" + }, + "%1 window": { + "%1 window": "%1 個視窗" + }, + "%1 windows": { + "%1 windows": "%1 個視窗" + }, + "%1m ago": { + "%1m ago": "%1 分鐘前" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "「替代」讓密鑰自行解鎖。「第二因素」需要先輸入密碼或指紋,然後再輸入密鑰。" + }, + "(Default)": { + "(Default)": "(預設)" + }, + "(Unnamed)": { + "(Unnamed)": "(未命名)" + }, + "+ %1 more": { + "+ %1 more": "+ %1 個" + }, + "/path/to/videos": { + "/path/to/videos": "/影片/路徑" + }, + "0 = square corners": { + "0 = square corners": "0 = 直角" + }, + "1 day": { + "1 day": "1 天" + }, + "1 device connected": { + "1 device connected": "已連接 1 個裝置" + }, + "1 event": { + "1 event": "1 個活動" + }, + "1 hour": { + "1 hour": "1 小時" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 小時 30 分鐘" + }, + "1 minute": { + "1 minute": "1 分鐘" + }, + "1 notification": { + "1 notification": "1 則通知" + }, + "1 second": { + "1 second": "1 秒" + }, + "10 minutes": { + "10 minutes": "10 分鐘" + }, + "10 seconds": { + "10 seconds": "10 秒" + }, + "10-bit Color": { + "10-bit Color": "10 位元色彩" + }, + "12 hours": { + "12 hours": "12 小時" + }, + "14 days": { + "14 days": "14 天" + }, + "15 minutes": { + "15 minutes": "15 分鐘" + }, + "15 seconds": { + "15 seconds": "15 秒" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 小時" + }, + "2 minutes": { + "2 minutes": "2 分鐘" + }, + "2 seconds": { + "2 seconds": "2 秒" + }, + "20 minutes": { + "20 minutes": "20 分鐘" + }, + "20 seconds": { + "20 seconds": "20 秒" + }, + "24-Hour Format": { + "24-Hour Format": "24 小時制" + }, + "24-hour clock": { + "24-hour clock": "24 小時制" + }, + "24-hour format": { + "24-hour format": "24 小時制" + }, + "25 seconds": { + "25 seconds": "25 秒" + }, + "250 ms": { + "250 ms": "250 毫秒" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 天" + }, + "3 hours": { + "3 hours": "3 小時" + }, + "3 minutes": { + "3 minutes": "3 分鐘" + }, + "3 seconds": { + "3 seconds": "3 秒" + }, + "30 days": { + "30 days": "30 天" + }, + "30 minutes": { + "30 minutes": "30 分鐘" + }, + "30 seconds": { + "30 seconds": "30 秒" + }, + "35 seconds": { + "35 seconds": "35 秒" + }, + "3rd party": { + "3rd party": "第三方" + }, + "4 hours": { + "4 hours": "4 小時" + }, + "4 seconds": { + "4 seconds": "4 秒" + }, + "40 seconds": { + "40 seconds": "40 秒" + }, + "45 seconds": { + "45 seconds": "45 秒" + }, + "5 minutes": { + "5 minutes": "5 分鐘" + }, + "5 seconds": { + "5 seconds": "5 秒" + }, + "50 seconds": { + "50 seconds": "50 秒" + }, + "500 ms": { + "500 ms": "500 毫秒" + }, + "55 seconds": { + "55 seconds": "55 秒" + }, + "6 hours": { + "6 hours": "6 小時" + }, + "7 days": { + "7 days": "7 天" + }, + "750 ms": { + "750 ms": "750 毫秒" + }, + "8 hours": { + "8 hours": "8 小時" + }, + "8 seconds": { + "8 seconds": "8 秒" + }, + "90 days": { + "90 days": "90 天" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "MIT 授權" + }, + "A file with this name already exists. Do you want to overwrite it?": { + "A file with this name already exists. Do you want to overwrite it?": "檔案名稱已存在。是否要覆蓋它?" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "適用於 Wayland 顯示合成器的現代桌面殼層" + }, + "AC Power": { + "AC Power": "交流電源" + }, + "API": { + "API": "API" + }, + "Aborted": { + "Aborted": "已中止" + }, + "About": { + "About": "關於" + }, + "Accent Color": { + "Accent Color": "強調色" + }, + "Accept": { + "Accept": "接受" + }, + "Accept Jobs": { + "Accept Jobs": "接受工作" + }, + "Accepting": { + "Accepting": "接受中" + }, + "Access clipboard history": { + "Access clipboard history": "剪貼簿歷史記錄" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "通知和請勿打擾" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "系統控制和設定" + }, + "Action": { + "Action": "動作" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "操作失敗或終端機已關閉。" + }, + "Actions": { + "Actions": "選項" + }, + "Activate": { + "Activate": "啟用" + }, + "Activate Greeter": { + "Activate Greeter": "啟用歡迎畫面" + }, + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { + "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "啟用 DMS 歡迎畫面?將開啟終端機以進行 sudo 驗證。啟用後執行「同步」以套用您的設定。" + }, + "Activation": { + "Activation": "啟用" + }, + "Active": { + "Active": "啟用" + }, + "Active Color": { + "Active Color": "活動顏色" + }, + "Active Lock Screen Monitor": { + "Active Lock Screen Monitor": "活動鎖定畫面監視器" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "啟用磚背景與圖示顏色" + }, + "Active: %1": { + "Active: %1": "作用中:%1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "作用中:%1 +%2" + }, + "Active: None": { + "Active: None": "啟用:無" + }, + "Adapters": { + "Adapters": "轉接器" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "" + }, + "Add": { + "Add": "新增" + }, + "Add Bar": { + "Add Bar": "新增欄" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "新增桌面小工具" + }, + "Add Printer": { + "Add Printer": "新增印表機" + }, + "Add Title": { + "Add Title": "新增標題" + }, + "Add Widget": { + "Add Widget": "新增部件" + }, + "Add Widget to %1 Section": { + "Add Widget to %1 Section": "將部件新增至 %1 部分" + }, + "Add a border around the dock": { + "Add a border around the dock": "在 Dock 周圍新增邊框" + }, + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": { + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "為所有應用程式啟動新增自訂前綴。這可用於「uwsm-app」、「systemd-run」或其他指令包裝器等。" + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "新增及設定顯示在桌面上的小工具" + }, + "Add by Address": { + "Add by Address": "按位址新增" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "調整網格檢視模式中的欄數。" + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "調整每滾動縮排的音量" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "" + }, + "Advanced": { + "Advanced": "進階" + }, + "Afternoon": { + "Afternoon": "下午" + }, + "All": { + "All": "所有" + }, + "All Monitors": { + "All Monitors": "所有監視器" + }, + "All checks passed": { + "All checks passed": "所有檢查皆通過" + }, + "All day": { + "All day": "全天" + }, + "All displays": { + "All displays": "所有螢幕" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "允許點擊穿透小工具" + }, + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { + "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: 返回 • F1/I: 檔案資訊 • F10: 幫助 • Esc: 關閉" + }, + "Alternative (OR)": { + "Alternative (OR)": "替代 (OR)" + }, + "Always Active": { + "Always Active": "總是啟用" + }, + "Always Show Percentage": { + "Always Show Percentage": "始終顯示百分比" + }, + "Always hide the dock and reveal it when hovering near the dock area": { + "Always hide the dock and reveal it when hovering near the dock area": "總是隱藏工作列,並在滑鼠移近工作列區域時顯示" + }, + "Always on icons": { + "Always on icons": "始終顯示圖示" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "始終顯示至少 3 個工作區,即使可用的工作區較少" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "當 Niri 總覽開啟時一律顯示 Dock" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "僅連接一個顯示器時一律顯示" + }, + "Amount": { + "Amount": "數量" + }, + "Analog": { + "Analog": "類比" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "類比、數位或堆疊時鐘顯示" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "正在分析設定..." + }, + "Animation Duration": { + "Animation Duration": "動畫持續時間" + }, + "Animation Speed": { + "Animation Speed": "動畫速度" + }, + "Anonymous Identity": { + "Anonymous Identity": "匿名身份" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "匿名身分 (可選)" + }, + "App Customizations": { + "App Customizations": "應用程式自訂" + }, + "App ID Substitutions": { + "App ID Substitutions": "應用程式ID替換" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "應用程式 ID 正規表示式 (例如:^firefox$)" + }, + "App Launcher": { + "App Launcher": "應用程式啟動器" + }, + "App Names": { + "App Names": "應用程式名稱" + }, + "App Theming": { + "App Theming": "應用程式主題" + }, + "Appearance": { + "Appearance": "外觀" + }, + "Application Dock": { + "Application Dock": "應用程式 Dock" + }, + "Applications": { + "Applications": "應用程式" + }, + "Apply Changes": { + "Apply Changes": "套用變更" + }, + "Apply GTK Colors": { + "Apply GTK Colors": "套用 GTK 顏色" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "套用 Qt 顏色" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。" + }, + "Applying authentication changes…": { + "Applying authentication changes…": "" + }, + "Apps": { + "Apps": "應用程式" + }, + "Apps Dock": { + "Apps Dock": "應用程式工作列" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "應用程式工具列設定" + }, + "Apps Icon": { + "Apps Icon": "啟動器圖示" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "應用程式按使用頻率、最後使用時間、字母順序排列。" + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "具備自訂顯示名稱、圖示或啟動選項的應用程式。右鍵點擊應用程式並選擇「編輯應用程式」來自訂。" + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "已靜音通知彈出視窗的應用程式。解除靜音或刪除以移除。" + }, + "Architecture": { + "Architecture": "架構" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "您確定要終止會話「%1」嗎?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "排列顯示器並設定解析度、重新整理頻率和 VRR" + }, + "Attach": { + "Attach": "附加" + }, + "Audio": { + "Audio": "音訊" + }, + "Audio Codec": { + "Audio Codec": "音訊編解碼器" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "音訊編解碼器選擇" + }, + "Audio Devices": { + "Audio Devices": "音訊設備" + }, + "Audio Input": { + "Audio Input": "音訊輸入" + }, + "Audio Output": { + "Audio Output": "音訊輸出" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "音訊輸出設備 (" + }, + "Audio Output Switch": { + "Audio Output Switch": "音訊輸出切換" + }, + "Audio Visualizer": { + "Audio Visualizer": "音訊視覺化工具" + }, + "Audio system restarted": { + "Audio system restarted": "音訊系統已重新啟動" + }, + "Audio volume control": { + "Audio volume control": "音量控制" + }, + "Auth": { + "Auth": "認證" + }, + "Auth Type": { + "Auth Type": "認證類型" + }, + "Authenticate": { + "Authenticate": "驗證" + }, + "Authenticating...": { + "Authenticating...": "正在驗證..." + }, + "Authentication": { + "Authentication": "驗證" + }, + "Authentication Required": { + "Authentication Required": "需要驗證" + }, + "Authentication changes applied.": { + "Authentication changes applied.": "" + }, + "Authentication changes apply automatically.": { + "Authentication changes apply automatically.": "" + }, + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": { + "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.": "" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" + }, + "Authentication error - try again": { + "Authentication error - try again": "驗證錯誤 - 請再試一次" + }, + "Authentication failed, please try again": { + "Authentication failed, please try again": "驗證失敗,請重試" + }, + "Authorize": { + "Authorize": "授權" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "授權配對 " + }, + "Authorize service for ": { + "Authorize service for ": "授權服務 " + }, + "Auto": { + "Auto": "自動" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "自動 (感知列)" + }, + "Auto (Wide)": { + "Auto (Wide)": "自動 (寬)" + }, + "Auto Location": { + "Auto Location": "自動定位" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "自動調整彈出間隔" + }, + "Auto-Clear After": { + "Auto-Clear After": "自動清除於" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "自動隱藏延遲" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "啟動應用程式時自動關閉 Niri 總覽。" + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "自動刪除早於此時的通知" + }, + "Auto-hide": { + "Auto-hide": "自動隱藏" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "自動隱藏 Dock" + }, + "Auto-saving...": { + "Auto-saving...": "自動保存..." + }, + "Autoconnect": { + "Autoconnect": "自動連接" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "自動連線關閉" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "自動連線啟用" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "自動顏色模式" + }, + "Automatic Control": { + "Automatic Control": "自動控制" + }, + "Automatic Cycling": { + "Automatic Cycling": "桌布自動輪替" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "自動輪替更換同一資料夾中的桌布" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "自動刪除早於此時間的項目" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "根據IP位址自動偵測位置" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "使用您的 IP 位址自動確定您的位置" + }, + "Automatically lock after": { + "Automatically lock after": "指定時間後自動鎖定" + }, + "Automatically lock the screen when DMS starts": { + "Automatically lock the screen when DMS starts": "DMS 啟動時自動鎖定螢幕" + }, + "Automatically lock the screen when the system prepares to suspend": { + "Automatically lock the screen when the system prepares to suspend": "睡眠時自動鎖定螢幕" + }, + "Automation": { + "Automation": "自動化" + }, + "Available": { + "Available": "可用" + }, + "Available Layouts": { + "Available Layouts": "可用佈局" + }, + "Available Networks": { + "Available Networks": "可用網路" + }, + "Available Plugins": { + "Available Plugins": "可用的插件" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "可用螢幕 (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "可於詳細和預報檢視模式中顯示" + }, + "Available.": { + "Available.": "可用。" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "返回" + }, + "Backend": { + "Backend": "後端" + }, + "Background": { + "Background": "背景" + }, + "Background Blur": { + "Background Blur": "" + }, + "Background Opacity": { + "Background Opacity": "背景不透明度" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "" + }, + "Background image": { + "Background image": "背景圖片" + }, + "Backlight device": { + "Backlight device": "背光裝置" + }, + "Balance power and performance": { + "Balance power and performance": "平衡電源與效能" + }, + "Balanced": { + "Balanced": "平衡" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "顏色平衡且帶有重點點綴的調色板 (預設)。" + }, + "Bar Configurations": { + "Bar Configurations": "欄設定" + }, + "Bar Shadows": { + "Bar Shadows": "列陰影" + }, + "Bar Transparency": { + "Bar Transparency": "欄透明度" + }, + "Base color for shadows (opacity is applied automatically)": { + "Base color for shadows (opacity is applied automatically)": "陰影的基礎顏色 (不透明度會自動套用)" + }, + "Base duration for animations (drag to use Custom)": { + "Base duration for animations (drag to use Custom)": "動畫基本持續時間(拖曳以使用自訂)" + }, + "Battery": { + "Battery": "電池" + }, + "Battery %1": { + "Battery %1": "電量 %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "電池充電上限" + }, + "Battery and power management": { + "Battery and power management": "電池與電源管理" + }, + "Battery level and power management": { + "Battery level and power management": "電量與電源管理" + }, + "Behavior": { + "Behavior": "行為" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "將鎖定畫面綁定到 loginctl 的 dbus 訊號。如果使用外部鎖屏,請停用" + }, + "Binds Include Missing": { + "Binds Include Missing": "綁定包含遺失" + }, + "Binds include added": { + "Binds include added": "綁定包含已新增" + }, + "Bit Depth": { + "Bit Depth": "位元深度" + }, + "Block Out": { + "Block Out": "遮蔽" + }, + "Block Out From": { + "Block Out From": "從...遮蔽" + }, + "Block notifications": { + "Block notifications": "封鎖通知" + }, + "Blocked": { + "Blocked": "已封鎖" + }, + "Blue light filter": { + "Blue light filter": "藍光濾波器" + }, + "Bluetooth": { + "Bluetooth": "藍牙" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "藍芽設定" + }, + "Bluetooth not available": { + "Bluetooth not available": "藍牙不可用" + }, + "Blur Border Color": { + "Blur Border Color": "" + }, + "Blur Border Opacity": { + "Blur Border Opacity": "" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "模糊桌布圖層" + }, + "Blur on Overview": { + "Blur on Overview": "模糊概覽" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.": "" + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "當 niri 概覽打開時模糊桌布" + }, + "Body": { + "Body": "主體" + }, + "Border": { + "Border": "邊框" + }, + "Border Color": { + "Border Color": "邊框顏色" + }, + "Border Opacity": { + "Border Opacity": "邊框不透明度" + }, + "Border Size": { + "Border Size": "邊框大小" + }, + "Border Thickness": { + "Border Thickness": "邊框厚度" + }, + "Border color around blurred surfaces": { + "Border color around blurred surfaces": "" + }, + "Border with BG": { + "Border with BG": "含背景邊界" + }, + "Bottom": { + "Bottom": "下方" + }, + "Bottom Center": { + "Bottom Center": "底部中央" + }, + "Bottom Left": { + "Bottom Left": "左下" + }, + "Bottom Right": { + "Bottom Right": "右下" + }, + "Bottom Section": { + "Bottom Section": "下方區塊" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "底部 Dock 用於固定和正在運行的應用程式" + }, + "Brightness": { + "Brightness": "亮度" + }, + "Brightness Slider": { + "Brightness Slider": "亮度滑桿" + }, + "Brightness Value": { + "Brightness Value": "亮度值" + }, + "Brightness control not available": { + "Brightness control not available": "亮度控制不可用" + }, + "Browse": { + "Browse": "瀏覽" + }, + "Browse Files": { + "Browse Files": "瀏覽檔案" + }, + "Browse Plugins": { + "Browse Plugins": "瀏覽插件" + }, + "Browse Themes": { + "Browse Themes": "瀏覽佈景主題" + }, + "Browse or search plugins": { + "Browse or search plugins": "瀏覽或搜尋外掛程式" + }, + "Button Color": { + "Button Color": "按鈕顏色" + }, + "CPU": { + "CPU": "CPU" + }, + "CPU Graph": { + "CPU Graph": "CPU 圖表" + }, + "CPU Temperature": { + "CPU Temperature": "CPU 溫度" + }, + "CPU Usage": { + "CPU Usage": "CPU 使用率" + }, + "CPU temperature display": { + "CPU temperature display": "CPU 溫度顯示" + }, + "CPU usage indicator": { + "CPU usage indicator": "CPU 使用率指示器" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "CPU、記憶體、網路與硬碟監控" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "CUPS 不安全過濾器警告" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "CUPS 缺少過濾器警告" + }, + "CUPS Print Server": { + "CUPS Print Server": "CUPS 列印伺服器" + }, + "CUPS not available": { + "CUPS not available": "CUPS 不可用" + }, + "Camera": { + "Camera": "相機" + }, + "Cancel": { + "Cancel": "取消" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "取消 \"%1\" 的所有工作嗎?" + }, + "Canceled": { + "Canceled": "已取消" + }, + "Cannot pair": { + "Cannot pair": "無法配對" + }, + "Capabilities": { + "Capabilities": "功能" + }, + "Capacity": { + "Capacity": "容量" + }, + "Caps Lock": { + "Caps Lock": "大寫鎖定" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "大小寫鎖定指示器" + }, + "Caps Lock is on": { + "Caps Lock is on": "大寫鎖定已開啟" + }, + "Center Section": { + "Center Section": "中間區塊" + }, + "Center Single Column": { + "Center Single Column": "中央單欄" + }, + "Center Tiling": { + "Center Tiling": "居中平鋪" + }, + "Certificate Password": { + "Certificate Password": "憑證密碼" + }, + "Change Song": { + "Change Song": "變更歌曲" + }, + "Change Volume": { + "Change Volume": "調整音量" + }, + "Change bar appearance": { + "Change bar appearance": "變更欄外觀" + }, + "Change the locale used by the DMS interface.": { + "Change the locale used by the DMS interface.": "變更 DMS 介面使用的語系。" + }, + "Change the locale used for date and time formatting, independent of the interface language.": { + "Change the locale used for date and time formatting, independent of the interface language.": "變更用於日期和時間格式的語系,與介面語言無關。" + }, + "Channel": { + "Channel": "頻道" + }, + "Charging": { + "Charging": "充電中" + }, + "Check for system updates": { + "Check for system updates": "檢查系統更新" + }, + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": { + "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.": "" + }, + "Checking for updates...": { + "Checking for updates...": "正在檢查更新..." + }, + "Checking whether sudo authentication is needed…": { + "Checking whether sudo authentication is needed…": "正在檢查是否需要 sudo 驗證…" + }, + "Checking...": { + "Checking...": "正在檢查..." + }, + "Checking…": { + "Checking…": "正在檢查…" + }, + "Choose Color": { + "Choose Color": "選擇顏色" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "選擇深色模式顏色" + }, + "Choose Dock Launcher Logo Color": { + "Choose Dock Launcher Logo Color": "選擇工作列啟動器標誌顏色" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "選擇啟動器 Logo 顏色" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "選擇淺色模式顏色" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "選擇壁紙顏色" + }, + "Choose a color": { + "Choose a color": "選擇顏色" + }, + "Choose colors from palette": { + "Choose colors from palette": "從調色盤選擇顏色" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "選擇天氣小工具的顯示方式" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "選擇此列如何解析陰影方向" + }, + "Choose icon": { + "Choose icon": "選擇圖示" + }, + "Choose the background color for widgets": { + "Choose the background color for widgets": "選擇部件的背景顏色" + }, + "Choose the border accent color": { + "Choose the border accent color": "選擇邊框強調色" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "選擇 DankBar 啟動器按鈕上顯示的 logo" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "選擇通知彈出視窗在螢幕上出現的位置" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "選擇螢幕顯示出現在螢幕上的位置" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "選擇哪些顯示器顯示此小工具" + }, + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "選擇哪個監視器顯示鎖定畫面介面。其他監視器將顯示純色以保護 OLED 燒屏。" + }, + "Chroma Style": { + "Chroma Style": "色度樣式" + }, + "Cipher": { + "Cipher": "密碼" + }, + "Circle": { + "Circle": "圓形" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "類別正規表示式 (例如:^firefox$)" + }, + "Clear": { + "Clear": "清除" + }, + "Clear All": { + "Clear All": "清除所有" + }, + "Clear All Jobs": { + "Clear All Jobs": "清除所有工作" + }, + "Clear History?": { + "Clear History?": "清除歷史記錄?" + }, + "Clear Sky": { + "Clear Sky": "晴空" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "伺服器啟動時清除所有歷史紀錄" + }, + "Clear at Startup": { + "Clear at Startup": "啟動時清除" + }, + "Click 'Setup' to create %1 and add include to config.": { + "Click 'Setup' to create %1 and add include to config.": "點擊「設定」以建立 %1 並新增到設定中。" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "點擊「設定」以建立 %1 並將其納入您的合成器設定中。" + }, + "Click 'Setup' to create cursor config and add include to your compositor config.": { + "Click 'Setup' to create cursor config and add include to your compositor config.": "點擊「設定」以建立游標設定檔,並將其包含至您的合成器設定中。" + }, + "Click 'Setup' to create the outputs config and add include to your compositor config.": { + "Click 'Setup' to create the outputs config and add include to your compositor config.": "按一下「設定」以建立輸出組態並將其包含至合成器組態中。" + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "點擊匯入以新增 .ovpn 或 .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "點擊「重新整理」以檢查狀態。" + }, + "Click Through": { + "Click Through": "穿透點擊" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "點擊任一快捷鍵進行編輯。變更會儲存到 %1" + }, + "Click to capture": { + "Click to capture": "點擊擷取" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "按一下以選取自訂佈景主題 JSON 檔案" + }, + "Clip": { + "Clip": "裁剪" + }, + "Clip to Geometry": { + "Clip to Geometry": "依幾何形狀裁剪" + }, + "Clipboard": { + "Clipboard": "剪貼簿" + }, + "Clipboard History": { + "Clipboard History": "剪貼簿歷史" + }, + "Clipboard Manager": { + "Clipboard Manager": "剪貼簿管理" + }, + "Clipboard sent": { + "Clipboard sent": "剪貼簿已傳送" + }, + "Clipboard service not available": { + "Clipboard service not available": "剪貼簿服務無法使用" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "剪貼簿運作正常但未儲存任何內容至磁碟" + }, + "Clock": { + "Clock": "時鐘" + }, + "Clock Style": { + "Clock Style": "時鐘樣式" + }, + "Close": { + "Close": "關閉" + }, + "Close All Windows": { + "Close All Windows": "關閉所有視窗" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "啟動時關閉概覽" + }, + "Close Window": { + "Close Window": "關閉視窗" + }, + "Color": { + "Color": "顏色" + }, + "Color Gamut": { + "Color Gamut": "色域" + }, + "Color Management": { + "Color Management": "色彩管理" + }, + "Color Mode": { + "Color Mode": "顏色模式" + }, + "Color Override": { + "Color Override": "顏色覆蓋" + }, + "Color Picker": { + "Color Picker": "顏色選擇器" + }, + "Color Temperature": { + "Color Temperature": "色溫" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "未顯示鎖定畫面的監視器上顯示的顏色" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "主要動作按鈕顏色" + }, + "Color temperature for day time": { + "Color temperature for day time": "白天螢幕的顏色溫度" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "夜晚螢幕的顏色溫度" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "語法標示的顏色佈景主題。" + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "語法標示的顏色佈景主題。有 %1 個佈景主題可用。" + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "來自 DMS 登錄檔的色彩主題" + }, + "Colorful": { + "Colorful": "彩色" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "明亮對比點綴的繽紛組合。" + }, + "Colorize Active": { + "Colorize Active": "彩色活動" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "從桌布取色" + }, + "Column": { + "Column": "欄" + }, + "Column Display": { + "Column Display": "欄顯示" + }, + "Column Width": { + "Column Width": "欄寬" + }, + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": { + "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).": "以逗號分隔要隱藏的會話名稱列表。用斜線括起來表示正規表達式(例如,/^_.*/)。" + }, + "Command": { + "Command": "指令" + }, + "Commands": { + "Commands": "指令" + }, + "Communication": { + "Communication": "通訊" + }, + "Community themes": { + "Community themes": "社群主題" + }, + "Compact": { + "Compact": "精簡" + }, + "Compact Mode": { + "Compact Mode": "緊湊模式" + }, + "Completed": { + "Completed": "已完成" + }, + "Compositor": { + "Compositor": "合成器" + }, + "Compositor Settings": { + "Compositor Settings": "合成器設定" + }, + "Compositor not supported": { + "Compositor not supported": "不支援合成器" + }, + "Config Format": { + "Config Format": "配置格式" + }, + "Config action: %1": { + "Config action: %1": "組態動作:%1" + }, + "Config validation failed": { + "Config validation failed": "配置驗證失敗" + }, + "Configuration": { + "Configuration": "配置" + }, + "Configuration activated": { + "Configuration activated": "配置已啟動" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "此顯示器重新連線時將保留配置" + }, + "Configure": { + "Configure": "設定" + }, + "Configure Keybinds": { + "Configure Keybinds": "設定按鍵綁定" + }, + "Configure a new printer": { + "Configure a new printer": "設定新印表機" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "為命名工作區配置圖示。當同時啟用圖示和數字時,圖示優先於數字。" + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "設定符合條件與動作" + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "設定哪些顯示器顯示 \"%1\"" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "配置哪些顯示器顯示 shell 元件" + }, + "Confirm": { + "Confirm": "確認" + }, + "Confirm Delete": { + "Confirm Delete": "確認刪除" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "確認顯示變更" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "確認密碼 " + }, + "Conflicts with: %1": { + "Conflicts with: %1": "與 %1 衝突" + }, + "Connect": { + "Connect": "連線" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "連線到隱藏網路" + }, + "Connect to VPN": { + "Connect to VPN": "連線到 VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "連線到 Wi-Fi" + }, + "Connected": { + "Connected": "已連接" + }, + "Connected Device": { + "Connected Device": "已連線裝置" + }, + "Connected Displays": { + "Connected Displays": "已連接的螢幕" + }, + "Connecting to Device": { + "Connecting to Device": "正在連接裝置" + }, + "Connecting to clipboard service…": { + "Connecting to clipboard service…": "" + }, + "Connecting...": { + "Connecting...": "連線中..." + }, + "Connection failed": { + "Connection failed": "連線失敗" + }, + "Contains": { + "Contains": "包含" + }, + "Content": { + "Content": "內容" + }, + "Content copied": { + "Content copied": "內容已複製" + }, + "Contrast": { + "Contrast": "對比" + }, + "Control Center": { + "Control Center": "控制台" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "控制中心磚顏色" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "控制通知彈出視窗和歷史記錄的動畫持續時間" + }, + "Control currently playing media": { + "Control currently playing media": "控制目前播放器" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "控制鎖定畫面上顯示的通知資訊" + }, + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": { + "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": "控制哪些外掛程式在「所有」模式中出現,無需觸發前綴。拖曳以重新排序。" + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "透過在列上捲動來控制工作區和欄位" + }, + "Controls opacity of all popouts, modals, and their content layers": { + "Controls opacity of all popouts, modals, and their content layers": "控制所有彈出視窗、互動視窗及其內容層的透明度" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "控制高程層的陰影投射方向" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "控制陰影的基本模糊半徑和偏移" + }, + "Controls the transparency of the shadow": { + "Controls the transparency of the shadow": "控制陰影的透明度" + }, + "Convenience options for the login screen. Sync to apply.": { + "Convenience options for the login screen. Sync to apply.": "登入畫面的便捷選項。同步以套用。" + }, + "Cooldown": { + "Cooldown": "冷卻時間" + }, + "Copied GIF": { + "Copied GIF": "已複製 GIF" + }, + "Copied MP4": { + "Copied MP4": "已複製 MP4" + }, + "Copied WebP": { + "Copied WebP": "已複製 WebP" + }, + "Copied to clipboard": { + "Copied to clipboard": "複製到剪貼簿" + }, + "Copied!": { + "Copied!": "已複製!" + }, + "Copy": { + "Copy": "複製" + }, + "Copy Content": { + "Copy Content": "複製內容" + }, + "Copy Full Command": { + "Copy Full Command": "複製完整指令" + }, + "Copy HTML": { + "Copy HTML": "複製 HTML" + }, + "Copy Name": { + "Copy Name": "複製名稱" + }, + "Copy PID": { + "Copy PID": "複製 PID" + }, + "Copy Text": { + "Copy Text": "複製文字" + }, + "Copy path": { + "Copy path": "複製路徑" + }, + "Corner Radius": { + "Corner Radius": "圓角半徑" + }, + "Corner Radius Override": { + "Corner Radius Override": "圓角半徑覆寫" + }, + "Corners & Background": { + "Corners & Background": "邊角與背景" + }, + "Count Only": { + "Count Only": "僅計數" + }, + "Cover Open": { + "Cover Open": "上蓋開啟" + }, + "Create": { + "Create": "建立" + }, + "Create Dir": { + "Create Dir": "新建資料夾" + }, + "Create Printer": { + "Create Printer": "建立印表機" + }, + "Create Window Rule": { + "Create Window Rule": "建立視窗規則" + }, + "Create a new %1 session (n)": { + "Create a new %1 session (n)": "建立一個新的 %1 會話 (n)" + }, + "Create rule for:": { + "Create rule for:": "建立規則:" + }, + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": { + "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.": "建立規則以靜音、忽略、從歷史記錄中隱藏或覆蓋通知優先級。預設只會覆蓋優先級;通知仍會正常顯示。" + }, + "Creating...": { + "Creating...": "建立中..." + }, + "Critical Priority": { + "Critical Priority": "關鍵優先級" + }, + "Current": { + "Current": "目前" + }, + "Current Items": { + "Current Items": "目前項目" + }, + "Current Locale": { + "Current Locale": "目前語系" + }, + "Current Monitor": { + "Current Monitor": "目前顯示器" + }, + "Current Period": { + "Current Period": "目前週期" + }, + "Current Status": { + "Current Status": "目前狀態" + }, + "Current Temp": { + "Current Temp": "目前溫度" + }, + "Current Theme: %1": { + "Current Theme: %1": "目前主題:%1" + }, + "Current Weather": { + "Current Weather": "目前天氣" + }, + "Current Workspace": { + "Current Workspace": "目前工作區" + }, + "Current time and date display": { + "Current time and date display": "目前日期時間顯示" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "目前天氣狀況和溫度" + }, + "Current: %1": { + "Current: %1": "目前:%1" + }, + "Cursor Config Not Configured": { + "Cursor Config Not Configured": "游標設定檔未設定" + }, + "Cursor Include Missing": { + "Cursor Include Missing": "游標包含檔遺失" + }, + "Cursor Size": { + "Cursor Size": "游標大小" + }, + "Cursor Theme": { + "Cursor Theme": "游標主題" + }, + "Custom": { + "Custom": "自訂" + }, + "Custom Color": { + "Custom Color": "自訂顏色" + }, + "Custom Duration": { + "Custom Duration": "自訂持續時間" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "自訂休眠指令" + }, + "Custom Location": { + "Custom Location": "自訂位置" + }, + "Custom Lock Command": { + "Custom Lock Command": "自訂鎖定指令" + }, + "Custom Logout Command": { + "Custom Logout Command": "自訂登出指令" + }, + "Custom Name": { + "Custom Name": "自訂名稱" + }, + "Custom Power Actions": { + "Custom Power Actions": "自訂電源選項" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "自訂關機指令" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "自訂重新啟動指令" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "自訂陰影顏色" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "自訂陰影覆寫" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "自訂睡眠指令" + }, + "Custom Transparency": { + "Custom Transparency": "自訂透明度" + }, + "Custom power profile": { + "Custom power profile": "自訂電源設定檔" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "從 JSON 檔案載入自訂主題" + }, + "Custom...": { + "Custom...": "自訂..." + }, + "Custom: ": { + "Custom: ": "自訂: " + }, + "Customizable empty space": { + "Customizable empty space": "可自訂空白空間" + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "自訂電源選單中顯示的動作" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "DDC/CI 顯示器" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "演示模式 - 點擊任意處關閉" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "DMS 插件管理器不可用" + }, + "DMS Shortcuts": { + "DMS Shortcuts": "DMS 捷徑" + }, + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "DMS out of date": { + "DMS out of date": "DMS 已過期" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "DMS 服務未連線。剪貼簿設定無法使用。" + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "DMS shell 動作 (啟動器、剪貼簿等)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET 不可用" + }, + "DWL service not available": { + "DWL service not available": "DWL 服務不可用" + }, + "Daily": { + "Daily": "每日" + }, + "Daily at:": { + "Daily at:": "每日:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Dank Bar" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell 已可使用" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "DankShell 和系統圖示(需要重新啟動)" + }, + "Dark Mode": { + "Dark Mode": "深色主題" + }, + "Dark mode base": { + "Dark mode base": "深色模式基準" + }, + "Dark mode harmony": { + "Dark mode harmony": "深色模式協調" + }, + "Darken Modal Background": { + "Darken Modal Background": "暗化模態背景" + }, + "Date Format": { + "Date Format": "日期格式" + }, + "Date format": { + "Date format": "日期格式" + }, + "Date format on greeter": { + "Date format on greeter": "歡迎畫面上的日期格式" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "黎明 (天文曙光)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "黎明 (民用曙光)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "黎明 (航海曙光)" + }, + "Day Date": { + "Day Date": "日期" + }, + "Day Month Date": { + "Day Month Date": "月日 (星期幾)" + }, + "Day Temperature": { + "Day Temperature": "日間色溫" + }, + "Daytime": { + "Daytime": "白天" + }, + "Deck": { + "Deck": "Deck" + }, + "Default": { + "Default": "預設" + }, + "Default (Black)": { + "Default (Black)": "預設 (黑色)" + }, + "Default Width (%)": { + "Default Width (%)": "預設寬度 (%)" + }, + "Default selected action": { + "Default selected action": "預設選定的動作" + }, + "Defaults": { + "Defaults": "預設" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "定義視窗行為規則。儲存至 %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: 清除 • Shift+Del: 清除所有 • 1-9: 動作 • F10: 幫助 • Esc: 關閉" + }, + "Delete": { + "Delete": "刪除" + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "刪除 \"%1\"?" + }, + "Delete Class": { + "Delete Class": "刪除類別" + }, + "Delete Printer": { + "Delete Printer": "刪除印表機" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "刪除已儲存項目?" + }, + "Delete VPN": { + "Delete VPN": "刪除 VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "刪除類別 \"%1\"?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "刪除設定檔 \"%1\"?" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "依賴項與文件" + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "提取與底層圖像高度匹配的顏色。" + }, + "Description": { + "Description": "描述" + }, + "Desktop": { + "Desktop": "桌面" + }, + "Desktop Clock": { + "Desktop Clock": "桌面時鐘" + }, + "Desktop Entry": { + "Desktop Entry": "桌面項目" + }, + "Desktop Widget": { + "Desktop Widget": "桌面小工具" + }, + "Desktop Widgets": { + "Desktop Widgets": "桌面小工具" + }, + "Desktop background images": { + "Desktop background images": "桌面背景圖片" + }, + "Detailed": { + "Detailed": "詳細" + }, + "Details for \"%1": { + "Details for \"%1\"": "「%1」的詳細資訊" + }, + "Development": { + "Development": "開發" + }, + "Device": { + "Device": "設備" + }, + "Device connections": { + "Device connections": "裝置連線" + }, + "Device names updated": { + "Device names updated": "裝置名稱已更新" + }, + "Device paired": { + "Device paired": "裝置已配對" + }, + "Device unpaired": { + "Device unpaired": "裝置已解除配對" + }, + "Digital": { + "Digital": "數位" + }, + "Direction Source": { + "Direction Source": "方向來源" + }, + "Disable Autoconnect": { + "Disable Autoconnect": "關閉自動連線" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "停用內建桌布" + }, + "Disable History Persistence": { + "Disable History Persistence": "停用歷史紀錄持久性" + }, + "Disable Output": { + "Disable Output": "停用輸出" + }, + "Disabled": { + "Disabled": "已停用" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "正在停用 Wi-Fi..." + }, + "Disc": { + "Disc": "光碟" + }, + "Discard": { + "Discard": "捨棄" + }, + "Discharging": { + "Discharging": "放電中" + }, + "Disconnect": { + "Disconnect": "斷開連線" + }, + "Disconnected": { + "Disconnected": "已斷開連接" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "已中斷 WiFi 連線" + }, + "Discover Devices": { + "Discover Devices": "探索裝置" + }, + "Disk": { + "Disk": "硬碟" + }, + "Disk I/O": { + "Disk I/O": "磁碟I/O" + }, + "Disk Usage": { + "Disk Usage": "硬碟使用率" + }, + "Disk Usage Display": { + "Disk Usage Display": "磁碟使用量顯示" + }, + "Disks": { + "Disks": "磁碟" + }, + "Dismiss": { + "Dismiss": "忽略" + }, + "Display": { + "Display": "顯示" + }, + "Display Assignment": { + "Display Assignment": "顯示分配" + }, + "Display Control": { + "Display Control": "顯示控制" + }, + "Display Name Format": { + "Display Name Format": "顯示名稱格式" + }, + "Display Profiles": { + "Display Profiles": "顯示設定檔" + }, + "Display Settings": { + "Display Settings": "顯示器設定" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "顯示一個包含釘選和正在執行的應用程式的 Dock" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "顯示全螢幕應用程式上的所有優先級" + }, + "Display and switch DWL layouts": { + "Display and switch DWL layouts": "顯示並切換 DWL 佈局" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "在工作區標籤中顯示應用程式圖標" + }, + "Display brightness control": { + "Display brightness control": "顯示器亮度控制" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "顯示器配置不可用。不支援 WLR 輸出管理通訊協定。" + }, + "Display currently focused application title": { + "Display currently focused application title": "顯示目前焦點應用程式的標題" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "顯示每小時天氣預報" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "只顯示包含視窗的工作區" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "以網格而非列表顯示電源選單操作" + }, + "Display seconds in the clock": { + "Display seconds in the clock": "在時鐘中顯示秒數" + }, + "Display the power system menu": { + "Display the power system menu": "顯示電源系統選單" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "在 OSD 彈出視窗中顯示音量和亮度百分比值" + }, + "Displays": { + "Displays": "螢幕" + }, + "Displays count when overflow is active": { + "Displays count when overflow is active": "當溢出啟用時的顯示計數" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "顯示目前鍵盤布局且允許切換" + }, + "Distribution": { + "Distribution": "發行版" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "涵蓋整個光譜的多元調色板。" + }, + "Do Not Disturb": { + "Do Not Disturb": "請勿打擾" + }, + "Dock": { + "Dock": "Dock" + }, + "Dock & Launcher": { + "Dock & Launcher": "Dock 和啟動器" + }, + "Dock Transparency": { + "Dock Transparency": "Dock 透明度" + }, + "Dock Visibility": { + "Dock Visibility": "Dock 可見性" + }, + "Docs": { + "Docs": "文件" + }, + "Documents": { + "Documents": "文件" + }, + "Domain (optional)": { + "Domain (optional)": "網域 (可選)" + }, + "Don't Change": { + "Don't Change": "不要變更" + }, + "Don't Save": { + "Don't Save": "不要儲存" + }, + "Door Open": { + "Door Open": "門開啟" + }, + "Downloads": { + "Downloads": "下載" + }, + "Drag to Reorder": { + "Drag to Reorder": "拖曳以重新排序" + }, + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": { + "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "拖曳部件即可在版塊內重新排序。使用眼睛圖示隱藏/顯示部件 (會保持間距),或使用 X 將其完全移除。" + }, + "Drag workspace indicators to reorder them": { + "Drag workspace indicators to reorder them": "拖曳工作區指示器以重新排序" + }, + "Driver": { + "Driver": "驅動程式" + }, + "Drizzle": { + "Drizzle": "毛毛雨" + }, + "Duplicate": { + "Duplicate": "複製" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "模糊化重複桌布" + }, + "Duration": { + "Duration": "持續時間" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "黃昏 (天文暮光)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "黃昏 (民用暮光)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "黃昏 (航海暮光)" + }, + "Dynamic": { + "Dynamic": "動態" + }, + "Dynamic Properties": { + "Dynamic Properties": "動態屬性" + }, + "Dynamic Theming": { + "Dynamic Theming": "動態主題" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "從桌布產生動態色彩" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "動態顏色、預設集" + }, + "Edge Spacing": { + "Edge Spacing": "邊緣間距" + }, + "Edit App": { + "Edit App": "編輯應用程式" + }, + "Edit Window Rule": { + "Edit Window Rule": "編輯視窗規則" + }, + "Education": { + "Education": "教育" + }, + "Empty": { + "Empty": "空白" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "啟用 10 位元色彩深度以獲得更寬廣的色域和 HDR 支援" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "啟用自動連線" + }, + "Enable Bar": { + "Enable Bar": "啟用欄" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "啟用勿擾模式" + }, + "Enable History": { + "Enable History": "啟用歷史記錄" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "啟用概覽疊加層" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "啟用漣漪效果" + }, + "Enable System Sounds": { + "Enable System Sounds": "啟用系統音效" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "啟用影片螢幕保護程式" + }, + "Enable Weather": { + "Enable Weather": "啟用天氣預報" + }, + "Enable WiFi": { + "Enable WiFi": "啟用 WiFi" + }, + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { + "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "啟用下面的自訂覆寫以設定每個列的陰影強度、不透明度和顏色。" + }, + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": { + "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "啟用合成器可定位的模糊圖層(命名空間:dms:blurwallpaper)。需要手動配置 niri。" + }, + "Enable fingerprint at login": { + "Enable fingerprint at login": "在登入時啟用指紋" + }, + "Enable fingerprint authentication": { + "Enable fingerprint authentication": "啟用指紋驗證" + }, + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { + "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "啟用 loginctl 鎖定整合" + }, + "Enable security key at login": { + "Enable security key at login": "在登入時啟用安全密鑰" + }, + "Enable security key authentication": { + "Enable security key authentication": "啟用安全密鑰驗證" + }, + "Enabled": { + "Enabled": "已啟用" + }, + "Enabled, but fingerprint availability could not be confirmed.": { + "Enabled, but fingerprint availability could not be confirmed.": "已啟用,但無法確認指紋可用性。" + }, + "Enabled, but no fingerprint reader was detected.": { + "Enabled, but no fingerprint reader was detected.": "已啟用,但未偵測到指紋讀取器。" + }, + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": { + "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.": "" + }, + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": { + "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.": "已啟用,但尚未註冊指紋。請註冊指紋並執行同步。" + }, + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": { + "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.": "" + }, + "Enabled, but no registered security key was found yet. Register a key and run Sync.": { + "Enabled, but no registered security key was found yet. Register a key and run Sync.": "已啟用,但尚未找到已註冊的安全金鑰。請註冊金鑰並執行同步。" + }, + "Enabled, but security-key availability could not be confirmed.": { + "Enabled, but security-key availability could not be confirmed.": "已啟用,但無法確認安全金鑰可用性。" + }, + "Enabled. PAM already provides fingerprint auth.": { + "Enabled. PAM already provides fingerprint auth.": "已啟用。PAM 已提供指紋驗證。" + }, + "Enabled. PAM already provides security-key auth.": { + "Enabled. PAM already provides security-key auth.": "已啟用。PAM 已提供安全金鑰驗證。" + }, + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": { + "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.": "已啟用。PAM 提供指紋驗證,但尚未註冊指紋。" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "正在啟用 Wi-Fi..." + }, + "End": { + "End": "結束" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "懸停時放大" + }, + "Enlargement %": { + "Enlargement %": "放大 %" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "輸入 6 位密碼" + }, + "Enter PIN": { + "Enter PIN": "請輸入 PIN" + }, + "Enter PIN for ": { + "Enter PIN for ": "請輸入 PIN 給 " + }, + "Enter URL or text to share": { + "Enter URL or text to share": "輸入網址或文字以分享" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "為會話「%1」輸入新名稱" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "為此工作區輸入新名稱" + }, + "Enter command or script path": { + "Enter command or script path": "輸入命令或腳本路徑" + }, + "Enter credentials for ": { + "Enter credentials for ": "輸入憑證 " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "自訂鎖定畫面的日期格式 (例: dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "自訂頂部欄的日期格式 (例: ddd, MMM d)" + }, + "Enter device name...": { + "Enter device name...": "輸入裝置名稱..." + }, + "Enter filename...": { + "Enter filename...": "請輸檔案名稱..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "輸入啟動前綴(例如:「uwsm-app」)" + }, + "Enter network name and password": { + "Enter network name and password": "輸入網路名稱和密碼" + }, + "Enter passkey for ": { + "Enter passkey for ": "請輸入密碼給 " + }, + "Enter password for ": { + "Enter password for ": "輸入密碼 " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "輸入此密碼 " + }, + "Enter to Paste": { + "Enter to Paste": "按 Enter 貼上" + }, + "Enterprise": { + "Enterprise": "企業" + }, + "Entry pinned": { + "Entry pinned": "項目已釘選" + }, + "Entry unpinned": { + "Entry unpinned": "項目已解除釘選" + }, + "Environment Variables": { + "Environment Variables": "環境變數" + }, + "Error": { + "Error": "錯誤" + }, + "Errors": { + "Errors": "錯誤" + }, + "Ethernet": { + "Ethernet": "乙太網路" + }, + "Exact": { + "Exact": "精確" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "獨佔區域偏移" + }, + "Experimental Feature": { + "Experimental Feature": "實驗性功能" + }, + "Explore": { + "Explore": "探索" + }, + "Exponential": { + "Exponential": "指數" + }, + "Expressive": { + "Expressive": "生動" + }, + "Extend battery life": { + "Extend battery life": "延長電池續航力" + }, + "Extensible architecture": { + "Extensible architecture": "可擴充架構" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "外部桌布管理" + }, + "Extra Arguments": { + "Extra Arguments": "額外參數" + }, + "F1/I: Toggle • F10: Help": { + "F1/I: Toggle • F10: Help": "F1/I: 切換 • F10: 幫助" + }, + "Fade": { + "Fade": "淡化" + }, + "Fade to lock screen": { + "Fade to lock screen": "淡出至鎖定螢幕" + }, + "Fade to monitor off": { + "Fade to monitor off": "螢幕淡出關閉" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "無法接受配對" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "無法啟動配置" + }, + "Failed to activate profile - file not found": { + "Failed to activate profile - file not found": "無法啟用設定檔 - 找不到檔案" + }, + "Failed to add binds include": { + "Failed to add binds include": "新增綁定包含失敗" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "無法將印表機新增至類別" + }, + "Failed to browse device": { + "Failed to browse device": "無法瀏覽裝置" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "無法取消所有工作" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "取消選定工作失敗" + }, + "Failed to check for updates:\n%1": { + "Failed to check for updates:\n%1": "檢查更新失敗:\n%1" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "無法檢查釘選限制" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "VPN 連線失敗" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "無法連線至 %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "複製項目失敗" + }, + "Failed to create printer": { + "Failed to create printer": "無法建立印表機" + }, + "Failed to create profiles directory": { + "Failed to create profiles directory": "無法建立設定檔目錄" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "刪除 VPN 失敗" + }, + "Failed to delete class": { + "Failed to delete class": "無法刪除類別" + }, + "Failed to delete printer": { + "Failed to delete printer": "無法刪除印表機" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "無法停用工作接受" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "無法停用夜間模式" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "無法斷開 VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "無法斷開 VPN" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "無法斷開 WiFi" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "無法啟用 IP 位置" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "無法啟用 WiFi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "無法啟用工作接受" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "無法啟用夜間模式" + }, + "Failed to hold job": { + "Failed to hold job": "無法保留工作" + }, + "Failed to import VPN": { + "Failed to import VPN": "匯入 VPN 失敗" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "無法啟動簡訊應用程式" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "載入 VPN 設定失敗" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "載入剪貼簿組態失敗。" + }, + "Failed to move job": { + "Failed to move job": "無法移動工作" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "無法解析 plugin_settings.json" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "無法解析 session.json" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "無法解析 settings.json" + }, + "Failed to pause printer": { + "Failed to pause printer": "無法暫停印表機" + }, + "Failed to pin entry": { + "Failed to pin entry": "無法釘選項目" + }, + "Failed to print test page": { + "Failed to print test page": "無法列印測試頁" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "無法拒絕配對" + }, + "Failed to remove device": { + "Failed to remove device": "無法移除裝置" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "移除按鍵綁定失敗" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "無法從類別中移除印表機" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "無法重新啟動音訊系統" + }, + "Failed to restart job": { + "Failed to restart job": "無法重新啟動工作" + }, + "Failed to resume printer": { + "Failed to resume printer": "印表機恢復失敗" + }, + "Failed to ring device": { + "Failed to ring device": "無法讓裝置響鈴" + }, + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { + "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "執行 'dms greeter status' 失敗。請確保 DMS 已安裝且 dms 位於 PATH 中。" + }, + "Failed to save audio config": { + "Failed to save audio config": "無法儲存音訊設定" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "儲存剪貼簿設定失敗" + }, + "Failed to save keybind": { + "Failed to save keybind": "保存按鍵綁定失敗" + }, + "Failed to save profile file": { + "Failed to save profile file": "無法儲存設定檔" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "無法傳送剪貼簿" + }, + "Failed to send file": { + "Failed to send file": "傳送檔案失敗" + }, + "Failed to send ping": { + "Failed to send ping": "無法傳送 Ping" + }, + "Failed to set brightness": { + "Failed to set brightness": "無法設定亮度" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "無法設定夜間模式位置" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "無法設定夜間模式排程" + }, + "Failed to set night mode temperature": { + "Failed to set night mode temperature": "無法設定夜間模式色溫" + }, + "Failed to set power profile": { + "Failed to set power profile": "設定電源設定檔失敗" + }, + "Failed to set profile image": { + "Failed to set profile image": "無法設定個人資料圖片" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "無法設定個人檔案圖片:%1" + }, + "Failed to share": { + "Failed to share": "無法分享" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "無法啟動連線至 %1" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "無法解除釘選項目" + }, + "Failed to update VPN": { + "Failed to update VPN": "更新 VPN 失敗" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "自動連線更新失敗" + }, + "Failed to update description": { + "Failed to update description": "無法更新描述" + }, + "Failed to update location": { + "Failed to update location": "無法更新位置" + }, + "Failed to update sharing": { + "Failed to update sharing": "無法更新分享設定" + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "寫入驗證的暫存檔案失敗" + }, + "Features": { + "Features": "功能" + }, + "Feels": { + "Feels": "體感" + }, + "Feels Like": { + "Feels Like": "體感溫度" + }, + "Feels Like %1°": { + "Feels Like %1°": "體感溫度 %1°" + }, + "Fidelity": { + "Fidelity": "傳真度" + }, + "Field": { + "Field": "欄位" + }, + "File": { + "File": "檔案" + }, + "File Already Exists": { + "File Already Exists": "檔案已經存在" + }, + "File Information": { + "File Information": "檔案資訊" + }, + "File received from": { + "File received from": "檔案接收自" + }, + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { + "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "檔案搜尋需要 dsearch\n從 github.com/morelazers/dsearch 安裝" + }, + "Files": { + "Files": "檔案" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "檔案系統使用量監控" + }, + "Fill": { + "Fill": "填滿" + }, + "Find in Text": { + "Find in Text": "尋找文字" + }, + "Find in note...": { + "Find in note...": "尋找筆記..." + }, + "Fingerprint availability could not be confirmed.": { + "Fingerprint availability could not be confirmed.": "無法確認指紋可用性。" + }, + "Fingerprint error": { + "Fingerprint error": "" + }, + "Fingerprint error: %1": { + "Fingerprint error: %1": "" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.": "已偵測到指紋讀取器,但尚未註冊指紋。您可以現在啟用並稍後註冊。" + }, + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": { + "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.": "已偵測到指紋讀取器,但尚未註冊指紋。您可以現在啟用並稍後執行同步。" + }, + "Finish": { + "Finish": "完成" + }, + "First Day of Week": { + "First Day of Week": "一週的第一天" + }, + "First Time Setup": { + "First Time Setup": "首次設定" + }, + "Fit": { + "Fit": "符合" + }, + "Fix Now": { + "Fix Now": "立即修復" + }, + "Fixing...": { + "Fixing...": "正在修復..." + }, + "Flags": { + "Flags": "標幟" + }, + "Flipped": { + "Flipped": "翻轉" + }, + "Flipped 180°": { + "Flipped 180°": "翻轉 180°" + }, + "Flipped 270°": { + "Flipped 270°": "翻轉 270°" + }, + "Flipped 90°": { + "Flipped 90°": "翻轉 90°" + }, + "Float": { + "Float": "浮動" + }, + "Focus": { + "Focus": "聚焦" + }, + "Focus at Startup": { + "Focus at Startup": "啟動時聚焦" + }, + "Focused Border": { + "Focused Border": "聚焦邊框" + }, + "Focused Color": { + "Focused Color": "聚焦顏色" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "僅限專注螢幕" + }, + "Focused Window": { + "Focused Window": "視窗對焦" + }, + "Focused monitor only": { + "Focused monitor only": "僅限專注螢幕" + }, + "Fog": { + "Fog": "霧" + }, + "Folder": { + "Folder": "資料夾" + }, + "Folders": { + "Folders": "資料夾" + }, + "Follow DMS background color": { + "Follow DMS background color": "" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "跟隨螢幕焦點" + }, + "Follow focus": { + "Follow focus": "跟隨焦點" + }, + "Font": { + "Font": "字體" + }, + "Font Family": { + "Font Family": "字體" + }, + "Font Scale": { + "Font Scale": "字體比例" + }, + "Font Size": { + "Font Size": "字體大小" + }, + "Font Weight": { + "Font Weight": "字體粗細" + }, + "Font used on the login screen": { + "Font used on the login screen": "登入畫面使用的字體" + }, + "Force HDR": { + "Force HDR": "強制 HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "強制終止 (SIGKILL)" + }, + "Force Wide Color": { + "Force Wide Color": "強制廣色域" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "強制終端應用程式始終使用深色配色方案" + }, + "Forecast": { + "Forecast": "預報" + }, + "Forecast Days": { + "Forecast Days": "預報天數" + }, + "Forecast Not Available": { + "Forecast Not Available": "預報不可用" + }, + "Forever": { + "Forever": "永遠" + }, + "Forget": { + "Forget": "忘記" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "忘記 \"%1\"?" + }, + "Forget Device": { + "Forget Device": "忘記設備" + }, + "Forget Network": { + "Forget Network": "忘記網路" + }, + "Forgot network %1": { + "Forgot network %1": "忘記網路 %1" + }, + "Format Legend": { + "Format Legend": "格式說明" + }, + "Found %1 package to update:": { + "Found %1 package to update:": "找到 %1 個待更新套件:" + }, + "Found %1 packages to update:": { + "Found %1 packages to update:": "找到 %1 個待更新套件:" + }, + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": { + "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.": "啟動器關閉時釋放 VRAM/記憶體。重新打開時可能會造成輕微延遲。" + }, + "Freezing Drizzle": { + "Freezing Drizzle": "凍雨" + }, + "Frequency": { + "Frequency": "頻率" + }, + "Fruit Salad": { + "Fruit Salad": "水果沙拉" + }, + "Full Command:": { + "Full Command:": "完整指令:" + }, + "Full Content": { + "Full Content": "完整內容" + }, + "Full Day & Month": { + "Full Day & Month": "完整月日" + }, + "Full with Year": { + "Full with Year": "完整含年份" + }, + "Fullscreen": { + "Fullscreen": "全螢幕" + }, + "Fullscreen Only": { + "Fullscreen Only": "僅全螢幕" + }, + "Fully Charged": { + "Fully Charged": "已充飽電" + }, + "Fun": { + "Fun": "有趣的" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G:網格 • Z/X:大小" + }, + "GPU": { + "GPU": "GPU" + }, + "GPU Monitoring": { + "GPU Monitoring": "GPU 監控" + }, + "GPU Temperature": { + "GPU Temperature": "GPU 溫度" + }, + "GPU temperature display": { + "GPU temperature display": "GPU 溫度顯示" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK、Qt、IDE 等" + }, + "Games": { + "Games": "遊戲" + }, + "Gamma Control": { + "Gamma Control": "Gamma 控制" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Gamma 控制不可用。需要 DMS API v6+。" + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "產生基準 GTK3/4 或 QT5/QT6(需要 qt6ct-kde)配置以遵循 DMS 顏色。僅需執行一次。

建議在應用 GTK 主題之前配置adw-gtk3。" + }, + "Generic": { + "Generic": "一般" + }, + "Get Started": { + "Get Started": "開始使用" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "全域縮放所有動畫持續時間" + }, + "Golden Hour": { + "Golden Hour": "黃金時段" + }, + "Good": { + "Good": "好" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "圓角半徑" + }, + "Goth Corners": { + "Goth Corners": "圓角介面融合" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "在鎖定前逐漸淡出螢幕,並帶有可設定的緩衝期" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "關閉顯示器前逐漸淡化螢幕,可設定緩衝期" + }, + "Graph Time Range": { + "Graph Time Range": "圖表時間範圍" + }, + "Graphics": { + "Graphics": "圖形" + }, + "Greeter": { + "Greeter": "歡迎畫面" + }, + "Greeter Appearance": { + "Greeter Appearance": "歡迎畫面外觀" + }, + "Greeter Behavior": { + "Greeter Behavior": "歡迎畫面行為" + }, + "Greeter Status": { + "Greeter Status": "歡迎畫面狀態" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "歡迎畫面已啟用。greetd 現已啟用。" + }, + "Greeter font": { + "Greeter font": "歡迎畫面字體" + }, + "Greeter only — does not affect main clock": { + "Greeter only — does not affect main clock": "僅限歡迎畫面 — 不影響主時鐘" + }, + "Greeter only — format for the date on the login screen": { + "Greeter only — format for the date on the login screen": "僅限歡迎畫面 — 登入畫面上日期的格式" + }, + "Grid": { + "Grid": "網格" + }, + "Grid Columns": { + "Grid Columns": "網格欄數" + }, + "Grid: OFF": { + "Grid: OFF": "網格:關閉" + }, + "Grid: ON": { + "Grid: ON": "網格:開啟" + }, + "Group": { + "Group": "群組" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "群組工作區應用程式" + }, + "Group by App": { + "Group by App": "App 分組" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "將同一應用程式的多個視窗匯集在一起,並附帶視窗數量指示器" + }, + "Group removed": { + "Group removed": "群組已移除" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "群組非作用中工作區的重複應用程式圖示" + }, + "Groups": { + "Groups": "群組" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "HDR Tone Mapping": "HDR 色調映射" + }, + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": { + "HDR mode is experimental. Verify your monitor supports HDR before enabling.": "HDR 模式為實驗性質。啟用前請確認您的顯示器支援 HDR。" + }, + "HSV": { + "HSV": "HSV" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML 已複製到剪貼簿" + }, + "Health": { + "Health": "健康狀態" + }, + "Heavy Rain": { + "Heavy Rain": "大雨" + }, + "Heavy Snow": { + "Heavy Snow": "大雪" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "大陣雪" + }, + "Height": { + "Height": "高度" + }, + "Held": { + "Held": "保留" + }, + "Help": { + "Help": "說明" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate": { + "Hibernate": "休眠" + }, + "Hidden": { + "Hidden": "隱藏的" + }, + "Hidden (%1)": { + "Hidden (%1)": "隱藏 (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "隱藏的應用程式" + }, + "Hidden Network": { + "Hidden Network": "隱藏網路" + }, + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": { + "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": "隱藏的應用程式不會出現在啟動器中。右鍵點擊應用程式並選擇「隱藏應用程式」即可隱藏。" + }, + "Hide": { + "Hide": "隱藏" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "隱藏第三方" + }, + "Hide App": { + "Hide App": "隱藏應用程式" + }, + "Hide Delay": { + "Hide Delay": "隱藏延遲" + }, + "Hide Indicators": { + "Hide Indicators": "隱藏指示器" + }, + "Hide Updater Widget": { + "Hide Updater Widget": "隱藏更新器小工具" + }, + "Hide When Typing": { + "Hide When Typing": "打字時隱藏" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "視窗開啟時隱藏" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "閒置後隱藏游標 (0 = 停用)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "按下鍵盤按鍵時隱藏游標" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "使用觸控輸入時隱藏游標" + }, + "Hide device": { + "Hide device": "隱藏裝置" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "展開前隱藏通知內容" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "展開前隱藏通知內容;彈出視窗預設顯示為摺疊狀態" + }, + "Hide on Touch": { + "Hide on Touch": "觸控時隱藏" + }, + "High-fidelity palette that preserves source hues.": { + "High-fidelity palette that preserves source hues.": "保留來源色調的高保真調色板。" + }, + "Highlight Active Workspace App": { + "Highlight Active Workspace App": "突顯活躍工作區應用程式" + }, + "Highlight the currently focused app inside workspace indicators": { + "Highlight the currently focused app inside workspace indicators": "突顯工作區指示器中目前專注的應用程式" + }, + "History": { + "History": "歷史記錄" + }, + "History Retention": { + "History Retention": "歷史記錄保留期限" + }, + "History Settings": { + "History Settings": "歷史紀錄設定" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "歷史記錄已清除。保留 %1 個釘選項目。" + }, + "Hold Duration": { + "Hold Duration": "按住持續時間" + }, + "Hold longer to confirm": { + "Hold longer to confirm": "按住更長時間以確認" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "按住以確認電源操作" + }, + "Hold to confirm (%1 ms)": { + "Hold to confirm (%1 ms)": "按住以確認 (%1 毫秒)" + }, + "Hold to confirm (%1s)": { + "Hold to confirm (%1s)": "按住以確認 (%1s)" + }, + "Home": { + "Home": "家" + }, + "Host": { + "Host": "主機" + }, + "Hostname": { + "Hostname": "主機名稱" + }, + "Hot Corners": { + "Hot Corners": "熱區角落" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "快捷鍵疊加層標題 (可選)" + }, + "Hour": { + "Hour": "小時" + }, + "Hourly": { + "Hourly": "每小時" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "每小時預報數量" + }, + "How often to change wallpaper": { + "How often to change wallpaper": "多久更換一次桌布" + }, + "How the background image is scaled": { + "How the background image is scaled": "背景圖片的縮放方式" + }, + "Humidity": { + "Humidity": "濕度" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Hyprland Discord 伺服器" + }, + "Hyprland Layout Overrides": { + "Hyprland Layout Overrides": "Hyprland 版面配置覆寫" + }, + "Hyprland Options": { + "Hyprland Options": "Hyprland 選項" + }, + "Hyprland Website": { + "Hyprland Website": "Hyprland 網站" + }, + "I Understand": { + "I Understand": "我了解" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP 位址:" + }, + "IP address or hostname": { + "IP address or hostname": "IP 位址或主機名稱" + }, + "ISO Date": { + "ISO Date": "ISO 日期" + }, + "Icon": { + "Icon": "圖示" + }, + "Icon Scale": { + "Icon Scale": "圖標縮放" + }, + "Icon Size": { + "Icon Size": "圖示大小" + }, + "Icon Size %": { + "Icon Size %": "圖示大小 %" + }, + "Icon Theme": { + "Icon Theme": "圖示主題" + }, + "Idle": { + "Idle": "閒置" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "空閒抑制器" + }, + "Idle Settings": { + "Idle Settings": "閒置設定" + }, + "Idle monitoring not supported - requires newer Quickshell version": { + "Idle monitoring not supported - requires newer Quickshell version": "不支援閒置監控 - 需要最新的 Quickshell 版本" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "如果此欄位已隱藏,只要按下按鍵便會顯示。" + }, + "Ignore Completely": { + "Ignore Completely": "完全忽略" + }, + "Image": { + "Image": "圖片" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "影像已複製到剪貼簿" + }, + "Import": { + "Import": "匯入" + }, + "Import VPN": { + "Import VPN": "匯入 VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "非活動監視器顏色" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "" + }, + "Include Transitions": { + "Include Transitions": "包括過渡" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "在搜尋結果中包含桌面動作(捷徑)。" + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "載入了不相容的外掛程式" + }, + "Incorrect password": { + "Incorrect password": "密碼錯誤" + }, + "Incorrect password - attempt %1 of %2 (lockout may follow)": { + "Incorrect password - attempt %1 of %2 (lockout may follow)": "密碼不正確 - 第 %1 次嘗試(共 %2 次,之後可能會鎖定帳戶)" + }, + "Incorrect password - next failures may trigger account lockout": { + "Incorrect password - next failures may trigger account lockout": "密碼不正確 - 接下來的失敗可能會觸發帳戶鎖定" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "" + }, + "Indicator Style": { + "Indicator Style": "指示樣式" + }, + "Individual Batteries": { + "Individual Batteries": "獨立電池" + }, + "Individual bar configuration": { + "Individual bar configuration": "個別欄設定" + }, + "Info": { + "Info": "資訊" + }, + "Inherit": { + "Inherit": "繼承" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "繼承全域 (預設)" + }, + "Inhibitable": { + "Inhibitable": "可抑制" + }, + "Input Devices": { + "Input Devices": "輸入設備" + }, + "Input Volume Slider": { + "Input Volume Slider": "輸入音量滑桿" + }, + "Insert your security key...": { + "Insert your security key...": "" + }, + "Install": { + "Install": "安裝" + }, + "Install Greeter": { + "Install Greeter": "安裝歡迎畫面" + }, + "Install Plugin": { + "Install Plugin": "安裝外掛" + }, + "Install Theme": { + "Install Theme": "安裝主題" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "從 DMS 主題登錄檔安裝色彩主題" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "安裝完成。歡迎畫面已安裝。" + }, + "Install failed: %1": { + "Install failed: %1": "安裝失敗:%1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "安裝 matugen 套件以實現動態主題" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "要從 DMS 登錄檔安裝外掛「%1」嗎?" + }, + "Install plugins from the DMS plugin registry": { + "Install plugins from the DMS plugin registry": "從 DMS 插件註冊表安裝插件" + }, + "Install the DMS greeter? A terminal will open for sudo authentication.": { + "Install the DMS greeter? A terminal will open for sudo authentication.": "安裝 DMS 歡迎畫面?將開啟終端機以進行 sudo 驗證。" + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "要從 DMS 登錄檔安裝主題「%1」嗎?" + }, + "Installation and PAM setup: see the ": { + "Installation and PAM setup: see the ": "安裝和 PAM 設定:請參閱" + }, + "Installed": { + "Installed": "已安裝" + }, + "Installed: %1": { + "Installed: %1": "已安裝:%1" + }, + "Installing: %1": { + "Installing: %1": "正在安裝:%1" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "智慧型自動隱藏" + }, + "Intensity": { + "Intensity": "強度" + }, + "Interface:": { + "Interface:": "介面:" + }, + "Interlock Open": { + "Interlock Open": "聯鎖開啟" + }, + "Internet": { + "Internet": "網際網路" + }, + "Interval": { + "Interval": "間隔" + }, + "Invalid configuration": { + "Invalid configuration": "無效配置" + }, + "Invert on mode change": { + "Invert on mode change": "模式改變時反轉" + }, + "Iris Bloom": { + "Iris Bloom": "鳶尾花開" + }, + "Isolate Displays": { + "Isolate Displays": "隔離顯示器" + }, + "Jobs": { + "Jobs": "工作" + }, + "Jobs: ": { + "Jobs: ": "工作: " + }, + "Keep Awake": { + "Keep Awake": "保持喚醒" + }, + "Keep Changes": { + "Keep Changes": "保留變更" + }, + "Keeping Awake": { + "Keeping Awake": "保持喚醒" + }, + "Kernel": { + "Kernel": "核心" + }, + "Key": { + "Key": "按鍵" + }, + "Keybind Sources": { + "Keybind Sources": "快捷鍵來源" + }, + "Keybinds": { + "Keybinds": "按鍵綁定" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "快捷鍵搜尋設定" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "快捷鍵與一般搜尋結果一同顯示" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "鍵盤布局名稱" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "鍵盤快捷鍵" + }, + "Keys": { + "Keys": "按鍵" + }, + "Kill": { + "Kill": "終止" + }, + "Kill Process": { + "Kill Process": "結束程序" + }, + "Kill Session": { + "Kill Session": "終止會話" + }, + "Ko-fi": { + "Ko-fi": "Ko-fi" + }, + "LED device": { + "LED device": "LED 裝置" + }, + "LabWC IRC Channel": { + "LabWC IRC Channel": "LabWC IRC 頻道" + }, + "LabWC Website": { + "LabWC Website": "LabWC 網站" + }, + "Large": { + "Large": "大" + }, + "Largest": { + "Largest": "最大" + }, + "Last hour": { + "Last hour": "最近一小時" + }, + "Last launched %1": { + "Last launched %1": "上次啟動於 %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "上次啟動於 %1 天前" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "上次啟動於 %1 天前" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "上次啟動於 %1 小時前" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "上次啟動於 %1 小時前" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "上次啟動於 %1 分鐘前" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "上次啟動於 %1 分鐘前" + }, + "Last launched just now": { + "Last launched just now": "剛剛啟動" + }, + "Latitude": { + "Latitude": "緯度" + }, + "Launch": { + "Launch": "啟動" + }, + "Launch Prefix": { + "Launch Prefix": "啟動開頭" + }, + "Launch on dGPU": { + "Launch on dGPU": "在 dGPU 上啟動" + }, + "Launch on dGPU by default": { + "Launch on dGPU by default": "" + }, + "Launcher": { + "Launcher": "啟動器" + }, + "Launcher Button": { + "Launcher Button": "啟動器按鈕" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "啟動器按鈕 Logo" + }, + "Layout": { + "Layout": "佈局" + }, + "Layout Overrides": { + "Layout Overrides": "版面配置覆寫" + }, + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": { + "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.": "歡迎畫面的佈局和模組位置與您的 Shell(例如 bar 配置)同步。執行同步以應用。" + }, + "Left": { + "Left": "左" + }, + "Left Center": { + "Left Center": "左中央" + }, + "Left Section": { + "Left Section": "左方區塊" + }, + "Light Direction": { + "Light Direction": "光線方向" + }, + "Light Mode": { + "Light Mode": "淺色主題" + }, + "Light Rain": { + "Light Rain": "小雨" + }, + "Light Snow": { + "Light Snow": "小雪" + }, + "Light Snow Showers": { + "Light Snow Showers": "小陣雪" + }, + "Light mode base": { + "Light mode base": "淺色模式基準" + }, + "Light mode harmony": { + "Light mode harmony": "淺色模式協調" + }, + "Line": { + "Line": "線" + }, + "Line: %1": { + "Line: %1": "行:%1" + }, + "Linear": { + "Linear": "線性" + }, + "Lines: %1": { + "Lines: %1": "行數:" + }, + "List": { + "List": "清單" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "活潑的色調,帶有飽和的色調。" + }, + "Load Average": { + "Load Average": "平均負載" + }, + "Loading codecs...": { + "Loading codecs...": "正在載入編解碼器..." + }, + "Loading keybinds...": { + "Loading keybinds...": "正在載入按鍵綁定..." + }, + "Loading trending...": { + "Loading trending...": "載入熱門項目中..." + }, + "Loading...": { + "Loading...": "載入中..." + }, + "Local": { + "Local": "本機" + }, + "Locale": { + "Locale": "地區設定" + }, + "Locale Settings": { + "Locale Settings": "地區設定" + }, + "Location": { + "Location": "位置" + }, + "Location Search": { + "Location Search": "位置搜尋" + }, + "Lock": { + "Lock": "鎖定" + }, + "Lock Screen": { + "Lock Screen": "鎖定螢幕" + }, + "Lock Screen Display": { + "Lock Screen Display": "鎖定畫面顯示" + }, + "Lock Screen Format": { + "Lock Screen Format": "鎖定螢幕格式" + }, + "Lock Screen behaviour": { + "Lock Screen behaviour": "鎖定螢幕行為" + }, + "Lock Screen layout": { + "Lock Screen layout": "鎖定螢幕版面配置" + }, + "Lock at startup": { + "Lock at startup": "開機時鎖定" + }, + "Lock before suspend": { + "Lock before suspend": "鎖定後睡眠" + }, + "Lock fade grace period": { + "Lock fade grace period": "鎖定淡出緩衝期" + }, + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": { + "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.": "" + }, + "Locked": { + "Locked": "已鎖定" + }, + "Log Out": { + "Log Out": "登出" + }, + "Logging in...": { + "Logging in...": "正在登入..." + }, + "Login": { + "Login": "" + }, + "Login Authentication": { + "Login Authentication": "登入驗證" + }, + "Long": { + "Long": "長" + }, + "Long Text": { + "Long Text": "長文字" + }, + "Long press": { + "Long press": "長按" + }, + "Longitude": { + "Longitude": "經度" + }, + "Low Priority": { + "Low Priority": "低優先級" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "請確認您的其他裝置上已執行 KDE Connect 或 Valent" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "管理和配置用於擴展 DMS 功能的插件" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "管理最多 4 個獨立的欄設定。每個欄都有自己的位置、小工具、樣式和顯示分配。" + }, + "Management": { + "Management": "管理" + }, + "MangoWC Layout Overrides": { + "MangoWC Layout Overrides": "MangoWC 版面配置覆寫" + }, + "Manual": { + "Manual": "手動" + }, + "Manual Coordinates": { + "Manual Coordinates": "手動設定座標" + }, + "Manual Direction": { + "Manual Direction": "手動方向" + }, + "Manual Gap Size": { + "Manual Gap Size": "手動調整間隔" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "手動顯示/隱藏" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "為正確顯示圖示,將視窗類別名稱對應至圖示名稱" + }, + "Margin": { + "Margin": "邊距" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "標記耗材用盡" + }, + "Marker Supply Low": { + "Marker Supply Low": "麥克筆存量低" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "標記廢料即將滿載" + }, + "Marker Waste Full": { + "Marker Waste Full": "標記廢料已滿" + }, + "Match Criteria": { + "Match Criteria": "符合條件" + }, + "Matches profile: %1": { + "Matches profile: %1": "符合設定檔:%1" + }, + "Material Colors": { + "Material Colors": "手動調整顏色" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "受 Material Design 啟發的色彩主題" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "從桌布產生 Material 色彩" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "受 Material Design 啟發的陰影和抬升效果,應用於模態框、彈出視窗和對話框" + }, + "Matugen Contrast": { + "Matugen Contrast": "" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen 遺失" + }, + "Matugen Palette": { + "Matugen Palette": "Matugen 調色板" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Matugen 目標監視器" + }, + "Matugen Templates": { + "Matugen Templates": "Matugen 範本" + }, + "Max Edges": { + "Max Edges": "最大邊界" + }, + "Max H": { + "Max H": "最大高度" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "最多釘選應用程式" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "最多釘選應用程式 (0 = 無限制)" + }, + "Max Running Apps": { + "Max Running Apps": "最多執行中應用程式" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "最多執行中應用程式 (0 = 無限制)" + }, + "Max Volume": { + "Max Volume": "最大音量" + }, + "Max W": { + "Max W": "最大寬度" + }, + "Max apps to show": { + "Max apps to show": "最多顯示App" + }, + "Max to Edges": { + "Max to Edges": "最大化至邊緣" + }, + "Maximize": { + "Maximize": "最大化" + }, + "Maximize Detection": { + "Maximize Detection": "最大化偵測" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "最大化小部件圖標" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "最大化小部件文字" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "單一項目最大大小" + }, + "Maximum History": { + "Maximum History": "歷史紀錄上限" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "最大釘選項目數量" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "" + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "剪貼簿項目保留數量上限" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "可儲存的最大項目數量" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "通知保留上限" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "已達最大釘選項目數量" + }, + "Maximum size per clipboard entry": { + "Maximum size per clipboard entry": "每個剪貼簿項目的最大大小" + }, + "Media": { + "Media": "媒體播放器" + }, + "Media Controls": { + "Media Controls": "媒體控制台" + }, + "Media Empty": { + "Media Empty": "媒體空白" + }, + "Media Jam": { + "Media Jam": "卡紙" + }, + "Media Low": { + "Media Low": "媒體不足" + }, + "Media Needed": { + "Media Needed": "需要媒體" + }, + "Media Playback": { + "Media Playback": "媒體播放" + }, + "Media Player": { + "Media Player": "媒體播放器" + }, + "Media Player Settings": { + "Media Player Settings": "媒體播放設定" + }, + "Media Players": { + "Media Players": "媒體播放器" + }, + "Media Players (": { + "Media Players (": "媒體播放 (" + }, + "Media Volume": { + "Media Volume": "媒體音量" + }, + "Medium": { + "Medium": "中" + }, + "Memory": { + "Memory": "記憶體" + }, + "Memory Graph": { + "Memory Graph": "記憶體圖表" + }, + "Memory Usage": { + "Memory Usage": "記憶體使用率" + }, + "Memory usage indicator": { + "Memory usage indicator": "記憶體使用率指示器" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "" + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "" + }, + "Message": { + "Message": "訊息" + }, + "Message Content": { + "Message Content": "訊息內容" + }, + "Microphone": { + "Microphone": "麥克風" + }, + "Microphone Mute": { + "Microphone Mute": "麥克風靜音" + }, + "Microphone Volume": { + "Microphone Volume": "麥克風音量" + }, + "Microphone settings": { + "Microphone settings": "麥克風設定" + }, + "Microphone volume control": { + "Microphone volume control": "麥克風音量控制" + }, + "Middle Section": { + "Middle Section": "中間部分" + }, + "Min H": { + "Min H": "最小高度" + }, + "Min W": { + "Min W": "最小寬度" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "圍繞單一色調構建的最小調色板。" + }, + "Minute": { + "Minute": "分鐘" + }, + "Mirror Display": { + "Mirror Display": "鏡像顯示" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "缺少環境變數" + }, + "Modal Background": { + "Modal Background": "互動視窗背景" + }, + "Modal Shadows": { + "Modal Shadows": "模態陰影" + }, + "Modals": { + "Modals": "模態視窗" + }, + "Mode": { + "Mode": "模式" + }, + "Mode:": { + "Mode:": "模式:" + }, + "Model": { + "Model": "型號" + }, + "Modified": { + "Modified": "已修改" + }, + "Modular widget bar": { + "Modular widget bar": "模組化小工具列" + }, + "Monitor": { + "Monitor": "顯示器" + }, + "Monitor Configuration": { + "Monitor Configuration": "顯示器配置" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "顯示器淡出緩衝期" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "系統介面顏色依據哪一個螢幕上的桌布來決定" + }, + "Monochrome": { + "Monochrome": "單色" + }, + "Monocle": { + "Monocle": "單片" + }, + "Monospace Font": { + "Monospace Font": "等寬字體" + }, + "Month Date": { + "Month Date": "月日" + }, + "Morning": { + "Morning": "早上" + }, + "Mount Points": { + "Mount Points": "掛載點" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "滑鼠指標外觀" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "滑鼠指標像素大小" + }, + "Move": { + "Move": "移動" + }, + "Move Widget": { + "Move Widget": "移動小工具" + }, + "Moving to Paused": { + "Moving to Paused": "正在移至暫停" + }, + "Multi-Monitor": { + "Multi-Monitor": "多顯示器" + }, + "Multiplexer": { + "Multiplexer": "多工器" + }, + "Multiplexer Type": { + "Multiplexer Type": "多工器類型" + }, + "Multiplexers": { + "Multiplexers": "多工器" + }, + "Music": { + "Music": "音樂" + }, + "Mute Popups": { + "Mute Popups": "靜音彈出視窗" + }, + "Mute popups for %1": { + "Mute popups for %1": "靜音 %1 的彈出視窗" + }, + "Muted": { + "Muted": "靜音" + }, + "Muted Apps": { + "Muted Apps": "已靜音的應用程式" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "柔和的調色板,柔和、平靜的色調。" + }, + "NM not supported": { + "NM not supported": "NM 不支援" + }, + "Name": { + "Name": "名稱" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "命名工作區圖示" + }, + "Navigate": { + "Navigate": "導覽" + }, + "Navigation": { + "Navigation": "導航" + }, + "Network": { + "Network": "網路" + }, + "Network Graph": { + "Network Graph": "網路圖表" + }, + "Network Info": { + "Network Info": "網路資訊" + }, + "Network Information": { + "Network Information": "網路資訊" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "網路名稱 (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "網速監視" + }, + "Network Status": { + "Network Status": "網路狀態" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "顯示網路下載跟上傳速度" + }, + "Neutral": { + "Neutral": "中性" + }, + "Never": { + "Never": "從不" + }, + "Never used": { + "Never used": "從未使用" + }, + "New": { + "New": "新" + }, + "New Key": { + "New Key": "新按鍵" + }, + "New Keybind": { + "New Keybind": "新按鍵綁定" + }, + "New Notification": { + "New Notification": "新通知" + }, + "New Session": { + "New Session": "新會話" + }, + "New Window Rule": { + "New Window Rule": "新視窗規則" + }, + "New York, NY": { + "New York, NY": "紐約" + }, + "New group name...": { + "New group name...": "新群組名稱..." + }, + "Next": { + "Next": "下一步" + }, + "Next Transition": { + "Next Transition": "下一個轉場" + }, + "Night": { + "Night": "夜晚" + }, + "Night Mode": { + "Night Mode": "夜晚模式" + }, + "Night Temperature": { + "Night Temperature": "夜間色溫" + }, + "Night mode & gamma": { + "Night mode & gamma": "夜間模式與伽瑪" + }, + "Niri Integration": { + "Niri Integration": "Niri 整合" + }, + "Niri Layout Overrides": { + "Niri Layout Overrides": "Niri 版面配置覆寫" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Niri 合成器動作 (焦點、移動等)" + }, + "No": { + "No": "否" + }, + "No Active Players": { + "No Active Players": "無播放器" + }, + "No Anim": { + "No Anim": "無動畫" + }, + "No Background": { + "No Background": "部件無背景" + }, + "No Battery": { + "No Battery": "無電池" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "未找到藍芽適配器" + }, + "No Blur": { + "No Blur": "無模糊" + }, + "No Border": { + "No Border": "無邊框" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "未設定 DMS 捷徑" + }, + "No Dim": { + "No Dim": "不變暗" + }, + "No Focus": { + "No Focus": "無聚焦" + }, + "No GPU detected": { + "No GPU detected": "未偵測到 GPU" + }, + "No GPUs detected": { + "No GPUs detected": "未偵測到 GPU" + }, + "No History": { + "No History": "無歷史記錄" + }, + "No Media": { + "No Media": "無媒體" + }, + "No Round": { + "No Round": "無圓角" + }, + "No Rounding": { + "No Rounding": "無圓角" + }, + "No Shadow": { + "No Shadow": "無陰影" + }, + "No VPN profiles": { + "No VPN profiles": "沒有 VPN 設定檔" + }, + "No Weather": { + "No Weather": "無天氣" + }, + "No Weather Data": { + "No Weather Data": "無天氣資料" + }, + "No Weather Data Available": { + "No Weather Data Available": "沒有氣象數據" + }, + "No action": { + "No action": "無動作" + }, + "No active %1 sessions": { + "No active %1 sessions": "無活躍的 %1 會話" + }, + "No adapter": { + "No adapter": "無轉接器" + }, + "No adapters": { + "No adapters": "沒有介面卡" + }, + "No app customizations.": { + "No app customizations.": "沒有應用程式自訂設定。" + }, + "No apps found": { + "No apps found": "未找到應用程式" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "尚未啟動任何應用程式。" + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "未靜音任何應用程式。右鍵點擊通知並選擇「靜音彈出視窗」以在此處添加一個。" + }, + "No battery": { + "No battery": "無電池" + }, + "No brightness devices available": { + "No brightness devices available": "沒有可用的亮度裝置" + }, + "No changes": { + "No changes": "無更改" + }, + "No checks passed": { + "No checks passed": "無檢查通過" + }, + "No custom theme file": { + "No custom theme file": "無自訂主題檔案" + }, + "No devices": { + "No devices": "無裝置" + }, + "No devices connected": { + "No devices connected": "無裝置已連接" + }, + "No devices found": { + "No devices found": "找不到裝置" + }, + "No disk data": { + "No disk data": "無硬碟資料" + }, + "No disk data available": { + "No disk data available": "無可用硬碟資料" + }, + "No drivers found": { + "No drivers found": "找不到驅動程式" + }, + "No errors": { + "No errors": "無錯誤" + }, + "No features enabled": { + "No features enabled": "未啟用任何功能" + }, + "No files found": { + "No files found": "沒有找到" + }, + "No fingerprint reader detected.": { + "No fingerprint reader detected.": "未偵測到指紋讀取器。" + }, + "No folders found": { + "No folders found": "未找到資料夾" + }, + "No hidden apps.": { + "No hidden apps.": "沒有隱藏的應用程式。" + }, + "No info items": { + "No info items": "無資訊項目" + }, + "No information available": { + "No information available": "無可用資訊" + }, + "No input device": { + "No input device": "無輸入裝置" + }, + "No input devices found": { + "No input devices found": "找不到輸入裝置" + }, + "No items added yet": { + "No items added yet": "未新增任何項目" + }, + "No keybinds found": { + "No keybinds found": "未找到按鍵綁定" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "未安裝啟動器外掛程式。" + }, + "No match criteria": { + "No match criteria": "未設定符合條件" + }, + "No matches": { + "No matches": "不匹配" + }, + "No matching processes": { + "No matching processes": "無符合的處理程序" + }, + "No monitors": { + "No monitors": "無監視器" + }, + "No mount points found": { + "No mount points found": "找不到掛載點" + }, + "No output device": { + "No output device": "無輸出裝置" + }, + "No output devices found": { + "No output devices found": "找不到輸出裝置" + }, + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": { + "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.": "未找到套件管理器。請在基於 Arch 的系統上安裝 'paru' 或 'yay' 來檢查更新。" + }, + "No plugin results": { + "No plugin results": "沒有外掛程式結果" + }, + "No plugins found": { + "No plugins found": "找不到插件" + }, + "No plugins found.": { + "No plugins found.": "找不到插件。" + }, + "No printer found": { + "No printer found": "未找到印表機" + }, + "No printers configured": { + "No printers configured": "未設定印表機" + }, + "No printers found": { + "No printers found": "找不到印表機" + }, + "No profiles": { + "No profiles": "無任何設定檔" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "找不到近期剪貼簿項目" + }, + "No results found": { + "No results found": "未找到結果" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "沒有儲存的剪貼簿項目" + }, + "No sessions found": { + "No sessions found": "未找到會話" + }, + "No status output.": { + "No status output.": "無狀態輸出。" + }, + "No themes found": { + "No themes found": "找不到任何主題" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "未安裝任何主題。請瀏覽登錄檔以安裝主題。" + }, + "No trigger": { + "No trigger": "無觸發條件" + }, + "No video found in folder": { + "No video found in folder": "資料夾中沒有找到影片" + }, + "No wallpaper selected": { + "No wallpaper selected": "未選擇任何桌布" + }, + "No wallpapers": { + "No wallpapers": "無桌布" + }, + "No wallpapers found\n\nClick the folder icon below to browse": { + "No wallpapers found\n\nClick the folder icon below to browse": "未找到桌布\n\n點擊下方的資料夾圖示瀏覽" + }, + "No warnings": { + "No warnings": "無警告" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "未添加小工具。點擊「添加小工具」以開始。" + }, + "No widgets available": { + "No widgets available": "沒有可用的小工具" + }, + "No widgets match your search": { + "No widgets match your search": "沒有符合您搜尋條件的小工具" + }, + "No window rules configured": { + "No window rules configured": "未設定任何視窗規則" + }, + "None": { + "None": "無" + }, + "Normal": { + "Normal": "一般" + }, + "Normal Font": { + "Normal Font": "一般字體" + }, + "Normal Priority": { + "Normal Priority": "普通優先級" + }, + "Not available": { + "Not available": "無法使用" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "無法使用 — 請安裝 fprintd 和 pam_fprintd,或設定 greetd PAM。" + }, + "Not available — install fprintd and pam_fprintd.": { + "Not available — install fprintd and pam_fprintd.": "無法使用 — 請安裝 fprintd 和 pam_fprintd。" + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "無法使用 — 請安裝或設定 pam_u2f,或設定 greetd PAM。" + }, + "Not available — install or configure pam_u2f.": { + "Not available — install or configure pam_u2f.": "無法使用 — 請安裝或設定 pam_u2f。" + }, + "Not connected": { + "Not connected": "未連接" + }, + "Not detected": { + "Not detected": "未偵測到" + }, + "Not paired": { + "Not paired": "未配對" + }, + "Not set": { + "Not set": "未設定" + }, + "Note: this only changes the percentage, it does not actually limit charging.": { + "Note: this only changes the percentage, it does not actually limit charging.": "注意:這只會變更百分比顯示,並不會實際限制充電。" + }, + "Notepad": { + "Notepad": "筆記本" + }, + "Notepad Font Settings": { + "Notepad Font Settings": "筆記本字體設定" + }, + "Notepad Slideout": { + "Notepad Slideout": "記事本滑出" + }, + "Nothing": { + "Nothing": "無內容" + }, + "Nothing to see here": { + "Nothing to see here": "這裡啥都沒有" + }, + "Notification Center": { + "Notification Center": "通知中心" + }, + "Notification Display": { + "Notification Display": "通知顯示" + }, + "Notification Overlay": { + "Notification Overlay": "通知外觀" + }, + "Notification Popups": { + "Notification Popups": "通知彈窗" + }, + "Notification Rules": { + "Notification Rules": "通知規則" + }, + "Notification Settings": { + "Notification Settings": "通知設定" + }, + "Notification Timeouts": { + "Notification Timeouts": "通知持續時間" + }, + "Notification toast popups": { + "Notification toast popups": "通知彈出窗口" + }, + "Notifications": { + "Notifications": "通知" + }, + "Numbers": { + "Numbers": "數字" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "數字 (日/月)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "數字 (月/日)" + }, + "OK": { + "OK": "確定" + }, + "OS Logo": { + "OS Logo": "發行版 Logo" + }, + "OSD Position": { + "OSD Position": "OSD 位置" + }, + "Occupied Color": { + "Occupied Color": "佔用顏色" + }, + "Off": { + "Off": "關閉" + }, + "Office": { + "Office": "辦公" + }, + "Offline": { + "Offline": "離線" + }, + "Offline Report": { + "Offline Report": "離線報告" + }, + "Older": { + "Older": "舊有" + }, + "On": { + "On": "開啟" + }, + "On-Demand": { + "On-Demand": "按需" + }, + "On-Screen Displays": { + "On-Screen Displays": "螢幕顯示" + }, + "On-screen Displays": { + "On-screen Displays": "螢幕顯示" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "僅根據時間或位置規則調整 gamma。" + }, + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": { + "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "僅影響 DMS 管理的 PAM。如果 greetd 已包含 pam_fprintd,指紋驗證會保持啟用。" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "在每個 Dock 上僅顯示目前顯示器上的視窗" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "僅當您的系統支援休眠時可見" + }, + "Opacity": { + "Opacity": "不透明度" + }, + "Opaque": { + "Opaque": "不透明" + }, + "Open": { + "Open": "打開" + }, + "Open App": { + "Open App": "開啟應用程式" + }, + "Open KDE Connect on your phone": { + "Open KDE Connect on your phone": "在您的手機上開啟 KDE Connect" + }, + "Open Notepad File": { + "Open Notepad File": "打開筆記文件" + }, + "Open a new note": { + "Open a new note": "開啟新筆記" + }, + "Open folder": { + "Open folder": "開啟資料夾" + }, + "Open in Browser": { + "Open in Browser": "在瀏覽器中開啟" + }, + "Open in terminal": { + "Open in terminal": "在終端中打開" + }, + "Open search bar to find text": { + "Open search bar to find text": "打開搜尋欄尋找文本" + }, + "Open with...": { + "Open with...": "開啟方式..." + }, + "Opening SMS": { + "Opening SMS": "正在開啟簡訊" + }, + "Opening SMS app": { + "Opening SMS app": "正在開啟簡訊應用程式" + }, + "Opening file browser": { + "Opening file browser": "正在開啟檔案瀏覽器" + }, + "Opening files": { + "Opening files": "正在開啟檔案" + }, + "Opening terminal: ": { + "Opening terminal: ": "正在開啟終端機:" + }, + "Optional description": { + "Optional description": "選填描述" + }, + "Optional location": { + "Optional location": "選填位置" + }, + "Options": { + "Options": "選項" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "將小工具整理成可摺疊群組" + }, + "Original: %1": { + "Original: %1": "原始:%1" + }, + "Other": { + "Other": "其他" + }, + "Outline": { + "Outline": "外框" + }, + "Output": { + "Output": "輸出" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "輸出區域即將滿載" + }, + "Output Area Full": { + "Output Area Full": "輸出區域已滿" + }, + "Output Device": { + "Output Device": "輸出裝置" + }, + "Output Devices": { + "Output Devices": "輸出裝置" + }, + "Output Tray Missing": { + "Output Tray Missing": "輸出托盤遺失" + }, + "Outputs Include Missing": { + "Outputs Include Missing": "輸出包含遺失的項目" + }, + "Overcast": { + "Overcast": "陰" + }, + "Overflow": { + "Overflow": "溢出" + }, + "Overridden by config": { + "Overridden by config": "被組態覆蓋" + }, + "Override": { + "Override": "覆蓋" + }, + "Override Border Size": { + "Override Border Size": "覆寫邊框大小" + }, + "Override Corner Radius": { + "Override Corner Radius": "覆寫圓角半徑" + }, + "Override Gaps": { + "Override Gaps": "覆寫間距" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "覆寫此輸出的全域版面配置設定" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "使用自訂指令或腳本覆蓋終端機" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "使用每個 bar 的設定覆蓋全域陰影" + }, + "Overrides": { + "Overrides": "覆蓋" + }, + "Overview": { + "Overview": "概覽" + }, + "Overview of your network connections": { + "Overview of your network connections": "網路連線概覽" + }, + "Overwrite": { + "Overwrite": "覆寫" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM 已提供指紋驗證。啟用此選項以在登入時顯示。" + }, + "PAM already provides security-key auth. Enable this to show it at login.": { + "PAM already provides security-key auth. Enable this to show it at login.": "PAM 已提供安全金鑰驗證。啟用此選項以在登入時顯示。" + }, + "PAM provides fingerprint auth, but availability could not be confirmed.": { + "PAM provides fingerprint auth, but availability could not be confirmed.": "PAM 提供指紋驗證,但無法確認可用性。" + }, + "PAM provides fingerprint auth, but no prints are enrolled yet.": { + "PAM provides fingerprint auth, but no prints are enrolled yet.": "PAM 提供指紋驗證,但尚未註冊任何指紋。" + }, + "PAM provides fingerprint auth, but no reader was detected.": { + "PAM provides fingerprint auth, but no reader was detected.": "PAM 提供指紋驗證,但未檢測到讀取器。" + }, + "PIN": { + "PIN": "PIN" + }, + "Pad": { + "Pad": "填補" + }, + "Pad Hours": { + "Pad Hours": "填充小時" + }, + "Pad hours (02:00 vs 2:00)": { + "Pad hours (02:00 vs 2:00)": "小時補零 (02:00 vs 2:00)" + }, + "Padding": { + "Padding": "內距" + }, + "Pair": { + "Pair": "配對" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "配對藍牙設備" + }, + "Paired": { + "Paired": "已配對" + }, + "Pairing": { + "Pairing": "正在配對" + }, + "Pairing failed": { + "Pairing failed": "配對失敗" + }, + "Pairing request from": { + "Pairing request from": "來自 的配對要求" + }, + "Pairing request sent": { + "Pairing request sent": "已送出配對要求" + }, + "Pairing requested": { + "Pairing requested": "已要求配對" + }, + "Pairing...": { + "Pairing...": "正在配對..." + }, + "Partly Cloudy": { + "Partly Cloudy": "多雲" + }, + "Passkey:": { + "Passkey:": "密碼:" + }, + "Password": { + "Password": "密碼" + }, + "Password...": { + "Password...": "密碼..." + }, + "Paste": { + "Paste": "貼上" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "影片檔案或包含影片的資料夾路徑" + }, + "Pattern": { + "Pattern": "樣式" + }, + "Pause": { + "Pause": "暫停" + }, + "Paused": { + "Paused": "暫停" + }, + "Pending": { + "Pending": "待處理" + }, + "Pending Charge": { + "Pending Charge": "等待充電" + }, + "Pending Discharge": { + "Pending Discharge": "待解除" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "以主題區分桌布" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "以螢幕區分桌布" + }, + "Per-screen config": { + "Per-screen config": "依螢幕設定" + }, + "Percentage": { + "Percentage": "百分比" + }, + "Performance": { + "Performance": "效能" + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "權限不足,無法設定個人資料圖片。" + }, + "Personalization": { + "Personalization": "個人化" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "手機連線無法使用" + }, + "Phone Connect unavailable": { + "Phone Connect unavailable": "手機連線無法使用" + }, + "Phone number": { + "Phone number": "電話號碼" + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "每次從同一個資料夾中選擇一個不同的隨機影片" + }, + "Pictures": { + "Pictures": "圖片" + }, + "Pin": { + "Pin": "釘選" + }, + "Pin to Dock": { + "Pin to Dock": "釘選到 Dock" + }, + "Ping": { + "Ping": "Ping" + }, + "Ping sent": { + "Ping sent": "Ping 已送出" + }, + "Ping sent to": { + "Ping sent to": "Ping 已送至" + }, + "Pinned": { + "Pinned": "已釘選" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "已釘選及執行中的應用程式,可拖曳。" + }, + "Pixelate": { + "Pixelate": "馬賽克" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "將插件資料夾放在這裡。每個插件都應該有一個 plugin.json 清單檔案。" + }, + "Place plugins in %1": { + "Place plugins in %1": "將外掛程式置於 %1 中" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "螢幕鎖定時播放影片。" + }, + "Play sound after logging in": { + "Play sound after logging in": "" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "收到新通知時播放音效" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "連接電源線時播放音效" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "調整音量時播放音效" + }, + "Play sounds for system events": { + "Play sounds for system events": "播放系統事件的音效" + }, + "Playback": { + "Playback": "播放" + }, + "Playback error: ": { + "Playback error: ": "播放錯誤:" + }, + "Please wait...": { + "Please wait...": "請稍候..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "請為您的新 %1 會話取一個名稱" + }, + "Plugged In": { + "Plugged In": "已插入" + }, + "Plugged in": { + "Plugged in": "已插入" + }, + "Plugin": { + "Plugin": "外掛程式" + }, + "Plugin Directory": { + "Plugin Directory": "插件資料夾" + }, + "Plugin Management": { + "Plugin Management": "插件管理" + }, + "Plugin Visibility": { + "Plugin Visibility": "外掛程式可見度" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "插件已停用 - 在插件設定中啟用即可使用" + }, + "Plugins": { + "Plugins": "插件" + }, + "Pointer": { + "Pointer": "指標" + }, + "Popout Shadows": { + "Popout Shadows": "彈出陰影" + }, + "Popouts": { + "Popouts": "彈出視窗" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "彈出視窗和模態視窗遵循全局動畫速度(禁用可獨立自訂)" + }, + "Popup Only": { + "Popup Only": "僅彈出視窗" + }, + "Popup Position": { + "Popup Position": "彈窗位置" + }, + "Popup Shadow": { + "Popup Shadow": "彈出視窗陰影" + }, + "Popup Transparency": { + "Popup Transparency": "彈窗透明度" + }, + "Popup behavior, position": { + "Popup behavior, position": "彈出視窗行為與位置" + }, + "Port": { + "Port": "連接埠" + }, + "Portal": { + "Portal": "入口" + }, + "Position": { + "Position": "位置" + }, + "Position, pinned apps": { + "Position, pinned apps": "位置、釘選的應用程式" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "可能存在的覆蓋衝突" + }, + "Power": { + "Power": "電源" + }, + "Power & Security": { + "Power & Security": "電源與安全" + }, + "Power & Sleep": { + "Power & Sleep": "電源和睡眠" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "電源操作確認" + }, + "Power Menu Customization": { + "Power Menu Customization": "電源選單自訂" + }, + "Power Off": { + "Power Off": "關機" + }, + "Power Options": { + "Power Options": "電源選項" + }, + "Power Profile": { + "Power Profile": "電源設定檔" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "電源配置降級" + }, + "Power Saver": { + "Power Saver": "省電模式" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "鎖定時關閉螢幕" + }, + "Power profile management available": { + "Power profile management available": "電源設定檔管理功能可用" + }, + "Power source": { + "Power source": "電源" + }, + "Pre-fill the last successful username on the greeter": { + "Pre-fill the last successful username on the greeter": "在迎賓器上預填上次成功的用戶名" + }, + "Pre-select the last used session on the greeter": { + "Pre-select the last used session on the greeter": "在歡迎畫面上預選上次使用的會話" + }, + "Precip": { + "Precip": "降水" + }, + "Precipitation": { + "Precipitation": "降水" + }, + "Precipitation Chance": { + "Precipitation Chance": "降水機率" + }, + "Preference": { + "Preference": "偏好設定" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "預設寬度 (%)" + }, + "Press 'n' or click 'New Session' to create one": { + "Press 'n' or click 'New Session' to create one": "按下 'n' 或點擊 '新會話' 即可創建一個" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "按下 Enter 鍵,音訊系統將重新啟動以應用變更" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "按 Enter 貼上,按 Shift+Enter 複製" + }, + "Press key...": { + "Press key...": "按下按鍵..." + }, + "Pressure": { + "Pressure": "氣壓" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "防止螢幕超時" + }, + "Preview": { + "Preview": "預覽" + }, + "Primary": { + "Primary": "主要" + }, + "Primary Container": { + "Primary Container": "主要容器" + }, + "Print Server Management": { + "Print Server Management": "列印伺服器管理" + }, + "Print Server not available": { + "Print Server not available": "列印伺服器無法使用" + }, + "Printer": { + "Printer": "印表機" + }, + "Printer Classes": { + "Printer Classes": "印表機類別" + }, + "Printer created successfully": { + "Printer created successfully": "印表機建立成功" + }, + "Printer deleted": { + "Printer deleted": "印表機已刪除" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "印表機名稱 (無空格)" + }, + "Printer reachable": { + "Printer reachable": "印表機可達" + }, + "Printers": { + "Printers": "印表機" + }, + "Printers: ": { + "Printers: ": "印表機:" + }, + "Prioritize performance": { + "Prioritize performance": "優先效能" + }, + "Priority": { + "Priority": "優先級" + }, + "Privacy Indicator": { + "Privacy Indicator": "隱私指示器" + }, + "Privacy Mode": { + "Privacy Mode": "隱私模式" + }, + "Private Key Password": { + "Private Key Password": "私鑰密碼" + }, + "Process Count": { + "Process Count": "程序數量" + }, + "Processes": { + "Processes": "處理程序" + }, + "Processes:": { + "Processes:": "處理程序:" + }, + "Processing": { + "Processing": "正在處理" + }, + "Profile Image Error": { + "Profile Image Error": "個人圖片錯誤" + }, + "Profile activated: %1": { + "Profile activated: %1": "設定檔已啟用:%1" + }, + "Profile deleted": { + "Profile deleted": "設定檔已刪除" + }, + "Profile error": { + "Profile error": "設定檔錯誤" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "個人資料圖片太大。請使用較小的圖片。" + }, + "Profile name": { + "Profile name": "設定檔名稱" + }, + "Profile not found": { + "Profile not found": "找不到設定檔" + }, + "Profile saved: %1": { + "Profile saved: %1": "設定檔已儲存:%1" + }, + "Protocol": { + "Protocol": "協定" + }, + "QtMultimedia is not available": { + "QtMultimedia is not available": "QtMultimedia 不可用" + }, + "QtMultimedia is not available - video screensaver requires qt multimedia services": { + "QtMultimedia is not available - video screensaver requires qt multimedia services": "QtMultimedia 不可用 - 影片螢幕保護程式需要 Qt 多媒體服務" + }, + "Quick Access": { + "Quick Access": "快速存取" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "快速存取應用程式啟動器" + }, + "Quick access to color picker": { + "Quick access to color picker": "快速存取顏色選擇器" + }, + "Quick access to notepad": { + "Quick access to notepad": "快速存取記事本" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "快速筆記滑出面板" + }, + "Quick system toggles": { + "Quick system toggles": "快速系統切換" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "半徑" + }, + "Rain": { + "Rain": "雨" + }, + "Rain Chance": { + "Rain Chance": "降雨機率" + }, + "Rainbow": { + "Rainbow": "彩虹" + }, + "Random": { + "Random": "隨機" + }, + "Rate": { + "Rate": "速率" + }, + "Read:": { + "Read:": "讀取:" + }, + "Reason": { + "Reason": "原因" + }, + "Reboot": { + "Reboot": "重新啟動" + }, + "Recent Colors": { + "Recent Colors": "最近的顏色" + }, + "Recently Used Apps": { + "Recently Used Apps": "最近使用的應用程式" + }, + "Recommended available": { + "Recommended available": "建議可用" + }, + "Refresh": { + "Refresh": "重新整理" + }, + "Refresh Weather": { + "Refresh Weather": "刷新天氣" + }, + "Regex": { + "Regex": "正規表達式" + }, + "Reject": { + "Reject": "拒絕" + }, + "Reject Jobs": { + "Reject Jobs": "拒絕工作" + }, + "Release": { + "Release": "放開" + }, + "Reload Plugin": { + "Reload Plugin": "重新載入插件" + }, + "Remaining": { + "Remaining": "剩餘" + }, + "Remaining / Total": { + "Remaining / Total": "剩餘 / 總計" + }, + "Remember Last Query": { + "Remember Last Query": "" + }, + "Remember last session": { + "Remember last session": "記住上次會話" + }, + "Remember last user": { + "Remember last user": "記住上次用戶" + }, + "Remove": { + "Remove": "刪除" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "移除小部件內邊距" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "視窗最大化時移除間距與邊框" + }, + "Rename": { + "Rename": "重新命名" + }, + "Rename Session": { + "Rename Session": "重新命名會話" + }, + "Rename Workspace": { + "Rename Workspace": "重新命名工作區" + }, + "Repeat": { + "Repeat": "重複" + }, + "Replacement": { + "Replacement": "替換" + }, + "Report": { + "Report": "報告" + }, + "Request Pairing": { + "Request Pairing": "要求配對" + }, + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": { + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "需要按住按鈕/鍵以確認關機、重新啟動、睡眠、休眠和登出" + }, + "Required plugin: ": { + "Required plugin: ": "所需插件:" + }, + "Requires %1": { + "Requires %1": "需要 %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "需要「dgop」工具" + }, + "Requires DMS %1": { + "Requires DMS %1": "需要 DMS %1" + }, + "Requires DWL compositor": { + "Requires DWL compositor": "需要 DWL 混成器" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "" + }, + "Requires night mode support": { + "Requires night mode support": "需要夜間模式支援" + }, + "Reset": { + "Reset": "重設" + }, + "Reset Position": { + "Reset Position": "重設位置" + }, + "Reset Size": { + "Reset Size": "重設大小" + }, + "Reset to default name": { + "Reset to default name": "重設為預設名稱" + }, + "Resize Widget": { + "Resize Widget": "調整小工具大小" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "解析度與更新率" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "解析度、位置、比例" + }, + "Restart DMS": { + "Restart DMS": "重新啟動 DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "重新啟動 DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "正在重新啟動音訊系統..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "恢復特殊工作區視窗" + }, + "Resume": { + "Resume": "恢復" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "反轉捲動方向" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "在工具列上捲動時反轉工作區切換方向" + }, + "Revert": { + "Revert": "還原" + }, + "Right": { + "Right": "右方" + }, + "Right Center": { + "Right Center": "右中" + }, + "Right Section": { + "Right Section": "右方區塊" + }, + "Right Tiling": { + "Right Tiling": "右側平鋪" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "在小工具上任一處按右鍵並拖曳" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "按右鍵並拖曳右下角" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "右鍵點擊長條小工具以循環" + }, + "Ring": { + "Ring": "響鈴" + }, + "Ringing": { + "Ringing": "正在響鈴" + }, + "Ripple Effects": { + "Ripple Effects": "漣漪效果" + }, + "Root Filesystem": { + "Root Filesystem": "根檔案系統" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "視窗圓角" + }, + "Rounded corners for windows (border_radius)": { + "Rounded corners for windows (border_radius)": "視窗圓角 (border_radius)" + }, + "Rounded corners for windows (decoration.rounding)": { + "Rounded corners for windows (decoration.rounding)": "視窗圓角 (decoration.rounding)" + }, + "Rule": { + "Rule": "規則" + }, + "Rule Name": { + "Rule Name": "規則名稱" + }, + "Rules (%1)": { + "Rules (%1)": "規則 (%1)" + }, + "Run Again": { + "Run Again": "重新執行" + }, + "Run DMS Templates": { + "Run DMS Templates": "執行 DMS 範本" + }, + "Run User Templates": { + "Run User Templates": "執行使用者模板" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "執行程式 (例如,firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "執行 shell 指令 (例如,notify-send)" + }, + "Running Apps": { + "Running Apps": "正在運行的應用程式" + }, + "Running Apps Settings": { + "Running Apps Settings": "正在運行的應用程式設定" + }, + "Running greeter sync…": { + "Running greeter sync…": "正在同步歡迎畫面…" + }, + "SDR Brightness": { + "SDR Brightness": "SDR 亮度" + }, + "SDR Saturation": { + "SDR Saturation": "SDR 飽和度" + }, + "SMS": { + "SMS": "簡訊" + }, + "Save": { + "Save": "儲存" + }, + "Save Notepad File": { + "Save Notepad File": "儲存記事本" + }, + "Save QR Code": { + "Save QR Code": "保存 QR 碼" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "儲存並切換顯示設定" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "將高優先順序通知儲存至歷史記錄" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "將已忽略通知儲存至歷史記錄" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "將低優先順序通知儲存至歷史記錄" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "將一般優先順序通知儲存至歷史記錄" + }, + "Save password": { + "Save password": "儲存密碼" + }, + "Saved": { + "Saved": "已儲存" + }, + "Saved Configurations": { + "Saved Configurations": "已儲存的設定" + }, + "Saved Note": { + "Saved Note": "已儲存的筆記" + }, + "Saved item deleted": { + "Saved item deleted": "已刪除儲存項目" + }, + "Saving...": { + "Saving...": "儲存中..." + }, + "Scale": { + "Scale": "縮放" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "獨立縮放 DankBar 字體大小" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "獨立縮放 DankBar 圖標大小" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "縮放整個 Shell 中的所有字體大小" + }, + "Scan": { + "Scan": "掃描" + }, + "Scanning": { + "Scanning": "正在掃描" + }, + "Scanning...": { + "Scanning...": "掃描中..." + }, + "Science": { + "Science": "科學" + }, + "Score": { + "Score": "分數" + }, + "Screen Sharing": { + "Screen Sharing": "螢幕分享" + }, + "Screen sharing": { + "Screen sharing": "螢幕分享" + }, + "Scroll": { + "Scroll": "捲動" + }, + "Scroll Factor": { + "Scroll Factor": "捲動係數" + }, + "Scroll GitHub": { + "Scroll GitHub": "捲動 GitHub" + }, + "Scroll Wheel": { + "Scroll Wheel": "滾輪" + }, + "Scroll song title": { + "Scroll song title": "滾動歌曲標題" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "若標題不符合小工具空間,請捲動" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "媒體小工具滾輪行為" + }, + "Scrolling": { + "Scrolling": "滾動" + }, + "Search App Actions": { + "Search App Actions": "搜尋應用程式動作" + }, + "Search Options": { + "Search Options": "搜尋選項" + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "按組合鍵、描述或動作名稱搜尋。\n\n預設動作將綁定鍵複製到剪貼簿。\n右鍵點擊或按右箭頭以釘選常用綁定鍵 — 搜尋時它們將出現在頂部。" + }, + "Search for a location...": { + "Search for a location...": "搜尋位置..." + }, + "Search keybinds...": { + "Search keybinds...": "搜尋按鍵綁定..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "搜尋合成器與應用程式的鍵盤快捷鍵" + }, + "Search plugins...": { + "Search plugins...": "搜尋插件..." + }, + "Search processes...": { + "Search processes...": "搜尋處理程序..." + }, + "Search sessions...": { + "Search sessions...": "搜尋會話..." + }, + "Search themes...": { + "Search themes...": "搜尋主題..." + }, + "Search widgets...": { + "Search widgets...": "搜尋部件..." + }, + "Search...": { + "Search...": "搜尋..." + }, + "Searching...": { + "Searching...": "搜尋中..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "第二因子 (AND)" + }, + "Secondary": { + "Secondary": "次要" + }, + "Secured": { + "Secured": "已保護" + }, + "Security": { + "Security": "安全性" + }, + "Security & privacy": { + "Security & privacy": "安全與隱私" + }, + "Security key mode": { + "Security key mode": "安全金鑰模式" + }, + "Security-key availability could not be confirmed.": { + "Security-key availability could not be confirmed.": "無法確認安全金鑰的可用性。" + }, + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { + "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "已檢測到安全金鑰支援,但尚未找到已註冊的金鑰。您現在可以啟用此功能,稍後再註冊一個。" + }, + "Select": { + "Select": "選取" + }, + "Select Application": { + "Select Application": "選擇應用程式" + }, + "Select Bar": { + "Select Bar": "選取列" + }, + "Select Custom Theme": { + "Select Custom Theme": "選擇自訂主題" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "選擇 Dock 啟動器標誌" + }, + "Select File to Send": { + "Select File to Send": "選取要傳送的檔案" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "選擇啟動器 Logo" + }, + "Select Profile Image": { + "Select Profile Image": "選擇個人資料圖片" + }, + "Select Video or Folder": { + "Select Video or Folder": "選擇影片或資料夾" + }, + "Select Wallpaper": { + "Select Wallpaper": "選擇桌布" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "選擇桌布目錄" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "從調色板中選取一個顏色,或使用滑條調整" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "選取一個小工具以新增至您的桌面。每個小工具都是獨立的實例,擁有自己的設定。" + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "選擇要新增的部件。如果需要,可以新增相同部件部件的多個實例。" + }, + "Select a window...": { + "Select a window...": "選擇一個視窗..." + }, + "Select an image file...": { + "Select an image file...": "選擇一張圖片..." + }, + "Select at least one provider": { + "Select at least one provider": "請至少選擇一個提供者" + }, + "Select device": { + "Select device": "選取裝置" + }, + "Select device...": { + "Select device...": "選擇裝置..." + }, + "Select driver...": { + "Select driver...": "選擇驅動程式..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "為使用者介面文字選擇字體粗細" + }, + "Select greeter background image": { + "Select greeter background image": "選擇歡迎畫面背景圖片" + }, + "Select monitor to configure wallpaper": { + "Select monitor to configure wallpaper": "選擇指定螢幕桌布" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "寬字體用於處理程序列表和技術顯示" + }, + "Select network": { + "Select network": "選取網路" + }, + "Select system sound theme": { + "Select system sound theme": "選擇系統音效主題" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "為使用者介面文字選擇字體家族" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "請選擇調色板演算法,以桌布的顏色為基底。" + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "選擇要包含哪些快捷鍵提供者" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "選擇要包含在隨機中的轉換效果" + }, + "Select...": { + "Select...": "選擇..." + }, + "Selected image file not found.": { + "Selected image file not found.": "未找到選定的圖片。" + }, + "Send": { + "Send": "傳送" + }, + "Send Clipboard": { + "Send Clipboard": "傳送剪貼簿" + }, + "Send File": { + "Send File": "傳送檔案" + }, + "Send SMS": { + "Send SMS": "傳送簡訊" + }, + "Sending": { + "Sending": "傳送中" + }, + "Separator": { + "Separator": "分隔符" + }, + "Server": { + "Server": "伺服器" + }, + "Session Filter": { + "Session Filter": "會話篩選器" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "設定自訂裝置名稱" + }, + "Set custom name": { + "Set custom name": "設定自訂名稱" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "為您的音訊輸入裝置設定自訂名稱" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "為您的音訊輸出裝置設定自訂名稱" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "為每個連接的螢幕設定不同的桌布" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "為淺色/深色主題設定不同的桌布" + }, + "Set key and action to save": { + "Set key and action to save": "設定按鍵和動作以保存" + }, + "Set notification rules": { + "Set notification rules": "設定通知規則" + }, + "Settings": { + "Settings": "設定" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "設定為唯讀。變更將不會保留。" + }, + "Setup": { + "Setup": "設定" + }, + "Shadow Color": { + "Shadow Color": "陰影顏色" + }, + "Shadow Intensity": { + "Shadow Intensity": "陰影強度" + }, + "Shadow Opacity": { + "Shadow Opacity": "陰影不透明度" + }, + "Shadow Override": { + "Shadow Override": "陰影覆蓋" + }, + "Shadow elevation on bars and panels": { + "Shadow elevation on bars and panels": "bar 和面板上的陰影抬升" + }, + "Shadow elevation on modals and dialogs": { + "Shadow elevation on modals and dialogs": "模態框和對話框上的陰影抬升" + }, + "Shadow elevation on popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "彈出視窗、OSD 和下拉選單上的陰影抬升" + }, + "Shadows": { + "Shadows": "陰影" + }, + "Share": { + "Share": "分享" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "分享 Gamma 控制設定" + }, + "Share Text": { + "Share Text": "分享文字" + }, + "Share URL": { + "Share URL": "分享網址" + }, + "Shared": { + "Shared": "已分享" + }, + "Shell": { + "Shell": "Shell" + }, + "Shift+Del: Clear All • Esc: Close": { + "Shift+Del: Clear All • Esc: Close": "Shift+Del: 清除所有 • Esc: 關閉" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift+Enter 貼上" + }, + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close": "Shift+Enter: 複製 • Shift+Del: 清除全部 • Esc: 關閉" + }, + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { + "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter:貼上 • Shift+Del:全部清除 • Esc:關閉" + }, + "Short": { + "Short": "短" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "快捷鍵 (%1)" + }, + "Shortcuts": { + "Shortcuts": "快捷方式" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "快速鍵 (%1)" + }, + "Show": { + "Show": "顯示" + }, + "Show 3rd Party": { + "Show 3rd Party": "顯示第三方" + }, + "Show All Tags": { + "Show All Tags": "顯示所有標籤" + }, + "Show Badge": { + "Show Badge": "顯示徽章" + }, + "Show CPU": { + "Show CPU": "顯示 CPU" + }, + "Show CPU Graph": { + "Show CPU Graph": "顯示 CPU 圖表" + }, + "Show CPU Temp": { + "Show CPU Temp": "顯示 CPU 溫度" + }, + "Show Date": { + "Show Date": "顯示日期" + }, + "Show Disk": { + "Show Disk": "顯示磁碟" + }, + "Show Dock": { + "Show Dock": "顯示 Dock" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "顯示體感溫度" + }, + "Show Footer": { + "Show Footer": "顯示頁尾" + }, + "Show Forecast": { + "Show Forecast": "顯示預報" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "顯示 GPU 溫度" + }, + "Show Header": { + "Show Header": "顯示標頭" + }, + "Show Hibernate": { + "Show Hibernate": "顯示休眠" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "顯示小時數字" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "顯示每小時預報" + }, + "Show Humidity": { + "Show Humidity": "顯示濕度" + }, + "Show Launcher Button": { + "Show Launcher Button": "顯示啟動器按鈕" + }, + "Show Line Numbers": { + "Show Line Numbers": "顯示行數" + }, + "Show Location": { + "Show Location": "顯示位置" + }, + "Show Lock": { + "Show Lock": "顯示鎖定" + }, + "Show Log Out": { + "Show Log Out": "顯示登出" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "在互動元素上顯示 Material Design 漣漪動畫" + }, + "Show Media Player": { + "Show Media Player": "顯示媒體播放器" + }, + "Show Memory": { + "Show Memory": "顯示記憶體" + }, + "Show Memory Graph": { + "Show Memory Graph": "顯示記憶體圖表" + }, + "Show Memory in GB": { + "Show Memory in GB": "以 GB 顯示記憶體" + }, + "Show Network": { + "Show Network": "顯示網路" + }, + "Show Network Graph": { + "Show Network Graph": "顯示網路圖表" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "只顯示已佔用的工作區" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "顯示溢出徽章計數" + }, + "Show Password Field": { + "Show Password Field": "顯示密碼欄位" + }, + "Show Power Actions": { + "Show Power Actions": "顯示電源動作" + }, + "Show Power Off": { + "Show Power Off": "顯示關機" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "顯示降雨機率" + }, + "Show Pressure": { + "Show Pressure": "顯示氣壓" + }, + "Show Profile Image": { + "Show Profile Image": "顯示個人資料圖片" + }, + "Show Reboot": { + "Show Reboot": "顯示重新啟動" + }, + "Show Restart DMS": { + "Show Restart DMS": "顯示重新啟動 DMS" + }, + "Show Saved Items": { + "Show Saved Items": "顯示已儲存的項目" + }, + "Show Seconds": { + "Show Seconds": "顯示秒數" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "顯示日出/日落" + }, + "Show Suspend": { + "Show Suspend": "顯示睡眠" + }, + "Show Swap": { + "Show Swap": "顯示交換空間" + }, + "Show System Date": { + "Show System Date": "顯示系統日期" + }, + "Show System Icons": { + "Show System Icons": "顯示系統圖示" + }, + "Show System Time": { + "Show System Time": "顯示系統時間" + }, + "Show Top Processes": { + "Show Top Processes": "顯示最佔用程序" + }, + "Show Weather Condition": { + "Show Weather Condition": "顯示天氣狀況" + }, + "Show Week Number": { + "Show Week Number": "顯示週數" + }, + "Show Welcome": { + "Show Welcome": "顯示歡迎畫面" + }, + "Show Wind Speed": { + "Show Wind Speed": "顯示風速" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "顯示工作區應用程式" + }, + "Show all 9 tags instead of only occupied tags (DWL only)": { + "Show all 9 tags instead of only occupied tags (DWL only)": "顯示所有 9 個標籤,而非僅顯示已佔用的標籤 (僅限 DWL)" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "顯示聚焦工作區指示器外框" + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "在媒體小工具中顯示 cava 音訊視覺化工具" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "在模態對話框後顯示暗化覆蓋層" + }, + "Show device": { + "Show device": "顯示裝置" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "當浮動視窗未覆蓋其區域時顯示工作列" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "在通知彈出視窗上顯示陰影。需要在主題和顏色中啟用 M3 抬升。" + }, + "Show in GB": { + "Show in GB": "以 GB 顯示" + }, + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { + "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "在 Niri 總覽中輸入時顯示啟動器疊加。停用以使用其他啟動器。" + }, + "Show mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "在底部顯示模式分頁與鍵盤提示。" + }, + "Show notification popups only on the currently focused monitor": { + "Show notification popups only on the currently focused monitor": "僅在當前焦點顯示器上顯示通知彈出視窗" + }, + "Show notifications only on the currently focused monitor": { + "Show notifications only on the currently focused monitor": "僅在當前焦點顯示器上顯示通知" + }, + "Show on Last Display": { + "Show on Last Display": "在最後顯示幕上顯示" + }, + "Show on Overlay": { + "Show on Overlay": "在覆疊層上顯示" + }, + "Show on Overview": { + "Show on Overview": "顯示在概覽畫面" + }, + "Show on Overview Only": { + "Show on Overview Only": "僅在總覽中顯示" + }, + "Show on all connected displays": { + "Show on all connected displays": "在所有連接的螢幕上顯示" + }, + "Show on screens:": { + "Show on screens:": "在螢幕上顯示:" + }, + "Show on-screen display when brightness changes": { + "Show on-screen display when brightness changes": "亮度改變時顯示螢幕顯示" + }, + "Show on-screen display when caps lock state changes": { + "Show on-screen display when caps lock state changes": "大小寫鎖定狀態改變時顯示螢幕顯示" + }, + "Show on-screen display when cycling audio output devices": { + "Show on-screen display when cycling audio output devices": "切換音訊輸出裝置時顯示螢幕顯示器" + }, + "Show on-screen display when idle inhibitor state changes": { + "Show on-screen display when idle inhibitor state changes": "閒置抑制器狀態改變時顯示螢幕顯示" + }, + "Show on-screen display when media player status changes": { + "Show on-screen display when media player status changes": "媒體播放器狀態變更時顯示螢幕顯示" + }, + "Show on-screen display when media player volume changes": { + "Show on-screen display when media player volume changes": "媒體播放器音量變化時顯示螢幕疊加" + }, + "Show on-screen display when microphone is muted/unmuted": { + "Show on-screen display when microphone is muted/unmuted": "麥克風靜音/取消靜音時顯示螢幕顯示" + }, + "Show on-screen display when power profile changes": { + "Show on-screen display when power profile changes": "電源設定檔改變時顯示螢幕顯示" + }, + "Show on-screen display when volume changes": { + "Show on-screen display when volume changes": "音量改變時顯示螢幕顯示" + }, + "Show seconds": { + "Show seconds": "顯示秒" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "在頂部欄和控制中心顯示天氣資訊" + }, + "Show week number in the calendar": { + "Show week number in the calendar": "在日曆中顯示週數" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "在頂部欄工作區切換器中顯示工作區編號" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "在水平列顯示工作區名稱,垂直列顯示首字母" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "顯示目前聚焦螢幕的工作區" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "顯示所有正在運行的應用程式並帶有焦點指示" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "顯示目前工作區並允許切換" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "顯示大小寫鎖定啟用時" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "顯示麥克風、攝影機或螢幕共用處於活動狀態" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "" + }, + "Shutdown": { + "Shutdown": "關機" + }, + "Signal": { + "Signal": "訊號" + }, + "Signal:": { + "Signal:": "訊號:" + }, + "Size": { + "Size": "大小" + }, + "Size Constraints": { + "Size Constraints": "大小限制" + }, + "Size Offset": { + "Size Offset": "大小偏移" + }, + "Sizing": { + "Sizing": "尺寸" + }, + "Skip": { + "Skip": "跳過" + }, + "Skip confirmation": { + "Skip confirmation": "跳過確認" + }, + "Skip setup": { + "Skip setup": "跳過設定" + }, + "Small": { + "Small": "小" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "智慧卡驗證" + }, + "Smartcard PIN": { + "Smartcard PIN": "智慧卡 PIN 碼" + }, + "Snap": { + "Snap": "貼齊" + }, + "Snow": { + "Snow": "雪" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "部分外掛程式需要較新版 DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "按字母順序排序" + }, + "Sort By": { + "Sort By": "排序方式" + }, + "Sorting & Layout": { + "Sorting & Layout": "排序和佈局" + }, + "Sound Theme": { + "Sound Theme": "音效主題" + }, + "Sounds": { + "Sounds": "聲音" + }, + "Space between windows": { + "Space between windows": "視窗間距" + }, + "Space between windows (gappih/gappiv/gappoh/gappov)": { + "Space between windows (gappih/gappiv/gappoh/gappov)": "視窗間距 (gappih/gappiv/gappoh/gappov)" + }, + "Space between windows (gaps_in and gaps_out)": { + "Space between windows (gaps_in and gaps_out)": "視窗間距 (gaps_in 和 gaps_out)" + }, + "Spacer": { + "Spacer": "空白間隔" + }, + "Spacing": { + "Spacing": "間距" + }, + "Speaker settings": { + "Speaker settings": "喇叭設定" + }, + "Speed": { + "Speed": "速度" + }, + "Spool Area Full": { + "Spool Area Full": "緩衝區已滿" + }, + "Square Corners": { + "Square Corners": "方角" + }, + "Stacked": { + "Stacked": "堆疊" + }, + "Standard": { + "Standard": "標準" + }, + "Start": { + "Start": "開始" + }, + "Start KDE Connect or Valent": { + "Start KDE Connect or Valent": "啟動 KDE Connect 或 Valent" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "啟動 KDE Connect 或 Valent 以使用此外掛" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "從這裡開始輸入您的筆記..." + }, + "State": { + "State": "狀態" + }, + "Status": { + "Status": "狀態" + }, + "Stopped": { + "Stopped": "已停止" + }, + "Stopped Partly": { + "Stopped Partly": "部分停止" + }, + "Stopping": { + "Stopping": "正在停止" + }, + "Stretch": { + "Stretch": "延展" + }, + "Stripes": { + "Stripes": "條紋" + }, + "Summary": { + "Summary": "摘要" + }, + "Sunrise": { + "Sunrise": "日出" + }, + "Sunset": { + "Sunset": "日落" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "啟用時抑制通知彈出視窗" + }, + "Surface": { + "Surface": "表面" + }, + "Surface Variant": { + "Surface Variant": "表面變化" + }, + "Suspend": { + "Suspend": "睡眠" + }, + "Suspend behavior": { + "Suspend behavior": "睡眠行為" + }, + "Suspend system after": { + "Suspend system after": "指定時間後系統睡眠" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "掛起後休眠" + }, + "Sway Website": { + "Sway Website": "Sway 網站" + }, + "Switch User": { + "Switch User": "切換使用者" + }, + "Switch to power profile": { + "Switch to power profile": "切換至電源設定檔" + }, + "Sync": { + "Sync": "同步" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "透過 Portal 同步主題模式" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "同步彈出視窗和模態視窗" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "跨螢幕同步位置" + }, + "Sync completed successfully.": { + "Sync completed successfully.": "同步成功完成。" + }, + "Sync dark mode with settings portals for system-wide theme hints": { + "Sync dark mode with settings portals for system-wide theme hints": "將暗模式與設定入口網站同步以取得系統範圍的主題提示" + }, + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": { + "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.": "後台模式同步失敗。正在嘗試終端模式,以便您可以互動式驗證。" + }, + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": { + "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.": "同步需要 sudo 驗證。正在開啟終端機,以便您可以使用密碼或指紋。" + }, + "System": { + "System": "系統" + }, + "System App Theming": { + "System App Theming": "系統應用程式主題" + }, + "System Check": { + "System Check": "系統檢查" + }, + "System Default": { + "System Default": "系統預設" + }, + "System Information": { + "System Information": "系統資訊" + }, + "System Monitor": { + "System Monitor": "系統監視器" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "系統監視器不可用" + }, + "System Sounds": { + "System Sounds": "系統聲音" + }, + "System Tray": { + "System Tray": "系統匣" + }, + "System Update": { + "System Update": "系統更新" + }, + "System Updater": { + "System Updater": "系統更新程式" + }, + "System Updates": { + "System Updates": "系統更新" + }, + "System notification area icons": { + "System notification area icons": "顯示常駐程式狀態圖示和系統通知" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "系統音效無法使用。請安裝 %1 以取得音效支援。" + }, + "System theme toggle": { + "System theme toggle": "系統佈景主題切換" + }, + "System toast notifications": { + "System toast notifications": "系統快顯通知" + }, + "System update custom command": { + "System update custom command": "自訂系統更新指令" + }, + "Tab": { + "Tab": "分頁" + }, + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { + "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: 切換焦點 • ←→↑↓: 切換焦點 • Enter/Space: 選擇" + }, + "Terminal": { + "Terminal": "終端機" + }, + "Terminal custom additional parameters": { + "Terminal custom additional parameters": "自訂終端附加參數" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "" + }, + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { + "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "終端機回退失敗。請安裝受支援的終端模擬器之一,或手動執行 'dms greeter sync'。" + }, + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal fallback opened. Complete sync there; it will close automatically when done.": { + "Terminal fallback opened. Complete sync there; it will close automatically when done.": "終端機回退已開啟。請在那裡完成同步;完成後它將自動關閉。" + }, + "Terminal multiplexer backend to use": { + "Terminal multiplexer backend to use": "要使用的終端多工器後端" + }, + "Terminal opened. Complete authentication setup there; it will close automatically when done.": { + "Terminal opened. Complete authentication setup there; it will close automatically when done.": "" + }, + "Terminal opened. Complete sync authentication there; it will close automatically when done.": { + "Terminal opened. Complete sync authentication there; it will close automatically when done.": "終端機已開啟。請在那裡完成同步驗證;完成後它將自動關閉。" + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "終端 - 始終使用深色主題" + }, + "Test Connection": { + "Test Connection": "測試連線" + }, + "Test Page": { + "Test Page": "測試頁" + }, + "Test page sent to printer": { + "Test page sent to printer": "測試頁已傳送至印表機" + }, + "Testing...": { + "Testing...": "正在測試..." + }, + "Text": { + "Text": "文字" + }, + "Text Color": { + "Text Color": "文字顏色" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "系統監控需要 'dgop' 工具。\n請安裝 dgop 以使用此功能。" + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET 環境變數未設定或套接字不可用。自動插件管理需要 DMS_SOCKET。" + }, + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { + "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "以下設定將修改您的 GTK 和 Qt 設定。如果您希望保留目前配置,請備份 (qt5ct.conf|qt6ct.conf 和 ~/.config/gtk-3.0|gtk-4.0)。" + }, + "The custom command used when attaching to sessions (receives the session name as the first argument)": { + "The custom command used when attaching to sessions (receives the session name as the first argument)": "附加到會話時使用的自訂命令(將會話名稱作為第一個參數接收)" + }, + "The job queue of this printer is empty": { + "The job queue of this printer is empty": "此印表機的工作佇列為空" + }, + "Theme & Colors": { + "Theme & Colors": "主題和顏色" + }, + "Theme Color": { + "Theme Color": "主題顏色" + }, + "Theme Registry": { + "Theme Registry": "主題註冊" + }, + "Themes": { + "Themes": "主題" + }, + "Thickness": { + "Thickness": "粗細" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "第三方插件警告" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "第三方外掛程式由社群建立,非 DankMaterialShell 官方支援。\n\n這些外掛程式可能存在安全和隱私風險 — 請自行承擔風險安裝。" + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "此綁定已被 config.kdl 覆蓋" + }, + "This may take a few seconds": { + "This may take a few seconds": "這可能需要幾秒鐘" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "意外掛程式沒有 'settings_write' 權限。\n\n請在 plugin.json 中添加 \"permissions\": [\"settings_read\", \"settings_write\"]" + }, + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": { + "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.": "此部件可防止 GPU 電源關閉,這會嚴重影響筆記型電腦的電池續航時間。不建議在配備混合顯示卡的筆記型電腦上使用此功能。" + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "這將刪除所有未釘選的項目。將保留 %1 個已釘選項目。" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "這將永久刪除所有剪貼簿歷史記錄。" + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "這將永久移除此儲存的剪貼簿項目。此動作無法復原。" + }, + "Thunderstorm": { + "Thunderstorm": "雷暴" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "帶冰雹的雷暴" + }, + "Tile": { + "Tile": "拼貼" + }, + "Tile H": { + "Tile H": "水平拼貼" + }, + "Tile V": { + "Tile V": "垂直拼貼" + }, + "Tiled": { + "Tiled": "並排" + }, + "Tiled State": { + "Tiled State": "並排狀態" + }, + "Tiling": { + "Tiling": "平鋪" + }, + "Time": { + "Time": "時間" + }, + "Time & Date Locale": { + "Time & Date Locale": "時間與日期地區設定" + }, + "Time & Weather": { + "Time & Weather": "時間與天氣" + }, + "Time Format": { + "Time Format": "時間格式" + }, + "Time format": { + "Time format": "時間格式" + }, + "Time remaining: %1": { + "Time remaining: %1": "剩餘時間:%1" + }, + "Time until full: %1": { + "Time until full: %1": "充滿電剩餘時間:%1" + }, + "Timed Out": { + "Timed Out": "逾時" + }, + "Timeout for critical priority notifications": { + "Timeout for critical priority notifications": "緊急優先級通知的超時" + }, + "Timeout for low priority notifications": { + "Timeout for low priority notifications": "低優先級通知的超時" + }, + "Timeout for normal priority notifications": { + "Timeout for normal priority notifications": "正常優先級通知的超時" + }, + "Title": { + "Title": "標題" + }, + "Title regex (optional)": { + "Title regex (optional)": "標題正規表達式 (選用)" + }, + "To Full": { + "To Full": "全部" + }, + "To update, run the following command:": { + "To update, run the following command:": "若要更新,請執行以下命令:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "若要使用此 DMS 綁定,請在 config.kdl 中移除或更改按鍵綁定" + }, + "Toast Messages": { + "Toast Messages": "快顯通知" + }, + "Today": { + "Today": "今天" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "切換此欄配置的可見性" + }, + "Toggling...": { + "Toggling...": "切換中..." + }, + "Tomorrow": { + "Tomorrow": "明天" + }, + "Tonal Spot": { + "Tonal Spot": "色調斑點" + }, + "Toner Empty": { + "Toner Empty": "碳粉空" + }, + "Toner Low": { + "Toner Low": "碳粉不足" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "嘗試失敗次數過多 - 帳戶可能已鎖定" + }, + "Tools": { + "Tools": "工具" + }, + "Top": { + "Top": "上方" + }, + "Top (Default)": { + "Top (Default)": "頂部 (預設)" + }, + "Top Bar Format": { + "Top Bar Format": "頂部欄格式" + }, + "Top Center": { + "Top Center": "頂端置中" + }, + "Top Left": { + "Top Left": "左上角" + }, + "Top Processes": { + "Top Processes": "最佔用程序" + }, + "Top Right": { + "Top Right": "右上角" + }, + "Top Section": { + "Top Section": "上方區塊" + }, + "Total": { + "Total": "總計" + }, + "Total Jobs": { + "Total Jobs": "總工作數" + }, + "Touch your security key...": { + "Touch your security key...": "" + }, + "Transform": { + "Transform": "變形" + }, + "Transition Effect": { + "Transition Effect": "切換動畫效果" + }, + "Transparency": { + "Transparency": "透明度" + }, + "Trending GIFs": { + "Trending GIFs": "熱門 GIF" + }, + "Trending Stickers": { + "Trending Stickers": "熱門貼圖" + }, + "Trigger": { + "Trigger": "觸發" + }, + "Trigger Prefix": { + "Trigger Prefix": "觸發前綴" + }, + "Trigger: %1": { + "Trigger: %1": "觸發條件:%1" + }, + "Trust": { + "Trust": "信任" + }, + "Try a different search": { + "Try a different search": "嘗試不同的搜尋" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "鎖定螢幕啟用時立即關閉所有顯示器" + }, + "Turn off monitors after": { + "Turn off monitors after": "指定時間後關閉螢幕" + }, + "Type": { + "Type": "類型" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "請輸入至少 2 個字元" + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "輸入此前綴以搜尋快捷鍵" + }, + "Type to search files": { + "Type to search files": "輸入以搜尋檔案" + }, + "Typography": { + "Typography": "字體排版" + }, + "Typography & Motion": { + "Typography & Motion": "字體排版和動態" + }, + "Unavailable": { + "Unavailable": "不可用" + }, + "Unfocused Color": { + "Unfocused Color": "未聚焦顏色" + }, + "Ungrouped": { + "Ungrouped": "未分組" + }, + "Uninstall": { + "Uninstall": "解除安裝" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "解除安裝歡迎畫面" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "解除安裝插件" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "解除安裝完成。歡迎畫面已移除。" + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "解除安裝失敗:%1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "解除安裝 DMS 歡迎畫面?這將移除設定並還原您之前的顯示管理器。將會開啟一個終端機以進行 sudo 驗證。" + }, + "Uninstalled: %1": { + "Uninstalled: %1": "已解除安裝:%1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "正在解除安裝:%1" + }, + "Unknown": { + "Unknown": "未知" + }, + "Unknown App": { + "Unknown App": "未知應用程式" + }, + "Unknown Artist": { + "Unknown Artist": "未知藝人" + }, + "Unknown Config": { + "Unknown Config": "未知組態" + }, + "Unknown Device": { + "Unknown Device": "未知裝置" + }, + "Unknown GPU": { + "Unknown GPU": "未知 GPU" + }, + "Unknown Monitor": { + "Unknown Monitor": "未知監視器" + }, + "Unknown Network": { + "Unknown Network": "未知網路" + }, + "Unknown Title": { + "Unknown Title": "未知標題" + }, + "Unknown Track": { + "Unknown Track": "未知曲目" + }, + "Unload on Close": { + "Unload on Close": "關閉時卸載" + }, + "Unmute": { + "Unmute": "解除靜音" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "解除靜音 %1 的彈出視窗" + }, + "Unnamed Rule": { + "Unnamed Rule": "未命名規則" + }, + "Unpair": { + "Unpair": "取消配對" + }, + "Unpair failed": { + "Unpair failed": "取消配對失敗" + }, + "Unpin": { + "Unpin": "取消釘選" + }, + "Unpin from Dock": { + "Unpin from Dock": "取消 Dock 釘選" + }, + "Unsaved Changes": { + "Unsaved Changes": "未儲存變更" + }, + "Unsaved changes": { + "Unsaved changes": "未儲存變更" + }, + "Unsaved note...": { + "Unsaved note...": "未儲存筆記..." + }, + "Untitled": { + "Untitled": "無標題" + }, + "Untrust": { + "Untrust": "不信任" + }, + "Up to date": { + "Up to date": "最新" + }, + "Update": { + "Update": "更新" + }, + "Update All": { + "Update All": "更新全部" + }, + "Update Plugin": { + "Update Plugin": "更新插件" + }, + "Uptime": { + "Uptime": "開機時間" + }, + "Uptime:": { + "Uptime:": "開機時間:" + }, + "Urgent Color": { + "Urgent Color": "緊急顏色" + }, + "Usage Tips": { + "Usage Tips": "使用提示" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "使用 24 小時時間格式,而不是 12 小時 AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "使用自訂指令" + }, + "Use Grid Layout": { + "Use Grid Layout": "使用網格佈局" + }, + "Use IP Location": { + "Use IP Location": "使用 IP 位置" + }, + "Use Imperial Units": { + "Use Imperial Units": "使用英制單位" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "使用英制單位(°F, mph, inHg)而非公制單位(°C, km/h, hPa)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "" + }, + "Use Monospace Font": { + "Use Monospace Font": "使用等寬字體" + }, + "Use System Theme": { + "Use System Theme": "使用系統主題" + }, + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.": "為登入畫面使用自訂圖片,或留空以使用您的桌面背景。" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "為此列使用固定陰影方向" + }, + "Use a security key for lock screen authentication.": { + "Use a security key for lock screen authentication.": "使用安全金鑰進行鎖定螢幕驗證。" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "使用外部桌布管理器,如 swww、hyprpaper 或 swaybg。" + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "在媒體播放使用動畫波浪進度條" + }, + "Use custom border size": { + "Use custom border size": "使用自訂邊框大小" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "使用自訂邊框/焦點環寬度" + }, + "Use custom command for update your system": { + "Use custom command for update your system": "使用自訂指令更新您的系統" + }, + "Use custom gaps instead of bar spacing": { + "Use custom gaps instead of bar spacing": "使用自訂間距而非預設間距" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "使用自訂視窗圓角而非主題圓角" + }, + "Use custom window rounding instead of theme radius": { + "Use custom window rounding instead of theme radius": "使用自訂視窗圓角而非主題半徑" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "使用桌面背景" + }, + "Use fingerprint authentication for the lock screen.": { + "Use fingerprint authentication for the lock screen.": "使用指紋驗證鎖定螢幕。" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "使用淺色主題而不是深色主題" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "風速使用公尺/秒而非公里/小時" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "使用較小的通知卡" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "使用系統設定中的音效主題" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "在所有螢幕上使用相同的位置與大小" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "使用觸發前綴啟用" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "當強調色設為自訂時使用" + }, + "User": { + "User": "使用者" + }, + "Username": { + "Username": "使用者名稱" + }, + "Username...": { + "Username...": "使用者名稱..." + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "依據您的位置使用日出/日落時間。" + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "使用根據您的位置日出/日落時間自動調整夜間模式。" + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "使用 Gamma Control 的共享設定" + }, + "Utilities": { + "Utilities": "實用項目" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN 連線" + }, + "VPN Password": { + "VPN Password": "VPN 密碼" + }, + "VPN configuration updated": { + "VPN configuration updated": "VPN 設定已更新" + }, + "VPN connections": { + "VPN connections": "VPN 連線" + }, + "VPN deleted": { + "VPN deleted": "VPN 已刪除" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN 已匯入:%1" + }, + "VPN not available": { + "VPN not available": "VPN 無法使用" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "VPN 狀態和快速連線" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "僅 VRR 全螢幕" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR 隨選啟用" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "可變更新率" + }, + "Verification": { + "Verification": "驗證" + }, + "Version": { + "Version": "版本" + }, + "Vertical Deck": { + "Vertical Deck": "垂直 Deck" + }, + "Vertical Grid": { + "Vertical Grid": "垂直網格" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "垂直滾動" + }, + "Vertical Tiling": { + "Vertical Tiling": "垂直平鋪" + }, + "Vibrant": { + "Vibrant": "鮮豔" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "色彩鮮明且飽和度活潑的調色板。" + }, + "Video Path": { + "Video Path": "影片路徑" + }, + "Video Screensaver": { + "Video Screensaver": "影片螢幕保護程式" + }, + "Videos": { + "Videos": "影片" + }, + "View Mode": { + "View Mode": "檢視模式" + }, + "Visibility": { + "Visibility": "能見度" + }, + "Visual Effects": { + "Visual Effects": "視覺效果" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "部件之間的視覺分隔符" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "桌布變更時所使用的視覺效果" + }, + "Volume": { + "Volume": "音量" + }, + "Volume Changed": { + "Volume Changed": "音量改變" + }, + "Volume Slider": { + "Volume Slider": "音量滑桿" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "音量、亮度及其他系統OSD" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "Wallpaper": { + "Wallpaper": "桌布" + }, + "Wallpaper Error": { + "Wallpaper Error": "桌布錯誤" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "桌布監視器" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "背景圖片填充模式" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "桌布處理失敗" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "桌布處理失敗 - 請檢查桌布路徑" + }, + "Wallpapers": { + "Wallpapers": "桌布" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "套用暖色溫" + }, + "Warning": { + "Warning": "警告" + }, + "Warnings": { + "Warnings": "警告" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "波浪進度條" + }, + "Weather": { + "Weather": "天氣" + }, + "Weather Widget": { + "Weather Widget": "天氣部件" + }, + "Welcome": { + "Welcome": "歡迎" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "歡迎使用 DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "在 Hyprland 特殊工作區中點擊停靠視窗時,在聚焦視窗之前將該特殊工作區帶回" + }, + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": { + "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.": "啟用後,應用程式將按字母順序排序。禁用後,應用程式將按使用頻率排序。" + }, + "When locked": { + "When locked": "鎖定時" + }, + "When updater widget is used, then hide it if no update found": { + "When updater widget is used, then hide it if no update found": "使用更新小工具時,若無更新則隱藏" + }, + "Wi-Fi Password": { + "Wi-Fi Password": "Wi-Fi 密碼" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "Wi-Fi 與乙太網路連線" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi 無法使用" + }, + "WiFi": { + "WiFi": "WiFi" + }, + "WiFi Device": { + "WiFi Device": "WiFi 裝置" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "WiFi 二維碼適用於 " + }, + "WiFi disabled": { + "WiFi disabled": "關閉 WiFi" + }, + "WiFi enabled": { + "WiFi enabled": "開啟 WiFi" + }, + "WiFi is off": { + "WiFi is off": "WiFi 關閉" + }, + "WiFi off": { + "WiFi off": "Wi-Fi 已關閉" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "寬廣 (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "部件背景顏色" + }, + "Widget Management": { + "Widget Management": "部件管理" + }, + "Widget Outline": { + "Widget Outline": "部件外框" + }, + "Widget Style": { + "Widget Style": "部件樣式" + }, + "Widget Styling": { + "Widget Styling": "部件樣式" + }, + "Widget Transparency": { + "Widget Transparency": "部件透明度" + }, + "Widget added": { + "Widget added": "小工具已新增" + }, + "Widget removed": { + "Widget removed": "小工具已移除" + }, + "Widgets": { + "Widgets": "小工具" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "小工具、版面配置、樣式" + }, + "Width": { + "Width": "寬度" + }, + "Width of window border (borderpx)": { + "Width of window border (borderpx)": "視窗邊框寬度 (borderpx)" + }, + "Width of window border (general.border_size)": { + "Width of window border (general.border_size)": "視窗邊框寬度 (general.border_size)" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "視窗邊框與焦點環寬度" + }, + "Wind": { + "Wind": "風速" + }, + "Wind Speed": { + "Wind Speed": "風速" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "風速 (m/s)" + }, + "Window Corner Radius": { + "Window Corner Radius": "視窗圓角半徑" + }, + "Window Gaps": { + "Window Gaps": "視窗間距" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "視窗間距 (像素)" + }, + "Window Height": { + "Window Height": "視窗高度" + }, + "Window Opening": { + "Window Opening": "視窗開啟" + }, + "Window Rounding": { + "Window Rounding": "視窗圓角" + }, + "Window Rules": { + "Window Rules": "視窗規則" + }, + "Window Rules Include Missing": { + "Window Rules Include Missing": "視窗規則包含遺失項目" + }, + "Window Rules Not Configured": { + "Window Rules Not Configured": "視窗規則未設定" + }, + "Wipe": { + "Wipe": "清除" + }, + "Workspace": { + "Workspace": "工作區" + }, + "Workspace Appearance": { + "Workspace Appearance": "工作區外觀" + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "工作區編號" + }, + "Workspace Names": { + "Workspace Names": "工作區名稱" + }, + "Workspace Padding": { + "Workspace Padding": "工作區內距" + }, + "Workspace Settings": { + "Workspace Settings": "工作區設定" + }, + "Workspace Switcher": { + "Workspace Switcher": "工作區切換器" + }, + "Workspace name": { + "Workspace name": "工作區名稱" + }, + "Workspaces": { + "Workspaces": "工作區" + }, + "Workspaces & Widgets": { + "Workspaces & Widgets": "工作區與小工具" + }, + "Write:": { + "Write:": "寫入:" + }, + "X Axis": { + "X Axis": "X 軸" + }, + "Y Axis": { + "Y Axis": "Y 軸" + }, + "Yes": { + "Yes": "是" + }, + "Yesterday": { + "Yesterday": "昨天" + }, + "You have unsaved changes. Save before closing this tab?": { + "You have unsaved changes. Save before closing this tab?": "您有未儲存的變更。是否要儲存?" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "您有未儲存的變更。是否先保存再繼續?" + }, + "You have unsaved changes. Save before creating a new file?": { + "You have unsaved changes. Save before creating a new file?": "您有未儲存的變更。是否先保存再創新檔案?" + }, + "You have unsaved changes. Save before opening a file?": { + "You have unsaved changes. Save before opening a file?": "您有未儲存的變更。是否先保存再開檔案?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "您需要設定以下其中一個環境變數並重新啟動 shell:\nQT_QPA_PLATFORMTHEME=gtk3 或\nQT_QPA_PLATFORMTHEME=qt6ct\n\nqt6ct 需要安裝 qt6ct-kde。" + }, + "You're All Set!": { + "You're All Set!": "一切就緒!" + }, + "Your system is up to date!": { + "Your system is up to date!": "您的系統是最新版本!" + }, + "actions": { + "actions": "動作" + }, + "attached": { + "attached": "已附加" + }, + "brandon": { + "brandon": "布蘭登" + }, + "by %1": { + "by %1": "作者:%1" + }, + "days": { + "days": "天" + }, + "detached": { + "detached": "已分離" + }, + "device": { + "device": "裝置" + }, + "devices connected": { + "devices connected": "已連接裝置" + }, + "dgop not available": { + "dgop not available": "dgop 無法使用" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms 是一個高度可自訂的現代桌面外殼,其設計靈感來自 material 3

它使用 Quickshell(一個用於構建桌面外殼的 QT6 框架)和 Go(一種靜態類型、編譯式程式語言)構建。" + }, + "dms/cursor config exists but is not included. Cursor settings won't apply.": { + "dms/cursor config exists but is not included. Cursor settings won't apply.": "dms/cursor 設定存在但未被包含。游標設定將不會套用。" + }, + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "dms/outputs 組態存在,但未包含在您的合成器組態中。顯示變更將不會保留。" + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "例如,firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "例如,focus-workspace 3, resize-column -10" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "例如:notify-send 'Hello' && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "例如:scratch, /^tmp_.*/, build" + }, + "events": { + "events": "活動" + }, + "ext": { + "ext": "外部" + }, + "featured": { + "featured": "精選" + }, + "leave empty for default": { + "leave empty for default": "留空以使用預設值" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl 不可用 - 鎖定整合需要 DMS 套接字連接" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "mangowc Discord 伺服器" + }, + "mangowc GitHub": { + "mangowc GitHub": "mangowc GitHub" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "找不到 matugen - 請安裝 matugen 套件以實現動態主題" + }, + "minutes": { + "minutes": "分鐘" + }, + "ms": { + "ms": "毫秒" + }, + "nav": { + "nav": "導覽" + }, + "niri GitHub": { + "niri GitHub": "niri GitHub" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "niri Matrix 聊天室" + }, + "niri shortcuts config": { + "niri shortcuts config": "niri 捷徑設定" + }, + "niri/dms Discord": { + "niri/dms Discord": "niri/dms Discord" + }, + "now": { + "now": "現在" + }, + "official": { + "official": "官方" + }, + "on Hyprland": { + "on Hyprland": "在 Hyprland 上" + }, + "on MangoWC": { + "on MangoWC": "在 MangoWC 上" + }, + "on Miracle WM": { + "on Miracle WM": "在 Miracle WM 上" + }, + "on Niri": { + "on Niri": "在 Niri 上" + }, + "on Scroll": { + "on Scroll": "在 Scroll 上" + }, + "on Sway": { + "on Sway": "在 Sway 上" + }, + "open": { + "open": "開啟" + }, + "or run ": { + "or run ": "或執行 " + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon 不可用" + }, + "procs": { + "procs": "處理程序" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "r/niri Subreddit" + }, + "seconds": { + "seconds": "秒" + }, + "source": { + "source": "來源" + }, + "this app": { + "this app": "此應用程式" + }, + "up": { + "up": "向上" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "更新 dms 以進行 NM 整合。" + }, + "v%1 by %2": { + "v%1 by %2": "v%1 由 %2" + }, + "wtype not available - install wtype for paste support": { + "wtype not available - install wtype for paste support": "wtype 未可用 - 請安裝 wtype 以支援貼上功能" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• 僅從受信任的來源安裝" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M - 月 (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM - 月 (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM - 月 (一)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM - 月 (一月)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• 插件可能有錯誤或安全性問題" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• 盡可能在安裝前檢查程式碼" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d - 日 (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd - 日 (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd - 星期 (一)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd - 星期 (周一)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy - 年 (24)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy - 年 (2024)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: 導航 • 空格鍵: 展開 • Enter: 動作/展開 • E: 文字" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help": "↑/↓: 導航 • Enter/Ctrl+C: 複製 • Del: 刪除 • F10: 幫助" + }, + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help": "↑/↓: 導航 • Enter: 貼上 • Del: 刪除 • F10: 幫助" + } +} diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/replace_qstr.py b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/replace_qstr.py new file mode 100755 index 0000000..b1ae17e --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/replace_qstr.py @@ -0,0 +1,48 @@ +#!/usr/bin/env python3 +import os +import re +from pathlib import Path + +def replace_qstr_in_file(file_path, root_dir): + with open(file_path, 'r', encoding='utf-8') as f: + content = f.read() + + original_content = content + relative_path = file_path.relative_to(root_dir) + + qstr_pattern = re.compile(r'qsTr\("([^"]+)"\)') + + def replacement(match): + term = match.group(1) + context = term + return f'I18n.tr("{term}", "{context}")' + + content = qstr_pattern.sub(replacement, content) + + if content != original_content: + with open(file_path, 'w', encoding='utf-8') as f: + f.write(content) + return True + return False + +def main(): + script_dir = Path(__file__).parent + root_dir = script_dir.parent + + modified_count = 0 + + for qml_file in root_dir.rglob('*.qml'): + if 'translations' in str(qml_file): + continue + + try: + if replace_qstr_in_file(qml_file, root_dir): + modified_count += 1 + print(f"Modified: {qml_file.relative_to(root_dir)}") + except Exception as e: + print(f"Error processing {qml_file}: {e}") + + print(f"\nTotal files modified: {modified_count}") + +if __name__ == '__main__': + main() diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/settings_search_index.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/settings_search_index.json new file mode 100644 index 0000000..a23662b --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/settings_search_index.json @@ -0,0 +1,7217 @@ +[ + { + "section": "wallpaperCyclingEnabled", + "label": "Automatic Cycling", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "automatic", + "automatically", + "background", + "bg", + "custom", + "customize", + "cycle", + "cycling", + "desktop", + "folder", + "image", + "personal", + "personalization", + "picture", + "rotate", + "same", + "slideshow", + "through", + "wallpapers" + ], + "description": "Automatically cycle through wallpapers in the same folder" + }, + { + "section": "blurWallpaper", + "label": "Blur Wallpaper Layer", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "blur", + "compositor", + "config", + "configuration", + "configure", + "custom", + "customize", + "desktop", + "enable", + "image", + "layer", + "manual", + "niri", + "personal", + "personalization", + "picture", + "requires", + "setup", + "targetable", + "wallpaper" + ], + "description": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.", + "conditionKey": "isNiri" + }, + { + "section": "blurWallpaperOnOverview", + "label": "Blur on Overview", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "blur", + "custom", + "customize", + "desktop", + "image", + "niri", + "open", + "overview", + "personal", + "personalization", + "picture", + "wallpaper" + ], + "description": "Blur wallpaper when niri overview is open", + "conditionKey": "isNiri" + }, + { + "section": "disableWallpapers", + "label": "Disable Built-in Wallpapers", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "built", + "custom", + "customize", + "desktop", + "disable", + "external", + "hyprpaper", + "image", + "management", + "manager", + "personal", + "personalization", + "picture", + "swaybg", + "swww", + "wallpaper", + "wallpapers" + ], + "description": "Use an external wallpaper manager like swww, hyprpaper, or swaybg." + }, + { + "section": "blurredWallpaperLayer", + "label": "Duplicate Wallpaper with Blur", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "blur", + "compositor", + "config", + "configuration", + "configure", + "custom", + "customize", + "desktop", + "duplicate", + "enable", + "image", + "layer", + "manual", + "niri", + "personal", + "personalization", + "picture", + "requires", + "setup", + "targetable", + "wallpaper" + ], + "description": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration." + }, + { + "section": "disableWallpaper", + "label": "External Wallpaper Management", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "custom", + "customize", + "desktop", + "disable", + "external", + "hyprpaper", + "image", + "management", + "manager", + "personal", + "personalization", + "picture", + "swaybg", + "swww", + "wallpaper" + ], + "icon": "wallpaper", + "description": "Use an external wallpaper manager like swww, hyprpaper, or swaybg." + }, + { + "section": "wallpaperCyclingInterval", + "label": "Interval", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "change", + "custom", + "customize", + "cycling", + "desktop", + "frequency", + "image", + "interval", + "often", + "personal", + "personalization", + "picture", + "time", + "wallpaper" + ], + "description": "How often to change wallpaper" + }, + { + "section": "matugenTargetMonitor", + "label": "Matugen Target Monitor", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "colors", + "colour", + "colours", + "custom", + "customize", + "desktop", + "drives", + "dynamic", + "hue", + "image", + "material", + "matugen", + "monitor", + "palette", + "personal", + "personalization", + "picture", + "target", + "theming", + "tint", + "wallpaper", + "wallpaper colors", + "whose" + ], + "description": "Monitor whose wallpaper drives dynamic theming colors" + }, + { + "section": "perModeWallpaper", + "label": "Per-Mode Wallpapers", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "custom", + "customize", + "dark", + "dark mode", + "day", + "desktop", + "different", + "image", + "light", + "light mode", + "mode", + "night", + "per", + "per-mode", + "personal", + "personalization", + "picture", + "theme", + "wallpapers" + ], + "description": "Set different wallpapers for light and dark mode" + }, + { + "section": "perMonitorWallpaper", + "label": "Per-Monitor Wallpapers", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "connected", + "custom", + "customize", + "desktop", + "different", + "display", + "image", + "monitor", + "multi-monitor", + "per", + "per-monitor", + "personal", + "personalization", + "picture", + "wallpapers" + ], + "description": "Set different wallpapers for each connected monitor" + }, + { + "section": "_tab_0", + "label": "Personalization", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "custom", + "customize", + "personal", + "personalization" + ], + "icon": "palette" + }, + { + "section": "wallpaperTransition", + "label": "Transition Effect", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "animation", + "appearance", + "background", + "bg", + "change", + "changes", + "custom", + "customize", + "desktop", + "effect", + "image", + "personal", + "personalization", + "picture", + "transition", + "visual", + "wallpaper" + ], + "description": "Visual effect used when wallpaper changes" + }, + { + "section": "wallpaper", + "label": "Wallpaper", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "custom", + "customize", + "dark", + "dark mode", + "day", + "desktop", + "different", + "image", + "light", + "light mode", + "mode", + "night", + "personal", + "personalization", + "picture", + "wallpaper", + "wallpapers" + ], + "icon": "wallpaper", + "description": "Set different wallpapers for light and dark mode" + }, + { + "section": "selectedMonitor", + "label": "Wallpaper Monitor", + "tabIndex": 0, + "category": "Personalization", + "keywords": [ + "appearance", + "background", + "bg", + "configure", + "custom", + "customize", + "desktop", + "display", + "image", + "monitor", + "personal", + "personalization", + "picture", + "screen", + "select", + "wallpaper" + ], + "description": "Select monitor to configure wallpaper" + }, + { + "section": "use24HourClock", + "label": "24-Hour Format", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "24hour", + "clock", + "date", + "forecast", + "format", + "hour", + "time", + "weather" + ], + "description": "Use 24-hour time format instead of 12-hour AM/PM" + }, + { + "section": "useAutoLocation", + "label": "Auto Location", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "address", + "auto", + "automatically", + "clock", + "date", + "determine", + "forecast", + "gps", + "location", + "time", + "weather" + ], + "description": "Automatically determine your location using your IP address" + }, + { + "section": "dateFormat", + "label": "Date Format", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "calendar", + "clock", + "date", + "day", + "forecast", + "format", + "month", + "number", + "show", + "time", + "weather", + "week", + "year" + ], + "icon": "calendar_today", + "description": "Show week number in the calendar" + }, + { + "section": "weatherEnabled", + "label": "Enable Weather", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "center", + "climate", + "clock", + "control", + "date", + "enable", + "forecast", + "information", + "panel", + "show", + "statusbar", + "taskbar", + "temperature", + "time", + "topbar", + "weather" + ], + "description": "Show weather information in top bar and control center" + }, + { + "section": "firstDayOfWeek", + "label": "First Day of Week", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "clock", + "date", + "day", + "first", + "forecast", + "time", + "weather", + "week" + ] + }, + { + "section": "lockDateFormat", + "label": "Lock Screen Format", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "clock", + "date", + "forecast", + "format", + "lock", + "lockscreen", + "login", + "screen", + "security", + "time", + "weather" + ] + }, + { + "section": "padHours12Hour", + "label": "Pad Hours", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "12hour", + "clock", + "date", + "forecast", + "format", + "hours", + "leading", + "pad", + "padding", + "time", + "weather", + "zero" + ], + "description": "02:31 PM vs 2:31 PM" + }, + { + "section": "showSeconds", + "label": "Show Seconds", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "clock", + "date", + "display", + "forecast", + "monitor", + "output", + "screen", + "seconds", + "show", + "time", + "watch", + "weather" + ], + "description": "Display seconds in the clock" + }, + { + "section": "showWeekNumber", + "label": "Show Week Number", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "calendar", + "clock", + "date", + "day", + "forecast", + "month", + "number", + "show", + "time", + "weather", + "week", + "year" + ], + "description": "Show week number in the calendar" + }, + { + "section": "_tab_1", + "label": "Time & Weather", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "climate", + "clock", + "date", + "forecast", + "temperature", + "time", + "weather" + ], + "icon": "schedule" + }, + { + "section": "timeFormat", + "label": "Time Format", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "24hour", + "clock", + "date", + "forecast", + "format", + "hour", + "time", + "weather" + ], + "icon": "schedule", + "description": "Use 24-hour time format instead of 12-hour AM/PM" + }, + { + "section": "clockDateFormat", + "label": "Top Bar Format", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "bar", + "clock", + "date", + "forecast", + "format", + "panel", + "statusbar", + "taskbar", + "time", + "top", + "topbar", + "weather" + ] + }, + { + "section": "useFahrenheit", + "label": "Use Imperial Units", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "clock", + "date", + "fahrenheit", + "forecast", + "imperial", + "metric", + "time", + "units", + "weather" + ], + "description": "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)" + }, + { + "section": "weather", + "label": "Weather", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "center", + "climate", + "clock", + "control", + "date", + "enable", + "forecast", + "information", + "panel", + "show", + "statusbar", + "taskbar", + "temperature", + "time", + "topbar", + "weather" + ], + "icon": "cloud", + "description": "Show weather information in top bar and control center" + }, + { + "section": "windSpeedUnit", + "label": "Wind Speed in m/s", + "tabIndex": 1, + "category": "Time & Weather", + "keywords": [ + "clock", + "date", + "forecast", + "meters", + "metric", + "second", + "speed", + "time", + "units", + "weather", + "wind" + ], + "description": "Use meters per second instead of km/h for wind speed" + }, + { + "section": "_tab_2", + "label": "Keyboard Shortcuts", + "tabIndex": 2, + "category": "Keyboard Shortcuts", + "keywords": [ + "bindings", + "hotkey", + "hotkeys", + "keybinds", + "keyboard", + "keys", + "shortcuts" + ], + "icon": "keyboard", + "conditionKey": "keybindsAvailable" + }, + { + "section": "barConfigurations", + "label": "Bar Configurations", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "config", + "configurations", + "configure", + "dank", + "panel", + "setup", + "statusbar", + "taskbar", + "topbar" + ], + "icon": "dashboard" + }, + { + "section": "barCorners", + "label": "Corners & Background", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "background", + "bar", + "corners", + "dank", + "panel", + "radius", + "round", + "rounded", + "statusbar", + "topbar" + ], + "icon": "rounded_corner" + }, + { + "section": "_tab_3", + "label": "Dank Bar", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "dank", + "panel", + "statusbar", + "taskbar", + "topbar" + ], + "icon": "toolbar" + }, + { + "section": "barShadowDirectionSource", + "label": "Direction Source", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "choose", + "dank", + "direction", + "panel", + "resolves", + "shadow", + "source", + "statusbar", + "taskbar", + "topbar" + ], + "description": "Choose how this bar resolves shadow direction" + }, + { + "section": "barDisplay", + "label": "Display Assignment", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "assignment", + "bar", + "dank", + "display", + "monitor", + "output", + "panel", + "screen", + "statusbar", + "topbar" + ], + "icon": "display_settings" + }, + { + "section": "barShadowDirectionManual", + "label": "Manual Direction", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "dank", + "direction", + "fixed", + "manual", + "panel", + "shadow", + "statusbar", + "taskbar", + "topbar" + ], + "description": "Use a fixed shadow direction for this bar" + }, + { + "section": "barPosition", + "label": "Position", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "dank", + "panel", + "position", + "statusbar", + "topbar" + ], + "icon": "vertical_align_center" + }, + { + "section": "barShadow", + "label": "Shadow Override", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "dank", + "global", + "override", + "panel", + "settings", + "shadow", + "statusbar", + "taskbar", + "topbar" + ], + "icon": "layers", + "description": "Override the global shadow with per-bar settings" + }, + { + "section": "barSpacing", + "label": "Spacing", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "bar", + "dank", + "gap", + "gaps", + "margin", + "margins", + "padding", + "panel", + "spacing", + "statusbar", + "topbar" + ], + "icon": "space_bar" + }, + { + "section": "barTransparency", + "label": "Transparency", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "alpha", + "bar", + "dank", + "opacity", + "panel", + "statusbar", + "topbar", + "translucent", + "transparency", + "transparent" + ], + "icon": "opacity" + }, + { + "section": "barVisibility", + "label": "Visibility", + "tabIndex": 3, + "category": "Dank Bar", + "keywords": [ + "auto-hide", + "autohide", + "bar", + "dank", + "hidden", + "hide", + "panel", + "show", + "statusbar", + "topbar", + "visibility", + "visible" + ], + "icon": "visibility_off" + }, + { + "section": "workspaceDragReorder", + "label": "Drag to Reorder", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "desktop", + "drag", + "indicators", + "move", + "reorder", + "sort", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Drag workspace indicators to reorder them", + "conditionKey": "isNiri" + }, + { + "section": "workspaceFocusedBorderEnabled", + "label": "Focused Border", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "around", + "border", + "desktop", + "focused", + "indicator", + "outline", + "ring", + "show", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Show an outline ring around the focused workspace indicator" + }, + { + "section": "workspaceFollowFocus", + "label": "Follow Monitor Focus", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "currently", + "desktop", + "desktops", + "focus", + "focused", + "follow", + "monitor", + "show", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Show workspaces of the currently focused monitor", + "conditionKey": "isNiri" + }, + { + "section": "groupWorkspaceApps", + "label": "Group Workspace Apps", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "app", + "application", + "apps", + "collapse", + "desktop", + "desktops", + "group", + "grouped", + "icons", + "program", + "repeated", + "spaces", + "unfocused", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Group repeated application icons in unfocused workspaces" + }, + { + "section": "workspaceActiveAppHighlightEnabled", + "label": "Highlight Active Workspace App", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "active", + "app", + "apps", + "currently", + "day", + "desktop", + "focused", + "highlight", + "icons", + "indicators", + "inside", + "light mode", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Highlight the currently focused app inside workspace indicators" + }, + { + "section": "workspaceIcons", + "label": "Named Workspace Icons", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "desktop", + "icons", + "named", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "icon": "label" + }, + { + "section": "reverseScrolling", + "label": "Reverse Scrolling Direction", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "desktop", + "direction", + "over", + "panel", + "reverse", + "scroll", + "scrolling", + "spaces", + "statusbar", + "switch", + "taskbar", + "topbar", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Reverse workspace switch direction when scrolling over the bar", + "conditionKey": "isNiri" + }, + { + "section": "dwlShowAllTags", + "label": "Show All Tags", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "all", + "dwl", + "occupied", + "show", + "spaces", + "tags", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Show all 9 tags instead of only occupied tags (DWL only)", + "conditionKey": "isDwl" + }, + { + "section": "showOccupiedWorkspacesOnly", + "label": "Show Occupied Workspaces Only", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "active", + "contain", + "desktop", + "desktops", + "display", + "monitor", + "occupied", + "output", + "screen", + "show", + "spaces", + "virtual", + "virtual desktops", + "windows", + "workspace", + "workspaces" + ], + "description": "Display only workspaces that contain windows", + "conditionKey": "isNiri" + }, + { + "section": "showWorkspaceApps", + "label": "Show Workspace Apps", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "app", + "application", + "applications", + "apps", + "desktop", + "display", + "icons", + "indicators", + "monitor", + "output", + "program", + "screen", + "show", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Display application icons in workspace indicators", + "conditionKey": "isNiri" + }, + { + "section": "workspaceAppearance", + "label": "Workspace Appearance", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "appearance", + "around", + "border", + "desktop", + "focused", + "indicator", + "outline", + "ring", + "show", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "icon": "palette", + "description": "Show an outline ring around the focused workspace indicator", + "conditionKey": "isNiri" + }, + { + "section": "showWorkspaceIndex", + "label": "Workspace Index Numbers", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "desktop", + "index", + "labels", + "numbers", + "panel", + "show", + "spaces", + "statusbar", + "switcher", + "taskbar", + "topbar", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Show workspace index numbers in the top bar workspace switcher" + }, + { + "section": "showWorkspaceName", + "label": "Workspace Names", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "bars", + "desktop", + "first", + "horizontal", + "labels", + "letter", + "name", + "names", + "panel", + "show", + "spaces", + "statusbar", + "taskbar", + "topbar", + "vertical", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Show workspace name on horizontal bars, and first letter on vertical bars" + }, + { + "section": "showWorkspacePadding", + "label": "Workspace Padding", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "always", + "available", + "desktop", + "desktops", + "even", + "fewer", + "minimum", + "padding", + "show", + "spaces", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "description": "Always show a minimum of 3 workspaces, even if fewer are available" + }, + { + "section": "workspaceSettings", + "label": "Workspace Settings", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "desktop", + "index", + "labels", + "numbers", + "panel", + "settings", + "show", + "spaces", + "statusbar", + "switcher", + "taskbar", + "topbar", + "virtual", + "virtual desktops", + "workspace", + "workspaces" + ], + "icon": "view_module", + "description": "Show workspace index numbers in the top bar workspace switcher", + "conditionKey": "isNiri" + }, + { + "section": "_tab_4", + "label": "Workspaces & Widgets", + "tabIndex": 4, + "category": "Workspaces", + "keywords": [ + "components", + "desktop", + "desktops", + "modules", + "spaces", + "virtual", + "virtual desktops", + "widgets", + "workspace", + "workspaces" + ], + "icon": "dashboard" + }, + { + "section": "dockAutoHide", + "label": "Auto-hide Dock", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "always", + "area", + "auto", + "autohide", + "dock", + "hide", + "hover", + "hovering", + "launcher bar", + "near", + "panel", + "reveal", + "taskbar" + ], + "description": "Always hide the dock and reveal it when hovering near the dock area" + }, + { + "section": "dockBehavior", + "label": "Behavior", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "behavior", + "current", + "dock", + "isolate", + "launcher bar", + "monitor", + "multi-monitor", + "panel", + "show", + "taskbar", + "windows" + ], + "icon": "apps", + "description": "Only show windows from the current monitor on each dock", + "conditionKey": "isHyprland" + }, + { + "section": "dockBorder", + "label": "Border", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "around", + "border", + "dock", + "launcher bar", + "panel", + "taskbar" + ], + "icon": "border_style", + "description": "Add a border around the dock" + }, + { + "section": "dockLauncherLogoBrightness", + "label": "Brightness", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "backlight", + "bright", + "brightness", + "color", + "dim", + "dock", + "launcher", + "launcher bar", + "logo", + "taskbar" + ] + }, + { + "section": "dockLauncherLogoContrast", + "label": "Contrast", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "color", + "contrast", + "dock", + "launcher", + "launcher bar", + "logo", + "taskbar" + ] + }, + { + "section": "_tab_5", + "label": "Dock & Launcher", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "app drawer", + "app menu", + "applications", + "dock", + "launcher", + "launcher bar", + "panel", + "start menu", + "taskbar" + ], + "icon": "apps" + }, + { + "section": "dockVisibility", + "label": "Dock Visibility", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "app", + "applications", + "apps", + "auto-hide", + "autohide", + "display", + "dock", + "enable", + "hidden", + "hide", + "launcher bar", + "monitor", + "output", + "panel", + "pinned", + "program", + "programs", + "running", + "screen", + "show", + "taskbar", + "visibility", + "visible" + ], + "icon": "dock_to_bottom", + "description": "Display a dock with pinned and running applications" + }, + { + "section": "dockGroupByApp", + "label": "Group by App", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "app", + "count", + "dock", + "group", + "indicator", + "launcher bar", + "multiple", + "same", + "taskbar", + "together", + "window", + "windows" + ], + "description": "Group multiple windows of the same app together with a window count indicator" + }, + { + "section": "dockIconSize", + "label": "Icon Size", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "dock", + "icon", + "launcher bar", + "scale", + "size", + "taskbar" + ] + }, + { + "section": "dockIndicatorStyle", + "label": "Indicator Style", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "circle", + "dock", + "indicator", + "launcher bar", + "line", + "style", + "taskbar" + ] + }, + { + "section": "dockSmartAutoHide", + "label": "Intelligent Auto-hide", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "auto", + "autohide", + "dock", + "floating", + "hide", + "intelligent", + "launcher bar", + "overlap", + "panel", + "show", + "smart", + "taskbar", + "windows" + ], + "description": "Show dock when floating windows don", + "conditionKey": "isNiri" + }, + { + "section": "dockIsolateDisplays", + "label": "Isolate Displays", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "current", + "displays", + "dock", + "isolate", + "launcher bar", + "monitor", + "monitors", + "multi-monitor", + "output", + "outputs", + "panel", + "screen", + "screens", + "show", + "taskbar", + "windows" + ], + "description": "Only show windows from the current monitor on each dock" + }, + { + "section": "dockLauncher", + "label": "Launcher Button", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "app drawer", + "app menu", + "applications", + "apps", + "button", + "dock", + "launcher", + "launcher bar", + "start menu", + "taskbar" + ], + "icon": "apps" + }, + { + "section": "dockMaxVisibleApps", + "label": "Max Pinned Apps (0 = Unlimited)", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "apps", + "dock", + "launcher bar", + "limit", + "max", + "overflow", + "pinned", + "taskbar", + "unlimited)" + ] + }, + { + "section": "dockMaxVisibleRunningApps", + "label": "Max Running Apps (0 = Unlimited)", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "active", + "apps", + "dock", + "launcher bar", + "limit", + "max", + "open", + "overflow", + "running", + "taskbar", + "unlimited)", + "windows" + ] + }, + { + "section": "dockPosition", + "label": "Position", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "dock", + "launcher bar", + "position", + "taskbar" + ], + "icon": "swap_vert" + }, + { + "section": "dockRestoreSpecialWorkspaceOnClick", + "label": "Restore Special Workspace Windows", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "back", + "before", + "bring", + "clicking", + "desktop", + "dock", + "focusing", + "hyprland", + "launcher bar", + "panel", + "restore", + "special", + "taskbar", + "virtual", + "window", + "windows", + "workspace" + ], + "description": "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window", + "conditionKey": "isHyprland" + }, + { + "section": "showDock", + "label": "Show Dock", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "app", + "applications", + "apps", + "display", + "dock", + "enable", + "launcher bar", + "monitor", + "output", + "panel", + "pinned", + "program", + "programs", + "running", + "screen", + "show", + "taskbar" + ], + "description": "Display a dock with pinned and running applications" + }, + { + "section": "dockLauncherEnabled", + "label": "Show Launcher Button", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "app drawer", + "app menu", + "applications", + "apps", + "button", + "dock", + "launcher", + "launcher bar", + "show", + "start menu", + "taskbar" + ] + }, + { + "section": "dockShowOverflowBadge", + "label": "Show Overflow Badge Count", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "active", + "badge", + "count", + "displays", + "dock", + "indicator", + "launcher bar", + "monitor", + "monitors", + "output", + "outputs", + "overflow", + "screen", + "screens", + "show", + "taskbar" + ], + "description": "Displays count when overflow is active" + }, + { + "section": "dockOpenOnOverview", + "label": "Show on Overview", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "always", + "dock", + "launcher bar", + "niri", + "overview", + "panel", + "show", + "taskbar" + ], + "description": "Always show the dock when niri", + "conditionKey": "isNiri" + }, + { + "section": "dockLauncherLogoSizeOffset", + "label": "Size Offset", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "dock", + "launcher", + "launcher bar", + "logo", + "offset", + "scale", + "size", + "taskbar" + ] + }, + { + "section": "dockSizing", + "label": "Sizing", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "dock", + "icon", + "launcher bar", + "scale", + "size", + "sizing", + "taskbar" + ], + "icon": "photo_size_select_large" + }, + { + "section": "dockSpacing", + "label": "Spacing", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "dock", + "gap", + "gaps", + "launcher bar", + "margin", + "margins", + "padding", + "spacing", + "taskbar" + ], + "icon": "space_bar" + }, + { + "section": "dockTransparency", + "label": "Transparency", + "tabIndex": 5, + "category": "Dock", + "keywords": [ + "alpha", + "dock", + "launcher bar", + "opacity", + "taskbar", + "translucent", + "transparency", + "transparent" + ], + "icon": "opacity" + }, + { + "section": "_tab_7", + "label": "Network", + "tabIndex": 7, + "category": "Network", + "keywords": [ + "connection", + "connectivity", + "ethernet", + "internet", + "network", + "online", + "wi-fi", + "wifi", + "wireless" + ], + "icon": "wifi", + "conditionKey": "dmsConnected" + }, + { + "section": "_tab_8", + "label": "Printers", + "tabIndex": 8, + "category": "System", + "keywords": [ + "cups", + "linux", + "os", + "print", + "printers", + "printing", + "system" + ], + "icon": "print", + "conditionKey": "cupsAvailable" + }, + { + "section": "appOverrides", + "label": "App Customizations", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "app", + "customizations", + "drawer", + "launcher", + "menu", + "start" + ], + "icon": "edit" + }, + { + "section": "dankLauncherV2Appearance", + "label": "Appearance", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "appearance", + "bottom", + "drawer", + "footer", + "hints", + "keyboard", + "launcher", + "menu", + "mode", + "shortcuts", + "show", + "start", + "tabs" + ], + "icon": "tune", + "description": "Show mode tabs and keyboard hints at the bottom." + }, + { + "section": "dankLauncherV2BorderEnabled", + "label": "Border", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "border", + "drawer", + "launcher", + "menu", + "outline", + "start" + ] + }, + { + "section": "launcherLogoBrightness", + "label": "Brightness", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "backlight", + "bright", + "brightness", + "color", + "dim", + "drawer", + "launcher", + "logo", + "menu", + "start" + ] + }, + { + "section": "launcherLogoContrast", + "label": "Contrast", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "color", + "contrast", + "drawer", + "launcher", + "logo", + "menu", + "start" + ] + }, + { + "section": "builtInPlugins", + "label": "DMS", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "dms", + "drawer", + "launcher", + "menu", + "start" + ], + "icon": "extension" + }, + { + "section": "niriOverviewOverlayEnabled", + "label": "Enable Overview Overlay", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "another", + "app drawer", + "app menu", + "applications", + "disable", + "drawer", + "enable", + "launcher", + "menu", + "niri", + "overlay", + "overview", + "show", + "start", + "start menu", + "typing" + ], + "description": "Show launcher overlay when typing in Niri overview. Disable to use another launcher." + }, + { + "section": "appLauncherGridColumns", + "label": "Grid Columns", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "adjust", + "columns", + "drawer", + "grid", + "launcher", + "layout", + "menu", + "mode", + "number", + "start", + "view" + ], + "description": "Adjust the number of columns in grid view mode." + }, + { + "section": "hiddenApps", + "label": "Hidden Apps", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "apps", + "drawer", + "hidden", + "launcher", + "menu", + "start" + ], + "icon": "visibility_off" + }, + { + "section": "dankLauncherV2IncludeFilesInAll", + "label": "Include Files in All Tab", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "all", + "drawer", + "dsearch", + "file", + "files", + "include", + "indexed", + "launcher", + "menu", + "merge", + "results", + "start", + "tab" + ], + "description": "Merge indexed file results into the All tab (requires dsearch)." + }, + { + "section": "dankLauncherV2IncludeFoldersInAll", + "label": "Include Folders in All Tab", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "all", + "dirs", + "drawer", + "dsearch", + "folder", + "folders", + "include", + "indexed", + "launcher", + "menu", + "merge", + "results", + "start", + "tab" + ], + "description": "Merge indexed folder results into the All tab (requires dsearch)." + }, + { + "section": "launcherLogoColorInvertOnMode", + "label": "Invert on mode change", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "change", + "color", + "drawer", + "invert", + "launcher", + "logo", + "menu", + "mode", + "start" + ] + }, + { + "section": "launchPrefix", + "label": "Launch Prefix", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "drawer", + "launch", + "launcher", + "menu", + "prefix", + "start" + ], + "icon": "terminal" + }, + { + "section": "_tab_9", + "label": "Launcher", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "app drawer", + "app menu", + "applications", + "drawer", + "launcher", + "menu", + "start", + "start menu" + ], + "icon": "grid_view" + }, + { + "section": "launcherLogo", + "label": "Launcher Button Logo", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "app drawer", + "app menu", + "applications", + "button", + "drawer", + "launcher", + "logo", + "menu", + "offset", + "scale", + "size", + "start", + "start menu" + ], + "icon": "apps" + }, + { + "section": "spotlightCloseNiriOverview", + "label": "Niri Integration", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "apps", + "auto", + "close", + "drawer", + "integration", + "launch", + "launcher", + "launching", + "menu", + "niri", + "overview", + "start" + ], + "icon": "open_in_new", + "description": "Auto-close Niri overview when launching apps.", + "conditionKey": "isNiri" + }, + { + "section": "pluginVisibility", + "label": "Plugin Visibility", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "auto-hide", + "autohide", + "drawer", + "hidden", + "hide", + "launcher", + "menu", + "plugin", + "show", + "start", + "visibility", + "visible" + ], + "icon": "filter_list" + }, + { + "section": "recentApps", + "label": "Recently Used Apps", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "apps", + "drawer", + "launcher", + "menu", + "recently", + "start" + ], + "icon": "history" + }, + { + "section": "rememberLastQuery", + "label": "Remember Last Query", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "autofill", + "drawer", + "last", + "launcher", + "menu", + "opened", + "query", + "remember", + "remembered", + "search", + "start" + ], + "description": "Autofill last remembered query when opened" + }, + { + "section": "searchAppActions", + "label": "Search App Actions", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "actions", + "app", + "desktop", + "drawer", + "include", + "launcher", + "menu", + "results", + "search", + "shortcuts", + "start" + ], + "description": "Include desktop actions (shortcuts) in search results." + }, + { + "section": "searchOptions", + "label": "Search Options", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "actions", + "desktop", + "drawer", + "include", + "launcher", + "menu", + "options", + "results", + "search", + "shortcuts", + "start" + ], + "icon": "search", + "description": "Include desktop actions (shortcuts) in search results." + }, + { + "section": "dankLauncherV2ShowFooter", + "label": "Show Footer", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "bottom", + "drawer", + "footer", + "hints", + "keyboard", + "launcher", + "menu", + "mode", + "shortcuts", + "show", + "start", + "tabs" + ], + "description": "Show mode tabs and keyboard hints at the bottom." + }, + { + "section": "launcherLogoSizeOffset", + "label": "Size Offset", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "drawer", + "launcher", + "logo", + "menu", + "offset", + "scale", + "size", + "start" + ] + }, + { + "section": "sortAppsAlphabetically", + "label": "Sort Alphabetically", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "alphabetically", + "apps", + "disabled", + "drawer", + "enabled", + "frequency", + "launcher", + "menu", + "order", + "sort", + "sorted", + "start", + "usage" + ], + "description": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency." + }, + { + "section": "launcherSorting", + "label": "Sorting & Layout", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "alphabetically", + "apps", + "disabled", + "drawer", + "enabled", + "frequency", + "launcher", + "layout", + "menu", + "order", + "sort", + "sorted", + "sorting", + "start", + "usage" + ], + "icon": "sort_by_alpha", + "description": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency." + }, + { + "section": "dankLauncherV2BorderThickness", + "label": "Thickness", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "border", + "drawer", + "launcher", + "menu", + "start", + "thickness" + ] + }, + { + "section": "dankLauncherV2UnloadOnClose", + "label": "Unload on Close", + "tabIndex": 9, + "category": "Launcher", + "keywords": [ + "app drawer", + "app menu", + "applications", + "cause", + "close", + "closed", + "day", + "delay", + "drawer", + "free", + "launcher", + "light mode", + "memory", + "menu", + "reopening", + "slight", + "start", + "start menu", + "unload", + "vram" + ], + "description": "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening." + }, + { + "section": "matugenTemplateAlacritty", + "label": "Alacritty", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "alacritty", + "appearance", + "colors", + "look", + "matugen", + "scheme", + "style", + "template", + "terminal", + "theme" + ] + }, + { + "section": "applications", + "label": "Applications", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "app", + "appearance", + "applications", + "apps", + "colors", + "colour", + "dark", + "dark mode", + "hints", + "look", + "mode", + "night", + "portal", + "portals", + "program", + "programs", + "scheme", + "settings", + "style", + "sync", + "system", + "terminal", + "theme", + "wide" + ], + "icon": "apps", + "description": "Sync dark mode with settings portals for system-wide theme hints" + }, + { + "section": "cursorHideAfterInactive", + "label": "Auto-Hide Timeout", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "after", + "appearance", + "auto", + "colors", + "cursor", + "hide", + "inactive", + "inactivity", + "look", + "scheme", + "style", + "theme", + "timeout" + ], + "description": "Hide cursor after inactivity (0 = disabled)" + }, + { + "section": "automaticColorMode", + "label": "Automatic Color Mode", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "automatic", + "color", + "colors", + "colour", + "hue", + "look", + "mode", + "schedule", + "scheme", + "style", + "sunrise", + "sunset", + "theme", + "tint" + ], + "icon": "schedule" + }, + { + "section": "blurEnabled", + "label": "Background Blur", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "alert", + "alerts", + "appearance", + "background", + "bars", + "behind", + "blur", + "colors", + "compositor", + "config", + "configuration", + "configure", + "frosted", + "glass", + "look", + "modals", + "notif", + "notifications", + "notifs", + "panel", + "popouts", + "requires", + "scheme", + "setup", + "statusbar", + "style", + "support", + "taskbar", + "theme", + "topbar", + "transparency" + ], + "icon": "blur_on", + "description": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration." + }, + { + "section": "barElevationEnabled", + "label": "Bar Shadows", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "bar", + "bars", + "colors", + "elevation", + "look", + "m3", + "navigation", + "panel", + "panels", + "scheme", + "shadow", + "shadows", + "statusbar", + "style", + "taskbar", + "theme", + "topbar" + ], + "description": "Shadow elevation on bars and panels" + }, + { + "section": "blurBorderColor", + "label": "Blur Border Color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "around", + "blur", + "blurred", + "border", + "color", + "colors", + "colour", + "edge", + "hue", + "look", + "outline", + "scheme", + "style", + "surfaces", + "theme", + "tint" + ], + "description": "Border color around blurred surfaces" + }, + { + "section": "blurBorderOpacity", + "label": "Blur Border Opacity", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "blur", + "border", + "colors", + "look", + "opacity", + "scheme", + "style", + "theme" + ] + }, + { + "section": "niriLayoutBorderSize", + "label": "Border Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "focus", + "look", + "niri", + "override", + "ring", + "scheme", + "size", + "style", + "theme", + "width", + "window" + ], + "description": "Width of window border and focus ring" + }, + { + "section": "hyprlandLayoutBorderSize", + "label": "Border Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "hyprland", + "look", + "override", + "scheme", + "size", + "style", + "theme", + "width", + "window" + ], + "description": "Width of window border (general.border_size)" + }, + { + "section": "mangoLayoutBorderSize", + "label": "Border Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "look", + "mango", + "mangowc", + "override", + "scheme", + "size", + "style", + "theme", + "width", + "window" + ], + "description": "Width of window border (borderpx)" + }, + { + "section": "buttonColorMode", + "label": "Button Color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "accent", + "action", + "appearance", + "button", + "buttons", + "color", + "colors", + "colour", + "hue", + "look", + "primary", + "scheme", + "style", + "theme", + "tint" + ], + "description": "Color for primary action buttons" + }, + { + "section": "colorMode", + "label": "Color Mode", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "color", + "colors", + "colour", + "dark", + "dark mode", + "day", + "hue", + "light", + "light mode", + "look", + "mode", + "night", + "scheme", + "style", + "theme", + "tint" + ], + "icon": "contrast", + "description": "Use light theme instead of dark theme" + }, + { + "section": "controlCenterTileColorMode", + "label": "Control Center Tile Color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "active", + "appearance", + "background", + "button", + "center", + "color", + "colors", + "colour", + "control", + "hue", + "icon", + "look", + "scheme", + "style", + "theme", + "tile", + "tint" + ], + "description": "Active tile background and icon color" + }, + { + "section": "cornerRadius", + "label": "Corner Radius", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "corner", + "corners", + "look", + "radius", + "round", + "rounded", + "scheme", + "square", + "style", + "theme" + ], + "description": "0 = square corners" + }, + { + "section": "cursorSize", + "label": "Cursor Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "cursor", + "look", + "mouse", + "pixels", + "pointer", + "scheme", + "size", + "style", + "theme" + ], + "description": "Mouse pointer size in pixels" + }, + { + "section": "cursorTheme", + "label": "Cursor Theme", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "cursor", + "look", + "mouse", + "pointer", + "scheme", + "size", + "style", + "theme" + ], + "icon": "mouse", + "description": "Mouse pointer appearance", + "conditionKey": "isNiri" + }, + { + "section": "matugenTemplateNeovimSettings", + "label": "Dark mode base", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "base", + "colors", + "colour", + "dark", + "dark mode", + "derive", + "look", + "matugen", + "mode", + "neovim", + "night", + "scheme", + "style", + "template", + "terminal", + "theme" + ], + "description": "Base to derive dark theme from" + }, + { + "section": "modalDarkenBackground", + "label": "Darken Modal Background", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "background", + "behind", + "colors", + "dark mode", + "darken", + "darkened", + "dialogs", + "look", + "modal", + "night", + "overlay", + "scheme", + "show", + "style", + "theme" + ], + "description": "Show darkened overlay behind modal dialogs" + }, + { + "section": "matugenTemplateEmacs", + "label": "Emacs", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "emacs", + "look", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateFirefox", + "label": "Firefox", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "firefox", + "look", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateNeovimSetBackground", + "label": "Follow DMS background color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "background", + "color", + "colors", + "colour", + "dms", + "follow", + "hue", + "look", + "matugen", + "neovim", + "scheme", + "style", + "template", + "terminal", + "theme", + "tint" + ] + }, + { + "section": "matugenTemplateGtk", + "label": "GTK", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "gtk", + "look", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateGhostty", + "label": "Ghostty", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "ghostty", + "look", + "matugen", + "scheme", + "style", + "template", + "terminal", + "theme" + ] + }, + { + "section": "cursorHideWhenTyping", + "label": "Hide When Typing", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "cursor", + "hide", + "keyboard", + "keys", + "look", + "pressing", + "scheme", + "style", + "theme", + "typing" + ], + "description": "Hide cursor when pressing keyboard keys", + "conditionKey": "isNiri" + }, + { + "section": "cursorHideOnTouch", + "label": "Hide on Touch", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "cursor", + "hide", + "input", + "look", + "scheme", + "style", + "theme", + "touch" + ], + "description": "Hide cursor when using touch input", + "conditionKey": "isHyprland" + }, + { + "section": "matugenTemplateHyprland", + "label": "Hyprland", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "hyprland", + "look", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "hyprlandLayout", + "label": "Hyprland Layout Overrides", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "custom", + "gap", + "gaps", + "hyprland", + "layout", + "look", + "margin", + "margins", + "overrides", + "padding", + "panel", + "radius", + "rounding", + "scheme", + "spacing", + "statusbar", + "style", + "taskbar", + "theme", + "topbar", + "window" + ], + "icon": "crop_square", + "description": "Use custom gaps instead of bar spacing", + "conditionKey": "isHyprland" + }, + { + "section": "iconTheme", + "label": "Icon Theme", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "dankshell", + "icon", + "icons", + "look", + "scheme", + "style", + "system", + "theme" + ], + "icon": "interests", + "description": "DankShell & System Icons (requires restart)" + }, + { + "section": "matugenTemplateKcolorscheme", + "label": "KColorScheme", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "colours", + "hue", + "kcolorscheme", + "kde", + "look", + "matugen", + "palette", + "scheme", + "style", + "template", + "theme", + "tint" + ] + }, + { + "section": "m3ElevationLightDirection", + "label": "Light Direction", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "advanced", + "appearance", + "cast", + "colors", + "controls", + "day", + "direction", + "elevation", + "layers", + "light", + "light mode", + "look", + "m3", + "scheme", + "shadow", + "style", + "theme" + ], + "description": "Controls shadow cast direction for elevation layers" + }, + { + "section": "isLightMode", + "label": "Light Mode", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "dark", + "dark mode", + "day", + "light", + "light mode", + "look", + "mode", + "night", + "scheme", + "style", + "theme" + ], + "description": "Use light theme instead of dark theme" + }, + { + "section": "mangoLayout", + "label": "MangoWC Layout Overrides", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "custom", + "dwl", + "gap", + "gaps", + "layout", + "look", + "mango", + "mangowc", + "margin", + "margins", + "overrides", + "padding", + "panel", + "radius", + "scheme", + "spacing", + "statusbar", + "style", + "taskbar", + "theme", + "topbar", + "window" + ], + "icon": "crop_square", + "description": "Use custom gaps instead of bar spacing", + "conditionKey": "isDwl" + }, + { + "section": "matugenContrast", + "label": "Matugen Contrast", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "adjusts", + "appearance", + "colors", + "colour", + "colours", + "contrast", + "dynamic", + "generated", + "hue", + "look", + "material", + "matugen", + "minimum", + "palette", + "scheme", + "standard", + "style", + "theme", + "tint", + "wallpaper colors" + ], + "description": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)" + }, + { + "section": "matugenScheme", + "label": "Matugen Palette", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "algorithm", + "appearance", + "background", + "based", + "bg", + "colors", + "colour", + "colours", + "desktop", + "dynamic", + "hue", + "image", + "look", + "material", + "matugen", + "palette", + "picture", + "scheme", + "select", + "style", + "theme", + "tint", + "wallpaper", + "wallpaper colors" + ], + "description": "Select the palette algorithm used for wallpaper-based colors" + }, + { + "section": "matugenTemplates", + "label": "Matugen Templates", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "dynamic", + "look", + "material", + "matugen", + "scheme", + "style", + "templates", + "theme", + "theming", + "wallpaper colors" + ], + "icon": "auto_awesome", + "conditionKey": "matugenAvailable" + }, + { + "section": "modalBackground", + "label": "Modal Background", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "background", + "behind", + "colors", + "dark mode", + "darken", + "darkened", + "dialogs", + "look", + "modal", + "night", + "overlay", + "scheme", + "show", + "style", + "theme" + ], + "icon": "layers", + "description": "Show darkened overlay behind modal dialogs" + }, + { + "section": "modalElevationEnabled", + "label": "Modal Shadows", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "dialog", + "dialogs", + "elevation", + "look", + "m3", + "modal", + "modals", + "scheme", + "shadow", + "shadows", + "style", + "theme" + ], + "description": "Shadow elevation on modals and dialogs" + }, + { + "section": "niriLayout", + "label": "Niri Layout Overrides", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "custom", + "gap", + "gaps", + "layout", + "look", + "margin", + "margins", + "niri", + "overrides", + "padding", + "panel", + "radius", + "scheme", + "spacing", + "statusbar", + "style", + "taskbar", + "theme", + "topbar", + "window" + ], + "icon": "crop_square", + "description": "Use custom gaps instead of bar spacing", + "conditionKey": "isNiri" + }, + { + "section": "niriLayoutBorderSizeEnabled", + "label": "Override Border Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "custom", + "focus", + "look", + "niri", + "override", + "ring", + "scheme", + "size", + "style", + "theme", + "width" + ], + "description": "Use custom border/focus-ring width" + }, + { + "section": "hyprlandLayoutBorderSizeEnabled", + "label": "Override Border Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "custom", + "hyprland", + "look", + "override", + "scheme", + "size", + "style", + "theme" + ], + "description": "Use custom border size" + }, + { + "section": "mangoLayoutBorderSizeEnabled", + "label": "Override Border Size", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "border", + "colors", + "custom", + "look", + "mango", + "mangowc", + "override", + "scheme", + "size", + "style", + "theme" + ], + "description": "Use custom border size" + }, + { + "section": "niriLayoutRadiusOverrideEnabled", + "label": "Override Corner Radius", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "corner", + "corners", + "custom", + "look", + "niri", + "override", + "radius", + "round", + "rounded", + "scheme", + "style", + "theme", + "window" + ], + "description": "Use custom window radius instead of theme radius" + }, + { + "section": "hyprlandLayoutRadiusOverrideEnabled", + "label": "Override Corner Radius", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "corner", + "corners", + "custom", + "hyprland", + "look", + "override", + "radius", + "round", + "rounded", + "rounding", + "scheme", + "style", + "theme", + "window" + ], + "description": "Use custom window rounding instead of theme radius" + }, + { + "section": "mangoLayoutRadiusOverrideEnabled", + "label": "Override Corner Radius", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "corner", + "corners", + "custom", + "look", + "mango", + "mangowc", + "override", + "radius", + "round", + "rounded", + "scheme", + "style", + "theme", + "window" + ], + "description": "Use custom window radius instead of theme radius" + }, + { + "section": "niriLayoutGapsOverrideEnabled", + "label": "Override Gaps", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "custom", + "gap", + "gaps", + "look", + "margin", + "margins", + "niri", + "override", + "padding", + "panel", + "scheme", + "spacing", + "statusbar", + "style", + "taskbar", + "theme", + "topbar" + ], + "description": "Use custom gaps instead of bar spacing" + }, + { + "section": "hyprlandLayoutGapsOverrideEnabled", + "label": "Override Gaps", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "custom", + "gap", + "gaps", + "hyprland", + "look", + "margin", + "margins", + "override", + "padding", + "panel", + "scheme", + "spacing", + "statusbar", + "style", + "taskbar", + "theme", + "topbar" + ], + "description": "Use custom gaps instead of bar spacing" + }, + { + "section": "mangoLayoutGapsOverrideEnabled", + "label": "Override Gaps", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "custom", + "gap", + "gaps", + "look", + "mango", + "mangowc", + "margin", + "margins", + "override", + "padding", + "panel", + "scheme", + "spacing", + "statusbar", + "style", + "taskbar", + "theme", + "topbar" + ], + "description": "Use custom gaps instead of bar spacing" + }, + { + "section": "popoutElevationEnabled", + "label": "Popout Shadows", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "dropdown", + "dropdowns", + "elevation", + "look", + "m3", + "osd", + "osds", + "popout", + "popouts", + "popup", + "scheme", + "shadow", + "shadows", + "style", + "theme" + ], + "description": "Shadow elevation on popouts, OSDs, and dropdowns" + }, + { + "section": "popupTransparency", + "label": "Popup Transparency", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "alpha", + "appearance", + "colors", + "content", + "controls", + "layers", + "look", + "modal", + "modals", + "opacity", + "popouts", + "popup", + "scheme", + "style", + "their", + "theme", + "translucent", + "transparency", + "transparent" + ], + "description": "Controls opacity of all popouts, modals, and their content layers" + }, + { + "section": "runDmsMatugenTemplates", + "label": "Run DMS Templates", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "dms", + "look", + "matugen", + "run", + "scheme", + "style", + "templates", + "theme" + ] + }, + { + "section": "runUserMatugenTemplates", + "label": "Run User Templates", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "run", + "scheme", + "style", + "templates", + "theme", + "user" + ] + }, + { + "section": "m3ElevationColorMode", + "label": "Shadow Color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "applied", + "base", + "color", + "colors", + "colour", + "elevation", + "hue", + "look", + "m3", + "scheme", + "shadow", + "shadows", + "style", + "theme", + "tint" + ], + "description": "Base color for shadows (opacity is applied automatically)" + }, + { + "section": "m3ElevationIntensity", + "label": "Shadow Intensity", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "base", + "blur", + "colors", + "controls", + "elevation", + "intensity", + "look", + "m3", + "offset", + "radius", + "scheme", + "shadow", + "shadows", + "style", + "theme" + ], + "description": "Controls the base blur radius and offset of shadows" + }, + { + "section": "m3ElevationOpacity", + "label": "Shadow Opacity", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "alpha", + "appearance", + "colors", + "controls", + "elevation", + "look", + "m3", + "opacity", + "scheme", + "shadow", + "style", + "theme", + "translucent", + "transparency", + "transparent" + ], + "description": "Controls the transparency of the shadow" + }, + { + "section": "m3ElevationEnabled", + "label": "Shadows", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "dialogs", + "elevation", + "inspired", + "lift", + "look", + "m3", + "material", + "modals", + "popouts", + "scheme", + "shadow", + "shadows", + "style", + "theme" + ], + "description": "Material inspired shadows and elevation on modals, popouts, and dialogs" + }, + { + "section": "syncModeWithPortal", + "label": "Sync Mode with Portal", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "dark", + "dark mode", + "hints", + "look", + "mode", + "night", + "portal", + "portals", + "scheme", + "settings", + "style", + "sync", + "system", + "theme", + "wide" + ], + "description": "Sync dark mode with settings portals for system-wide theme hints" + }, + { + "section": "systemAppTheming", + "label": "System App Theming", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "app", + "appearance", + "colors", + "gtk", + "look", + "qt", + "scheme", + "style", + "system", + "theme", + "theming" + ], + "icon": "brush", + "conditionKey": "matugenAvailable" + }, + { + "section": "terminalsAlwaysDark", + "label": "Terminals - Always use Dark Theme", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "always", + "app", + "appearance", + "applications", + "apps", + "color", + "colors", + "colour", + "dark", + "dark mode", + "force", + "hue", + "look", + "night", + "program", + "programs", + "scheme", + "schemes", + "style", + "terminal", + "terminals", + "theme", + "tint" + ], + "description": "Force terminal applications to always use dark color schemes" + }, + { + "section": "_tab_10", + "label": "Theme & Colors", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "colour", + "colours", + "hue", + "look", + "palette", + "scheme", + "style", + "theme", + "tint" + ], + "icon": "format_paint" + }, + { + "section": "themeColor", + "label": "Theme Color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "algorithm", + "appearance", + "background", + "based", + "bg", + "color", + "colors", + "colour", + "colours", + "desktop", + "hue", + "image", + "look", + "palette", + "picture", + "scheme", + "select", + "style", + "theme", + "tint", + "wallpaper" + ], + "icon": "palette", + "description": "Select the palette algorithm used for wallpaper-based colors" + }, + { + "section": "matugenTemplateVscode", + "label": "VS Code", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "code", + "colors", + "look", + "matugen", + "scheme", + "style", + "template", + "theme", + "vscode" + ] + }, + { + "section": "matugenTemplateWezterm", + "label": "WezTerm", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "scheme", + "style", + "template", + "terminal", + "theme", + "wezterm" + ] + }, + { + "section": "widgetBackgroundColor", + "label": "Widget Background Color", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "background", + "choose", + "color", + "colors", + "colour", + "components", + "hue", + "look", + "modules", + "scheme", + "style", + "theme", + "tint", + "widget", + "widgets" + ], + "description": "Choose the background color for widgets" + }, + { + "section": "widgetColorMode", + "label": "Widget Style", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "change", + "colorful", + "colors", + "default", + "look", + "panel", + "scheme", + "statusbar", + "style", + "taskbar", + "theme", + "topbar", + "widget" + ], + "description": "Change bar appearance" + }, + { + "section": "widgetStyling", + "label": "Widget Styling", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "change", + "colors", + "look", + "opacity", + "panel", + "scheme", + "statusbar", + "style", + "styling", + "taskbar", + "theme", + "topbar", + "transparency", + "widget" + ], + "icon": "opacity", + "description": "Change bar appearance" + }, + { + "section": "niriLayoutRadiusOverride", + "label": "Window Corner Radius", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "corner", + "corners", + "look", + "niri", + "override", + "radius", + "round", + "rounded", + "scheme", + "style", + "theme", + "window", + "windows" + ], + "description": "Rounded corners for windows" + }, + { + "section": "mangoLayoutRadiusOverride", + "label": "Window Corner Radius", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "corner", + "corners", + "look", + "mango", + "mangowc", + "override", + "radius", + "round", + "rounded", + "scheme", + "style", + "theme", + "window", + "windows" + ], + "description": "Rounded corners for windows (border_radius)" + }, + { + "section": "niriLayoutGapsOverride", + "label": "Window Gaps", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "between", + "colors", + "gaps", + "look", + "niri", + "override", + "scheme", + "space", + "style", + "theme", + "window", + "windows" + ], + "description": "Space between windows" + }, + { + "section": "hyprlandLayoutGapsOverride", + "label": "Window Gaps", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "between", + "colors", + "gaps", + "hyprland", + "look", + "override", + "scheme", + "space", + "style", + "theme", + "window", + "windows" + ], + "description": "Space between windows (gaps_in and gaps_out)" + }, + { + "section": "mangoLayoutGapsOverride", + "label": "Window Gaps", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "between", + "colors", + "gappiv", + "gappoh", + "gaps", + "look", + "mango", + "mangowc", + "override", + "scheme", + "space", + "style", + "theme", + "window", + "windows" + ], + "description": "Space between windows (gappih/gappiv/gappoh/gappov)" + }, + { + "section": "hyprlandLayoutRadiusOverride", + "label": "Window Rounding", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "corners", + "hyprland", + "look", + "override", + "radius", + "round", + "rounded", + "rounding", + "scheme", + "style", + "theme", + "window", + "windows" + ], + "description": "Rounded corners for windows (decoration.rounding)" + }, + { + "section": "matugenTemplateZed", + "label": "Zed", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "scheme", + "style", + "template", + "theme", + "zed" + ] + }, + { + "section": "matugenTemplateDgop", + "label": "dgop", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "dgop", + "look", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateEquibop", + "label": "equibop", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "discord", + "equibop", + "look", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateFoot", + "label": "foot", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "foot", + "look", + "matugen", + "scheme", + "style", + "template", + "terminal", + "theme" + ] + }, + { + "section": "matugenTemplateKitty", + "label": "kitty", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "kitty", + "look", + "matugen", + "scheme", + "style", + "template", + "terminal", + "theme" + ] + }, + { + "section": "matugenTemplateMangowc", + "label": "mangowc", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "mangowc", + "matugen", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateNeovim", + "label": "neovim", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "neovim", + "required", + "scheme", + "style", + "template", + "terminal", + "theme" + ], + "description": "Required plugin: " + }, + { + "section": "matugenTemplateNiri", + "label": "niri", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "niri", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplatePywalfox", + "label": "pywalfox", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "pywalfox", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateQt5ct", + "label": "qt5ct", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "qt5ct", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateQt6ct", + "label": "qt6ct", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "qt6ct", + "scheme", + "style", + "template", + "theme" + ] + }, + { + "section": "matugenTemplateVesktop", + "label": "vesktop", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "discord", + "look", + "matugen", + "scheme", + "style", + "template", + "theme", + "vesktop" + ] + }, + { + "section": "matugenTemplateZenBrowser", + "label": "zenbrowser", + "tabIndex": 10, + "category": "Theme & Colors", + "keywords": [ + "appearance", + "colors", + "look", + "matugen", + "scheme", + "style", + "template", + "theme", + "zenbrowser" + ] + }, + { + "section": "lockScreenActiveMonitor", + "label": "Active Lock Screen Monitor", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "active", + "display", + "lock", + "lockscreen", + "login", + "monitor", + "password", + "screen", + "security" + ] + }, + { + "section": "lockScreenVideoCycling", + "label": "Automatic Cycling", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "automatic", + "cycling", + "different", + "folder", + "lock", + "login", + "password", + "pick", + "random", + "same", + "screen", + "screensaver", + "security", + "shuffle", + "time", + "video" + ], + "description": "Pick a different random video each time from the same folder" + }, + { + "section": "lockScreenVideoEnabled", + "label": "Enable Video Screensaver", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "animation", + "enable", + "lock", + "locks", + "login", + "movie", + "password", + "play", + "screen", + "screensaver", + "security", + "video" + ], + "description": "Play a video when the screen locks." + }, + { + "section": "enableFprint", + "label": "Enable fingerprint authentication", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "authentication", + "biometric", + "enable", + "fingerprint", + "fprint", + "lock", + "login", + "password", + "screen", + "security" + ] + }, + { + "section": "loginctlLockIntegration", + "label": "Enable loginctl lock integration", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "bind", + "dbus", + "disable", + "enable", + "external", + "integration", + "lock", + "lockscreen", + "login", + "loginctl", + "password", + "screen", + "security", + "signals" + ], + "description": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen" + }, + { + "section": "enableU2f", + "label": "Enable security key authentication", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "authentication", + "enable", + "fido", + "hardware", + "key", + "lock", + "login", + "password", + "screen", + "security", + "u2f", + "yubikey" + ] + }, + { + "section": "lockDisplay", + "label": "Lock Screen Display", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "active", + "display", + "lock", + "lockscreen", + "login", + "monitor", + "output", + "password", + "screen", + "security" + ], + "icon": "monitor" + }, + { + "section": "lockBehavior", + "label": "Lock Screen behaviour", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "behaviour", + "bind", + "dbus", + "disable", + "external", + "integration", + "lock", + "lockscreen", + "login", + "loginctl", + "password", + "screen", + "security", + "signals" + ], + "icon": "lock", + "description": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen" + }, + { + "section": "lockLayout", + "label": "Lock Screen layout", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "actions", + "appear", + "field", + "hidden", + "layout", + "lock", + "lockscreen", + "login", + "password", + "power", + "pressed", + "reboot", + "screen", + "security", + "shutdown", + "soon" + ], + "icon": "lock", + "description": "If the field is hidden, it will appear as soon as a key is pressed." + }, + { + "section": "lockAtStartup", + "label": "Lock at startup", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "automatic", + "automatically", + "boot", + "lock", + "login", + "password", + "screen", + "security", + "start", + "starts", + "startup" + ], + "description": "Automatically lock the screen when DMS starts" + }, + { + "section": "lockScreenNotificationMode", + "label": "Notification Display", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "alert", + "control", + "display", + "information", + "lock", + "lockscreen", + "login", + "monitor", + "notif", + "notification", + "notifications", + "output", + "password", + "privacy", + "screen", + "security", + "shown", + "what" + ], + "description": "Control what notification information is shown on the lock screen" + }, + { + "section": "_tab_11", + "label": "Power & Security", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "hibernate", + "lock", + "login", + "password", + "power", + "reboot", + "restart", + "screen", + "security", + "shutdown", + "sleep", + "suspend" + ], + "icon": "security" + }, + { + "section": "lockScreenPowerOffMonitorsOnLock", + "label": "Power off monitors on lock", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "activates", + "display", + "displays", + "dpms", + "hibernate", + "immediately", + "lock", + "lockscreen", + "login", + "monitor", + "monitors", + "off", + "output", + "outputs", + "password", + "power", + "reboot", + "restart", + "screen", + "screens", + "security", + "shutdown", + "sleep", + "suspend", + "turn" + ], + "description": "Turn off all displays immediately when the lock screen activates" + }, + { + "section": "u2fMode", + "label": "Security key mode", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "factor", + "key", + "lock", + "login", + "mode", + "password", + "screen", + "second", + "security", + "u2f", + "yubikey" + ] + }, + { + "section": "lockScreenShowMediaPlayer", + "label": "Show Media Player", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "audio", + "lock", + "login", + "media", + "mpris", + "music", + "password", + "playback", + "player", + "screen", + "security", + "show" + ] + }, + { + "section": "lockScreenShowPasswordField", + "label": "Show Password Field", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "appear", + "field", + "hidden", + "input", + "lock", + "login", + "password", + "pressed", + "screen", + "security", + "show", + "soon", + "visible" + ], + "description": "If the field is hidden, it will appear as soon as a key is pressed." + }, + { + "section": "lockScreenShowPowerActions", + "label": "Show Power Actions", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "actions", + "hibernate", + "lock", + "login", + "password", + "power", + "reboot", + "restart", + "screen", + "security", + "show", + "shutdown", + "sleep", + "suspend" + ] + }, + { + "section": "lockScreenShowProfileImage", + "label": "Show Profile Image", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "avatar", + "image", + "lock", + "login", + "password", + "picture", + "profile", + "screen", + "security", + "show" + ] + }, + { + "section": "lockScreenShowDate", + "label": "Show System Date", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "calendar", + "date", + "display", + "lock", + "login", + "password", + "screen", + "security", + "show", + "system" + ] + }, + { + "section": "lockScreenShowSystemIcons", + "label": "Show System Icons", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "icons", + "lock", + "login", + "password", + "screen", + "security", + "show", + "status", + "system" + ] + }, + { + "section": "lockScreenShowTime", + "label": "Show System Time", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "clock", + "display", + "lock", + "login", + "password", + "screen", + "security", + "show", + "system", + "time" + ] + }, + { + "section": "videoScreensaver", + "label": "Video Screensaver", + "tabIndex": 11, + "category": "Lock Screen", + "keywords": [ + "animation", + "lock", + "locks", + "login", + "movie", + "password", + "play", + "screen", + "screensaver", + "security", + "video" + ], + "icon": "movie", + "description": "Play a video when the screen locks." + }, + { + "section": "_tab_12", + "label": "Plugins", + "tabIndex": 12, + "category": "Plugins", + "keywords": [ + "addon", + "addons", + "extend", + "extensions", + "plugins", + "widgets" + ], + "icon": "extension" + }, + { + "section": "_tab_13", + "label": "About", + "tabIndex": 13, + "category": "About", + "keywords": [ + "about", + "credits", + "help", + "info", + "version" + ], + "icon": "info" + }, + { + "section": "popoutAnimationSpeed", + "label": "%1 Animation Speed", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "custom", + "duration", + "fonts", + "motion", + "popout", + "speed", + "sync", + "text", + "transition", + "typography" + ], + "icon": "open_in_new", + "description": "%1 custom animation duration" + }, + { + "section": "modalAnimationSpeed", + "label": "%1 Animation Speed", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "custom", + "duration", + "fonts", + "modal", + "motion", + "speed", + "sync", + "text", + "transition", + "typography" + ], + "icon": "web_asset", + "description": "%1 custom animation duration" + }, + { + "section": "customAnimationDuration", + "label": "Animation Duration", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "custom", + "duration", + "durations", + "fonts", + "globally", + "motion", + "scale", + "speed", + "text", + "transition", + "typography" + ], + "description": "Globally scale all animation durations" + }, + { + "section": "animationSpeed", + "label": "Animation Speed", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "duration", + "durations", + "fonts", + "globally", + "motion", + "scale", + "speed", + "text", + "transition", + "typography" + ], + "icon": "animation", + "description": "Globally scale all animation durations" + }, + { + "section": "popoutCustomAnimationDuration", + "label": "Custom Duration", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "custom", + "duration", + "fonts", + "motion", + "popout", + "speed", + "text", + "transition", + "typography" + ], + "description": "%1 custom animation duration" + }, + { + "section": "modalCustomAnimationDuration", + "label": "Custom Duration", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "custom", + "duration", + "fonts", + "modal", + "motion", + "speed", + "text", + "transition", + "typography" + ], + "description": "%1 custom animation duration" + }, + { + "section": "fontScale", + "label": "Font Scale", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animation", + "font", + "fonts", + "motion", + "scale", + "shell", + "size", + "sizes", + "text", + "throughout", + "typography", + "zoom" + ], + "description": "Scale all font sizes throughout the shell" + }, + { + "section": "fontWeight", + "label": "Font Weight", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animation", + "bold", + "font", + "fonts", + "light", + "motion", + "select", + "text", + "typography", + "weight" + ], + "description": "Select font weight for UI text" + }, + { + "section": "monoFontFamily", + "label": "Monospace Font", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animation", + "code", + "displays", + "font", + "fonts", + "list", + "monitor", + "monitors", + "monospace", + "motion", + "output", + "outputs", + "process", + "screen", + "screens", + "select", + "technical", + "terminal", + "text", + "typography" + ], + "description": "Select monospace font for process list and technical displays" + }, + { + "section": "fontFamily", + "label": "Normal Font", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animation", + "family", + "font", + "fonts", + "motion", + "normal", + "select", + "text", + "typography" + ], + "description": "Select the font family for UI text" + }, + { + "section": "enableRippleEffects", + "label": "Ripple Effects", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "design", + "effect", + "effects", + "elements", + "feedback", + "fonts", + "interactive", + "material", + "motion", + "ripple", + "show", + "text", + "transition", + "typography" + ], + "icon": "radio_button_unchecked", + "description": "Show Material Design ripple animations on interactive elements" + }, + { + "section": "syncComponentAnimationSpeeds", + "label": "Sync Popouts & Modals", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animate", + "animation", + "animations", + "customize", + "follow", + "fonts", + "global", + "modal", + "modals", + "motion", + "popout", + "popouts", + "speed", + "sync", + "text", + "transition", + "typography" + ], + "description": "Popouts and Modals follow global Animation Speed (disable to customize independently)" + }, + { + "section": "typography", + "label": "Typography", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animation", + "family", + "font", + "fonts", + "motion", + "select", + "text", + "typeface", + "typography" + ], + "icon": "text_fields", + "description": "Select the font family for UI text" + }, + { + "section": "_tab_14", + "label": "Typography & Motion", + "tabIndex": 14, + "category": "Typography & Motion", + "keywords": [ + "animation", + "font", + "fonts", + "motion", + "text", + "typeface", + "typography" + ], + "icon": "text_fields" + }, + { + "section": "soundsEnabled", + "label": "Enable System Sounds", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "audio", + "effects", + "enable", + "events", + "play", + "sfx", + "sound", + "sounds", + "system" + ], + "description": "Play sounds for system events" + }, + { + "section": "soundLogin", + "label": "Login", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "after", + "audio", + "boot", + "effects", + "logging", + "login", + "play", + "sfx", + "sound", + "sounds", + "startup" + ], + "description": "Play sound after logging in" + }, + { + "section": "soundNewNotification", + "label": "New Notification", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "alert", + "arrives", + "audio", + "effects", + "new", + "notif", + "notification", + "play", + "sfx", + "sound", + "sounds" + ], + "description": "Play sound when new notification arrives" + }, + { + "section": "soundPluggedIn", + "label": "Plugged In", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "audio", + "cable", + "connected", + "effects", + "hibernate", + "play", + "plugged", + "power", + "reboot", + "restart", + "sfx", + "shutdown", + "sleep", + "sound", + "sounds", + "suspend" + ], + "description": "Play sound when power cable is connected" + }, + { + "section": "soundTheme", + "label": "Sound Theme", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "appearance", + "audio", + "colors", + "colour", + "effects", + "look", + "select", + "sfx", + "sound", + "sounds", + "style", + "system", + "theme" + ], + "description": "Select system sound theme" + }, + { + "section": "_tab_15", + "label": "Sounds", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "audio", + "effects", + "sfx", + "sounds" + ], + "icon": "volume_up", + "conditionKey": "soundsAvailable" + }, + { + "section": "systemSounds", + "label": "System Sounds", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "audio", + "effects", + "events", + "notification", + "play", + "sfx", + "sound", + "sounds", + "system", + "volume" + ], + "description": "Play sounds for system events", + "conditionKey": "soundsAvailable" + }, + { + "section": "useSystemSoundTheme", + "label": "Use System Theme", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "appearance", + "audio", + "colors", + "colour", + "effects", + "look", + "settings", + "sfx", + "sound", + "sounds", + "style", + "system", + "theme" + ], + "description": "Use sound theme from system settings" + }, + { + "section": "soundVolumeChanged", + "label": "Volume Changed", + "tabIndex": 15, + "category": "Sounds", + "keywords": [ + "adjusted", + "audio", + "changed", + "effects", + "loudness", + "play", + "sfx", + "sound", + "sounds", + "speaker", + "volume" + ], + "description": "Play sound when volume is adjusted" + }, + { + "section": "_tab_16", + "label": "Media Player", + "tabIndex": 16, + "category": "Media Player", + "keywords": [ + "audio", + "media", + "mpris", + "music", + "playback", + "player", + "spotify" + ], + "icon": "music_note" + }, + { + "section": "mediaPlayer", + "label": "Media Player Settings", + "tabIndex": 16, + "category": "Media Player", + "keywords": [ + "animated", + "audio", + "bars", + "media", + "mpris", + "music", + "panel", + "playback", + "player", + "progress", + "scroll", + "settings", + "spotify", + "statusbar", + "taskbar", + "topbar", + "wave" + ], + "icon": "music_note", + "description": "Use animated wave progress bars for media playback" + }, + { + "section": "audioScrollMode", + "label": "Scroll Wheel", + "tabIndex": 16, + "category": "Media Player", + "keywords": [ + "behavior", + "media", + "mpris", + "music", + "player", + "scroll", + "spotify", + "wheel", + "widget" + ], + "description": "Scroll wheel behavior on media widget" + }, + { + "section": "notificationCompactMode", + "label": "Compact", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "cards", + "compact", + "display", + "messages", + "mode", + "notif", + "notification", + "notifications", + "size", + "smaller", + "toast" + ], + "description": "Use smaller notification cards" + }, + { + "section": "notificationHistorySaveCritical", + "label": "Critical Priority", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "critical", + "history", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "save", + "toast" + ], + "description": "Save critical priority notifications to history" + }, + { + "section": "notificationTimeoutCritical", + "label": "Critical Priority", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "critical", + "duration", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "timeout", + "toast" + ], + "description": "Timeout for critical priority notifications" + }, + { + "section": "doNotDisturb", + "label": "Do Not Disturb", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "disturb", + "dnd", + "enabled", + "messages", + "mute", + "not", + "notif", + "notification", + "notifications", + "popups", + "silent", + "suppress", + "toast", + "while" + ], + "icon": "notifications_off", + "description": "Suppress notification popups while enabled" + }, + { + "section": "notificationCustomAnimationDuration", + "label": "Duration", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alerts", + "animate", + "animation", + "animations", + "base", + "custom", + "duration", + "messages", + "motion", + "notification", + "notifications", + "speed", + "toast", + "transition" + ], + "description": "Base duration for animations (drag to use Custom)" + }, + { + "section": "notificationHistoryEnabled", + "label": "Enable History", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "disable", + "dismissed", + "enable", + "history", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "save", + "toast" + ], + "description": "Save dismissed notifications to history" + }, + { + "section": "notificationFocusedMonitor", + "label": "Focused Monitor Only", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "active", + "alert", + "alerts", + "currently", + "display", + "focused", + "messages", + "monitor", + "notif", + "notification", + "notifications", + "popup", + "popups", + "screen", + "show", + "toast" + ], + "description": "Show notification popups only on the currently focused monitor" + }, + { + "section": "notificationHistoryMaxAgeDays", + "label": "History Retention", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "age", + "alert", + "alerts", + "auto", + "days", + "delete", + "history", + "max", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "older", + "retention", + "toast" + ], + "description": "Auto-delete notifications older than this" + }, + { + "section": "notificationHistory", + "label": "History Settings", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "disable", + "dismissed", + "enable", + "history", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "save", + "settings", + "toast" + ], + "icon": "history", + "description": "Save dismissed notifications to history" + }, + { + "section": "lockScreenNotifications", + "label": "Lock Screen", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "control", + "information", + "lock", + "lockscreen", + "login", + "messages", + "notif", + "notification", + "notifications", + "privacy", + "screen", + "security", + "shown", + "toast", + "what" + ], + "icon": "lock", + "description": "Control what notification information is shown on the lock screen" + }, + { + "section": "notificationHistorySaveLow", + "label": "Low Priority", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "history", + "low", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "save", + "toast" + ], + "description": "Save low priority notifications to history" + }, + { + "section": "notificationTimeoutLow", + "label": "Low Priority", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "duration", + "low", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "timeout", + "toast" + ], + "description": "Timeout for low priority notifications" + }, + { + "section": "notificationHistoryMaxCount", + "label": "Maximum History", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "count", + "history", + "keep", + "limit", + "max", + "maximum", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "number", + "toast" + ], + "description": "Maximum number of notifications to keep" + }, + { + "section": "mutedApps", + "label": "Muted Apps", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alerts", + "apps", + "messages", + "mute", + "muted", + "notification", + "notifications", + "popup", + "toast", + "unmute" + ], + "icon": "volume_off" + }, + { + "section": "notificationHistorySaveNormal", + "label": "Normal Priority", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "history", + "messages", + "normal", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "save", + "toast" + ], + "description": "Save normal priority notifications to history" + }, + { + "section": "notificationTimeoutNormal", + "label": "Normal Priority", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "duration", + "messages", + "normal", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "timeout", + "toast" + ], + "description": "Timeout for normal priority notifications" + }, + { + "section": "notificationOverlayEnabled", + "label": "Notification Overlay", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "apps", + "display", + "fullscreen", + "messages", + "monitor", + "notif", + "notification", + "notifications", + "output", + "over", + "overlay", + "priorities", + "priority", + "screen", + "toast" + ], + "description": "Display all priorities over fullscreen apps" + }, + { + "section": "notificationPopups", + "label": "Notification Popups", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "appear", + "choose", + "location", + "messages", + "notif", + "notification", + "notifications", + "popup", + "popups", + "position", + "screen", + "toast", + "where" + ], + "icon": "notifications", + "description": "Choose where notification popups appear on screen" + }, + { + "section": "notificationRules", + "label": "Notification Rules", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "history", + "ignore", + "messages", + "mute", + "notif", + "notification", + "notifications", + "priority", + "regex", + "rules", + "toast" + ], + "icon": "rule_settings" + }, + { + "section": "notificationTimeouts", + "label": "Notification Timeouts", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "duration", + "low", + "messages", + "notif", + "notification", + "notifications", + "notifs", + "priority", + "timeout", + "timeouts", + "toast" + ], + "icon": "timer", + "description": "Timeout for low priority notifications" + }, + { + "section": "_tab_17", + "label": "Notifications", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "messages", + "notif", + "notifications", + "notifs", + "toast" + ], + "icon": "notifications" + }, + { + "section": "notificationPopupPosition", + "label": "Popup Position", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "appear", + "choose", + "location", + "messages", + "notif", + "notification", + "notifications", + "popup", + "popups", + "position", + "screen", + "toast", + "where" + ], + "description": "Choose where notification popups appear on screen" + }, + { + "section": "notificationPopupShadowEnabled", + "label": "Popup Shadow", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "appearance", + "colors", + "colour", + "colours", + "drop", + "elevation", + "enabled", + "hue", + "look", + "messages", + "notif", + "notification", + "notifications", + "palette", + "popup", + "popups", + "radius", + "requires", + "rounded", + "shadow", + "show", + "style", + "theme", + "tint", + "toast" + ], + "description": "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors." + }, + { + "section": "notificationPopupPrivacyMode", + "label": "Privacy Mode", + "tabIndex": 17, + "category": "Notifications", + "keywords": [ + "alert", + "alerts", + "body", + "collapsed", + "content", + "default", + "hide", + "messages", + "mode", + "notif", + "notification", + "notifications", + "popup", + "popups", + "privacy", + "show", + "toast", + "until" + ], + "description": "Hide notification content until expanded; popups show collapsed by default" + }, + { + "section": "osdAlwaysShowValue", + "label": "Always Show Percentage", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "always", + "audio", + "backlight", + "bright", + "brightness", + "dim", + "display", + "displays", + "indicator", + "loudness", + "monitor", + "osd", + "output", + "percentage", + "popup", + "popups", + "screen", + "show", + "sound", + "speaker", + "values", + "volume" + ], + "description": "Display volume and brightness percentage values in OSD popups" + }, + { + "section": "osdAudioOutputEnabled", + "label": "Audio Output Switch", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "audio", + "cycling", + "devices", + "display", + "displays", + "indicator", + "monitor", + "osd", + "output", + "popup", + "screen", + "show", + "switch" + ], + "description": "Show on-screen display when cycling audio output devices" + }, + { + "section": "osdBrightnessEnabled", + "label": "Brightness", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "backlight", + "bright", + "brightness", + "changes", + "dim", + "display", + "displays", + "indicator", + "monitor", + "osd", + "output", + "popup", + "screen", + "show" + ], + "description": "Show on-screen display when brightness changes" + }, + { + "section": "osdCapsLockEnabled", + "label": "Caps Lock", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "caps", + "changes", + "display", + "displays", + "indicator", + "lock", + "monitor", + "osd", + "output", + "popup", + "screen", + "show", + "state" + ], + "description": "Show on-screen display when caps lock state changes" + }, + { + "section": "osdIdleInhibitorEnabled", + "label": "Idle Inhibitor", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "afk", + "changes", + "display", + "displays", + "idle", + "inactive", + "indicator", + "inhibitor", + "monitor", + "osd", + "output", + "popup", + "screen", + "screensaver", + "show", + "state", + "timeout" + ], + "description": "Show on-screen display when idle inhibitor state changes" + }, + { + "section": "osdMediaPlaybackEnabled", + "label": "Media Playback", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "audio", + "changes", + "display", + "displays", + "indicator", + "media", + "monitor", + "mpris", + "music", + "osd", + "output", + "playback", + "player", + "popup", + "screen", + "show", + "status" + ], + "description": "Show on-screen display when media player status changes" + }, + { + "section": "osdMediaVolumeEnabled", + "label": "Media Volume", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "audio", + "changes", + "display", + "displays", + "indicator", + "loudness", + "media", + "monitor", + "mpris", + "music", + "osd", + "output", + "playback", + "player", + "popup", + "screen", + "show", + "sound", + "speaker", + "volume" + ], + "description": "Show on-screen display when media player volume changes" + }, + { + "section": "osdMicMuteEnabled", + "label": "Microphone Mute", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "display", + "displays", + "indicator", + "microphone", + "monitor", + "mute", + "muted", + "osd", + "output", + "popup", + "screen", + "show", + "unmuted" + ], + "description": "Show on-screen display when microphone is muted/unmuted" + }, + { + "section": "osdPosition", + "label": "OSD Position", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "appear", + "choose", + "displays", + "indicator", + "monitor", + "monitors", + "osd", + "output", + "outputs", + "popup", + "position", + "screen", + "screens", + "where" + ], + "description": "Choose where on-screen displays appear on screen" + }, + { + "section": "_tab_18", + "label": "On-screen Displays", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "displays", + "indicator", + "monitor", + "monitors", + "osd", + "output", + "outputs", + "popup", + "screen", + "screens" + ], + "icon": "tune" + }, + { + "section": "osd", + "label": "On-screen Displays", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "appear", + "choose", + "displays", + "indicator", + "monitor", + "monitors", + "osd", + "output", + "outputs", + "popup", + "screen", + "screens", + "where" + ], + "icon": "tune", + "description": "Choose where on-screen displays appear on screen" + }, + { + "section": "osdPowerProfileEnabled", + "label": "Power Profile", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "changes", + "display", + "displays", + "hibernate", + "indicator", + "monitor", + "osd", + "output", + "popup", + "power", + "profile", + "reboot", + "restart", + "screen", + "show", + "shutdown", + "sleep", + "suspend" + ], + "description": "Show on-screen display when power profile changes" + }, + { + "section": "osdVolumeEnabled", + "label": "Volume", + "tabIndex": 18, + "category": "On-screen Displays", + "keywords": [ + "audio", + "changes", + "display", + "displays", + "indicator", + "loudness", + "monitor", + "osd", + "output", + "popup", + "screen", + "show", + "sound", + "speaker", + "volume" + ], + "description": "Show on-screen display when volume changes" + }, + { + "section": "appIdSubstitutions", + "label": "App ID Substitutions", + "tabIndex": 19, + "category": "Running Apps", + "keywords": [ + "active", + "app", + "apps", + "class", + "icon", + "pattern", + "regex", + "replacement", + "running", + "substitution", + "substitutions", + "tasks", + "window", + "windows" + ], + "icon": "find_replace" + }, + { + "section": "_tab_19", + "label": "Running Apps", + "tabIndex": 19, + "category": "Running Apps", + "keywords": [ + "active", + "apps", + "open", + "running", + "taskbar", + "tasks", + "windows" + ], + "icon": "app_registration", + "conditionKey": "isHyprlandOrNiri" + }, + { + "section": "_tab_20", + "label": "System Updater", + "tabIndex": 20, + "category": "System Updater", + "keywords": [ + "packages", + "system", + "updater", + "updates", + "upgrade" + ], + "icon": "refresh" + }, + { + "section": "systemUpdater", + "label": "System Updater", + "tabIndex": 20, + "category": "System Updater", + "keywords": [ + "found", + "hide", + "packages", + "system", + "update", + "updater", + "updates", + "upgrade", + "widget" + ], + "icon": "refresh", + "description": "When updater widget is used, then hide it if no update found" + }, + { + "section": "powerAdvanced", + "label": "Advanced", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "actually", + "advanced", + "battery", + "changes", + "charge", + "charging", + "does", + "energy", + "limit", + "percentage", + "power", + "shutdown", + "sleep", + "suspend" + ], + "icon": "tune", + "description": "Note: this only changes the percentage, it does not actually limit charging." + }, + { + "section": "lockTimeout", + "label": "Automatically lock after", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "after", + "automatic", + "automatically", + "energy", + "idle", + "lock", + "power", + "security", + "shutdown", + "sleep", + "suspend", + "timeout" + ] + }, + { + "section": "batteryChargeLimit", + "label": "Battery Charge Limit", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "actually", + "battery", + "changes", + "charge", + "charging", + "does", + "energy", + "limit", + "percentage", + "power", + "shutdown", + "sleep", + "suspend" + ], + "description": "Note: this only changes the percentage, it does not actually limit charging." + }, + { + "section": "customPowerActions", + "label": "Custom Power Actions", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "actions", + "custom", + "energy", + "hibernate", + "power", + "reboot", + "restart", + "shutdown", + "sleep", + "suspend" + ], + "icon": "developer_mode" + }, + { + "section": "powerMenuDefaultAction", + "label": "Default selected action", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "action", + "default", + "energy", + "logout", + "menu", + "power", + "reboot", + "selected", + "shutdown", + "sleep", + "suspend" + ] + }, + { + "section": "fadeToLockEnabled", + "label": "Fade to lock screen", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "before", + "configurable", + "energy", + "fade", + "grace", + "grace period", + "gradually", + "idle", + "lock", + "locking", + "lockscreen", + "login", + "period", + "power", + "screen", + "security", + "shutdown", + "sleep", + "suspend" + ], + "description": "Gradually fade the screen before locking with a configurable grace period" + }, + { + "section": "fadeToDpmsEnabled", + "label": "Fade to monitor off", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "before", + "configurable", + "dpms", + "energy", + "fade", + "grace", + "grace period", + "gradually", + "idle", + "monitor", + "monitors", + "off", + "period", + "power", + "screen", + "shutdown", + "sleep", + "suspend", + "turning" + ], + "description": "Gradually fade the screen before turning off monitors with a configurable grace period" + }, + { + "section": "powerActionHoldDuration", + "label": "Hold Duration", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "confirm", + "duration", + "energy", + "hold", + "power", + "shutdown", + "sleep", + "suspend", + "time" + ] + }, + { + "section": "powerActionConfirm", + "label": "Hold to Confirm Power Actions", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "actions", + "button", + "confirm", + "energy", + "hibernate", + "hold", + "holding", + "logout", + "power", + "reboot", + "require", + "restart", + "safety", + "shutdown", + "sleep", + "suspend" + ], + "description": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout" + }, + { + "section": "idleSettings", + "label": "Idle Settings", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "afk", + "before", + "configurable", + "energy", + "fade", + "grace", + "grace period", + "gradually", + "idle", + "inactive", + "lock", + "locking", + "period", + "power", + "screen", + "screensaver", + "settings", + "shutdown", + "sleep", + "suspend", + "timeout" + ], + "icon": "schedule", + "description": "Gradually fade the screen before locking with a configurable grace period" + }, + { + "section": "lockBeforeSuspend", + "label": "Lock before suspend", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "automatically", + "before", + "energy", + "lock", + "power", + "prepares", + "screen", + "security", + "shutdown", + "sleep", + "suspend", + "system" + ], + "description": "Automatically lock the screen when the system prepares to suspend" + }, + { + "section": "fadeToLockGracePeriod", + "label": "Lock fade grace period", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "energy", + "fade", + "grace", + "lock", + "period", + "power", + "shutdown", + "sleep", + "suspend", + "timeout" + ] + }, + { + "section": "fadeToDpmsGracePeriod", + "label": "Monitor fade grace period", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "dpms", + "energy", + "fade", + "grace", + "monitor", + "period", + "power", + "shutdown", + "sleep", + "suspend", + "timeout" + ] + }, + { + "section": "_tab_21", + "label": "Power & Sleep", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "energy", + "hibernate", + "power", + "reboot", + "restart", + "shutdown", + "sleep", + "suspend" + ], + "icon": "power_settings_new" + }, + { + "section": "powerConfirmation", + "label": "Power Action Confirmation", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "action", + "button", + "confirm", + "confirmation", + "energy", + "hibernate", + "hold", + "holding", + "logout", + "power", + "reboot", + "require", + "restart", + "safety", + "shutdown", + "sleep", + "suspend" + ], + "icon": "check_circle", + "description": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout" + }, + { + "section": "powerMenu", + "label": "Power Menu Customization", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "actions", + "customization", + "display", + "energy", + "grid", + "hibernate", + "layout", + "list", + "menu", + "monitor", + "output", + "power", + "reboot", + "restart", + "screen", + "shutdown", + "sleep", + "suspend" + ], + "icon": "tune", + "description": "Display power menu actions in a grid instead of a list" + }, + { + "section": "suspendTimeout", + "label": "Suspend system after", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "after", + "energy", + "idle", + "power", + "shutdown", + "sleep", + "suspend", + "system", + "timeout" + ] + }, + { + "section": "powerProfile", + "label": "Switch to power profile", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "balanced", + "battery", + "energy", + "hibernate", + "performance", + "power", + "profile", + "reboot", + "restart", + "saver", + "shutdown", + "sleep", + "suspend", + "switch" + ] + }, + { + "section": "monitorTimeout", + "label": "Turn off monitors after", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "after", + "display", + "energy", + "idle", + "monitor", + "monitors", + "off", + "power", + "screen", + "shutdown", + "sleep", + "suspend", + "timeout", + "turn" + ] + }, + { + "section": "powerMenuGridLayout", + "label": "Use Grid Layout", + "tabIndex": 21, + "category": "Power & Sleep", + "keywords": [ + "actions", + "display", + "energy", + "grid", + "hibernate", + "layout", + "list", + "menu", + "monitor", + "output", + "power", + "reboot", + "restart", + "screen", + "shutdown", + "sleep", + "suspend" + ], + "description": "Display power menu actions in a grid instead of a list" + }, + { + "section": "_tab_22", + "label": "Widgets", + "tabIndex": 22, + "category": "Dank Bar", + "keywords": [ + "bar", + "components", + "dank", + "modules", + "panel", + "statusbar", + "topbar", + "widgets" + ], + "icon": "widgets" + }, + { + "section": "disabled", + "label": "Advanced", + "tabIndex": 23, + "category": "System", + "keywords": [ + "advanced", + "clipboard", + "cliphist", + "copy", + "disable", + "disk", + "history", + "linux", + "nothing", + "os", + "paste", + "saved", + "system", + "works" + ], + "icon": "tune", + "description": "Clipboard works but nothing saved to disk" + }, + { + "section": "autoClearDays", + "label": "Auto-Clear After", + "tabIndex": 23, + "category": "System", + "keywords": [ + "after", + "auto", + "automatically", + "clear", + "clipboard", + "days", + "delete", + "entries", + "linux", + "older", + "os", + "system" + ], + "description": "Automatically delete entries older than this" + }, + { + "section": "clearAtStartup", + "label": "Behavior", + "tabIndex": 23, + "category": "System", + "keywords": [ + "behavior", + "clear", + "clipboard", + "history", + "linux", + "os", + "server", + "starts", + "system" + ], + "icon": "settings", + "description": "Clear all history when server starts" + }, + { + "section": "_tab_23", + "label": "Clipboard", + "tabIndex": 23, + "category": "System", + "keywords": [ + "clipboard", + "cliphist", + "copy", + "history", + "linux", + "os", + "paste", + "system" + ], + "icon": "content_paste", + "conditionKey": "dmsConnected" + }, + { + "section": "clipboardEnterToPaste", + "label": "Enter to Paste", + "tabIndex": 23, + "category": "System", + "keywords": [ + "behavior", + "clipboard", + "copy", + "enter", + "linux", + "os", + "paste", + "press", + "system" + ], + "description": "Press Enter to paste, Shift+Enter to copy" + }, + { + "section": "maxHistory", + "label": "History Settings", + "tabIndex": 23, + "category": "System", + "keywords": [ + "clipboard", + "cliphist", + "copy", + "entries", + "history", + "keep", + "limit", + "linux", + "maximum", + "number", + "os", + "paste", + "settings", + "system" + ], + "icon": "history", + "description": "Maximum number of clipboard entries to keep" + }, + { + "section": "maxEntrySize", + "label": "Maximum Entry Size", + "tabIndex": 23, + "category": "System", + "keywords": [ + "clipboard", + "cliphist", + "copy", + "entry", + "history", + "limit", + "linux", + "maximum", + "os", + "paste", + "size", + "system" + ], + "description": "Maximum size per clipboard entry" + }, + { + "section": "maxPinned", + "label": "Maximum Pinned Entries", + "tabIndex": 23, + "category": "System", + "keywords": [ + "clipboard", + "entries", + "limit", + "linux", + "max", + "maximum", + "number", + "os", + "pinned", + "saved", + "system" + ], + "description": "Maximum number of entries that can be saved" + }, + { + "section": "_tab_24", + "label": "Displays", + "tabIndex": 24, + "category": "Displays", + "keywords": [ + "displays", + "monitor", + "monitors", + "output", + "outputs", + "resolution", + "screen", + "screens" + ], + "icon": "monitor" + }, + { + "section": "nightModeHighTemperature", + "label": "Day Temperature", + "tabIndex": 25, + "category": "Displays", + "keywords": [ + "celsius", + "color", + "colour", + "day", + "displays", + "fahrenheit", + "gamma", + "hue", + "kelvin", + "monitor", + "resolution", + "screen", + "temp", + "temperature", + "time", + "tint" + ], + "description": "Color temperature for day time" + }, + { + "section": "_tab_25", + "label": "Gamma Control", + "tabIndex": 25, + "category": "Displays", + "keywords": [ + "blue light", + "color temperature", + "control", + "displays", + "gamma", + "monitor", + "night light", + "redshift", + "resolution", + "screen" + ], + "icon": "brightness_6" + }, + { + "section": "nightModeTemperature", + "label": "Night Temperature", + "tabIndex": 25, + "category": "Displays", + "keywords": [ + "blue light", + "celsius", + "color", + "colour", + "displays", + "fahrenheit", + "gamma", + "hue", + "kelvin", + "mode", + "monitor", + "night", + "resolution", + "screen", + "temp", + "temperature", + "tint", + "warm" + ], + "description": "Color temperature for night mode" + }, + { + "section": "_tab_26", + "label": "Widgets", + "tabIndex": 26, + "category": "Displays", + "keywords": [ + "components", + "displays", + "modules", + "monitor", + "resolution", + "screen", + "widgets" + ], + "icon": "widgets" + }, + { + "section": "_tab_27", + "label": "Desktop Widgets", + "tabIndex": 27, + "category": "Desktop Widgets", + "keywords": [ + "components", + "conky", + "desktop", + "desktop clock", + "modules", + "widgets" + ], + "icon": "widgets" + }, + { + "section": "_tab_28", + "label": "Window Rules", + "tabIndex": 28, + "category": "Window Rules", + "keywords": [ + "floating", + "fullscreen", + "matching", + "opacity", + "rules", + "window" + ], + "icon": "select_window", + "conditionKey": "isNiri" + }, + { + "section": "audioInputDevices", + "label": "Input Devices", + "tabIndex": 29, + "category": "Audio", + "keywords": [ + "audio", + "device", + "devices", + "headphones", + "input", + "microphone", + "pipewire", + "sound", + "speaker", + "volume" + ], + "icon": "mic" + }, + { + "section": "audioOutputDevices", + "label": "Output Devices", + "tabIndex": 29, + "category": "Audio", + "keywords": [ + "audio", + "device", + "devices", + "headphones", + "microphone", + "output", + "pipewire", + "sound", + "speaker", + "volume" + ], + "icon": "volume_up" + }, + { + "section": "_tab_29", + "label": "System", + "tabIndex": 29, + "category": "Audio", + "keywords": [ + "audio", + "headphones", + "microphone", + "pipewire", + "sound", + "speaker", + "system", + "volume" + ], + "icon": "memory" + }, + { + "section": "_tab_30", + "label": "Locale", + "tabIndex": 30, + "category": "Locale", + "keywords": [ + "country", + "language", + "locale" + ], + "icon": "language" + }, + { + "section": "locale", + "label": "Locale Settings", + "tabIndex": 30, + "category": "Locale", + "keywords": [ + "change", + "country", + "interface", + "language", + "locale", + "settings" + ], + "icon": "language", + "description": "Change the locale used by the DMS interface." + }, + { + "section": "timeLocale", + "label": "Time & Date Locale", + "tabIndex": 30, + "category": "Locale", + "keywords": [ + "change", + "country", + "date", + "format", + "formatting", + "independent", + "interface", + "language", + "locale", + "region", + "time" + ], + "description": "Change the locale used for date and time formatting, independent of the interface language." + }, + { + "section": "_tab_31", + "label": "Greeter", + "tabIndex": 31, + "category": "Settings", + "keywords": [ + "greeter", + "settings" + ], + "icon": "login" + }, + { + "section": "_tab_32", + "label": "Multiplexers", + "tabIndex": 32, + "category": "Settings", + "keywords": [ + "multiplexers", + "settings" + ], + "icon": "terminal" + } +] diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/template.json b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/template.json new file mode 100644 index 0000000..41154dc --- /dev/null +++ b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/translations/template.json @@ -0,0 +1,16732 @@ +[ + { + "term": "%1 Animation Speed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 Sessions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 active session", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 active sessions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 adapter, none connected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 adapters, none connected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 character", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 characters", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 connected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 custom animation duration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 disconnected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 disconnected (hidden)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 exists but is not included in config. Custom keybinds will not work until this is fixed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 exists but is not included. Window rules won't apply.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 filtered", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 is now included in config", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 issue found", + "translation": "", + "context": "greeter doctor page error count", + "reference": "", + "comment": "" + }, + { + "term": "%1 issues found", + "translation": "", + "context": "greeter doctor page error count", + "reference": "", + "comment": "" + }, + { + "term": "%1 notifications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 update", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 updates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 variants", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 wallpaper • %2 / %3", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 wallpapers • %2 / %3", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 widgets", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 window", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1 windows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "%1m ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.", + "translation": "", + "context": "lock screen U2F security key mode setting", + "reference": "", + "comment": "" + }, + { + "term": "(Default)", + "translation": "", + "context": "default monitor label suffix", + "reference": "", + "comment": "" + }, + { + "term": "(Unnamed)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "+ %1 more", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "/path/to/videos", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "0 = square corners", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "1 day", + "translation": "", + "context": "notification history retention option", + "reference": "", + "comment": "" + }, + { + "term": "1 device connected", + "translation": "", + "context": "KDE Connect status single device", + "reference": "", + "comment": "" + }, + { + "term": "1 event", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "1 hour", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "1 hour 30 minutes", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "1 minute", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "1 notification", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "1 second", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "10 minutes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "10 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "10-bit Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "12 hours", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "14 days", + "translation": "", + "context": "notification history retention option", + "reference": "", + "comment": "" + }, + { + "term": "15 minutes", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "15 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "180°", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "2 hours", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "2 minutes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "2 seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "20 minutes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "20 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "24-Hour Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "24-hour clock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "24-hour format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "25 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "250 ms", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "270°", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "3 days", + "translation": "", + "context": "notification history retention option", + "reference": "", + "comment": "" + }, + { + "term": "3 hours", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "3 minutes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "3 seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "30 days", + "translation": "", + "context": "notification history filter | notification history retention option", + "reference": "", + "comment": "" + }, + { + "term": "30 minutes", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "30 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "35 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "3rd party", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "4 hours", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "4 seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "40 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "45 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "5 minutes", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "5 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "50 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "500 ms", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "55 seconds", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "6 hours", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "7 days", + "translation": "", + "context": "notification history filter | notification history retention option", + "reference": "", + "comment": "" + }, + { + "term": "750 ms", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "8 hours", + "translation": "", + "context": "wallpaper interval", + "reference": "", + "comment": "" + }, + { + "term": "8 seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "90 days", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "90°", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "MIT License", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "A file with this name already exists. Do you want to overwrite it?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "A modern desktop shell for Wayland compositors", + "translation": "", + "context": "greeter welcome page tagline", + "reference": "", + "comment": "" + }, + { + "term": "AC Power", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "API", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Aborted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "About", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Accent Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Accept", + "translation": "", + "context": "KDE Connect accept pairing button", + "reference": "", + "comment": "" + }, + { + "term": "Accept Jobs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Accepting", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Access clipboard history", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Access to notifications and do not disturb", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Access to system controls and settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Action", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Action failed or terminal was closed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Actions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Activate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Activate Greeter", + "translation": "", + "context": "greeter action confirmation", + "reference": "", + "comment": "" + }, + { + "term": "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Activation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Active", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Active Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Active Lock Screen Monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Active tile background and icon color", + "translation": "", + "context": "control center tile color setting description", + "reference": "", + "comment": "" + }, + { + "term": "Active: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Active: %1 +%2", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Active: None", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Adapters", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Adaptive Media Width", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add Bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add Desktop Widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add Printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add Title", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add Widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add Widget to %1 Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add a border around the dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add and configure widgets that appear on your desktop", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Add by Address", + "translation": "", + "context": "Toggle button to manually add a printer by IP or hostname", + "reference": "", + "comment": "" + }, + { + "term": "Adjust the number of columns in grid view mode.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Adjust volume per scroll indent", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Advanced", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Afternoon", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "All", + "translation": "", + "context": "notification history filter", + "reference": "", + "comment": "" + }, + { + "term": "All Monitors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "All checks passed", + "translation": "", + "context": "greeter doctor page success", + "reference": "", + "comment": "" + }, + { + "term": "All day", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "All displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Allow clicks to pass through the widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Alternative (OR)", + "translation": "", + "context": "U2F mode option: key works as standalone unlock method", + "reference": "", + "comment": "" + }, + { + "term": "Always Active", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Always Show Percentage", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Always hide the dock and reveal it when hovering near the dock area", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Always on icons", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Always show a minimum of 3 workspaces, even if fewer are available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Always show the dock when niri's overview is open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Always show when there's only one connected display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Amount", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Analog", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Analog, digital, or stacked clock display", + "translation": "", + "context": "Desktop clock widget description", + "reference": "", + "comment": "" + }, + { + "term": "Analyzing configuration...", + "translation": "", + "context": "greeter doctor page loading text", + "reference": "", + "comment": "" + }, + { + "term": "Animation Duration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Animation Speed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Anonymous Identity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Anonymous Identity (optional)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "App Customizations", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "App ID Substitutions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "App ID regex (e.g. ^firefox$)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "App Launcher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "App Names", + "translation": "", + "context": "lock screen notification mode option | notification rule match field option", + "reference": "", + "comment": "" + }, + { + "term": "App Theming", + "translation": "", + "context": "greeter feature card title", + "reference": "", + "comment": "" + }, + { + "term": "Appearance", + "translation": "", + "context": "launcher appearance settings", + "reference": "", + "comment": "" + }, + { + "term": "Application Dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Applications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apply Changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apply GTK Colors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apply Qt Colors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Applying authentication changes…", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps Dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps Dock Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps Icon", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps are ordered by usage frequency, then last used, then alphabetically.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Apps with notification popups muted. Unmute or delete to remove.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Architecture", + "translation": "", + "context": "system info label", + "reference": "", + "comment": "" + }, + { + "term": "Are you sure you want to kill session \"%1\"?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Arrange displays and configure resolution, refresh rate, and VRR", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Attach", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Codec", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Codec Selection", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Devices", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Input", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Output", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Output Devices (", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Output Switch", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio Visualizer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio system restarted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Audio volume control", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auth", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auth Type", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authenticate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authenticating...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication Required", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication changes applied.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication changes apply automatically.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication changes apply automatically. Fingerprint-only login may not unlock Keyring.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication error - try again", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authentication failed, please try again", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authorize", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authorize pairing with ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Authorize service for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto", + "translation": "", + "context": "theme category option", + "reference": "", + "comment": "" + }, + { + "term": "Auto (Bar-aware)", + "translation": "", + "context": "bar shadow direction source option | shadow direction option", + "reference": "", + "comment": "" + }, + { + "term": "Auto (Wide)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto Location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto Popup Gaps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto-Clear After", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto-Hide Timeout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto-close Niri overview when launching apps.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto-delete notifications older than this", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, + { + "term": "Auto-hide", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto-hide Dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Auto-saving...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Autoconnect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Autoconnect disabled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Autoconnect enabled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Autofill last remembered query when opened", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatic Color Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatic Control", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatic Cycling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically cycle through wallpapers in the same folder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically delete entries older than this", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically detect location based on IP address", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically determine your location using your IP address", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically lock after", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically lock the screen when DMS starts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automatically lock the screen when the system prepares to suspend", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Automation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available Layouts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available Networks", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available Plugins", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available Screens (%1)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available in Detailed and Forecast view modes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Available.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "BSSID", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Back", + "translation": "", + "context": "greeter back button", + "reference": "", + "comment": "" + }, + { + "term": "Backend", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Background", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Background Blur", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Background Opacity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Background authentication sync failed. Trying terminal mode.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Background image", + "translation": "", + "context": "greeter wallpaper description", + "reference": "", + "comment": "" + }, + { + "term": "Backlight device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Balance power and performance", + "translation": "", + "context": "power profile description", + "reference": "", + "comment": "" + }, + { + "term": "Balanced", + "translation": "", + "context": "power profile option", + "reference": "", + "comment": "" + }, + { + "term": "Balanced palette with focused accents (default).", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bar Configurations", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bar Shadows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bar Transparency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Base color for shadows (opacity is applied automatically)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Base duration for animations (drag to use Custom)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Battery", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Battery %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Battery Charge Limit", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Battery and power management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Battery level and power management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Behavior", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Binds Include Missing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Binds include added", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bit Depth", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Block Out", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Block Out From", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Block notifications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blocked", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blue light filter", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bluetooth", + "translation": "", + "context": "bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "Bluetooth Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bluetooth not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blur Border Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blur Border Opacity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blur Wallpaper Layer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blur on Overview", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support and configuration.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Blur wallpaper when niri overview is open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Body", + "translation": "", + "context": "notification rule match field option", + "reference": "", + "comment": "" + }, + { + "term": "Border", + "translation": "", + "context": "launcher border option", + "reference": "", + "comment": "" + }, + { + "term": "Border Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Border Opacity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Border Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Border Thickness", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Border color around blurred surfaces", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Border with BG", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bottom", + "translation": "", + "context": "shadow direction option", + "reference": "", + "comment": "" + }, + { + "term": "Bottom Center", + "translation": "", + "context": "screen position option", + "reference": "", + "comment": "" + }, + { + "term": "Bottom Left", + "translation": "", + "context": "screen position option", + "reference": "", + "comment": "" + }, + { + "term": "Bottom Right", + "translation": "", + "context": "screen position option", + "reference": "", + "comment": "" + }, + { + "term": "Bottom Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Bottom dock for pinned and running applications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Brightness", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Brightness Slider", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Brightness Value", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Brightness control not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Browse", + "translation": "", + "context": "theme category option", + "reference": "", + "comment": "" + }, + { + "term": "Browse Files", + "translation": "", + "context": "KDE Connect browse tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Browse Plugins", + "translation": "", + "context": "plugin browser header | plugin browser window title", + "reference": "", + "comment": "" + }, + { + "term": "Browse Themes", + "translation": "", + "context": "browse themes button | theme browser header | theme browser window title", + "reference": "", + "comment": "" + }, + { + "term": "Browse or search plugins", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Button Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU Graph", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU Usage", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU temperature display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU usage indicator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CPU, memory, network, and disk monitoring", + "translation": "", + "context": "System monitor widget description", + "reference": "", + "comment": "" + }, + { + "term": "CUPS Insecure Filter Warning", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CUPS Missing Filter Warning", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CUPS Print Server", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "CUPS not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Camera", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cancel", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cancel all jobs for \"%1\"?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Canceled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cannot pair", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Capabilities", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Capacity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Caps Lock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Caps Lock Indicator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Caps Lock is on", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Center Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Center Single Column", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Center Tiling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Certificate Password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Change Song", + "translation": "", + "context": "media scroll wheel option", + "reference": "", + "comment": "" + }, + { + "term": "Change Volume", + "translation": "", + "context": "media scroll wheel option", + "reference": "", + "comment": "" + }, + { + "term": "Change bar appearance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Change the locale used by the DMS interface.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Change the locale used for date and time formatting, independent of the interface language.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Channel", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Charging", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Check for system updates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Check sync status on demand. Sync copies your theme, settings, and wallpaper configuration to the login screen. Authentication changes apply automatically.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Checking for updates...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Checking whether sudo authentication is needed…", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Checking...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Checking…", + "translation": "", + "context": "greeter status loading", + "reference": "", + "comment": "" + }, + { + "term": "Choose Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose Dark Mode Color", + "translation": "", + "context": "dark mode wallpaper color picker title", + "reference": "", + "comment": "" + }, + { + "term": "Choose Dock Launcher Logo Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose Launcher Logo Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose Light Mode Color", + "translation": "", + "context": "light mode wallpaper color picker title", + "reference": "", + "comment": "" + }, + { + "term": "Choose Wallpaper Color", + "translation": "", + "context": "wallpaper color picker title", + "reference": "", + "comment": "" + }, + { + "term": "Choose a color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose colors from palette", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose how the weather widget is displayed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose how this bar resolves shadow direction", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose icon", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose the background color for widgets", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose the border accent color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose the logo displayed on the launcher button in DankBar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose where notification popups appear on screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose where on-screen displays appear on screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose which displays show this widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Chroma Style", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cipher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Circle", + "translation": "", + "context": "dock indicator style option", + "reference": "", + "comment": "" + }, + { + "term": "Class regex (e.g. ^firefox$)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear All", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear All Jobs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear History?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear Sky", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear all history when server starts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clear at Startup", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click 'Setup' to create %1 and add include to config.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click 'Setup' to create %1 and add include to your compositor config.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click 'Setup' to create cursor config and add include to your compositor config.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click 'Setup' to create the outputs config and add include to your compositor config.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click Import to add a .ovpn or .conf", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click Refresh to check status.", + "translation": "", + "context": "greeter status placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Click Through", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click any shortcut to edit. Changes save to %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click to capture", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Click to select a custom theme JSON file", + "translation": "", + "context": "custom theme file hint", + "reference": "", + "comment": "" + }, + { + "term": "Clip", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clip to Geometry", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clipboard", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clipboard History", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clipboard Manager", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clipboard sent", + "translation": "", + "context": "KDE Connect clipboard action | Phone Connect clipboard action", + "reference": "", + "comment": "" + }, + { + "term": "Clipboard works but nothing saved to disk", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Clock Style", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Close", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Close All Windows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Close Overview on Launch", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Close Window", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color", + "translation": "", + "context": "border color", + "reference": "", + "comment": "" + }, + { + "term": "Color Gamut", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color Management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color Override", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color Picker", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color displayed on monitors without the lock screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color for primary action buttons", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color temperature for day time", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color temperature for night mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color theme for syntax highlighting.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color theme for syntax highlighting. %1 themes available.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Color theme from DMS registry", + "translation": "", + "context": "registry theme description", + "reference": "", + "comment": "" + }, + { + "term": "Colorful", + "translation": "", + "context": "widget style option", + "reference": "", + "comment": "" + }, + { + "term": "Colorful mix of bright contrasting accents.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Colorize Active", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Colors from wallpaper", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Column", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Column Display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Column Width", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Comma-separated list of session names to hide. Wrap in slashes for regex (e.g., /^_.*/).", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Commands", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Communication", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Community themes", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Compact", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Compact Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Completed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Compositor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Compositor Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Compositor not supported", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Config Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Config action: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Config validation failed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configuration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configuration activated", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configuration will be preserved when this display reconnects", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configure", + "translation": "", + "context": "greeter settings section header", + "reference": "", + "comment": "" + }, + { + "term": "Configure Keybinds", + "translation": "", + "context": "greeter configure keybinds link", + "reference": "", + "comment": "" + }, + { + "term": "Configure a new printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configure match criteria and actions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configure which displays show \"%1\"", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Configure which displays show shell components", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Confirm", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Confirm Delete", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Confirm Display Changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Confirm passkey for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Conflicts with: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connect to Hidden Network", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connect to VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connect to Wi-Fi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connected", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Connected Device", + "translation": "", + "context": "bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "Connected Displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connecting to Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connecting to clipboard service…", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connecting...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Connection failed", + "translation": "", + "context": "Status message when test connection to printer fails", + "reference": "", + "comment": "" + }, + { + "term": "Contains", + "translation": "", + "context": "notification rule match type option", + "reference": "", + "comment": "" + }, + { + "term": "Content", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Content copied", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Contrast", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Control Center", + "translation": "", + "context": "greeter feature card title", + "reference": "", + "comment": "" + }, + { + "term": "Control Center Tile Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Control animation duration for notification popups and history", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Control currently playing media", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Control what notification information is shown on the lock screen", + "translation": "", + "context": "lock screen notification privacy setting", + "reference": "", + "comment": "" + }, + { + "term": "Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Control workspaces and columns by scrolling on the bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Controls opacity of all popouts, modals, and their content layers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Controls shadow cast direction for elevation layers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Controls the base blur radius and offset of shadows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Controls the transparency of the shadow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Convenience options for the login screen. Sync to apply.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cooldown", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copied GIF", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copied MP4", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copied WebP", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copied to clipboard", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copied!", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy Content", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy Full Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy HTML", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy Name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy PID", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy Text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Copy path", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Corner Radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Corner Radius Override", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Corners & Background", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Count Only", + "translation": "", + "context": "lock screen notification mode option", + "reference": "", + "comment": "" + }, + { + "term": "Cover Open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create Dir", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create Printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create Window Rule", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create a new %1 session (n)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create rule for:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Create rules to mute, ignore, hide from history, or override notification priority. Default only overrides priority; notifications still show normally.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Creating...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Critical Priority", + "translation": "", + "context": "notification rule urgency option", + "reference": "", + "comment": "" + }, + { + "term": "Current", + "translation": "", + "context": "notification center tab", + "reference": "", + "comment": "" + }, + { + "term": "Current Items", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current Locale", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current Monitor", + "translation": "", + "context": "Running apps filter: only show apps from the same monitor", + "reference": "", + "comment": "" + }, + { + "term": "Current Period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current Status", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current Temp", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current Theme: %1", + "translation": "", + "context": "current theme label", + "reference": "", + "comment": "" + }, + { + "term": "Current Weather", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current Workspace", + "translation": "", + "context": "Running apps filter: only show apps from the active workspace", + "reference": "", + "comment": "" + }, + { + "term": "Current time and date display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current weather conditions and temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Current: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cursor Config Not Configured", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cursor Include Missing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cursor Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Cursor Theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom", + "translation": "", + "context": "blur border color | shadow color option | theme category option", + "reference": "", + "comment": "" + }, + { + "term": "Custom Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Duration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Hibernate Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Lock Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Logout Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Name", + "translation": "", + "context": "Audio device rename dialog field label", + "reference": "", + "comment": "" + }, + { + "term": "Custom Power Actions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Power Off Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Reboot Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Shadow Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Shadow Override", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Suspend Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom Transparency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Custom power profile", + "translation": "", + "context": "power profile description", + "reference": "", + "comment": "" + }, + { + "term": "Custom theme loaded from JSON file", + "translation": "", + "context": "custom theme description", + "reference": "", + "comment": "" + }, + { + "term": "Custom...", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Custom: ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Customizable empty space", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Customize which actions appear in the power menu", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DDC/CI monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DEMO MODE - Click anywhere to exit", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DMS Plugin Manager Unavailable", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DMS Shortcuts", + "translation": "", + "context": "greeter keybinds section header", + "reference": "", + "comment": "" + }, + { + "term": "DMS greeter needs: greetd, dms-greeter. Fingerprint: fprintd, pam_fprintd. Security keys: pam_u2f. Add your user to the greeter group. Authentication changes apply automatically and may open a terminal when sudo authentication is required.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DMS out of date", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DMS service is not connected. Clipboard settings are unavailable.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DMS shell actions (launcher, clipboard, etc.)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DMS_SOCKET not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DWL service not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Daily", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Daily at:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dank", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dank Bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "DankBar", + "translation": "", + "context": "greeter feature card title | greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "DankMaterialShell is ready to use", + "translation": "", + "context": "greeter completion page subtitle", + "reference": "", + "comment": "" + }, + { + "term": "DankShell & System Icons (requires restart)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dark Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dark mode base", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dark mode harmony", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Darken Modal Background", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Date Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Date format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Date format on greeter", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dawn (Astronomical Twilight)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dawn (Civil Twilight)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dawn (Nautical Twilight)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Day Date", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Day Month Date", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Day Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Daytime", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Deck", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Default", + "translation": "", + "context": "notification rule action option | notification rule urgency option | widget style option", + "reference": "", + "comment": "" + }, + { + "term": "Default (Black)", + "translation": "", + "context": "shadow color option", + "reference": "", + "comment": "" + }, + { + "term": "Default Width (%)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Default selected action", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Defaults", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Define rules for window behavior. Saves to %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete \"%1\"?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete Class", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete Printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete Saved Item?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete class \"%1\"?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Delete profile \"%1\"?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dependencies & documentation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Derives colors that closely match the underlying image.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Description", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Desktop", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Desktop Clock", + "translation": "", + "context": "Desktop clock widget name", + "reference": "", + "comment": "" + }, + { + "term": "Desktop Entry", + "translation": "", + "context": "notification rule match field option", + "reference": "", + "comment": "" + }, + { + "term": "Desktop Widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Desktop Widgets", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Desktop background images", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Detailed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Details for \"%1\"", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Development", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Device connections", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Device names updated", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Device paired", + "translation": "", + "context": "Phone Connect pairing action", + "reference": "", + "comment": "" + }, + { + "term": "Device unpaired", + "translation": "", + "context": "KDE Connect unpair action | Phone Connect unpair action", + "reference": "", + "comment": "" + }, + { + "term": "Digital", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Direction Source", + "translation": "", + "context": "bar shadow direction source", + "reference": "", + "comment": "" + }, + { + "term": "Disable Autoconnect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disable Built-in Wallpapers", + "translation": "", + "context": "wallpaper settings disable toggle", + "reference": "", + "comment": "" + }, + { + "term": "Disable History Persistence", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disable Output", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disabled", + "translation": "", + "context": "bluetooth status | lock screen notification mode option", + "reference": "", + "comment": "" + }, + { + "term": "Disabling WiFi...", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Disc", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Discard", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Discharging", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Disconnect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disconnected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disconnected from WiFi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Discover Devices", + "translation": "", + "context": "Toggle button to scan for printers via mDNS/Avahi", + "reference": "", + "comment": "" + }, + { + "term": "Disk", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disk I/O", + "translation": "", + "context": "disk io header in system monitor", + "reference": "", + "comment": "" + }, + { + "term": "Disk Usage", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disk Usage Display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Disks", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dismiss", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display Assignment", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display Control", + "translation": "", + "context": "greeter feature card title", + "reference": "", + "comment": "" + }, + { + "term": "Display Name Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display Profiles", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display a dock with pinned and running applications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display all priorities over fullscreen apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display and switch DWL layouts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display application icons in workspace indicators", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display brightness control", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display configuration is not available. WLR output management protocol not supported.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display currently focused application title", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display hourly weather predictions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display only workspaces that contain windows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display power menu actions in a grid instead of a list", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display seconds in the clock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display the power system menu", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Display volume and brightness percentage values in OSD popups", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Displays", + "translation": "", + "context": "greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "Displays count when overflow is active", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Displays the active keyboard layout and allows switching", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Distribution", + "translation": "", + "context": "system info label", + "reference": "", + "comment": "" + }, + { + "term": "Diverse palette spanning the full spectrum.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Do Not Disturb", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dock", + "translation": "", + "context": "greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "Dock & Launcher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dock Transparency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dock Visibility", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Docs", + "translation": "", + "context": "greeter documentation link", + "reference": "", + "comment": "" + }, + { + "term": "Documents", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Domain (optional)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Don't Change", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Don't Save", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Door Open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Downloads", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Drag to Reorder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Drag workspace indicators to reorder them", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Driver", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Drizzle", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Duplicate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Duplicate Wallpaper with Blur", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Duration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dusk (Astronomical Twilight)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dusk (Civil Twighlight)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dusk (Nautical Twilight)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dynamic", + "translation": "", + "context": "dynamic theme name", + "reference": "", + "comment": "" + }, + { + "term": "Dynamic Properties", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Dynamic Theming", + "translation": "", + "context": "greeter feature card title", + "reference": "", + "comment": "" + }, + { + "term": "Dynamic colors from wallpaper", + "translation": "", + "context": "dynamic colors description", + "reference": "", + "comment": "" + }, + { + "term": "Dynamic colors, presets", + "translation": "", + "context": "greeter theme description", + "reference": "", + "comment": "" + }, + { + "term": "Edge Spacing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Edit App", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Edit Window Rule", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Education", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Empty", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Enable 10-bit color depth for wider color gamut and HDR support", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable Autoconnect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable Bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable Do Not Disturb", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable History", + "translation": "", + "context": "notification history toggle label", + "reference": "", + "comment": "" + }, + { + "term": "Enable Overview Overlay", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable Ripple Effects", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable System Sounds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable Video Screensaver", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable Weather", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable WiFi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable fingerprint at login", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable fingerprint authentication", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable loginctl lock integration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable security key at login", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enable security key authentication", + "translation": "", + "context": "Enable FIDO2/U2F hardware security key for lock screen", + "reference": "", + "comment": "" + }, + { + "term": "Enabled", + "translation": "", + "context": "bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but fingerprint availability could not be confirmed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but no fingerprint reader was detected.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but no prints are enrolled yet. Authentication changes apply automatically once you enroll fingerprints.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but no prints are enrolled yet. Enroll fingerprints and run Sync.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but no registered security key was found yet. Authentication changes apply automatically once your key is registered or your U2F config is updated.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but no registered security key was found yet. Register a key and run Sync.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled, but security-key availability could not be confirmed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled. PAM already provides fingerprint auth.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled. PAM already provides security-key auth.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabled. PAM provides fingerprint auth, but no prints are enrolled yet.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enabling WiFi...", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "End", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enlarge on Hover", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enlargement %", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter 6-digit passkey", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter PIN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter PIN for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter URL or text to share", + "translation": "", + "context": "KDE Connect share input placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Enter a new name for session \"%1\"", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter a new name for this workspace", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter command or script path", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter credentials for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter custom lock screen format (e.g., dddd, MMMM d)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter custom top bar format (e.g., ddd MMM d)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter device name...", + "translation": "", + "context": "Audio device rename dialog placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Enter filename...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter launch prefix (e.g., 'uwsm-app')", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter network name and password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter passkey for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter password for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter this passkey on ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enter to Paste", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Enterprise", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Entry pinned", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Entry unpinned", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Environment Variables", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Error", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Errors", + "translation": "", + "context": "greeter doctor page status card", + "reference": "", + "comment": "" + }, + { + "term": "Ethernet", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Exact", + "translation": "", + "context": "notification rule match type option", + "reference": "", + "comment": "" + }, + { + "term": "Exclusive Zone Offset", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Experimental Feature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Explore", + "translation": "", + "context": "greeter explore section header", + "reference": "", + "comment": "" + }, + { + "term": "Exponential", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Expressive", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Extend battery life", + "translation": "", + "context": "power profile description", + "reference": "", + "comment": "" + }, + { + "term": "Extensible architecture", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "External Wallpaper Management", + "translation": "", + "context": "wallpaper settings external management", + "reference": "", + "comment": "" + }, + { + "term": "Extra Arguments", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "F1/I: Toggle • F10: Help", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fade", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Fade to lock screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fade to monitor off", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to accept pairing", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to activate configuration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to activate profile - file not found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to add binds include", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to add printer to class", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to browse device", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to cancel all jobs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to cancel selected job", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to check for updates:\n%1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to check pin limit", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to connect VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to connect to %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to copy entry", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to create printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to create profiles directory", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to delete VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to delete class", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to delete printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to disable job acceptance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to disable night mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to disconnect VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to disconnect VPNs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to disconnect WiFi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to enable IP location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to enable WiFi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to enable job acceptance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to enable night mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to hold job", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to import VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to launch SMS app", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to load VPN config", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to load clipboard configuration.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to move job", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to parse plugin_settings.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to parse session.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to parse settings.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to pause printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to pin entry", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to print test page", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to reject pairing", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to remove device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to remove keybind", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to remove printer from class", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to restart audio system", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to restart job", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to resume printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to ring device", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", + "translation": "", + "context": "greeter status error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to save audio config", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to save clipboard setting", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to save keybind", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to save profile file", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to send clipboard", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to send file", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to send ping", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set brightness", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set night mode location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set night mode schedule", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set night mode temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set power profile", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set profile image", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to set profile image: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to share", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Failed to start connection to %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to unpin entry", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to update VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to update autoconnect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to update description", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to update location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to update sharing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to write temp file for validation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Features", + "translation": "", + "context": "greeter welcome page section header", + "reference": "", + "comment": "" + }, + { + "term": "Feels", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Feels Like", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Feels Like %1°", + "translation": "", + "context": "weather feels like temperature", + "reference": "", + "comment": "" + }, + { + "term": "Fidelity", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Field", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "File", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "File Already Exists", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "File Information", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "File received from", + "translation": "", + "context": "Phone Connect file share notification", + "reference": "", + "comment": "" + }, + { + "term": "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Files", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Filesystem usage monitoring", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fill", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Find in Text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Find in note...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fingerprint availability could not be confirmed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fingerprint error", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fingerprint error: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fingerprint not recognized (%1/%2). Please try again or use password.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and enroll later.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fingerprint reader detected, but no prints are enrolled yet. You can enable this now and run Sync later.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Finish", + "translation": "", + "context": "greeter finish button", + "reference": "", + "comment": "" + }, + { + "term": "First Day of Week", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "First Time Setup", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fit", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Fix Now", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fixing...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Flags", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Flipped", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Flipped 180°", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Flipped 270°", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Flipped 90°", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Float", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focus", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focus at Startup", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focused Border", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focused Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focused Monitor Only", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focused Window", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Focused monitor only", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fog", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Folder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Folders", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Follow DMS background color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Follow Monitor Focus", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Follow focus", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Font", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Font Family", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Font Scale", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Font Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Font Weight", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Font used on the login screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Force HDR", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Force Kill (SIGKILL)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Force Wide Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Force terminal applications to always use dark color schemes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forecast", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forecast Days", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forecast Not Available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forever", + "translation": "", + "context": "notification history retention option", + "reference": "", + "comment": "" + }, + { + "term": "Forget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forget \"%1\"?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forget Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forget Network", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Forgot network %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Format Legend", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Found %1 package to update:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Found %1 packages to update:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Free VRAM/memory when the launcher is closed. May cause a slight delay when reopening.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Freezing Drizzle", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Frequency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fruit Salad", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Full Command:", + "translation": "", + "context": "process detail label", + "reference": "", + "comment": "" + }, + { + "term": "Full Content", + "translation": "", + "context": "lock screen notification mode option", + "reference": "", + "comment": "" + }, + { + "term": "Full Day & Month", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Full with Year", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Fullscreen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fullscreen Only", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Fully Charged", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Fun", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "G: grid • Z/X: size", + "translation": "", + "context": "Widget grid keyboard hints", + "reference": "", + "comment": "" + }, + { + "term": "GPU", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "GPU Monitoring", + "translation": "", + "context": "gpu section header in system monitor", + "reference": "", + "comment": "" + }, + { + "term": "GPU Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "GPU temperature display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "GTK, Qt, IDEs, more", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Games", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Gamma Control", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Gamma control not available. Requires DMS API v6+.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Generic", + "translation": "", + "context": "theme category option", + "reference": "", + "comment": "" + }, + { + "term": "Get Started", + "translation": "", + "context": "greeter first page button", + "reference": "", + "comment": "" + }, + { + "term": "GitHub", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Globally scale all animation durations", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Golden Hour", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Good", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Goth Corner Radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Goth Corners", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Gradually fade the screen before locking with a configurable grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Gradually fade the screen before turning off monitors with a configurable grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Graph Time Range", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Graphics", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter Appearance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter Behavior", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter Status", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter activated. greetd is now enabled.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter font", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter only — does not affect main clock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Greeter only — format for the date on the login screen", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Grid", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Grid Columns", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Grid: OFF", + "translation": "", + "context": "Widget grid snap status", + "reference": "", + "comment": "" + }, + { + "term": "Grid: ON", + "translation": "", + "context": "Widget grid snap status", + "reference": "", + "comment": "" + }, + { + "term": "Group", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Group Workspace Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Group by App", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Group multiple windows of the same app together with a window count indicator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Group removed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Group repeated application icons in unfocused workspaces", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Groups", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "HDR (EDID)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "HDR Tone Mapping", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "HDR mode is experimental. Verify your monitor supports HDR before enabling.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "HSV", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "HTML copied to clipboard", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Health", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Heavy Rain", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Heavy Snow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Heavy Snow Showers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Height", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Held", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Help", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hex", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hibernate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hidden", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hidden (%1)", + "translation": "", + "context": "count of hidden audio devices", + "reference": "", + "comment": "" + }, + { + "term": "Hidden Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hidden Network", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide 3rd Party", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide App", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide Delay", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide Indicators", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide Updater Widget", + "translation": "", + "context": "When updater widget is used, then hide it if no update found", + "reference": "", + "comment": "" + }, + { + "term": "Hide When Typing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide When Windows Open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide cursor after inactivity (0 = disabled)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide cursor when pressing keyboard keys", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide cursor when using touch input", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide notification content until expanded", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide notification content until expanded; popups show collapsed by default", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hide on Touch", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "High-fidelity palette that preserves source hues.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Highlight Active Workspace App", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Highlight the currently focused app inside workspace indicators", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "History", + "translation": "", + "context": "notification center tab", + "reference": "", + "comment": "" + }, + { + "term": "History Retention", + "translation": "", + "context": "notification history retention settings label", + "reference": "", + "comment": "" + }, + { + "term": "History Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "History cleared. %1 pinned entries kept.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hold Duration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hold longer to confirm", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hold to Confirm Power Actions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hold to confirm (%1 ms)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hold to confirm (%1s)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Home", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Host", + "translation": "", + "context": "Label for printer IP address or hostname input field", + "reference": "", + "comment": "" + }, + { + "term": "Hostname", + "translation": "", + "context": "system info label", + "reference": "", + "comment": "" + }, + { + "term": "Hot Corners", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hotkey overlay title (optional)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hour", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hourly", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hourly Forecast Count", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "How often to change wallpaper", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "How the background image is scaled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Humidity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hyprland Discord Server", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hyprland Layout Overrides", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hyprland Options", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Hyprland Website", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "I Understand", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "IP", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "IP Address:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "IP address or hostname", + "translation": "", + "context": "Placeholder text for manual printer address input", + "reference": "", + "comment": "" + }, + { + "term": "ISO Date", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Icon", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Icon Scale", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Icon Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Icon Size %", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Icon Theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Idle", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Idle Inhibitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Idle Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Idle monitoring not supported - requires newer Quickshell version", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "If the field is hidden, it will appear as soon as a key is pressed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Ignore Completely", + "translation": "", + "context": "notification rule action option", + "reference": "", + "comment": "" + }, + { + "term": "Image", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Image copied to clipboard", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Import", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Import VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Inactive Monitor Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Include Files in All Tab", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Include Folders in All Tab", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Include Transitions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Include desktop actions (shortcuts) in search results.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Incompatible Plugins Loaded", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Incorrect password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Incorrect password - attempt %1 of %2 (lockout may follow)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Incorrect password - next failures may trigger account lockout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Incorrect password - try again", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Indicator Style", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Individual Batteries", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Individual bar configuration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Info", + "translation": "", + "context": "greeter doctor page status card", + "reference": "", + "comment": "" + }, + { + "term": "Inherit", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Inherit Global (Default)", + "translation": "", + "context": "bar shadow direction source option", + "reference": "", + "comment": "" + }, + { + "term": "Inhibitable", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Input Devices", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Input Volume Slider", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Insert your security key...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Install", + "translation": "", + "context": "install action button", + "reference": "", + "comment": "" + }, + { + "term": "Install Greeter", + "translation": "", + "context": "greeter action confirmation", + "reference": "", + "comment": "" + }, + { + "term": "Install Plugin", + "translation": "", + "context": "plugin installation dialog title", + "reference": "", + "comment": "" + }, + { + "term": "Install Theme", + "translation": "", + "context": "theme installation dialog title", + "reference": "", + "comment": "" + }, + { + "term": "Install color themes from the DMS theme registry", + "translation": "", + "context": "theme browser description", + "reference": "", + "comment": "" + }, + { + "term": "Install complete. Greeter has been installed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Install failed: %1", + "translation": "", + "context": "installation error", + "reference": "", + "comment": "" + }, + { + "term": "Install matugen package for dynamic theming", + "translation": "", + "context": "matugen installation hint", + "reference": "", + "comment": "" + }, + { + "term": "Install plugin '%1' from the DMS registry?", + "translation": "", + "context": "plugin installation confirmation", + "reference": "", + "comment": "" + }, + { + "term": "Install plugins from the DMS plugin registry", + "translation": "", + "context": "plugin browser description", + "reference": "", + "comment": "" + }, + { + "term": "Install the DMS greeter? A terminal will open for sudo authentication.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Install theme '%1' from the DMS registry?", + "translation": "", + "context": "theme installation confirmation", + "reference": "", + "comment": "" + }, + { + "term": "Installation and PAM setup: see the ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Installed", + "translation": "", + "context": "installed status", + "reference": "", + "comment": "" + }, + { + "term": "Installed: %1", + "translation": "", + "context": "installation success", + "reference": "", + "comment": "" + }, + { + "term": "Installing: %1", + "translation": "", + "context": "installation progress", + "reference": "", + "comment": "" + }, + { + "term": "Intelligent Auto-hide", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Intensity", + "translation": "", + "context": "shadow intensity slider", + "reference": "", + "comment": "" + }, + { + "term": "Interface:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Interlock Open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Internet", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Interval", + "translation": "", + "context": "wallpaper cycling mode tab", + "reference": "", + "comment": "" + }, + { + "term": "Invalid configuration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Invert on mode change", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Iris Bloom", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Isolate Displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Jobs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Jobs: ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keep Awake", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keep Changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keeping Awake", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Kernel", + "translation": "", + "context": "system info label", + "reference": "", + "comment": "" + }, + { + "term": "Key", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keybind Sources", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keybinds", + "translation": "", + "context": "greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "Keybinds Search Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keybinds shown alongside regular search results", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keyboard Layout Name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keyboard Shortcuts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Keys", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Kill", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Kill Process", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Kill Session", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Ko-fi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "LED device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "LabWC IRC Channel", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "LabWC Website", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Large", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Largest", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last hour", + "translation": "", + "context": "notification history filter", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1 day ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1 days ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1 hour ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1 hours ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1 minute ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched %1 minutes ago", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Last launched just now", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Latitude", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launch", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launch Prefix", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launch on dGPU", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launch on dGPU by default", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launcher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launcher Button", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Launcher Button Logo", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Layout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Layout Overrides", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Layout and module positions on the greeter are synced from your shell (e.g. bar config). Run Sync to apply.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Left", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Left Center", + "translation": "", + "context": "screen position option", + "reference": "", + "comment": "" + }, + { + "term": "Left Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light Direction", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light Rain", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light Snow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light Snow Showers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light mode base", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Light mode harmony", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Line", + "translation": "", + "context": "dock indicator style option", + "reference": "", + "comment": "" + }, + { + "term": "Line: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Linear", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lines: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "List", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lively palette with saturated accents.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Load Average", + "translation": "", + "context": "system info label", + "reference": "", + "comment": "" + }, + { + "term": "Loading codecs...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Loading keybinds...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Loading trending...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Loading...", + "translation": "", + "context": "loading indicator", + "reference": "", + "comment": "" + }, + { + "term": "Local", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Locale", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Locale Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Location", + "translation": "", + "context": "theme auto mode tab", + "reference": "", + "comment": "" + }, + { + "term": "Location Search", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock Screen", + "translation": "", + "context": "greeter feature card title | lock screen notifications settings card", + "reference": "", + "comment": "" + }, + { + "term": "Lock Screen Display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock Screen Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock Screen behaviour", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock Screen layout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock at startup", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock before suspend", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock fade grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Lock screen authentication changes apply automatically and may open a terminal when sudo authentication is required.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Locked", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Log Out", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Logging in...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Login", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Login Authentication", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Long", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Long Text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Long press", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Longitude", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Low Priority", + "translation": "", + "context": "notification rule urgency option", + "reference": "", + "comment": "" + }, + { + "term": "MAC", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "MTU", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Make sure KDE Connect or Valent is running on your other devices", + "translation": "", + "context": "Phone Connect hint message", + "reference": "", + "comment": "" + }, + { + "term": "Manage and configure plugins for extending DMS functionality", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "MangoWC Layout Overrides", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Manual", + "translation": "", + "context": "bar shadow direction source option", + "reference": "", + "comment": "" + }, + { + "term": "Manual Coordinates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Manual Direction", + "translation": "", + "context": "bar manual shadow direction", + "reference": "", + "comment": "" + }, + { + "term": "Manual Gap Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Manual Show/Hide", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Map window class names to icon names for proper icon display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Margin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Marker Supply Empty", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Marker Supply Low", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Marker Waste Almost Full", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Marker Waste Full", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Match Criteria", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Matches profile: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Material Colors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Material Design inspired color themes", + "translation": "", + "context": "generic theme description", + "reference": "", + "comment": "" + }, + { + "term": "Material colors generated from wallpaper", + "translation": "", + "context": "dynamic theme description", + "reference": "", + "comment": "" + }, + { + "term": "Material inspired shadows and elevation on modals, popouts, and dialogs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Matugen Contrast", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Matugen Missing", + "translation": "", + "context": "matugen not found status", + "reference": "", + "comment": "" + }, + { + "term": "Matugen Palette", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Matugen Target Monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Matugen Templates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max Edges", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max H", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max Pinned Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max Pinned Apps (0 = Unlimited)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max Running Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max Running Apps (0 = Unlimited)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max Volume", + "translation": "", + "context": "Audio settings: maximum volume limit per device", + "reference": "", + "comment": "" + }, + { + "term": "Max W", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max apps to show", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Max to Edges", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximize", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximize Detection", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximize Widget Icons", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximize Widget Text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum Entry Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum History", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum Pinned Entries", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum fingerprint attempts reached. Please use password.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum number of clipboard entries to keep", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum number of entries that can be saved", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum number of notifications to keep", + "translation": "", + "context": "notification history limit", + "reference": "", + "comment": "" + }, + { + "term": "Maximum pinned entries reached", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Maximum size per clipboard entry", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Controls", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Empty", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Jam", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Low", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Needed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Playback", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Player", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Player Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Players", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Players (", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Media Volume", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Medium", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Memory", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Memory Graph", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Memory Usage", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Memory usage indicator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Merge indexed file results into the All tab (requires dsearch).", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Merge indexed folder results into the All tab (requires dsearch).", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Message", + "translation": "", + "context": "KDE Connect SMS message input placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Message Content", + "translation": "", + "context": "notification privacy mode placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Microphone", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Microphone Mute", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Microphone Volume", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Microphone settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Microphone volume control", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Middle Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Min H", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Min W", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Minimal palette built around a single hue.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Minute", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Mirror Display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Missing Environment Variables", + "translation": "", + "context": "qt theme env error title", + "reference": "", + "comment": "" + }, + { + "term": "Modal Background", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Modal Shadows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Modals", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Mode:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Model", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Modified", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Modular widget bar", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Monitor Configuration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Monitor fade grace period", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Monitor whose wallpaper drives dynamic theming colors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Monochrome", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Monocle", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Monospace Font", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Month Date", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Morning", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Mount Points", + "translation": "", + "context": "mount points header in system monitor", + "reference": "", + "comment": "" + }, + { + "term": "Mouse pointer appearance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Mouse pointer size in pixels", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Move", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Move Widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Moving to Paused", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Multi-Monitor", + "translation": "", + "context": "greeter feature card title", + "reference": "", + "comment": "" + }, + { + "term": "Multiplexer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Multiplexer Type", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Multiplexers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Music", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Mute Popups", + "translation": "", + "context": "notification rule action option", + "reference": "", + "comment": "" + }, + { + "term": "Mute popups for %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Muted", + "translation": "", + "context": "audio status", + "reference": "", + "comment": "" + }, + { + "term": "Muted Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Muted palette with subdued, calming tones.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "NM not supported", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Named Workspace Icons", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Navigate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Navigation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network Graph", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network Info", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network Information", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network Name (SSID)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network Speed Monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network Status", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Network download and upload speed display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Neutral", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Never", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Never used", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New Key", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New Keybind", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New Notification", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New Session", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New Window Rule", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New York, NY", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "New group name...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Next", + "translation": "", + "context": "greeter next button", + "reference": "", + "comment": "" + }, + { + "term": "Next Transition", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Night", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Night Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Night Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Night mode & gamma", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Niri Integration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Niri Layout Overrides", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Niri compositor actions (focus, move, etc.)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Active Players", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Anim", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Background", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Battery", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "No Bluetooth adapter found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Blur", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Border", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No DMS shortcuts configured", + "translation": "", + "context": "greeter no keybinds message", + "reference": "", + "comment": "" + }, + { + "term": "No Dim", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Focus", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No GPU detected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No GPUs detected", + "translation": "", + "context": "empty state in gpu list", + "reference": "", + "comment": "" + }, + { + "term": "No History", + "translation": "", + "context": "notification rule action option", + "reference": "", + "comment": "" + }, + { + "term": "No Media", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Round", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Rounding", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Shadow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No VPN profiles", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Weather", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Weather Data", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No Weather Data Available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No action", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No active %1 sessions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No adapter", + "translation": "", + "context": "bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "No adapters", + "translation": "", + "context": "bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "No app customizations.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No apps found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No apps have been launched yet.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No battery", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No brightness devices available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No checks passed", + "translation": "", + "context": "greeter doctor page empty state", + "reference": "", + "comment": "" + }, + { + "term": "No custom theme file", + "translation": "", + "context": "no custom theme file status", + "reference": "", + "comment": "" + }, + { + "term": "No devices", + "translation": "", + "context": "Phone Connect no devices status | bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "No devices connected", + "translation": "", + "context": "KDE Connect status", + "reference": "", + "comment": "" + }, + { + "term": "No devices found", + "translation": "", + "context": "KDE Connect no devices message", + "reference": "", + "comment": "" + }, + { + "term": "No disk data", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No disk data available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No drivers found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No errors", + "translation": "", + "context": "greeter doctor page empty state", + "reference": "", + "comment": "" + }, + { + "term": "No features enabled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No files found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No fingerprint reader detected.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No folders found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No hidden apps.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No info items", + "translation": "", + "context": "greeter doctor page empty state", + "reference": "", + "comment": "" + }, + { + "term": "No information available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No input device", + "translation": "", + "context": "audio status", + "reference": "", + "comment": "" + }, + { + "term": "No input devices found", + "translation": "", + "context": "Audio settings empty state", + "reference": "", + "comment": "" + }, + { + "term": "No items added yet", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No keybinds found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No launcher plugins installed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No match criteria", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No matches", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No matching processes", + "translation": "", + "context": "empty state in process list", + "reference": "", + "comment": "" + }, + { + "term": "No monitors", + "translation": "", + "context": "no monitors available label", + "reference": "", + "comment": "" + }, + { + "term": "No mount points found", + "translation": "", + "context": "empty state in disk mounts list", + "reference": "", + "comment": "" + }, + { + "term": "No output device", + "translation": "", + "context": "audio status", + "reference": "", + "comment": "" + }, + { + "term": "No output devices found", + "translation": "", + "context": "Audio settings empty state", + "reference": "", + "comment": "" + }, + { + "term": "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No plugin results", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No plugins found", + "translation": "", + "context": "empty plugin list", + "reference": "", + "comment": "" + }, + { + "term": "No plugins found.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No printer found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No printers configured", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No printers found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No profiles", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No recent clipboard entries found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No results found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No saved clipboard entries", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No sessions found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No status output.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No themes found", + "translation": "", + "context": "empty theme list", + "reference": "", + "comment": "" + }, + { + "term": "No themes installed. Browse themes to install from the registry.", + "translation": "", + "context": "no registry themes installed hint", + "reference": "", + "comment": "" + }, + { + "term": "No trigger", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No video found in folder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No wallpaper selected", + "translation": "", + "context": "no wallpaper status", + "reference": "", + "comment": "" + }, + { + "term": "No wallpapers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No wallpapers found\n\nClick the folder icon below to browse", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No warnings", + "translation": "", + "context": "greeter doctor page empty state", + "reference": "", + "comment": "" + }, + { + "term": "No widgets added. Click \"Add Widget\" to get started.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No widgets available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No widgets match your search", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "No window rules configured", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "None", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Normal", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Normal Font", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Normal Priority", + "translation": "", + "context": "notification rule urgency option", + "reference": "", + "comment": "" + }, + { + "term": "Not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Not available — install fprintd and pam_fprintd, or configure greetd PAM.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Not available — install fprintd and pam_fprintd.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Not available — install or configure pam_u2f, or configure greetd PAM.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Not available — install or configure pam_u2f.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Not connected", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Not detected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Not paired", + "translation": "", + "context": "KDE Connect not paired status", + "reference": "", + "comment": "" + }, + { + "term": "Not set", + "translation": "", + "context": "wallpaper not set label", + "reference": "", + "comment": "" + }, + { + "term": "Note: this only changes the percentage, it does not actually limit charging.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notepad", + "translation": "", + "context": "Notepad", + "reference": "", + "comment": "" + }, + { + "term": "Notepad Font Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notepad Slideout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Nothing", + "translation": "", + "context": "media scroll wheel option", + "reference": "", + "comment": "" + }, + { + "term": "Nothing to see here", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification Center", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification Display", + "translation": "", + "context": "lock screen notification privacy setting", + "reference": "", + "comment": "" + }, + { + "term": "Notification Overlay", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification Popups", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification Rules", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification Timeouts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notification toast popups", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Notifications", + "translation": "", + "context": "greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "Numbers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Numeric (D/M)", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "Numeric (M/D)", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "OK", + "translation": "", + "context": "greeter doctor page status card", + "reference": "", + "comment": "" + }, + { + "term": "OS Logo", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "OSD Position", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Occupied Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Off", + "translation": "", + "context": "bluetooth status", + "reference": "", + "comment": "" + }, + { + "term": "Office", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Offline", + "translation": "", + "context": "KDE Connect offline status | Phone Connect offline status", + "reference": "", + "comment": "" + }, + { + "term": "Offline Report", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Older", + "translation": "", + "context": "notification history filter for content older than other filters", + "reference": "", + "comment": "" + }, + { + "term": "On", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "On-Demand", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "On-Screen Displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "On-screen Displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Only adjust gamma based on time or location rules.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Only show windows from the current monitor on each dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Only visible if hibernate is supported by your system", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Opacity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Opaque", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open App", + "translation": "", + "context": "KDE Connect open SMS app button", + "reference": "", + "comment": "" + }, + { + "term": "Open KDE Connect on your phone", + "translation": "", + "context": "KDE Connect open app hint", + "reference": "", + "comment": "" + }, + { + "term": "Open Notepad File", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open a new note", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open folder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open in Browser", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open in terminal", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open search bar to find text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Open with...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Opening SMS", + "translation": "", + "context": "KDE Connect SMS action", + "reference": "", + "comment": "" + }, + { + "term": "Opening SMS app", + "translation": "", + "context": "Phone Connect SMS action", + "reference": "", + "comment": "" + }, + { + "term": "Opening file browser", + "translation": "", + "context": "Phone Connect browse action", + "reference": "", + "comment": "" + }, + { + "term": "Opening files", + "translation": "", + "context": "KDE Connect browse action", + "reference": "", + "comment": "" + }, + { + "term": "Opening terminal: ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Optional description", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Optional location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Options", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Organize widgets into collapsible groups", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Original: %1", + "translation": "", + "context": "Shows the original device name before renaming", + "reference": "", + "comment": "" + }, + { + "term": "Other", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Outline", + "translation": "", + "context": "blur border color | outline color", + "reference": "", + "comment": "" + }, + { + "term": "Output", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Output Area Almost Full", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Output Area Full", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Output Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Output Devices", + "translation": "", + "context": "Audio settings: speaker/headphone devices", + "reference": "", + "comment": "" + }, + { + "term": "Output Tray Missing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Outputs Include Missing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overcast", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overflow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overridden by config", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override Border Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override Corner Radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override Gaps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override global layout settings for this output", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override terminal with a custom command or script", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Override the global shadow with per-bar settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overrides", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overview", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overview of your network connections", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Overwrite", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "PAM already provides fingerprint auth. Enable this to show it at login.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "PAM already provides security-key auth. Enable this to show it at login.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "PAM provides fingerprint auth, but availability could not be confirmed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "PAM provides fingerprint auth, but no prints are enrolled yet.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "PAM provides fingerprint auth, but no reader was detected.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "PIN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pad", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Pad Hours", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pad hours (02:00 vs 2:00)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Padding", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pair", + "translation": "", + "context": "KDE Connect pair button", + "reference": "", + "comment": "" + }, + { + "term": "Pair Bluetooth Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Paired", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pairing", + "translation": "", + "context": "KDE Connect pairing in progress status", + "reference": "", + "comment": "" + }, + { + "term": "Pairing failed", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Pairing request from", + "translation": "", + "context": "Phone Connect pairing request notification", + "reference": "", + "comment": "" + }, + { + "term": "Pairing request sent", + "translation": "", + "context": "Phone Connect pairing action", + "reference": "", + "comment": "" + }, + { + "term": "Pairing requested", + "translation": "", + "context": "KDE Connect pairing requested status", + "reference": "", + "comment": "" + }, + { + "term": "Pairing...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Partly Cloudy", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Passkey:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Password...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Paste", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Path to a video file or folder containing videos", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pattern", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pause", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Paused", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pending", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pending Charge", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Pending Discharge", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Per-Mode Wallpapers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Per-Monitor Wallpapers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Per-screen config", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Percentage", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Performance", + "translation": "", + "context": "power profile option", + "reference": "", + "comment": "" + }, + { + "term": "Permission denied to set profile image.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Personalization", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Phone Connect Not Available", + "translation": "", + "context": "Phone Connect unavailable error title", + "reference": "", + "comment": "" + }, + { + "term": "Phone Connect unavailable", + "translation": "", + "context": "Phone Connect service unavailable message", + "reference": "", + "comment": "" + }, + { + "term": "Phone number", + "translation": "", + "context": "KDE Connect SMS phone input placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Pick a different random video each time from the same folder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pictures", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pin to Dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Ping", + "translation": "", + "context": "KDE Connect ping tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Ping sent", + "translation": "", + "context": "KDE Connect ping action", + "reference": "", + "comment": "" + }, + { + "term": "Ping sent to", + "translation": "", + "context": "Phone Connect ping action", + "reference": "", + "comment": "" + }, + { + "term": "Pinned", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pinned and running apps with drag-and-drop", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pixelate", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Place plugin directories here. Each plugin should have a plugin.json manifest file.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Place plugins in %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Play a video when the screen locks.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Play sound after logging in", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Play sound when new notification arrives", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Play sound when power cable is connected", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Play sound when volume is adjusted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Play sounds for system events", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Playback", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Playback error: ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Please wait...", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Please write a name for your new %1 session", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugged In", + "translation": "", + "context": "battery status", + "reference": "", + "comment": "" + }, + { + "term": "Plugged in", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugin Directory", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugin Management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugin Visibility", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugin is disabled - enable in Plugins settings to use", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Plugins", + "translation": "", + "context": "greeter feature card title | greeter plugins link", + "reference": "", + "comment": "" + }, + { + "term": "Pointer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popout Shadows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popouts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popouts and Modals follow global Animation Speed (disable to customize independently)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popup Only", + "translation": "", + "context": "notification rule action option", + "reference": "", + "comment": "" + }, + { + "term": "Popup Position", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popup Shadow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popup Transparency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Popup behavior, position", + "translation": "", + "context": "greeter notifications description", + "reference": "", + "comment": "" + }, + { + "term": "Port", + "translation": "", + "context": "Label for printer port number input field", + "reference": "", + "comment": "" + }, + { + "term": "Portal", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Position", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Position, pinned apps", + "translation": "", + "context": "greeter dock description", + "reference": "", + "comment": "" + }, + { + "term": "Possible Override Conflicts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power & Security", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power & Sleep", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Action Confirmation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Menu Customization", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Off", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Options", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Profile", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Profile Degradation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power Saver", + "translation": "", + "context": "power profile option", + "reference": "", + "comment": "" + }, + { + "term": "Power off monitors on lock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power profile management available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Power source", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pre-fill the last successful username on the greeter", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pre-select the last used session on the greeter", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Precip", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Precipitation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Precipitation Chance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Preference", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Preset Widths (%)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Press 'n' or click 'New Session' to create one", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Press Enter and the audio system will restart to apply the change", + "translation": "", + "context": "Audio device rename dialog hint", + "reference": "", + "comment": "" + }, + { + "term": "Press Enter to paste, Shift+Enter to copy", + "translation": "", + "context": "Clipboard behavior setting description", + "reference": "", + "comment": "" + }, + { + "term": "Press key...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Pressure", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Prevent screen timeout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Preview", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Primary", + "translation": "", + "context": "blur border color | button color option | color option | primary color | shadow color option | tile color option", + "reference": "", + "comment": "" + }, + { + "term": "Primary Container", + "translation": "", + "context": "button color option | tile color option", + "reference": "", + "comment": "" + }, + { + "term": "Print Server Management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Print Server not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printer Classes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printer created successfully", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printer deleted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printer name (no spaces)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printer reachable", + "translation": "", + "context": "Status message when test connection to printer succeeds", + "reference": "", + "comment": "" + }, + { + "term": "Printers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Printers: ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Prioritize performance", + "translation": "", + "context": "power profile description", + "reference": "", + "comment": "" + }, + { + "term": "Priority", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Privacy Indicator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Privacy Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Private Key Password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Process Count", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Processes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Processes:", + "translation": "", + "context": "process count label in footer", + "reference": "", + "comment": "" + }, + { + "term": "Processing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile Image Error", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile activated: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile deleted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile error", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile image is too large. Please use a smaller image.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile not found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Profile saved: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Protocol", + "translation": "", + "context": "Label for printer protocol selector, e.g. ipp, ipps, lpd, socket", + "reference": "", + "comment": "" + }, + { + "term": "QtMultimedia is not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "QtMultimedia is not available - video screensaver requires qt multimedia services", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Quick Access", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Quick access to application launcher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Quick access to color picker", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Quick access to notepad", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Quick note-taking slideout panel", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Quick system toggles", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "RGB", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rain", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rain Chance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rainbow", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Random", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Rate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Read:", + "translation": "", + "context": "disk read label", + "reference": "", + "comment": "" + }, + { + "term": "Reason", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reboot", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Recent Colors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Recently Used Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Recommended available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Refresh", + "translation": "", + "context": "Phone Connect refresh tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Refresh Weather", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Regex", + "translation": "", + "context": "notification rule match type option", + "reference": "", + "comment": "" + }, + { + "term": "Reject", + "translation": "", + "context": "KDE Connect reject pairing button", + "reference": "", + "comment": "" + }, + { + "term": "Reject Jobs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Release", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reload Plugin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remaining", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remaining / Total", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remember Last Query", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remember last session", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remember last user", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remove", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remove Widget Padding", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Remove gaps and border when windows are maximized", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rename", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rename Session", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rename Workspace", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Repeat", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Replacement", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Report", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Request Pairing", + "translation": "", + "context": "KDE Connect request pairing button", + "reference": "", + "comment": "" + }, + { + "term": "Require holding button/key to confirm power off, restart, suspend, hibernate and logout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Required plugin: ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Requires %1", + "translation": "", + "context": "version requirement", + "reference": "", + "comment": "" + }, + { + "term": "Requires 'dgop' tool", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Requires DMS %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Requires DWL compositor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Requires a newer version of Quickshell", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Requires night mode support", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reset", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reset Position", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reset Size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reset to default name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Resize Widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Resolution & Refresh", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Resolution, position, scale", + "translation": "", + "context": "greeter displays description", + "reference": "", + "comment": "" + }, + { + "term": "Restart DMS", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Restart the DankMaterialShell", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Restarting audio system...", + "translation": "", + "context": "Loading overlay while WirePlumber restarts", + "reference": "", + "comment": "" + }, + { + "term": "Restore Special Workspace Windows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Resume", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reverse Scrolling Direction", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reverse workspace switch direction when scrolling over the bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Revert", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Right", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Right Center", + "translation": "", + "context": "screen position option", + "reference": "", + "comment": "" + }, + { + "term": "Right Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Right Tiling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Right-click and drag anywhere on the widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Right-click and drag the bottom-right corner", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Right-click bar widget to cycle", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Ring", + "translation": "", + "context": "KDE Connect ring tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Ringing", + "translation": "", + "context": "KDE Connect ring action | Phone Connect ring action", + "reference": "", + "comment": "" + }, + { + "term": "Ripple Effects", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Root Filesystem", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rounded corners for windows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rounded corners for windows (border_radius)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rounded corners for windows (decoration.rounding)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rule", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rule Name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Rules (%1)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Run Again", + "translation": "", + "context": "greeter doctor page button", + "reference": "", + "comment": "" + }, + { + "term": "Run DMS Templates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Run User Templates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Run a program (e.g., firefox, kitty)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Run a shell command (e.g., notify-send)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Running Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Running Apps Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Running greeter sync…", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "SDR Brightness", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "SDR Saturation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "SMS", + "translation": "", + "context": "KDE Connect SMS tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Save", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Save Notepad File", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Save QR Code", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Save and switch between display configurations", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Save critical priority notifications to history", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, + { + "term": "Save dismissed notifications to history", + "translation": "", + "context": "notification history toggle description", + "reference": "", + "comment": "" + }, + { + "term": "Save low priority notifications to history", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, + { + "term": "Save normal priority notifications to history", + "translation": "", + "context": "notification history setting", + "reference": "", + "comment": "" + }, + { + "term": "Save password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Saved", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Saved Configurations", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Saved Note", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Saved item deleted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Saving...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scale", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scale DankBar font sizes independently", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scale DankBar icon sizes independently", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scale all font sizes throughout the shell", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scan", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scanning", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scanning...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Science", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Score", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Screen Sharing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Screen sharing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll Factor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll GitHub", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll Wheel", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll song title", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll title if it doesn't fit in widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scroll wheel behavior on media widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Scrolling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search App Actions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search Options", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search for a location...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search keybinds...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search keyboard shortcuts from your compositor and applications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search plugins...", + "translation": "", + "context": "plugin search placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Search processes...", + "translation": "", + "context": "process search placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Search sessions...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search themes...", + "translation": "", + "context": "theme search placeholder", + "reference": "", + "comment": "" + }, + { + "term": "Search widgets...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Search...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Searching...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Second Factor (AND)", + "translation": "", + "context": "U2F mode option: key required after password or fingerprint", + "reference": "", + "comment": "" + }, + { + "term": "Secondary", + "translation": "", + "context": "blur border color | button color option | color option | secondary color | tile color option", + "reference": "", + "comment": "" + }, + { + "term": "Secured", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Security", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Security & privacy", + "translation": "", + "context": "greeter feature card description", + "reference": "", + "comment": "" + }, + { + "term": "Security key mode", + "translation": "", + "context": "lock screen U2F security key mode setting", + "reference": "", + "comment": "" + }, + { + "term": "Security-key availability could not be confirmed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select Application", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select Bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select Custom Theme", + "translation": "", + "context": "custom theme file browser title", + "reference": "", + "comment": "" + }, + { + "term": "Select Dock Launcher Logo", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select File to Send", + "translation": "", + "context": "KDE Connect file browser title", + "reference": "", + "comment": "" + }, + { + "term": "Select Launcher Logo", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select Profile Image", + "translation": "", + "context": "profile image file browser title", + "reference": "", + "comment": "" + }, + { + "term": "Select Video or Folder", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select Wallpaper", + "translation": "", + "context": "dark mode wallpaper file browser title | light mode wallpaper file browser title | wallpaper file browser title", + "reference": "", + "comment": "" + }, + { + "term": "Select Wallpaper Directory", + "translation": "", + "context": "wallpaper directory file browser title", + "reference": "", + "comment": "" + }, + { + "term": "Select a color from the palette or use custom sliders", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select a widget to add. You can add multiple instances of the same widget if needed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select a window...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select an image file...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select at least one provider", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select device", + "translation": "", + "context": "audio status", + "reference": "", + "comment": "" + }, + { + "term": "Select device...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select driver...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select font weight for UI text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select greeter background image", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select monitor to configure wallpaper", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select monospace font for process list and technical displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select network", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Select system sound theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select the font family for UI text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select the palette algorithm used for wallpaper-based colors", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select which keybind providers to include", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select which transitions to include in randomization", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Select...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Selected image file not found.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Send", + "translation": "", + "context": "KDE Connect SMS send button", + "reference": "", + "comment": "" + }, + { + "term": "Send Clipboard", + "translation": "", + "context": "KDE Connect clipboard tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Send File", + "translation": "", + "context": "KDE Connect send file button", + "reference": "", + "comment": "" + }, + { + "term": "Send SMS", + "translation": "", + "context": "KDE Connect SMS dialog title", + "reference": "", + "comment": "" + }, + { + "term": "Sending", + "translation": "", + "context": "Phone Connect file send", + "reference": "", + "comment": "" + }, + { + "term": "Separator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Server", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Session Filter", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Set Custom Device Name", + "translation": "", + "context": "Audio device rename dialog title", + "reference": "", + "comment": "" + }, + { + "term": "Set custom name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Set custom names for your audio input devices", + "translation": "", + "context": "Audio settings description", + "reference": "", + "comment": "" + }, + { + "term": "Set custom names for your audio output devices", + "translation": "", + "context": "Audio settings description", + "reference": "", + "comment": "" + }, + { + "term": "Set different wallpapers for each connected monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Set different wallpapers for light and dark mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Set key and action to save", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Set notification rules", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Settings", + "translation": "", + "context": "settings window title", + "reference": "", + "comment": "" + }, + { + "term": "Settings are read-only. Changes will not persist.", + "translation": "", + "context": "read-only settings warning for NixOS home-manager users", + "reference": "", + "comment": "" + }, + { + "term": "Setup", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadow Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadow Intensity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadow Opacity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadow Override", + "translation": "", + "context": "bar shadow settings card", + "reference": "", + "comment": "" + }, + { + "term": "Shadow elevation on bars and panels", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadow elevation on modals and dialogs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadow elevation on popouts, OSDs, and dropdowns", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shadows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Share", + "translation": "", + "context": "KDE Connect share dialog title | KDE Connect share tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Share Gamma Control Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Share Text", + "translation": "", + "context": "KDE Connect share button", + "reference": "", + "comment": "" + }, + { + "term": "Share URL", + "translation": "", + "context": "KDE Connect share URL button", + "reference": "", + "comment": "" + }, + { + "term": "Shared", + "translation": "", + "context": "Phone Connect share success", + "reference": "", + "comment": "" + }, + { + "term": "Shell", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shift+Del: Clear All • Esc: Close", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shift+Enter to paste", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shift+Enter: Copy • Shift+Del: Clear All • Esc: Close", + "translation": "", + "context": "Keyboard hints when enter-to-paste is enabled", + "reference": "", + "comment": "" + }, + { + "term": "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Short", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shortcut (%1)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shortcuts", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shortcuts (%1)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show 3rd Party", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show All Tags", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Badge", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show CPU", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show CPU Graph", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show CPU Temp", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Date", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Disk", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Feels Like Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Footer", + "translation": "", + "context": "launcher footer visibility", + "reference": "", + "comment": "" + }, + { + "term": "Show Forecast", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show GPU Temperature", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Header", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Hibernate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Hour Numbers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Hourly Forecast", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Humidity", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Launcher Button", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Line Numbers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Lock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Log Out", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Material Design ripple animations on interactive elements", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Media Player", + "translation": "", + "context": "Enable media player controls on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show Memory", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Memory Graph", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Memory in GB", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Network", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Network Graph", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Occupied Workspaces Only", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Overflow Badge Count", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Password Field", + "translation": "", + "context": "Enable password field display on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show Power Actions", + "translation": "", + "context": "Enable power action icon on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show Power Off", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Precipitation Probability", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Pressure", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Profile Image", + "translation": "", + "context": "Enable profile image display on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show Reboot", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Restart DMS", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Saved Items", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Sunrise/Sunset", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Suspend", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Swap", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show System Date", + "translation": "", + "context": "Enable system date display on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show System Icons", + "translation": "", + "context": "Enable system status icons on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show System Time", + "translation": "", + "context": "Enable system time display on the lock screen window", + "reference": "", + "comment": "" + }, + { + "term": "Show Top Processes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Weather Condition", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Week Number", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Welcome", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Wind Speed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show Workspace Apps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show all 9 tags instead of only occupied tags (DWL only)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show an outline ring around the focused workspace indicator", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show cava audio visualizer in media widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show darkened overlay behind modal dialogs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show dock when floating windows don't overlap its area", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show in GB", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show launcher overlay when typing in Niri overview. Disable to use another launcher.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show mode tabs and keyboard hints at the bottom.", + "translation": "", + "context": "launcher footer description", + "reference": "", + "comment": "" + }, + { + "term": "Show notification popups only on the currently focused monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show notifications only on the currently focused monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on Last Display", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on Overlay", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on Overview", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on Overview Only", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on all connected displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on screens:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when brightness changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when caps lock state changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when cycling audio output devices", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when idle inhibitor state changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when media player status changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when media player volume changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when microphone is muted/unmuted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when power profile changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show on-screen display when volume changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show weather information in top bar and control center", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show week number in the calendar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show workspace index numbers in the top bar workspace switcher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show workspace name on horizontal bars, and first letter on vertical bars", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Show workspaces of the currently focused monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shows all running applications with focus indication", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shows current workspace and allows switching", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shows when caps lock is active", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shows when microphone, camera, or screen sharing is active", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Shutdown", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Signal", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Signal:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Size", + "translation": "", + "context": "launcher size option", + "reference": "", + "comment": "" + }, + { + "term": "Size Constraints", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Size Offset", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sizing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Skip", + "translation": "", + "context": "greeter skip button", + "reference": "", + "comment": "" + }, + { + "term": "Skip confirmation", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Skip setup", + "translation": "", + "context": "greeter skip button tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Small", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Smartcard Authentication", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Smartcard PIN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Snap", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Snow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Some plugins require a newer version of DMS:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sort Alphabetically", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sort By", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sorting & Layout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sound Theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sounds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Space between windows", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Space between windows (gappih/gappiv/gappoh/gappov)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Space between windows (gaps_in and gaps_out)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Spacer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Spacing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Speaker settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Speed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Spool Area Full", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Square Corners", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Stacked", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Standard", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Start", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Start KDE Connect or Valent", + "translation": "", + "context": "Phone Connect start daemon hint", + "reference": "", + "comment": "" + }, + { + "term": "Start KDE Connect or Valent to use this plugin", + "translation": "", + "context": "Phone Connect daemon hint", + "reference": "", + "comment": "" + }, + { + "term": "Start typing your notes here...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "State", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Status", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Stopped", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Stopped Partly", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Stopping", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Stretch", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Stripes", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Summary", + "translation": "", + "context": "notification rule match field option", + "reference": "", + "comment": "" + }, + { + "term": "Sunrise", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sunset", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Suppress notification popups while enabled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Surface", + "translation": "", + "context": "color option | shadow color option", + "reference": "", + "comment": "" + }, + { + "term": "Surface Variant", + "translation": "", + "context": "button color option | shadow color option | tile color option", + "reference": "", + "comment": "" + }, + { + "term": "Suspend", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Suspend behavior", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Suspend system after", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Suspend then Hibernate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sway Website", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Switch User", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Switch to power profile", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync Mode with Portal", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync Popouts & Modals", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync Position Across Screens", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync completed successfully.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync dark mode with settings portals for system-wide theme hints", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System App Theming", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System Check", + "translation": "", + "context": "greeter doctor page title", + "reference": "", + "comment": "" + }, + { + "term": "System Default", + "translation": "", + "context": "date format option", + "reference": "", + "comment": "" + }, + { + "term": "System Information", + "translation": "", + "context": "system info header in system monitor", + "reference": "", + "comment": "" + }, + { + "term": "System Monitor", + "translation": "", + "context": "System monitor widget name | sysmon window title", + "reference": "", + "comment": "" + }, + { + "term": "System Monitor Unavailable", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System Sounds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System Tray", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System Update", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System Updater", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System Updates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System notification area icons", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System sounds are not available. Install %1 for sound support.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System theme toggle", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System toast notifications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "System update custom command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tab", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal custom additional parameters", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal fallback opened. Complete authentication setup there; it will close automatically when done.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal fallback opened. Complete sync there; it will close automatically when done.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal multiplexer backend to use", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal opened. Complete authentication setup there; it will close automatically when done.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminal opened. Complete sync authentication there; it will close automatically when done.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Terminals - Always use Dark Theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Test Connection", + "translation": "", + "context": "Button to test connection to a printer by IP address", + "reference": "", + "comment": "" + }, + { + "term": "Test Page", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Test page sent to printer", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Testing...", + "translation": "", + "context": "Button state while testing printer connection", + "reference": "", + "comment": "" + }, + { + "term": "Text", + "translation": "", + "context": "text color", + "reference": "", + "comment": "" + }, + { + "term": "Text Color", + "translation": "", + "context": "blur border color | shadow color option", + "reference": "", + "comment": "" + }, + { + "term": "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.", + "translation": "", + "context": "dgop unavailable error message", + "reference": "", + "comment": "" + }, + { + "term": "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "The custom command used when attaching to sessions (receives the session name as the first argument)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "The job queue of this printer is empty", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Theme & Colors", + "translation": "", + "context": "greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "Theme Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Theme Registry", + "translation": "", + "context": "greeter feature card title", + "reference": "", + "comment": "" + }, + { + "term": "Themes", + "translation": "", + "context": "greeter themes link", + "reference": "", + "comment": "" + }, + { + "term": "Thickness", + "translation": "", + "context": "border thickness", + "reference": "", + "comment": "" + }, + { + "term": "Third-Party Plugin Warning", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "This bind is overridden by config.kdl", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "This may take a few seconds", + "translation": "", + "context": "Loading overlay subtitle", + "reference": "", + "comment": "" + }, + { + "term": "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "This widget prevents GPU power off states, which can significantly impact battery life on laptops. It is not recommended to use this on laptops with hybrid graphics.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "This will delete all unpinned entries. %1 pinned entries will be kept.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "This will permanently delete all clipboard history.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "This will permanently remove this saved clipboard item. This action cannot be undone.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Thunderstorm", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Thunderstorm with Hail", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tile", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Tile H", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Tile V", + "translation": "", + "context": "wallpaper fill mode", + "reference": "", + "comment": "" + }, + { + "term": "Tiled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tiled State", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tiling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Time", + "translation": "", + "context": "theme auto mode tab | wallpaper cycling mode tab", + "reference": "", + "comment": "" + }, + { + "term": "Time & Date Locale", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Time & Weather", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Time Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Time format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Time remaining: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Time until full: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Timed Out", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Timeout for critical priority notifications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Timeout for low priority notifications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Timeout for normal priority notifications", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Title", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Title regex (optional)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "To Full", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "To update, run the following command:", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "To use this DMS bind, remove or change the keybind in your config.kdl", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Toast Messages", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Today", + "translation": "", + "context": "notification history filter", + "reference": "", + "comment": "" + }, + { + "term": "Toggle visibility of this bar configuration", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Toggling...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tomorrow", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tonal Spot", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Toner Empty", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Toner Low", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Too many attempts - locked out", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Too many failed attempts - account may be locked", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Tools", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Top", + "translation": "", + "context": "shadow direction option", + "reference": "", + "comment": "" + }, + { + "term": "Top (Default)", + "translation": "", + "context": "shadow direction option", + "reference": "", + "comment": "" + }, + { + "term": "Top Bar Format", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Top Center", + "translation": "", + "context": "screen position option", + "reference": "", + "comment": "" + }, + { + "term": "Top Left", + "translation": "", + "context": "screen position option | shadow direction option", + "reference": "", + "comment": "" + }, + { + "term": "Top Processes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Top Right", + "translation": "", + "context": "screen position option | shadow direction option", + "reference": "", + "comment": "" + }, + { + "term": "Top Section", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Total", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Total Jobs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Touch your security key...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Transform", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Transition Effect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Transparency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Trending GIFs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Trending Stickers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Trigger", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Trigger Prefix", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Trigger: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Trust", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Try a different search", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Turn off all displays immediately when the lock screen activates", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Turn off monitors after", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Type", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Type at least 2 characters", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Type this prefix to search keybinds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Type to search files", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Typography", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Typography & Motion", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unavailable", + "translation": "", + "context": "Phone Connect unavailable status", + "reference": "", + "comment": "" + }, + { + "term": "Unfocused Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Ungrouped", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uninstall", + "translation": "", + "context": "uninstall action button", + "reference": "", + "comment": "" + }, + { + "term": "Uninstall Greeter", + "translation": "", + "context": "greeter action confirmation", + "reference": "", + "comment": "" + }, + { + "term": "Uninstall Plugin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uninstall complete. Greeter has been removed.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uninstall failed: %1", + "translation": "", + "context": "uninstallation error", + "reference": "", + "comment": "" + }, + { + "term": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uninstalled: %1", + "translation": "", + "context": "uninstallation success", + "reference": "", + "comment": "" + }, + { + "term": "Uninstalling: %1", + "translation": "", + "context": "uninstallation progress", + "reference": "", + "comment": "" + }, + { + "term": "Unknown", + "translation": "", + "context": "KDE Connect unknown device status | battery status | power profile option | unknown author | widget status", + "reference": "", + "comment": "" + }, + { + "term": "Unknown App", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Artist", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Config", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown GPU", + "translation": "", + "context": "fallback gpu name", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Network", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Title", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unknown Track", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unload on Close", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unmute", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unmute popups for %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unnamed Rule", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unpair", + "translation": "", + "context": "KDE Connect unpair tooltip", + "reference": "", + "comment": "" + }, + { + "term": "Unpair failed", + "translation": "", + "context": "Phone Connect error", + "reference": "", + "comment": "" + }, + { + "term": "Unpin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unpin from Dock", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unsaved Changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unsaved changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Unsaved note...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Untitled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Untrust", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Up to date", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Update", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Update All", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Update Plugin", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uptime", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uptime:", + "translation": "", + "context": "uptime label in footer", + "reference": "", + "comment": "" + }, + { + "term": "Urgent Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Usage Tips", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use 24-hour time format instead of 12-hour AM/PM", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use Custom Command", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use Grid Layout", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use IP Location", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use Imperial Units", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use Inline Expansion", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use Monospace Font", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use System Theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use a custom image for the login screen, or leave empty to use your desktop wallpaper.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use a fixed shadow direction for this bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use a security key for lock screen authentication.", + "translation": "", + "context": "lock screen U2F security key setting", + "reference": "", + "comment": "" + }, + { + "term": "Use an external wallpaper manager like swww, hyprpaper, or swaybg.", + "translation": "", + "context": "wallpaper settings disable description", + "reference": "", + "comment": "" + }, + { + "term": "Use animated wave progress bars for media playback", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use custom border size", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use custom border/focus-ring width", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use custom command for update your system", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use custom gaps instead of bar spacing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use custom window radius instead of theme radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use custom window rounding instead of theme radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use desktop wallpaper", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use fingerprint authentication for the lock screen.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use light theme instead of dark theme", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use meters per second instead of km/h for wind speed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use smaller notification cards", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use sound theme from system settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use the same position and size on all displays", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Use trigger prefix to activate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Used when accent color is set to Custom", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "User", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Username", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Username...", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uses sunrise/sunset times based on your location.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Uses sunrise/sunset times to automatically adjust night mode based on your location.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Using shared settings from Gamma Control", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Utilities", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN Connections", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN Password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN configuration updated", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN connections", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN deleted", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN imported: %1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VPN status and quick connect", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VRR", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VRR Fullscreen Only", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "VRR On-Demand", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Variable Refresh Rate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Verification", + "translation": "", + "context": "Phone Connect pairing verification key label", + "reference": "", + "comment": "" + }, + { + "term": "Version", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Vertical Deck", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Vertical Grid", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Vertical Scrolling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Vertical Tiling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Vibrant", + "translation": "", + "context": "matugen color scheme option", + "reference": "", + "comment": "" + }, + { + "term": "Vibrant palette with playful saturation.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Video Path", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Video Screensaver", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Videos", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "View Mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Visibility", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Visual Effects", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Visual divider between widgets", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Visual effect used when wallpaper changes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Volume", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Volume Changed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Volume Slider", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Volume, brightness, and other system OSDs", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WPA/WPA2", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wallpaper", + "translation": "", + "context": "greeter settings link", + "reference": "", + "comment": "" + }, + { + "term": "Wallpaper Error", + "translation": "", + "context": "wallpaper error status", + "reference": "", + "comment": "" + }, + { + "term": "Wallpaper Monitor", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wallpaper fill mode", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wallpaper processing failed", + "translation": "", + "context": "wallpaper processing error", + "reference": "", + "comment": "" + }, + { + "term": "Wallpaper processing failed - check wallpaper path", + "translation": "", + "context": "wallpaper error", + "reference": "", + "comment": "" + }, + { + "term": "Wallpapers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Warm color temperature to apply", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Warning", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Warnings", + "translation": "", + "context": "greeter doctor page status card", + "reference": "", + "comment": "" + }, + { + "term": "Wave Progress Bars", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Weather", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Weather Widget", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Welcome", + "translation": "", + "context": "greeter modal window title", + "reference": "", + "comment": "" + }, + { + "term": "Welcome to DankMaterialShell", + "translation": "", + "context": "greeter welcome page title", + "reference": "", + "comment": "" + }, + { + "term": "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "When enabled, apps are sorted alphabetically. When disabled, apps are sorted by usage frequency.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "When locked", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "When updater widget is used, then hide it if no update found", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wi-Fi Password", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wi-Fi and Ethernet connection", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wi-Fi not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi Device", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi QR code for ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi disabled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi enabled", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi is off", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "WiFi off", + "translation": "", + "context": "network status", + "reference": "", + "comment": "" + }, + { + "term": "Wide (BT2020)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget Background Color", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget Management", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget Outline", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget Style", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget Styling", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget Transparency", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget added", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widget removed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Widgets", + "translation": "", + "context": "settings_displays", + "reference": "", + "comment": "" + }, + { + "term": "Widgets, layout, style", + "translation": "", + "context": "greeter dankbar description", + "reference": "", + "comment": "" + }, + { + "term": "Width", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Width of window border (borderpx)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Width of window border (general.border_size)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Width of window border and focus ring", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wind", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wind Speed", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wind Speed in m/s", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Corner Radius", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Gaps", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Gaps (px)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Height", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Opening", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Rounding", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Rules", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Rules Include Missing", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Window Rules Not Configured", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Wipe", + "translation": "", + "context": "wallpaper transition option", + "reference": "", + "comment": "" + }, + { + "term": "Workspace", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace Appearance", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace Index Numbers", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace Names", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace Padding", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace Settings", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace Switcher", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspace name", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspaces", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Workspaces & Widgets", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Write:", + "translation": "", + "context": "disk write label", + "reference": "", + "comment": "" + }, + { + "term": "X Axis", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Y Axis", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Yes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Yesterday", + "translation": "", + "context": "notification history filter", + "reference": "", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before closing this tab?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before continuing?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before creating a new file?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "You have unsaved changes. Save before opening a file?", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.", + "translation": "", + "context": "qt theme env error body", + "reference": "", + "comment": "" + }, + { + "term": "You're All Set!", + "translation": "", + "context": "greeter completion page title", + "reference": "", + "comment": "" + }, + { + "term": "Your system is up to date!", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "actions", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "attached", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "brandon", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "by %1", + "translation": "", + "context": "author attribution", + "reference": "", + "comment": "" + }, + { + "term": "days", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "detached", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "device", + "translation": "", + "context": "Generic device name | Generic device name fallback", + "reference": "", + "comment": "" + }, + { + "term": "devices connected", + "translation": "", + "context": "KDE Connect status multiple devices", + "reference": "", + "comment": "" + }, + { + "term": "dgop not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "dms/cursor config exists but is not included. Cursor settings won't apply.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "e.g., firefox, kitty --title foo", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "e.g., focus-workspace 3, resize-column -10", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "e.g., notify-send 'Hello' && sleep 1", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "e.g., scratch, /^tmp_.*/, build", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "events", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "ext", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "featured", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "leave empty for default", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "loginctl not available - lock integration requires DMS socket connection", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "mangowc Discord Server", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "mangowc GitHub", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "matugen not found - install matugen package for dynamic theming", + "translation": "", + "context": "matugen error", + "reference": "", + "comment": "" + }, + { + "term": "minutes", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "ms", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "nav", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "niri GitHub", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "niri Matrix Chat", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "niri shortcuts config", + "translation": "", + "context": "greeter keybinds niri description", + "reference": "", + "comment": "" + }, + { + "term": "niri/dms Discord", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "now", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "official", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "on Hyprland", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "on MangoWC", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "on Miracle WM", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "on Niri", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "on Scroll", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "on Sway", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "open", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "or run ", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "power-profiles-daemon not available", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "procs", + "translation": "", + "context": "short for processes", + "reference": "", + "comment": "" + }, + { + "term": "r/niri Subreddit", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "seconds", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "source", + "translation": "", + "context": "source code link", + "reference": "", + "comment": "" + }, + { + "term": "this app", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "up", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "update dms for NM integration.", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "v%1 by %2", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "wtype not available - install wtype for paste support", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• Install only from trusted sources", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• M - Month (1-12)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• MM - Month (01-12)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• MMM - Month (Jan)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• MMMM - Month (January)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• Plugins may contain bugs or security issues", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• Review code before installation when possible", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• d - Day (1-31)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• dd - Day (01-31)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• ddd - Day name (Mon)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• dddd - Day name (Monday)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• yy - Year (24)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "• yyyy - Year (2024)", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • F10: Help", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "↑/↓: Navigate • Enter: Paste • Del: Delete • F10: Help", + "translation": "", + "context": "Keyboard hints when enter-to-paste is enabled", + "reference": "", + "comment": "" + } +] -- cgit v1.3