mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
settings: break out dank bar widgets
This commit is contained in:
@@ -381,5 +381,23 @@ FocusScope {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loader {
|
||||
id: widgetsLoader
|
||||
anchors.fill: parent
|
||||
active: root.currentIndex === 22
|
||||
visible: active
|
||||
focus: active
|
||||
|
||||
sourceComponent: WidgetsTab {
|
||||
parentModal: root.parentModal
|
||||
}
|
||||
|
||||
onActiveChanged: {
|
||||
if (active && item) {
|
||||
Qt.callLater(() => item.forceActiveFocus());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ FloatingWindow {
|
||||
title: I18n.tr("Settings", "settings window title")
|
||||
minimumSize: Qt.size(500, 400)
|
||||
implicitWidth: 800
|
||||
implicitHeight: 875
|
||||
implicitHeight: 940
|
||||
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)
|
||||
visible: false
|
||||
|
||||
|
||||
@@ -52,8 +52,19 @@ Rectangle {
|
||||
"id": "dankbar",
|
||||
"text": I18n.tr("Dank Bar"),
|
||||
"icon": "toolbar",
|
||||
"children": [
|
||||
{
|
||||
"text": I18n.tr("Settings"),
|
||||
"icon": "tune",
|
||||
"tabIndex": 3
|
||||
},
|
||||
{
|
||||
"text": I18n.tr("Widgets"),
|
||||
"icon": "widgets",
|
||||
"tabIndex": 22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "workspaces_widgets",
|
||||
"text": I18n.tr("Workspaces & Widgets"),
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1181
quickshell/Modules/Settings/WidgetsTab.qml
Normal file
1181
quickshell/Modules/Settings/WidgetsTab.qml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@ Item {
|
||||
readonly property int insetCircle: 24
|
||||
|
||||
width: showText ? parent.width : trackWidth
|
||||
height: showText ? 60 : trackHeight
|
||||
height: showText ? (description.length > 0 ? 60 : 44) : trackHeight
|
||||
|
||||
function handleClick() {
|
||||
if (!enabled) return
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(Sin nombre)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- Monitoreo de sistema sin estado"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- Apóyanos con una estrella"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "Clima de la semana"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "Añadir widget"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "Añadir widget a "
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": "Agregar widget a la sección %1"
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "Añadir una VPN en NetworkManager"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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+"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "Siempre mostrar el porcentaje en el OSD"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"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."
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "¿Estás seguro de que quieres hibernar el sistema?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "¿Estás seguro de que quieres cerrar sesión?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "¿Estás seguro de que quieres apagar el sistema?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "¿Estás seguro de que quieres reiniciar el sistema?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "¿Estás seguro de que quieres suspender el sistema?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": "Audio"
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "Dispositivos de audio"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "Icono de audio"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "Salida de audio ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"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 extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "Extraer colores desde tu fondo de pantalla"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "Ocultar la barra superior automáticamente para tener más espacio de pantalla"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": "Bluetooth"
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "Icono Bluetooth"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "Ajustes Bluetooth"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Cerrar vista general al iniciar"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "Redondeo de esquinas (0 = esquinas cuadradas)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "Redondeo de esquinas personal"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "Cubierta abierta"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Transparencia de Dank Bar"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Transparencia del Widget de Dank Bar"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Tamaño de fuente"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "Mostrar un panel con aplicaciones fijadas y activas que puede colocarse en el borde superior, inferior, izquierdo o derecho de la pantalla"
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "Prioridades visibles sobre apps en pantalla completa"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "Ajustes de pantalla para "
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "Mostrar porcentaje de volumen y brillo en los avisos OSD"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "Tema dinámico"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "Espacio de borde (0 = borde a borde)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "Habilitar barra"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "Habilitar WiFi"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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."
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "Hibernar"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "Duración antes de ocultar (ms)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "Seleccionar logo del lanzador"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(Senza nome)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- Monitoraggio del Sistema Stateless"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- Supportaci Con Una Stella ⭐"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "Previsioni 7-giorni"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "Aggiungi Widget"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "Aggiungi Widget"
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": ""
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "Aggiungi una VPN in NetworkManager"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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: File Info • F10: Aiuto • Esc: Chiude"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "Visualizza sempre percentuale OSD"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"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 usate di recente ed infine alfabeticamente "
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "Sei sicuro di voler ibernare il sistema?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "Sei sicuro di volerti disconnettere?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "Sei sicuro di voler spegnere il sistema?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "Sei sicuro di voler riavviare il sistema"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "Sei sicuro di voler sospendere il sistema?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": ""
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "Dispositivi Audio"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "Icona Audio"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "Dispositivi Uscita Audio ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"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 extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "Estrai automaticamente i colori dallo sfondo"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "Nascondi automaticamente la barra superiore per espandere lo schermo"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": ""
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "Icona Bluetooth"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "Impostazioni Bluetooth"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Chiudi Overview all'Avvio"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "Raggio Angoli (0 = angoli squadrati)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "Sovrascrittura Raggio Angoli"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "Coperchio Aperto"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Trasparenza Dank Bar"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Trasparenza Widget Dank Bar"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Scala Font DankBar"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "Visualizza una dock con applicazioni pinnate ed in esecuzione che possono essere posizionate nell'angolo superiore, inferiore, sinistro o destro dello schermo"
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "Visualizza tutte le priorità sulle apps a schermo pieno"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "Impostazioni display per "
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "Mostra di default la percentuale volume e luminosità nei popups OSD"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "Tema dinamico"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "Spaziatura Angoli (0 = angolo-angolo)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "Abilita Barra"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "Abilita WiFi"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": {
|
||||
"Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.": "Abilitare il livello di sfocatura compositore-targetable (namespace: dms:blurwallpaper). Richiede la configurazione manuale di niri."
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "Iberna"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "Ritardo Scomparsa (ms)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "Seleziona Logo Launcher"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(名前なし)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- ステートレスシステム監視"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- 星を付けて応援してください⭐"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "7日間予報"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "ウィジェットを追加"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "ウィジェットを追加 "
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": ""
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "NetworkManagerでVPNを追加"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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: 閉じる"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "常に OSD パーセンテージを表示"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "アプリは使用頻度、最終使用日、アルファベット順の優先順位で並べられています。"
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "システムを休止状態にしますか?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "ログアウトしてもよろしいですか?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "システムの電源をオフにしてもよろしいですか?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "システムを再起動してもよろしいですか?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "システムを一時停止してもよろしいですか?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": ""
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "オーディオデバイス"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "オーディオアイコン"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "オーディオ出力デバイス("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"Automatically determine your location using your IP address": {
|
||||
"Automatically determine your location using your IP address": "IPアドレスを使用して現在地を自動的に特定します"
|
||||
},
|
||||
"Automatically extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "壁紙から色を自動的に抽出"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "画面のスペースを広げるために上部のバーを自動的に非表示"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": ""
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "Bluetoothアイコン"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "Bluetooth設定"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "起動中のときに概要を閉じる"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "コーナー半径(0 = 角丸なし)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "コーナー半径オーバーライド"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "カバーオープン"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Dank Barの透明性"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Dank Barウィジェットの透明度"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Dank Bar フォントスケール"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "画面の上、下、左、右の端に配置できる、ピン留めされた実行中のアプリケーションを含むドックを表示します"
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "フルスクリーンアプリよりもすべての優先度を表示する"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "以下の設定を表示 "
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "OSDポップアップに音量と輝度のパーセンテージ値をデフォルトで表示"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "ダイナミックテーマ"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "エッジ間隔(0 = エッジ・トゥ・エッジ)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "バーを起用"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "WiFiを有効にする"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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 を手動で設定する必要があります。"
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "休止状態"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "遅延を隠す (ms)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "ランチャーロゴを選ぶ"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(Bez nazwy)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- Monitorowanie systemu bezstanowego"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- Wesprzyj nas gwiazdką ⭐"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "Prognoza 7-dniowa"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "Dodaj widżet"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "Dodaj widżet do"
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": "Dodaj widżet do sekcji %1"
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "Dodaj sieć VPN w NetworkManager"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "Zawsze pokazuj procent w OSD"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"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."
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "Czy na pewno chcesz hibernować komputer?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "Czy na pewno chcesz się wylogować?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "Czy na pewno chcesz wyłączyć komputer?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "Czy na pewno chcesz ponownie uruchomić komputer?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "Czy na pewno chcesz uśpić komputer?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": "Dźwięk"
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "Urządzenia audio"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "Ikona audio"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "Urządzenia wyjściowe audio ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"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 extract colors from wallpaper": {
|
||||
"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": "Automatycznie ukryj górny pasek, aby zwiększyć powierzchnię ekranu"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": "Bluetooth"
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "Ikona Bluetooth"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "Ustawienia Bluetooth"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Zamknij podgląd przy uruchomieniu"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "Promień narożnika (0 = kwadratowe narożniki)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "Zastąpienie promienia narożnika"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "Pokrywa otwarta"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Przezroczystość Dank Bar"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Przezroczystość widżetu Dank Bar"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Skala czcionki DankBar"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "Wyświetla dok z przypiętymi i uruchomionymi aplikacjami, który można umieścić na górze, na dole, po lewej lub po prawej stronie ekranu."
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "Wyświetlaj wszystkie priorytety nad aplikacjami pełnoekranowymi"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "Ustawienia wyświetlania dla "
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"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 in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "Dynamiczne motywy"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "Odstęp od krawędzi (0 = od krawędzi do krawędzi)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "Włącz pasek"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "Włącz Wi-Fi"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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."
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "Hibernacja"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "Opóźnienie ukrycia (ms)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "Wybierz logo launchera"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(Sem nome)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- Monitoração de Sistema sem estado"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- Apoie-nos com uma Estrela ⭐"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "Previsão do Tempo de 7 Dias"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "Adicionar Widget"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "Adicionar Widget para "
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": ""
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "Adicionar um VPN ao NetworkManager"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "Sempre mostrar porcetagem no OSD"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"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."
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "Você tem certeza que quer hibernar o sistema?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "Você tem certeza que deseja sair?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "Você tem certeza que deseja desligar o sistema?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "Você tem certeza que deseja reiniciar o sistema?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "Você tem certeza que deseja suspender o sistema?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": ""
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "Dispositivos de Áudio"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "Ícone de Áudio"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "Dispositivos de Saída de Áudio ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"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 extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "Extrair cores automaticamente do papel de parede"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "Esconder automaticamente a barra superior para expandir a tela"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": ""
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "ícone do Bluetooth"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "Configurações do Bluetooth"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "Ângulo da quina (0 = quina quadrilátera)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": ""
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": ""
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Transparência da Dank Bar"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Transparência dos Widgets da Dank Bar"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Escala das fontes no Dank Bar"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "Exibir um dock com aplicativos que estão sendo utilizados, e que pode ser posicionada no superior, inferior, esquerda ou direita dos cantos da tela"
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "Exibir todas as prioridades em aplicativos de tela cheia"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": ""
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "Mostrar porcentagem de volume e brilho por padrão nos pop ups de OSD"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "Tematização Dinâmica"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "Espaçamento do Canto (0 = canto-a-canto)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": ""
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "Ativar WiFi"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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."
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "Hibernar"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": ""
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "Selecionar Logo do Lançador"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(İsimsiz)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- Durumsuz Sistem İzleme"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- Bir yıldızla bize destek olun ⭐"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "7 Günlük Tahmin"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "Widget Ekle"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "Şuraya Widget ekle:"
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": "%1 Bölümüne Widget Ekle"
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "NetworkManager'da VPN ekle"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": "Dock etrafına kenarlık ekle"
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "OSD Yüzdesini Her Zaman Göster"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"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."
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "Sistemi hazırda bekletme moduna almak istediğinizden emin misiniz?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "Çıkış yapmak istediğinizden emin misiniz?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "Sistemi kapatmak istediğinizden emin misiniz?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "Sistemi yeniden başlatmak istediğinizden emin misiniz?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "Sistemi askıya almak istediğinizden emin misiniz?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": "Ses"
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "Ses Aygıtları"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "Ses Simgesi"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "Ses Çıkış Aygıtları ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"Automatically determine your location using your IP address": {
|
||||
"Automatically determine your location using your IP address": "IP adresinizi kullanarak konumunuzu otomatik olarak belirleyin"
|
||||
},
|
||||
"Automatically extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "Duvar kağıdından renkleri otomatik olarak çıkarın"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "Ekran alanını genişletmek için üst çubuğu otomatik olarak gizle"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": "Bluetooth"
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "Bluetooth Simgesi"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "Bluetooth Ayarları"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Başlatmada Genel Görünümü Kapat"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "Köşe Yarıçapı (0 = kare köşeler)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "Köşe Yarıçapı Değiştirme"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "Kapak Açık"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Dank Bar Şeffaflığı"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Dank Bar Widget Şeffaflığı"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "DankBar Yazı Tipi Ölçeği"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "Ekranın üst, alt, sol veya sağ kenarına yerleştirilebilen, sabitlenmiş ve çalışan uygulamaları içeren bir dock görüntüleyin."
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "Tam ekran uygulamaların üzerinde tüm öncelikleri göster"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "Ekran ayarları: "
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "OSD açılır pencerelerinde varsayılan olarak ses seviyesi ve parlaklık yüzdelik değerlerini göster"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": "Alacakaranlık (Denizci Alacakaranlığı)"
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "Dinamik Tema"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "Kenar Aralığı (0 = kenardan kenara)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "Barı Etkinleştir"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "WiFi Etkinleştir"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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."
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "Hazırda Beklet"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "Gizleme Gecikmesi (ms)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": "Uygulama Seç"
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "Başlatıcı Logosu Seç"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(未命名)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- 无状态系统监控"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- 给个 Star ⭐来表示支持吧"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "七日天气预报"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "添加小组件"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "添加小组件到"
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": ""
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "在 NetworkManager 中添加 VPN"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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: 关闭"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "始终显示 OSD 百分比"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "应用按使用频率、最近使用时间和字母顺序排序。"
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "你确定要让系统休眠吗?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "你确定要注销吗?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "你确定要关机吗?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "你确定要重启系统吗?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "你确定要挂起系统吗?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": ""
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "音频设备"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "音量图标"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "音频输出设备 ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"Automatically determine your location using your IP address": {
|
||||
"Automatically determine your location using your IP address": "通过 IP 地址自动检测您的位置"
|
||||
},
|
||||
"Automatically extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "自动从壁纸中提取颜色"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "自动隐藏顶栏以扩展屏幕可用空间"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": ""
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "蓝牙图标"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "蓝牙设置"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "在启动时关闭概览"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "圆角半径(0 = 直角)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "圆角半径覆盖"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "打印机盖已打开"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Dank Bar 透明度"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Dank Bar 小组件透明度"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Dank Bar 字体缩放"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "显示一个包含固定和运行中应用的程序坞,可放置在屏幕四边任意位置"
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "应用全屏时仍显示所有优先级的通知"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "显示设置 "
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "在OSD弹窗中默认显示音量与亮度数值"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "动态主题"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "边缘间距(0 = 紧贴边缘)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "启用状态栏"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "启用 Wi-Fi"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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。"
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "休眠"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "隐藏延迟 (ms)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "选择启动器Logo"
|
||||
},
|
||||
|
||||
@@ -29,12 +29,6 @@
|
||||
"(Unnamed)": {
|
||||
"(Unnamed)": "(未命名)"
|
||||
},
|
||||
"- Stateless System Monitoring": {
|
||||
"- Stateless System Monitoring": "- 無狀態系統監控"
|
||||
},
|
||||
"- Support Us With a Star ⭐": {
|
||||
"- Support Us With a Star ⭐": "- 給我們點個 Star ⭐ 來支持我們"
|
||||
},
|
||||
"0 = square corners": {
|
||||
"0 = square corners": ""
|
||||
},
|
||||
@@ -80,9 +74,6 @@
|
||||
"5 seconds": {
|
||||
"5 seconds": ""
|
||||
},
|
||||
"7-Day Forecast": {
|
||||
"7-Day Forecast": "七天氣象預報"
|
||||
},
|
||||
"8 seconds": {
|
||||
"8 seconds": ""
|
||||
},
|
||||
@@ -149,15 +140,9 @@
|
||||
"Add Widget": {
|
||||
"Add Widget": "新增部件"
|
||||
},
|
||||
"Add Widget to ": {
|
||||
"Add Widget to ": "新增部件到 "
|
||||
},
|
||||
"Add Widget to %1 Section": {
|
||||
"Add Widget to %1 Section": "將部件新增至 %1 部分"
|
||||
},
|
||||
"Add a VPN in NetworkManager": {
|
||||
"Add a VPN in NetworkManager": "新增VPN至網路管理器"
|
||||
},
|
||||
"Add a border around the dock": {
|
||||
"Add a border around the dock": ""
|
||||
},
|
||||
@@ -182,9 +167,6 @@
|
||||
"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: 關閉"
|
||||
},
|
||||
"Always Show OSD Percentage": {
|
||||
"Always Show OSD Percentage": "OSD 始終顯示百分比"
|
||||
},
|
||||
"Always Show Percentage": {
|
||||
"Always Show Percentage": ""
|
||||
},
|
||||
@@ -227,21 +209,6 @@
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "應用程式按使用頻率、最後使用時間、字母順序排列。"
|
||||
},
|
||||
"Are you sure you want to hibernate the system?": {
|
||||
"Are you sure you want to hibernate the system?": "你確定要進入系統休眠嗎?"
|
||||
},
|
||||
"Are you sure you want to log out?": {
|
||||
"Are you sure you want to log out?": "你確定要登出嗎?"
|
||||
},
|
||||
"Are you sure you want to power off the system?": {
|
||||
"Are you sure you want to power off the system?": "你確定要關機嗎?"
|
||||
},
|
||||
"Are you sure you want to reboot the system?": {
|
||||
"Are you sure you want to reboot the system?": "你確定要重新啟動嗎?"
|
||||
},
|
||||
"Are you sure you want to suspend the system?": {
|
||||
"Are you sure you want to suspend the system?": "你確定要暫停系統嗎?"
|
||||
},
|
||||
"Audio": {
|
||||
"Audio": "音訊"
|
||||
},
|
||||
@@ -254,9 +221,6 @@
|
||||
"Audio Devices": {
|
||||
"Audio Devices": "音訊設備"
|
||||
},
|
||||
"Audio Icon": {
|
||||
"Audio Icon": "音訊圖示"
|
||||
},
|
||||
"Audio Output Devices (": {
|
||||
"Audio Output Devices (": "音訊輸出設備 ("
|
||||
},
|
||||
@@ -332,9 +296,6 @@
|
||||
"Automatically determine your location using your IP address": {
|
||||
"Automatically determine your location using your IP address": "使用您的 IP 位址自動確定您的位置"
|
||||
},
|
||||
"Automatically extract colors from wallpaper": {
|
||||
"Automatically extract colors from wallpaper": "自動從桌布中提取顏色"
|
||||
},
|
||||
"Automatically hide the top bar to expand screen real estate": {
|
||||
"Automatically hide the top bar to expand screen real estate": "自動隱藏頂部欄以擴大螢幕空間"
|
||||
},
|
||||
@@ -398,9 +359,6 @@
|
||||
"Bluetooth": {
|
||||
"Bluetooth": "藍牙"
|
||||
},
|
||||
"Bluetooth Icon": {
|
||||
"Bluetooth Icon": "藍芽圖示"
|
||||
},
|
||||
"Bluetooth Settings": {
|
||||
"Bluetooth Settings": "藍芽設定"
|
||||
},
|
||||
@@ -587,6 +545,9 @@
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "啟動時關閉概覽"
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
"Color Mode": {
|
||||
"Color Mode": ""
|
||||
},
|
||||
@@ -722,12 +683,12 @@
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
"Corner Radius (0 = square corners)": {
|
||||
"Corner Radius (0 = square corners)": "圓角半徑 (0 = 方角)"
|
||||
},
|
||||
"Corner Radius Override": {
|
||||
"Corner Radius Override": "圓角半徑覆寫"
|
||||
},
|
||||
"Corners & Background": {
|
||||
"Corners & Background": ""
|
||||
},
|
||||
"Cover Open": {
|
||||
"Cover Open": "上蓋開啟"
|
||||
},
|
||||
@@ -827,12 +788,6 @@
|
||||
"Dank Bar": {
|
||||
"Dank Bar": "Dank Bar"
|
||||
},
|
||||
"Dank Bar Transparency": {
|
||||
"Dank Bar Transparency": "Dank Bar 透明度"
|
||||
},
|
||||
"Dank Bar Widget Transparency": {
|
||||
"Dank Bar Widget Transparency": "Dank Bar 部件透明度"
|
||||
},
|
||||
"DankBar Font Scale": {
|
||||
"DankBar Font Scale": "Dank Bar 字體縮放"
|
||||
},
|
||||
@@ -941,9 +896,6 @@
|
||||
"Display a dock with pinned and running applications": {
|
||||
"Display a dock with pinned and running applications": ""
|
||||
},
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": {
|
||||
"Display a dock with pinned and running applications that can be positioned at the top, bottom, left, or right edge of the screen": "顯示一個帶有固定和正在運行的應用程式的 Dock,這些應用程式可以放置在螢幕的頂部、底部、左側或右側邊緣"
|
||||
},
|
||||
"Display all priorities over fullscreen apps": {
|
||||
"Display all priorities over fullscreen apps": "顯示全螢幕應用程式上的所有優先級"
|
||||
},
|
||||
@@ -968,9 +920,6 @@
|
||||
"Display settings for ": {
|
||||
"Display settings for ": "顯示設定適用於"
|
||||
},
|
||||
"Display volume and brightness percentage values by default in OSD popups": {
|
||||
"Display volume and brightness percentage values by default in OSD popups": "在 OSD 彈出視窗中預設顯示音量和亮度百分比值"
|
||||
},
|
||||
"Display volume and brightness percentage values in OSD popups": {
|
||||
"Display volume and brightness percentage values in OSD popups": ""
|
||||
},
|
||||
@@ -1034,8 +983,8 @@
|
||||
"Dusk (Nautical Twilight)": {
|
||||
"Dusk (Nautical Twilight)": ""
|
||||
},
|
||||
"Dynamic Theming": {
|
||||
"Dynamic Theming": "動態主題"
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edge Spacing (0 = edge-to-edge)": {
|
||||
"Edge Spacing (0 = edge-to-edge)": "邊緣間隔 (0 = 無間隔)"
|
||||
@@ -1052,6 +1001,9 @@
|
||||
"Enable Bar": {
|
||||
"Enable Bar": "啟用欄"
|
||||
},
|
||||
"Enable Border": {
|
||||
"Enable Border": ""
|
||||
},
|
||||
"Enable Do Not Disturb": {
|
||||
"Enable Do Not Disturb": ""
|
||||
},
|
||||
@@ -1070,6 +1022,9 @@
|
||||
"Enable WiFi": {
|
||||
"Enable WiFi": "啟用 WiFi"
|
||||
},
|
||||
"Enable Widget Outline": {
|
||||
"Enable Widget Outline": ""
|
||||
},
|
||||
"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。"
|
||||
},
|
||||
@@ -1406,6 +1361,9 @@
|
||||
"Hibernate": {
|
||||
"Hibernate": "休眠"
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
"Hide Delay (ms)": {
|
||||
"Hide Delay (ms)": "隱藏延遲 (毫秒)"
|
||||
},
|
||||
@@ -2474,6 +2432,9 @@
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "選擇啟動器 Logo"
|
||||
},
|
||||
|
||||
@@ -664,13 +664,6 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Automatically calculate popup distance from bar edge.",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Automatically cycle through wallpapers in the same folder",
|
||||
"translation": "",
|
||||
@@ -692,13 +685,6 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Automatically hide the top bar to expand screen real estate",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Automatically lock after",
|
||||
"translation": "",
|
||||
@@ -1126,13 +1112,6 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Choose the widget outline accent color",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Choose where notification popups appear on screen",
|
||||
"translation": "",
|
||||
@@ -1245,6 +1224,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Color",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Color Mode",
|
||||
"translation": "",
|
||||
@@ -1504,6 +1490,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Corners & Background",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Cover Open",
|
||||
"translation": "",
|
||||
@@ -2184,7 +2177,7 @@
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Edge Spacing (0 = edge-to-edge)",
|
||||
"term": "Edge Spacing",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
@@ -2218,6 +2211,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable Border",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable Do Not Disturb",
|
||||
"translation": "",
|
||||
@@ -2260,6 +2260,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable Widget Outline",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Enable compositor-targetable blur layer (namespace: dms:blurwallpaper). Requires manual niri configuration.",
|
||||
"translation": "",
|
||||
@@ -3024,7 +3031,7 @@
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Hide Delay (ms)",
|
||||
"term": "Hide Delay",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
@@ -4465,13 +4472,6 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Outline Color",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Outline Opacity",
|
||||
"translation": "",
|
||||
@@ -5417,6 +5417,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Select Bar",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Select Custom Theme",
|
||||
"translation": "",
|
||||
@@ -6425,13 +6432,6 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Toggle top bar visibility manually (can be controlled via IPC)",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Toggle visibility of this bar configuration",
|
||||
"translation": "",
|
||||
@@ -7034,6 +7034,13 @@
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Widgets",
|
||||
"translation": "",
|
||||
"context": "",
|
||||
"reference": "",
|
||||
"comment": ""
|
||||
},
|
||||
{
|
||||
"term": "Wind",
|
||||
"translation": "",
|
||||
|
||||
Reference in New Issue
Block a user