1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

colorpicker: don't include line break in copy

fixes #741
This commit is contained in:
bbedward
2025-11-16 13:00:13 -05:00
parent b5379a95fa
commit e441607ce3
10 changed files with 830 additions and 388 deletions

View File

@@ -60,7 +60,7 @@ DankModal {
} }
function copyColorToClipboard(colorValue) { function copyColorToClipboard(colorValue) {
Quickshell.execDetached(["sh", "-c", `echo "${colorValue}" | wl-copy`]) Quickshell.execDetached(["sh", "-c", `echo -n "${colorValue}" | wl-copy`])
ToastService.showInfo(`Color ${colorValue} copied`) ToastService.showInfo(`Color ${colorValue} copied`)
SessionData.addRecentColor(currentColor) SessionData.addRecentColor(currentColor)
} }
@@ -571,7 +571,7 @@ DankModal {
} else { } else {
rgbString = `rgb(${r}, ${g}, ${b})` rgbString = `rgb(${r}, ${g}, ${b})`
} }
Quickshell.execDetached(["sh", "-c", `echo "${rgbString}" | wl-copy`]) Quickshell.execDetached(["sh", "-c", `echo -n "${rgbString}" | wl-copy`])
ToastService.showInfo(`${rgbString} copied`) ToastService.showInfo(`${rgbString} copied`)
} }
} }
@@ -635,7 +635,7 @@ DankModal {
} else { } else {
hsvString = `${h}, ${s}, ${v}` hsvString = `${h}, ${s}, ${v}`
} }
Quickshell.execDetached(["sh", "-c", `echo "${hsvString}" | wl-copy`]) Quickshell.execDetached(["sh", "-c", `echo -n "${hsvString}" | wl-copy`])
ToastService.showInfo(`HSV ${hsvString} copied`) ToastService.showInfo(`HSV ${hsvString} copied`)
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "Luminosità" "Brightness": "Luminosità"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "Sfoglia" "Browse": "Sfoglia"
}, },
@@ -314,6 +317,9 @@
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "Indicatore Maiuscolo" "Caps Lock Indicator": "Indicatore Maiuscolo"
}, },
"Caps Lock OSD": {
"Caps Lock OSD": ""
},
"Center Section": { "Center Section": {
"Center Section": "Sezione Centrale" "Center Section": "Sezione Centrale"
}, },
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "Inibitore Riposo" "Idle Inhibitor": "Inibitore Riposo"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "Impostazioni Riposo" "Idle Settings": "Impostazioni Riposo"
}, },
@@ -1175,6 +1184,9 @@
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": ""
}, },
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Tavolozza minima costruita attorno a una singola tonalità." "Minimal palette built around a single hue.": "Tavolozza minima costruita attorno a una singola tonalità."
}, },
@@ -1346,6 +1358,9 @@
"On-Screen Displays": { "On-Screen Displays": {
"On-Screen Displays": "Visualizzazione A Schermo" "On-Screen Displays": "Visualizzazione A Schermo"
}, },
"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 adjust gamma based on time or location rules.": "Regolare gamma solo in base alle regole di tempo o di posizione." "Only adjust gamma based on time or location rules.": "Regolare gamma solo in base alle regole di tempo o di posizione."
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "Degradamento profilo energetico" "Power Profile Degradation": "Degradamento profilo energetico"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "Pressione" "Pressure": "Pressione"
}, },
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"Show on screens:": "Mostra sullo schermo:" "Show on screens:": "Mostra sullo schermo:"
}, },
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "Mostra solo apps eseguite nel workspace attuale" "Show only apps running in current workspace": "Mostra solo apps eseguite nel workspace attuale"
}, },
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "Volume Cambiato" "Volume Changed": "Volume Cambiato"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "Volume, luminosità, e altri OSD di sistema" "Volume, brightness, and other system OSDs": "Volume, luminosità, e altri OSD di sistema"
}, },

View File

@@ -57,7 +57,7 @@
"Add a VPN in NetworkManager": "NetworkManagerでVPNを追加" "Add a VPN in NetworkManager": "NetworkManagerでVPNを追加"
}, },
"Adjust the number of columns in grid view mode.": { "Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "" "Adjust the number of columns in grid view mode.": "グリッド表示モードでの列数を調整します。"
}, },
"All": { "All": {
"All": "全て" "All": "全て"
@@ -75,7 +75,7 @@
"Always Show OSD Percentage": "常に OSD パーセンテージを表示" "Always Show OSD Percentage": "常に OSD パーセンテージを表示"
}, },
"Always on icons": { "Always on icons": {
"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 a minimum of 3 workspaces, even if fewer are available": "使用可能なワークスペースが少ない場合でも、常に最低 3 つを表示" "Always show a minimum of 3 workspaces, even if fewer are available": "使用可能なワークスペースが少ない場合でも、常に最低 3 つを表示"
@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "明るさ" "Brightness": "明るさ"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "ブラウズ" "Browse": "ブラウズ"
}, },
@@ -303,7 +306,7 @@
"CUPS Missing Filter Warning": "CUPS の欠落フィルターの警告" "CUPS Missing Filter Warning": "CUPS の欠落フィルターの警告"
}, },
"Camera": { "Camera": {
"Camera": "" "Camera": "カメラ"
}, },
"Cancel": { "Cancel": {
"Cancel": "キャンセル" "Cancel": "キャンセル"
@@ -314,6 +317,9 @@
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "Caps Lock インジケーター" "Caps Lock Indicator": "Caps Lock インジケーター"
}, },
"Caps Lock OSD": {
"Caps Lock OSD": ""
},
"Center Section": { "Center Section": {
"Center Section": "センターセクション" "Center Section": "センターセクション"
}, },
@@ -900,7 +906,7 @@
"Grid": "グリッド" "Grid": "グリッド"
}, },
"Grid Columns": { "Grid Columns": {
"Grid Columns": "" "Grid Columns": "グリッド列"
}, },
"Group by App": { "Group by App": {
"Group by App": "アプリ別にグループ化" "Group by App": "アプリ別にグループ化"
@@ -924,7 +930,7 @@
"Hibernate": "休止状態" "Hibernate": "休止状態"
}, },
"Hide Delay (ms)": { "Hide Delay (ms)": {
"Hide Delay (ms)": "" "Hide Delay (ms)": "遅延を隠す (ms)"
}, },
"Hide the dock when not in use and reveal it when hovering near the dock area": { "Hide the dock when not in use and reveal it when hovering near the dock area": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "使用していないときはドックを非表示にし、ドックエリアの近くにホバーすると表示されます" "Hide the dock when not in use and reveal it when hovering near the dock area": "使用していないときはドックを非表示にし、ドックエリアの近くにホバーすると表示されます"
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "アイドルインヒビター" "Idle Inhibitor": "アイドルインヒビター"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "アイドル設定" "Idle Settings": "アイドル設定"
}, },
@@ -1173,7 +1182,10 @@
"Memory usage indicator": "メモリ使用率インジケーター" "Memory usage indicator": "メモリ使用率インジケーター"
}, },
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": "マイク"
},
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
}, },
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "単一の色相を中心に構築された最小限のパレット。" "Minimal palette built around a single hue.": "単一の色相を中心に構築された最小限のパレット。"
@@ -1346,6 +1358,9 @@
"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.": {
"Only adjust gamma based on time or location rules.": "ガンマは、時間または場所のルールに基づいてのみ調整します。" "Only adjust gamma based on time or location rules.": "ガンマは、時間または場所のルールに基づいてのみ調整します。"
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "電源プロファイルの劣化" "Power Profile Degradation": "電源プロファイルの劣化"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "プレッシャー" "Pressure": "プレッシャー"
}, },
@@ -1647,7 +1665,7 @@
"Science": "科学" "Science": "科学"
}, },
"Screen sharing": { "Screen sharing": {
"Screen sharing": "" "Screen sharing": "画面共有"
}, },
"Scrolling": { "Scrolling": {
"Scrolling": "スクロール" "Scrolling": "スクロール"
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "現在のワークスペースで実行されているアプリのみを表示" "Show only apps running in current workspace": "現在のワークスペースで実行されているアプリのみを表示"
}, },
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "音量変更" "Volume Changed": "音量変更"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "音量、明るさ、その他のシステム OSD" "Volume, brightness, and other system OSDs": "音量、明るさ、その他のシステム OSD"
}, },

View File

@@ -30,7 +30,7 @@
"A file with this name already exists. Do you want to overwrite it?": "Plik o takiej nazwie już istnieje. Czy chcesz go nadpisać?" "A file with this name already exists. Do you want to overwrite it?": "Plik o takiej nazwie już istnieje. Czy chcesz go nadpisać?"
}, },
"About": { "About": {
"About": "O..." "About": "O programie"
}, },
"Access clipboard history": { "Access clipboard history": {
"Access clipboard history": "Dostęp do historii schowka" "Access clipboard history": "Dostęp do historii schowka"
@@ -57,7 +57,7 @@
"Add a VPN in NetworkManager": "Dodaj sieć VPN w NetworkManager" "Add a VPN in NetworkManager": "Dodaj sieć VPN w NetworkManager"
}, },
"Adjust the number of columns in grid view mode.": { "Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "" "Adjust the number of columns in grid view mode.": "Dostosuj liczbę kolumn w widoku siatki."
}, },
"All": { "All": {
"All": "Wszystkie" "All": "Wszystkie"
@@ -66,16 +66,16 @@
"All day": "Cały dzień" "All day": "Cały dzień"
}, },
"All displays": { "All displays": {
"All displays": "Wszystkie wyświetlacze" "All displays": "Wszystkie ekrany"
}, },
"Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { "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" "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Wstecz • F1/I: Informacje o pliku • F10: Pomoc • Esc: Zamknij"
}, },
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "Zawsze pokazuj procent OSD" "Always Show OSD Percentage": "Zawsze pokazuj procent w OSD"
}, },
"Always on icons": { "Always on icons": {
"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": {
"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 a minimum of 3 workspaces, even if fewer are available": "Zawsze pokazuj co najmniej 3 obszary robocze, nawet jeśli jest ich mniej."
@@ -87,7 +87,7 @@
"Anonymous Identity (optional)": "Tożsamość anonimowa (opcjonalnie)" "Anonymous Identity (optional)": "Tożsamość anonimowa (opcjonalnie)"
}, },
"App Launcher": { "App Launcher": {
"App Launcher": "App Launcher" "App Launcher": "Program Uruchamiający"
}, },
"Application Dock": { "Application Dock": {
"Application Dock": "Aplikacja Dok" "Application Dock": "Aplikacja Dok"
@@ -171,7 +171,7 @@
"Auto-hide Dock": "Automatyczne ukrywanie doku" "Auto-hide Dock": "Automatyczne ukrywanie doku"
}, },
"Auto-saving...": { "Auto-saving...": {
"Auto-saving...": "Automatyczne zapisywanie..." "Auto-saving...": "Automatyczny zapis..."
}, },
"Autoconnect disabled": { "Autoconnect disabled": {
"Autoconnect disabled": "Automatyczne łączenie wyłączone" "Autoconnect disabled": "Automatyczne łączenie wyłączone"
@@ -183,13 +183,13 @@
"Automatic Control": "Automatyczna kontrola" "Automatic Control": "Automatyczna kontrola"
}, },
"Automatic Cycling": { "Automatic Cycling": {
"Automatic Cycling": "Automatyczne przełączanie" "Automatic Cycling": "Automatyczne cykl"
}, },
"Automatically calculate popup distance from bar edge.": { "Automatically calculate popup distance from bar edge.": {
"Automatically calculate popup distance from bar edge.": "Automatycznie obliczaj odległość wyskakującego okienka od krawędzi paska." "Automatically calculate popup distance from bar edge.": "Automatycznie obliczaj odległość wyskakującego okienka od krawędzi paska."
}, },
"Automatically cycle through wallpapers in the same folder": { "Automatically cycle through wallpapers in the same folder": {
"Automatically cycle through wallpapers in the same folder": "Automatycznie zmieniaj tapety z tego samego folderu" "Automatically cycle through wallpapers in the same folder": "Automatycznie zmieniaj tapety z tego samego katalogu"
}, },
"Automatically detect location based on IP address": { "Automatically detect location based on IP address": {
"Automatically detect location based on IP address": "Automatycznie wykrywaj lokalizację na podstawie adresu IP" "Automatically detect location based on IP address": "Automatycznie wykrywaj lokalizację na podstawie adresu IP"
@@ -198,7 +198,7 @@
"Automatically determine your location using your IP address": "Automatycznie określ swoją lokalizację na podstawie adresu IP" "Automatically determine your location using your IP address": "Automatycznie określ swoją lokalizację na podstawie adresu IP"
}, },
"Automatically extract colors from wallpaper": { "Automatically extract colors from wallpaper": {
"Automatically extract colors from wallpaper": "Automatycznie dopasuj kolory z tapety" "Automatically extract colors from wallpaper": "Automatycznie wyciągnij kolory z tapety"
}, },
"Automatically hide the top bar to expand screen real estate": { "Automatically hide the top bar to expand screen real estate": {
"Automatically hide the top bar to expand screen real estate": "Automatycznie ukryj górny pasek, aby zwiększyć powierzchnię ekranu" "Automatically hide the top bar to expand screen real estate": "Automatycznie ukryj górny pasek, aby zwiększyć powierzchnię ekranu"
@@ -252,7 +252,7 @@
"Blur wallpaper when niri overview is open": "Rozmyj tapetę, gdy podgląd niri jest otwarty" "Blur wallpaper when niri overview is open": "Rozmyj tapetę, gdy podgląd niri jest otwarty"
}, },
"Border": { "Border": {
"Border": "Obramowanie" "Border": "Ramka"
}, },
"Border Color": { "Border Color": {
"Border Color": "Kolor obramowania" "Border Color": "Kolor obramowania"
@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "Jasność" "Brightness": "Jasność"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "Przeglądaj" "Browse": "Przeglądaj"
}, },
@@ -291,7 +294,7 @@
"CPU Usage": "Użycie CPU" "CPU Usage": "Użycie CPU"
}, },
"CPU temperature display": { "CPU temperature display": {
"CPU temperature display": "Temperatura CPU" "CPU temperature display": "Wskaźnik temperatury procesora"
}, },
"CPU usage indicator": { "CPU usage indicator": {
"CPU usage indicator": "Wskaźnik użycia procesora" "CPU usage indicator": "Wskaźnik użycia procesora"
@@ -303,7 +306,7 @@
"CUPS Missing Filter Warning": "CUPS: Ostrzeżenie o brakującym filtrze" "CUPS Missing Filter Warning": "CUPS: Ostrzeżenie o brakującym filtrze"
}, },
"Camera": { "Camera": {
"Camera": "" "Camera": "Kamera"
}, },
"Cancel": { "Cancel": {
"Cancel": "Anuluj" "Cancel": "Anuluj"
@@ -312,7 +315,10 @@
"Capacity": "Pojemność" "Capacity": "Pojemność"
}, },
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "" "Caps Lock Indicator": "Wskaźnik caps locka"
},
"Caps Lock OSD": {
"Caps Lock OSD": ""
}, },
"Center Section": { "Center Section": {
"Center Section": "Sekcja środkowa" "Center Section": "Sekcja środkowa"
@@ -339,7 +345,7 @@
"Choose the logo displayed on the launcher button in DankBar": "Wybierz logo wyświetlane na przycisku launchera w 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": {
"Choose where notification popups appear on screen": "Wybierz, gdzie na ekranie mają pojawiać się wyskakujące powiadomienia" "Choose where notification popups appear on screen": "Wybierz, gdzie na ekranie mają pojawiać się powiadomienia"
}, },
"Clear": { "Clear": {
"Clear": "Wyczyść" "Clear": "Wyczyść"
@@ -435,7 +441,7 @@
"Connect to Wi-Fi": "Połącz z siecią Wi-Fi" "Connect to Wi-Fi": "Połącz z siecią Wi-Fi"
}, },
"Connected Displays": { "Connected Displays": {
"Connected Displays": "Podłączone wyświetlacze" "Connected Displays": "Podłączone ekrany"
}, },
"Connecting to Device": { "Connecting to Device": {
"Connecting to Device": "Łączenie z urządzeniem" "Connecting to Device": "Łączenie z urządzeniem"
@@ -447,7 +453,7 @@
"Control Center": "Centrum sterowania" "Control Center": "Centrum sterowania"
}, },
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "Steruj aktualnie odtwarzanymi mediami" "Control currently playing media": "Steruj aktualnie odtwarzanymi multimediami"
}, },
"Controls opacity of all popouts, modals, and their content layers (DankDash, Settings, App Drawer, Control Center, etc.)": { "Controls opacity of all popouts, modals, and their content layers (DankDash, Settings, App Drawer, Control Center, etc.)": {
"Controls opacity of all popouts, modals, and their content layers (DankDash, Settings, App Drawer, Control Center, etc.)": "Kontroluje przezroczystość wszystkich wyskakujących okienek, okien modalnych i ich warstw zawartości (DankDash, Ustawienia, Szuflada aplikacji, Centrum sterowania itp.)" "Controls opacity of all popouts, modals, and their content layers (DankDash, Settings, App Drawer, Control Center, etc.)": "Kontroluje przezroczystość wszystkich wyskakujących okienek, okien modalnych i ich warstw zawartości (DankDash, Ustawienia, Szuflada aplikacji, Centrum sterowania itp.)"
@@ -633,7 +639,7 @@
"Display currently focused application title": "Wyświetlaj tytuł aktywnej aplikacji" "Display currently focused application title": "Wyświetlaj tytuł aktywnej aplikacji"
}, },
"Display power menu actions in a grid instead of a list": { "Display power menu actions in a grid instead of a list": {
"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 settings for ": { "Display settings for ": {
"Display settings for ": "Ustawienia wyświetlania dla " "Display settings for ": "Ustawienia wyświetlania dla "
@@ -642,7 +648,7 @@
"Display volume and brightness percentage values by default in OSD popups": "Domyślnie wyświetlaj wartości procentowe głośności i jasności w wyskakujących okienkach OSD" "Display volume and brightness percentage values by default in OSD popups": "Domyślnie wyświetlaj wartości procentowe głośności i jasności w wyskakujących okienkach OSD"
}, },
"Displays": { "Displays": {
"Displays": "Wyświetlacze" "Displays": "Ekrany"
}, },
"Displays the active keyboard layout and allows switching": { "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" "Displays the active keyboard layout and allows switching": "Wyświetla aktywny układ klawiatury i umożliwia przełączanie"
@@ -828,13 +834,13 @@
"Focused Window": "Aktywne okno" "Focused Window": "Aktywne okno"
}, },
"Font Family": { "Font Family": {
"Font Family": "Rodzina czcionek" "Font Family": "Rodzina czcionki"
}, },
"Font Scale": { "Font Scale": {
"Font Scale": "Skala czcionki" "Font Scale": "Skala czcionki"
}, },
"Font Settings": { "Font Settings": {
"Font Settings": "Ustawienia czcionek" "Font Settings": "Ustawienia czcionki"
}, },
"Font Size": { "Font Size": {
"Font Size": "Rozmiar czcionki" "Font Size": "Rozmiar czcionki"
@@ -846,7 +852,7 @@
"Force Kill Process": "Wymuś zamknięcie procesu" "Force Kill Process": "Wymuś zamknięcie procesu"
}, },
"Force terminal applications to always use dark color schemes": { "Force terminal applications to always use dark color schemes": {
"Force terminal applications to always use dark color schemes": "" "Force terminal applications to always use dark color schemes": "Wymuś ciemny motyw na aplikacjach terminala"
}, },
"Forget Device": { "Forget Device": {
"Forget Device": "Zapomnij urządzenie" "Forget Device": "Zapomnij urządzenie"
@@ -870,7 +876,7 @@
"GPU Temperature": "Temperatura GPU" "GPU Temperature": "Temperatura GPU"
}, },
"GPU temperature display": { "GPU temperature display": {
"GPU temperature display": "Wyświetlanie temperatury GPU" "GPU temperature display": "Wskaźnik temperatury GPU"
}, },
"Games": { "Games": {
"Games": "Gry" "Games": "Gry"
@@ -900,7 +906,7 @@
"Grid": "Siatka" "Grid": "Siatka"
}, },
"Grid Columns": { "Grid Columns": {
"Grid Columns": "" "Grid Columns": "Kolumny siatki"
}, },
"Group by App": { "Group by App": {
"Group by App": "Grupuj według aplikacji" "Group by App": "Grupuj według aplikacji"
@@ -924,7 +930,7 @@
"Hibernate": "Hibernacja" "Hibernate": "Hibernacja"
}, },
"Hide Delay (ms)": { "Hide Delay (ms)": {
"Hide Delay (ms)": "" "Hide Delay (ms)": "Opóźnienie ukrycia (ms)"
}, },
"Hide the dock when not in use and reveal it when hovering near the dock area": { "Hide the dock when not in use and reveal it when hovering near the dock area": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "Ukryj dok, gdy nie jest używany, i odkryj go po najechaniu kursorem w jego pobliże" "Hide the dock when not in use and reveal it when hovering near the dock area": "Ukryj dok, gdy nie jest używany, i odkryj go po najechaniu kursorem w jego pobliże"
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "Inhibitor bezczynności" "Idle Inhibitor": "Inhibitor bezczynności"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "Ustawienia bezczynności" "Idle Settings": "Ustawienia bezczynności"
}, },
@@ -1074,7 +1083,7 @@
"Location Search": "Wyszukiwanie lokalizacji" "Location Search": "Wyszukiwanie lokalizacji"
}, },
"Lock": { "Lock": {
"Lock": "Zamek" "Lock": "Zablokuj"
}, },
"Lock Screen": { "Lock Screen": {
"Lock Screen": "Ekran blokady" "Lock Screen": "Ekran blokady"
@@ -1173,7 +1182,10 @@
"Memory usage indicator": "Wskaźnik zużycia pamięci" "Memory usage indicator": "Wskaźnik zużycia pamięci"
}, },
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": "Mikrofon"
},
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
}, },
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Minimalna paleta zbudowana wokół jednego odcienia." "Minimal palette built around a single hue.": "Minimalna paleta zbudowana wokół jednego odcienia."
@@ -1346,6 +1358,9 @@
"On-Screen Displays": { "On-Screen Displays": {
"On-Screen Displays": "Wyświetlacze ekranowe" "On-Screen Displays": "Wyświetlacze ekranowe"
}, },
"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 adjust gamma based on time or location rules.": "Dostosuj gamma tylko na podstawie reguł czasu lub lokalizacji." "Only adjust gamma based on time or location rules.": "Dostosuj gamma tylko na podstawie reguł czasu lub lokalizacji."
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "Pogorszenie profilu zasilania" "Power Profile Degradation": "Pogorszenie profilu zasilania"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "Ciśnienie" "Pressure": "Ciśnienie"
}, },
@@ -1647,7 +1665,7 @@
"Science": "Nauka" "Science": "Nauka"
}, },
"Screen sharing": { "Screen sharing": {
"Screen sharing": "" "Screen sharing": "Udostępnianie ekranu"
}, },
"Scrolling": { "Scrolling": {
"Scrolling": "Przewijanie" "Scrolling": "Przewijanie"
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"Show on screens:": "Pokaż na ekranach:" "Show on screens:": "Pokaż na ekranach:"
}, },
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "Pokaż tylko aplikacje uruchomione w bieżącym obszarze roboczym" "Show only apps running in current workspace": "Pokaż tylko aplikacje uruchomione w bieżącym obszarze roboczym"
}, },
@@ -1809,7 +1845,7 @@
"Shows current workspace and allows switching": "Pokazuje bieżący obszar roboczy i pozwala na przełączanie" "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": {
"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": {
"Shows when microphone, camera, or screen sharing is active": "Pokazuje, gdy mikrofon, kamera lub udostępnianie ekranu są aktywne" "Shows when microphone, camera, or screen sharing is active": "Pokazuje, gdy mikrofon, kamera lub udostępnianie ekranu są aktywne"
@@ -1938,7 +1974,7 @@
"Terminal custom additional parameters": "Niestandardowe dodatkowe parametry terminala" "Terminal custom additional parameters": "Niestandardowe dodatkowe parametry terminala"
}, },
"Terminals - Always use Dark Theme": { "Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "" "Terminals - Always use Dark Theme": "Terminal - Zawsze używaj ciemnego motywu"
}, },
"Text": { "Text": {
"Text": "Tekst" "Text": "Tekst"
@@ -2055,16 +2091,16 @@
"Use Fahrenheit instead of Celsius for temperature": "Użyj Fahrenheita zamiast Celsjusza dla temperatury" "Use Fahrenheit instead of Celsius for temperature": "Użyj Fahrenheita zamiast Celsjusza dla temperatury"
}, },
"Use Grid Layout": { "Use Grid Layout": {
"Use Grid Layout": "" "Use Grid Layout": "Użyj układu siatki"
}, },
"Use IP Location": { "Use IP Location": {
"Use IP Location": "Użyj lokalizacji IP" "Use IP Location": "Użyj lokalizacji IP"
}, },
"Use Imperial Units": { "Use Imperial Units": {
"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)": {
"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 Monospace Font": { "Use Monospace Font": {
"Use Monospace Font": "Użyj czcionki o stałej szerokości" "Use Monospace Font": "Użyj czcionki o stałej szerokości"
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "Zmieniony wolumen" "Volume Changed": "Zmieniony wolumen"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "Głośność, jasność i inne systemowe menu ekranowe" "Volume, brightness, and other system OSDs": "Głośność, jasność i inne systemowe menu ekranowe"
}, },

View File

@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "Brilho" "Brightness": "Brilho"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "Navegar" "Browse": "Navegar"
}, },
@@ -314,6 +317,9 @@
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "" "Caps Lock Indicator": ""
}, },
"Caps Lock OSD": {
"Caps Lock OSD": ""
},
"Center Section": { "Center Section": {
"Center Section": "Seção Central" "Center Section": "Seção Central"
}, },
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "Inibitor de inatividade" "Idle Inhibitor": "Inibitor de inatividade"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "Configurações de inatividade" "Idle Settings": "Configurações de inatividade"
}, },
@@ -1175,6 +1184,9 @@
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": ""
}, },
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
},
"Minimal palette built around a single hue.": { "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." "Minimal palette built around a single hue.": "Paleta mínima construída ao redor de um único tom."
}, },
@@ -1346,6 +1358,9 @@
"On-Screen Displays": { "On-Screen Displays": {
"On-Screen Displays": "Displays na Tela (OSDs)" "On-Screen Displays": "Displays na Tela (OSDs)"
}, },
"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 adjust gamma based on time or location rules.": "Apenas ajustar gama baseada em regras de tempo ou localização." "Only adjust gamma based on time or location rules.": "Apenas ajustar gama baseada em regras de tempo ou localização."
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "Degradação do Perfil de Energia" "Power Profile Degradation": "Degradação do Perfil de Energia"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "Pressão" "Pressure": "Pressão"
}, },
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"Show on screens:": "Mostrar nas telas:" "Show on screens:": "Mostrar nas telas:"
}, },
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "Mostrar apenas aplicativos rodando na área de trabalho atual" "Show only apps running in current workspace": "Mostrar apenas aplicativos rodando na área de trabalho atual"
}, },
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "Volume Alterado" "Volume Changed": "Volume Alterado"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "Volume, brilho, e outros OSDs do sistema" "Volume, brightness, and other system OSDs": "Volume, brilho, e outros OSDs do sistema"
}, },

View File

@@ -57,7 +57,7 @@
"Add a VPN in NetworkManager": "NetworkManager'da VPN ekle" "Add a VPN in NetworkManager": "NetworkManager'da VPN ekle"
}, },
"Adjust the number of columns in grid view mode.": { "Adjust the number of columns in grid view mode.": {
"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"
}, },
"All": { "All": {
"All": "Tümü" "All": "Tümü"
@@ -75,7 +75,7 @@
"Always Show OSD Percentage": "OSD Yüzdesini Her Zaman Göster" "Always Show OSD Percentage": "OSD Yüzdesini Her Zaman Göster"
}, },
"Always on icons": { "Always on icons": {
"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": {
"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 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"
@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "Parlaklık" "Brightness": "Parlaklık"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "Göz at" "Browse": "Göz at"
}, },
@@ -303,7 +306,7 @@
"CUPS Missing Filter Warning": "CUPS Eksik Filtre Uyarısı" "CUPS Missing Filter Warning": "CUPS Eksik Filtre Uyarısı"
}, },
"Camera": { "Camera": {
"Camera": "" "Camera": "Kamera"
}, },
"Cancel": { "Cancel": {
"Cancel": "İptal" "Cancel": "İptal"
@@ -312,7 +315,10 @@
"Capacity": "Kapasite" "Capacity": "Kapasite"
}, },
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "" "Caps Lock Indicator": "Caps Lock Göstergesi"
},
"Caps Lock OSD": {
"Caps Lock OSD": ""
}, },
"Center Section": { "Center Section": {
"Center Section": "Orta Bölüm" "Center Section": "Orta Bölüm"
@@ -633,7 +639,7 @@
"Display currently focused application title": "Şu anda odaklanmış uygulamanın başlığını göster" "Display currently focused application title": "Şu anda odaklanmış uygulamanın başlığı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": {
"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 settings for ": { "Display settings for ": {
"Display settings for ": "Ekran ayarları: " "Display settings for ": "Ekran ayarları: "
@@ -846,7 +852,7 @@
"Force Kill Process": "Süreci Zorla Kapat" "Force Kill Process": "Süreci Zorla Kapat"
}, },
"Force terminal applications to always use dark color schemes": { "Force terminal applications to always use dark color schemes": {
"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"
}, },
"Forget Device": { "Forget Device": {
"Forget Device": "Aygıtı Unut" "Forget Device": "Aygıtı Unut"
@@ -900,7 +906,7 @@
"Grid": "Izgara" "Grid": "Izgara"
}, },
"Grid Columns": { "Grid Columns": {
"Grid Columns": "" "Grid Columns": "Izgara Sütunları"
}, },
"Group by App": { "Group by App": {
"Group by App": "Uygulamaya Göre Gruplandır" "Group by App": "Uygulamaya Göre Gruplandır"
@@ -924,7 +930,7 @@
"Hibernate": "Hazırda Beklet" "Hibernate": "Hazırda Beklet"
}, },
"Hide Delay (ms)": { "Hide Delay (ms)": {
"Hide Delay (ms)": "" "Hide Delay (ms)": "Gizleme Gecikmesi (ms)"
}, },
"Hide the dock when not in use and reveal it when hovering near the dock area": { "Hide the dock when not in use and reveal it when hovering near the dock area": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "Kullanılmadığında dock'u gizle ve dock alanının yakınına geldiğinizde göster" "Hide the dock when not in use and reveal it when hovering near the dock area": "Kullanılmadığında dock'u gizle ve dock alanının yakınına geldiğinizde göster"
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "Boşta Kalma Engelleyici" "Idle Inhibitor": "Boşta Kalma Engelleyici"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "Boşta Kalma Ayarları" "Idle Settings": "Boşta Kalma Ayarları"
}, },
@@ -1173,7 +1182,10 @@
"Memory usage indicator": "Bellek kullanım göstergesi" "Memory usage indicator": "Bellek kullanım göstergesi"
}, },
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": "Mikrofon"
},
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
}, },
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Tek bir renk tonu etrafında oluşturulmuş minimal palet." "Minimal palette built around a single hue.": "Tek bir renk tonu etrafında oluşturulmuş minimal palet."
@@ -1346,6 +1358,9 @@
"On-Screen Displays": { "On-Screen Displays": {
"On-Screen Displays": "Ekran Üstü Gösterimler" "On-Screen Displays": "Ekran Üstü Gösterimler"
}, },
"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 adjust gamma based on time or location rules.": "Gamayı yalnızca zaman veya konum kurallarına göre ayarlayın." "Only adjust gamma based on time or location rules.": "Gamayı yalnızca zaman veya konum kurallarına göre ayarlayın."
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "Güç Profili Dejenerasyonu" "Power Profile Degradation": "Güç Profili Dejenerasyonu"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "Basınç" "Pressure": "Basınç"
}, },
@@ -1647,7 +1665,7 @@
"Science": "Bilim" "Science": "Bilim"
}, },
"Screen sharing": { "Screen sharing": {
"Screen sharing": "" "Screen sharing": "Ekran paylaşımı"
}, },
"Scrolling": { "Scrolling": {
"Scrolling": "Kaydırma" "Scrolling": "Kaydırma"
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"Show on screens:": "Şu ekranda göster:" "Show on screens:": "Şu ekranda göster:"
}, },
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "Yalnızca mevcut çalışma alanında çalışan uygulamaları göster" "Show only apps running in current workspace": "Yalnızca mevcut çalışma alanında çalışan uygulamaları göster"
}, },
@@ -1809,7 +1845,7 @@
"Shows current workspace and allows switching": "Mevcut çalışma alanı gösterir ve değiştirmeye izin verir" "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": {
"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": {
"Shows when microphone, camera, or screen sharing is active": "Mikrofon, kamera veya ekran paylaşımı aktif olduğunda gösterir" "Shows when microphone, camera, or screen sharing is active": "Mikrofon, kamera veya ekran paylaşımı aktif olduğunda gösterir"
@@ -1938,7 +1974,7 @@
"Terminal custom additional parameters": "Terminal özel ek parametreleri" "Terminal custom additional parameters": "Terminal özel ek parametreleri"
}, },
"Terminals - Always use Dark Theme": { "Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "" "Terminals - Always use Dark Theme": "Terminaller - Her zaman Karanlı Tema kullan"
}, },
"Text": { "Text": {
"Text": "Metin" "Text": "Metin"
@@ -2055,16 +2091,16 @@
"Use Fahrenheit instead of Celsius for temperature": "Sıcaklık için Celsius yerine Fahrenhayt kullan" "Use Fahrenheit instead of Celsius for temperature": "Sıcaklık için Celsius yerine Fahrenhayt kullan"
}, },
"Use Grid Layout": { "Use Grid Layout": {
"Use Grid Layout": "" "Use Grid Layout": "Izgara Düzeni Kullan"
}, },
"Use IP Location": { "Use IP Location": {
"Use IP Location": "IP Konumunu Kullan" "Use IP Location": "IP Konumunu Kullan"
}, },
"Use Imperial Units": { "Use Imperial Units": {
"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)": {
"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 Monospace Font": { "Use Monospace Font": {
"Use Monospace Font": "Sabit Aralıklı Yazı Tipi Kullan" "Use Monospace Font": "Sabit Aralıklı Yazı Tipi Kullan"
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "Ses Seviyesi Değişti" "Volume Changed": "Ses Seviyesi Değişti"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "Ses, parlaklık ve diğer sistem ekran üstü gösterimleri" "Volume, brightness, and other system OSDs": "Ses, parlaklık ve diğer sistem ekran üstü gösterimleri"
}, },

View File

@@ -57,7 +57,7 @@
"Add a VPN in NetworkManager": "在 NetworkManager 中添加 VPN" "Add a VPN in NetworkManager": "在 NetworkManager 中添加 VPN"
}, },
"Adjust the number of columns in grid view mode.": { "Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": "" "Adjust the number of columns in grid view mode.": "在网格模式中按需调整列的数量。"
}, },
"All": { "All": {
"All": "全部" "All": "全部"
@@ -75,7 +75,7 @@
"Always Show OSD Percentage": "始终显示 OSD 百分比" "Always Show OSD Percentage": "始终显示 OSD 百分比"
}, },
"Always on icons": { "Always on icons": {
"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 a minimum of 3 workspaces, even if fewer are available": "即使不足也总是显示至少三个工作区" "Always show a minimum of 3 workspaces, even if fewer are available": "即使不足也总是显示至少三个工作区"
@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "亮度" "Brightness": "亮度"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "浏览" "Browse": "浏览"
}, },
@@ -303,7 +306,7 @@
"CUPS Missing Filter Warning": "CUPS 警告:缺少打印过滤器" "CUPS Missing Filter Warning": "CUPS 警告:缺少打印过滤器"
}, },
"Camera": { "Camera": {
"Camera": "" "Camera": "摄像头"
}, },
"Cancel": { "Cancel": {
"Cancel": "取消" "Cancel": "取消"
@@ -314,6 +317,9 @@
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "大小写指示灯" "Caps Lock Indicator": "大小写指示灯"
}, },
"Caps Lock OSD": {
"Caps Lock OSD": ""
},
"Center Section": { "Center Section": {
"Center Section": "中间区域" "Center Section": "中间区域"
}, },
@@ -531,7 +537,7 @@
"DMS_SOCKET not available": "DMS_SOCKET 不可用" "DMS_SOCKET not available": "DMS_SOCKET 不可用"
}, },
"DWL service not available": { "DWL service not available": {
"DWL service not available": "DWL服务不可用" "DWL service not available": "DWL 服务不可用"
}, },
"Daily at:": { "Daily at:": {
"Daily at:": "在每日:" "Daily at:": "在每日:"
@@ -624,7 +630,7 @@
"Display all priorities over fullscreen apps": "应用全屏时仍显示所有优先级的通知" "Display all priorities over fullscreen apps": "应用全屏时仍显示所有优先级的通知"
}, },
"Display and switch DWL layouts": { "Display and switch DWL layouts": {
"Display and switch DWL layouts": "显示与切换DWL布局" "Display and switch DWL layouts": "显示与切换 DWL 布局"
}, },
"Display application icons in workspace indicators": { "Display application icons in workspace indicators": {
"Display application icons in workspace indicators": "在工作区指示器中显示应用程序图标" "Display application icons in workspace indicators": "在工作区指示器中显示应用程序图标"
@@ -846,7 +852,7 @@
"Force Kill Process": "强制结束进程" "Force Kill Process": "强制结束进程"
}, },
"Force terminal applications to always use dark color schemes": { "Force terminal applications to always use dark color schemes": {
"Force terminal applications to always use dark color schemes": "强制终端应用使用暗色" "Force terminal applications to always use dark color schemes": "强制终端应用使用暗色"
}, },
"Forget Device": { "Forget Device": {
"Forget Device": "取消配对" "Forget Device": "取消配对"
@@ -900,7 +906,7 @@
"Grid": "网格" "Grid": "网格"
}, },
"Grid Columns": { "Grid Columns": {
"Grid Columns": "" "Grid Columns": "网格列"
}, },
"Group by App": { "Group by App": {
"Group by App": "按应用分组" "Group by App": "按应用分组"
@@ -924,7 +930,7 @@
"Hibernate": "休眠" "Hibernate": "休眠"
}, },
"Hide Delay (ms)": { "Hide Delay (ms)": {
"Hide Delay (ms)": "" "Hide Delay (ms)": "隐藏延迟 (ms)"
}, },
"Hide the dock when not in use and reveal it when hovering near the dock area": { "Hide the dock when not in use and reveal it when hovering near the dock area": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "在未使用时隐藏程序坞,鼠标悬停到程序坞区域时显示" "Hide the dock when not in use and reveal it when hovering near the dock area": "在未使用时隐藏程序坞,鼠标悬停到程序坞区域时显示"
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "待机抑制器" "Idle Inhibitor": "待机抑制器"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "待机设置" "Idle Settings": "待机设置"
}, },
@@ -1020,13 +1029,13 @@
"Last launched %1": "上次启动于 %1" "Last launched %1": "上次启动于 %1"
}, },
"Last launched %1 day%2 ago": { "Last launched %1 day%2 ago": {
"Last launched %1 day%2 ago": "上次启动于 %1 天%2 前" "Last launched %1 day%2 ago": "上次启动于 %1 天 前"
}, },
"Last launched %1 hour%2 ago": { "Last launched %1 hour%2 ago": {
"Last launched %1 hour%2 ago": "上次启动于 %1 小时%2 前" "Last launched %1 hour%2 ago": "上次启动于 %1 小时 前"
}, },
"Last launched %1 minute%2 ago": { "Last launched %1 minute%2 ago": {
"Last launched %1 minute%2 ago": "上次启动于 %1 分钟%2 前" "Last launched %1 minute%2 ago": "上次启动于 %1 分钟 前"
}, },
"Last launched just now": { "Last launched just now": {
"Last launched just now": "刚刚启动" "Last launched just now": "刚刚启动"
@@ -1173,7 +1182,10 @@
"Memory usage indicator": "内存占用情况" "Memory usage indicator": "内存占用情况"
}, },
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": "麦克风"
},
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
}, },
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "围绕单一色调构建的简约配色。" "Minimal palette built around a single hue.": "围绕单一色调构建的简约配色。"
@@ -1346,6 +1358,9 @@
"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.": {
"Only adjust gamma based on time or location rules.": "根据时间或位置调节伽马值。" "Only adjust gamma based on time or location rules.": "根据时间或位置调节伽马值。"
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "电源配置性能下降" "Power Profile Degradation": "电源配置性能下降"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "气压" "Pressure": "气压"
}, },
@@ -1575,7 +1593,7 @@
"Request confirmation on power off, restart, suspend, hibernate and logout actions": "关机、重启、挂起、休眠和注销前请求确认" "Request confirmation on power off, restart, suspend, hibernate and logout actions": "关机、重启、挂起、休眠和注销前请求确认"
}, },
"Requires DWL compositor": { "Requires DWL compositor": {
"Requires DWL compositor": "需要DWL合成器" "Requires DWL compositor": "需要 DWL 合成器"
}, },
"Reset": { "Reset": {
"Reset": "重置" "Reset": "重置"
@@ -1587,10 +1605,10 @@
"Restart": "重启" "Restart": "重启"
}, },
"Restart DMS": { "Restart DMS": {
"Restart DMS": "重启DMS" "Restart DMS": "重启 DMS"
}, },
"Restart the DankMaterialShell": { "Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "重启DankMaterialShell" "Restart the DankMaterialShell": "重启 DankMaterialShell"
}, },
"Resume": { "Resume": {
"Resume": "恢复" "Resume": "恢复"
@@ -1611,7 +1629,7 @@
"Right Tiling": "右侧平铺" "Right Tiling": "右侧平铺"
}, },
"Right-click bar widget to cycle": { "Right-click bar widget to cycle": {
"Right-click bar widget to cycle": "点击bar上小部件以轮换" "Right-click bar widget to cycle": "点击 bar 上小部件以轮换"
}, },
"Run User Templates": { "Run User Templates": {
"Run User Templates": "运行用户模板" "Run User Templates": "运行用户模板"
@@ -1647,7 +1665,7 @@
"Science": "科学" "Science": "科学"
}, },
"Screen sharing": { "Screen sharing": {
"Screen sharing": "" "Screen sharing": "屏幕分享"
}, },
"Scrolling": { "Scrolling": {
"Scrolling": "滚动" "Scrolling": "滚动"
@@ -1755,7 +1773,7 @@
"Show Reboot": "显示重启" "Show Reboot": "显示重启"
}, },
"Show Restart DMS": { "Show Restart DMS": {
"Show Restart DMS": "显示重启DMS" "Show Restart DMS": "显示重启 DMS"
}, },
"Show Suspend": { "Show Suspend": {
"Show Suspend": "显示挂起" "Show Suspend": "显示挂起"
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "仅显示当前工作区中的活动应用" "Show only apps running in current workspace": "仅显示当前工作区中的活动应用"
}, },
@@ -2115,7 +2151,7 @@
"VRR: ": "可变刷新率: " "VRR: ": "可变刷新率: "
}, },
"Vertical Deck": { "Vertical Deck": {
"Vertical Deck": "垂直Deck" "Vertical Deck": "垂直 Deck"
}, },
"Vertical Grid": { "Vertical Grid": {
"Vertical Grid": "垂直网格" "Vertical Grid": "垂直网格"
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "音量变化" "Volume Changed": "音量变化"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "音量、亮度和其他系统屏幕显示" "Volume, brightness, and other system OSDs": "音量、亮度和其他系统屏幕显示"
}, },

View File

@@ -275,6 +275,9 @@
"Brightness": { "Brightness": {
"Brightness": "亮度" "Brightness": "亮度"
}, },
"Brightness OSD": {
"Brightness OSD": ""
},
"Browse": { "Browse": {
"Browse": "瀏覽" "Browse": "瀏覽"
}, },
@@ -314,6 +317,9 @@
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "" "Caps Lock Indicator": ""
}, },
"Caps Lock OSD": {
"Caps Lock OSD": ""
},
"Center Section": { "Center Section": {
"Center Section": "中間區塊" "Center Section": "中間區塊"
}, },
@@ -959,6 +965,9 @@
"Idle Inhibitor": { "Idle Inhibitor": {
"Idle Inhibitor": "空閒抑制器" "Idle Inhibitor": "空閒抑制器"
}, },
"Idle Inhibitor OSD": {
"Idle Inhibitor OSD": ""
},
"Idle Settings": { "Idle Settings": {
"Idle Settings": "閒置設定" "Idle Settings": "閒置設定"
}, },
@@ -1175,6 +1184,9 @@
"Microphone": { "Microphone": {
"Microphone": "" "Microphone": ""
}, },
"Microphone Mute OSD": {
"Microphone Mute OSD": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "圍繞單一色調構建的最小調色板。" "Minimal palette built around a single hue.": "圍繞單一色調構建的最小調色板。"
}, },
@@ -1346,6 +1358,9 @@
"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.": {
"Only adjust gamma based on time or location rules.": "僅根據時間或位置規則調整 gamma。" "Only adjust gamma based on time or location rules.": "僅根據時間或位置規則調整 gamma。"
}, },
@@ -1493,6 +1508,9 @@
"Power Profile Degradation": { "Power Profile Degradation": {
"Power Profile Degradation": "電源配置降級" "Power Profile Degradation": "電源配置降級"
}, },
"Power Profile OSD": {
"Power Profile OSD": ""
},
"Pressure": { "Pressure": {
"Pressure": "氣壓" "Pressure": "氣壓"
}, },
@@ -1781,6 +1799,24 @@
"Show on screens:": { "Show on screens:": {
"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 idle inhibitor state changes": {
"Show on-screen display when idle inhibitor state 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 only apps running in current workspace": { "Show only apps running in current workspace": {
"Show only apps running in current workspace": "僅顯示目前工作區中正在執行的應用程式" "Show only apps running in current workspace": "僅顯示目前工作區中正在執行的應用程式"
}, },
@@ -2141,6 +2177,9 @@
"Volume Changed": { "Volume Changed": {
"Volume Changed": "音量改變" "Volume Changed": "音量改變"
}, },
"Volume OSD": {
"Volume OSD": ""
},
"Volume, brightness, and other system OSDs": { "Volume, brightness, and other system OSDs": {
"Volume, brightness, and other system OSDs": "音量、亮度及其他系統OSD" "Volume, brightness, and other system OSDs": "音量、亮度及其他系統OSD"
}, },

View File

@@ -643,6 +643,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Brightness OSD",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Browse", "term": "Browse",
"translation": "", "translation": "",
@@ -734,6 +741,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Caps Lock OSD",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Center Section", "term": "Center Section",
"translation": "", "translation": "",
@@ -2232,6 +2246,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Idle Inhibitor OSD",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Idle Settings", "term": "Idle Settings",
"translation": "", "translation": "",
@@ -2736,6 +2757,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Microphone Mute OSD",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Minimal palette built around a single hue.", "term": "Minimal palette built around a single hue.",
"translation": "", "translation": "",
@@ -3135,6 +3163,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "On-screen Displays",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Only adjust gamma based on time or location rules.", "term": "Only adjust gamma based on time or location rules.",
"translation": "", "translation": "",
@@ -3478,6 +3513,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Power Profile OSD",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Pressure", "term": "Pressure",
"translation": "", "translation": "",
@@ -4143,6 +4185,48 @@
"reference": "", "reference": "",
"comment": "" "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 idle inhibitor state 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 only apps running in current workspace", "term": "Show only apps running in current workspace",
"translation": "", "translation": "",
@@ -4969,6 +5053,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Volume OSD",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Volume, brightness, and other system OSDs", "term": "Volume, brightness, and other system OSDs",
"translation": "", "translation": "",