1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

i18n: sync

This commit is contained in:
bbedward
2026-01-25 14:31:28 -05:00
parent 419a692593
commit 8f6fe7ed2b
17 changed files with 5777 additions and 1264 deletions

View File

@@ -174,7 +174,6 @@ Item {
settingKey: "dockLauncherEnabled" settingKey: "dockLauncherEnabled"
tags: ["dock", "launcher", "button", "apps"] tags: ["dock", "launcher", "button", "apps"]
text: I18n.tr("Show Launcher Button") text: I18n.tr("Show Launcher Button")
description: I18n.tr("Add a draggable launcher button to the dock")
checked: SettingsData.dockLauncherEnabled checked: SettingsData.dockLauncherEnabled
onToggled: checked => SettingsData.set("dockLauncherEnabled", checked) onToggled: checked => SettingsData.set("dockLauncherEnabled", checked)
} }
@@ -184,20 +183,12 @@ Item {
spacing: Theme.spacingL spacing: Theme.spacingL
visible: SettingsData.dockLauncherEnabled visible: SettingsData.dockLauncherEnabled
StyledText {
width: parent.width
text: I18n.tr("Long press and drag the launcher button to reposition it in the dock")
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
wrapMode: Text.WordWrap
}
Column { Column {
width: parent.width width: parent.width
spacing: Theme.spacingM spacing: Theme.spacingM
StyledText { StyledText {
text: I18n.tr("Launcher Icon") text: I18n.tr("Icon")
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceText color: Theme.surfaceText
font.weight: Font.Medium font.weight: Font.Medium

View File

@@ -987,8 +987,7 @@ Item {
DankToggle { DankToggle {
id: themeModeAutoToggle id: themeModeAutoToggle
width: parent.width width: parent.width
text: I18n.tr("Enable Automatic Switching") text: I18n.tr("Automatic Control")
description: I18n.tr("Automatically switch between light and dark modes based on time or sunrise/sunset")
checked: SessionData.themeModeAutoEnabled checked: SessionData.themeModeAutoEnabled
onToggled: checked => { onToggled: checked => {
SessionData.setThemeModeAutoEnabled(checked); SessionData.setThemeModeAutoEnabled(checked);
@@ -1010,7 +1009,6 @@ Item {
DankToggle { DankToggle {
width: parent.width width: parent.width
text: I18n.tr("Share Gamma Control Settings") text: I18n.tr("Share Gamma Control Settings")
description: I18n.tr("Use the same time and location settings as gamma control")
checked: SessionData.themeModeShareGammaSettings checked: SessionData.themeModeShareGammaSettings
onToggled: checked => { onToggled: checked => {
SessionData.setThemeModeShareGammaSettings(checked); SessionData.setThemeModeShareGammaSettings(checked);
@@ -1071,7 +1069,7 @@ Item {
StyledText { StyledText {
text: "" text: ""
width: 80 width: 50
height: 20 height: 20
} }
@@ -1096,10 +1094,10 @@ Item {
spacing: Theme.spacingM spacing: Theme.spacingM
StyledText { StyledText {
text: I18n.tr("Dark Start") text: I18n.tr("Start")
font.pixelSize: Theme.fontSizeMedium font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceText color: Theme.surfaceText
width: 80 width: 50
height: 40 height: 40
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
} }
@@ -1138,10 +1136,10 @@ Item {
spacing: Theme.spacingM spacing: Theme.spacingM
StyledText { StyledText {
text: I18n.tr("Light Start") text: I18n.tr("End")
font.pixelSize: Theme.fontSizeMedium font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceText color: Theme.surfaceText
width: 80 width: 50
height: 40 height: 40
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
} }
@@ -1176,15 +1174,6 @@ Item {
} }
} }
} }
StyledText {
text: SessionData.isLightMode ? I18n.tr("Light mode will be active from Light Start to Dark Start") : I18n.tr("Dark mode will be active from Dark Start to Light Start")
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
width: parent.width
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
}
} }
Column { Column {
@@ -1196,7 +1185,6 @@ Item {
id: themeModeIpLocationToggle id: themeModeIpLocationToggle
width: parent.width width: parent.width
text: I18n.tr("Use IP Location") text: I18n.tr("Use IP Location")
description: I18n.tr("Automatically detect location based on IP address")
checked: SessionData.nightModeUseIPLocation || false checked: SessionData.nightModeUseIPLocation || false
onToggled: checked => { onToggled: checked => {
SessionData.setNightModeUseIPLocation(checked); SessionData.setNightModeUseIPLocation(checked);
@@ -1275,7 +1263,7 @@ Item {
} }
StyledText { StyledText {
text: I18n.tr("Uses sunrise/sunset times to automatically adjust theme mode based on your location.") text: I18n.tr("Uses sunrise/sunset times based on your location.")
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText color: Theme.surfaceVariantText
width: parent.width width: parent.width
@@ -1283,16 +1271,6 @@ Item {
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
} }
} }
StyledText {
text: SessionData.isLightMode ? I18n.tr("Light mode will be active from sunrise to sunset") : I18n.tr("Dark mode will be active from sunset to sunrise")
font.pixelSize: Theme.fontSizeSmall
color: Theme.primary
width: parent.width
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
visible: SessionData.nightModeUseIPLocation || (SessionData.latitude !== 0.0 && SessionData.longitude !== 0.0)
}
} }
StyledText { StyledText {

File diff suppressed because it is too large Load Diff

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "Identidad anónima (opcional)" "Anonymous Identity (optional)": "Identidad anónima (opcional)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar un tono cálido para disminuir la fatiga visual. Configure abajo la automatización para definir cuándo se activa." "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar un tono cálido para disminuir la fatiga visual. Configure abajo la automatización para definir cuándo se activa."
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "Apps" "Apps Icon": "Apps"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Las aplicaciones son ordenadas por frecuencia de uso, luego por último utilizado, y luego alfabéticamente." "Apps are ordered by usage frequency, then last used, then alphabetically.": "Las aplicaciones son ordenadas por frecuencia de uso, luego por último utilizado, y luego alfabéticamente."
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Organice las pantallas y configure la resolución, la frecuencia de actualización y el VRR." "Arrange displays and configure resolution, refresh rate, and VRR": "Organice las pantallas y configure la resolución, la frecuencia de actualización y el VRR."
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "Conexión automática activada" "Autoconnect enabled": "Conexión automática activada"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "Control Automático" "Automatic Control": "Control Automático"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "Bloquear pantalla cuando el sistema se vaya a suspender" "Automatically lock the screen when the system prepares to suspend": "Bloquear pantalla cuando el sistema se vaya a suspender"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "Disponible" "Available": "Disponible"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "Explorar Complementos" "Browse Plugins": "Explorar Complementos"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "CUPS no esta disponibl" "CUPS not available": "CUPS no esta disponibl"
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "Cámara" "Camera": "Cámara"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "Elegir color" "Choose Color": "Elegir color"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "Elegir Color del Icono en el Lanzador" "Choose Launcher Logo Color": "Elegir Color del Icono en el Lanzador"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Escoger en cuál monitor se muestra la interfaz de la pantalla de bloqueo. Otros mostrarán un color sólido para proteger las pantallas OLED contra quemaduras." "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Escoger en cuál monitor se muestra la interfaz de la pantalla de bloqueo. Otros mostrarán un color sólido para proteger las pantallas OLED contra quemaduras."
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "Cifrado" "Cipher": "Cifrado"
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "Cerrar" "Close": "Cerrar"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "Cerrar vista general al iniciar" "Close Overview on Launch": "Cerrar vista general al iniciar"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "Color" "Color": "Color"
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "Temperatura de color para el modo nocturno" "Color temperature for night mode": "Temperatura de color para el modo nocturno"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "Colores vivos con contrastes luminosos." "Colorful mix of bright contrasting accents.": "Colores vivos con contrastes luminosos."
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "Comando" "Command": "Comando"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "Comunicación" "Communication": "Comunicación"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "Controlar la reproducción en curso" "Control currently playing media": "Controlar la reproducción en curso"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "Controle los espacios de trabajo y las columnas desplazándose por la barra" "Control workspaces and columns by scrolling on the bar": "Controle los espacios de trabajo y las columnas desplazándose por la barra"
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "Copiar Nombre del Proceso" "Copy Process Name": "Copiar Nombre del Proceso"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "Radio de la esquina" "Corner Radius": "Radio de la esquina"
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "Espacio entre bordes" "Edge Spacing": "Espacio entre bordes"
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "Educación" "Education": "Educación"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "Habilitar integración con loginctl" "Enable loginctl lock integration": "Habilitar integración con loginctl"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "Mostrar campo de contraseña" "Show Password Field": "Mostrar campo de contraseña"
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "Ingresar PIN para " "Enter PIN for ": "Ingresar PIN para "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "Ingresar texto a buscar" "Enter a search query": "Ingresar texto a buscar"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "Error" "Error": "Error"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "Exponencial" "Exponential": "Exponencial"
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Accionar • F10: Ayudar" "F1/I: Toggle • F10: Help": "F1/I: Accionar • F10: Ayudar"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "Información del archivo" "File Information": "Información del archivo"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "Archivos" "Files": "Archivos"
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "Salud" "Health": "Salud"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "" "Hidden": ""
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "" "Hidden Network": ""
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "Ocultar Retardo" "Hide Delay": "Ocultar Retardo"
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "Dirección IP:" "IP Address:": "Dirección IP:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "Tamaño de icono" "Icon Size": "Tamaño de icono"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "Incluir transiciones" "Include Transitions": "Incluir transiciones"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "Plugins incompatibles cargados" "Incompatible Plugins Loaded": "Plugins incompatibles cargados"
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "Dispositivo LED" "LED device": "Dispositivo LED"
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "Usado hace %1" "Last launched %1": "Usado hace %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "Lanzador" "Launcher": "Lanzador"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "Icono del lanzador" "Launcher Button Logo": "Icono del lanzador"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "Cargando complementos..." "Loading plugins...": "Cargando complementos..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "Cargando..." "Loading...": "Cargando..."
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "Sin adaptadores" "No adapters": "Sin adaptadores"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "Sin bateria" "No battery": "Sin bateria"
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "Archivos no encontrados" "No files found": "Archivos no encontrados"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "No hay nada añadido todavía" "No items added yet": "No hay nada añadido todavía"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "No se encontraron atajos" "No keybinds found": "No se encontraron atajos"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "Sin coincidencias" "No matches": "Sin coincidencias"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "No hay complementos encontrados" "No plugins found": "No hay complementos encontrados"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "No hay variantes creadas. Haga clic en Añadir para crear un nuevo widget de monitor." "No variants created. Click Add to create a new monitor widget.": "No hay variantes creadas. Haga clic en Añadir para crear un nuevo widget de monitor."
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "Abrir archivo de Notas" "Open Notepad File": "Abrir archivo de Notas"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "Abrir barra de búsqueda para encontrar texto" "Open search bar to find text": "Abrir barra de búsqueda para encontrar texto"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "PIN" "PIN": "PIN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "Relleno" "Padding": "Relleno"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "Fijado" "Pinned": "Fijado"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Pon aquí el directorio de complementos. Cada complemento debe tener un archivo plugin.json adjunto." "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Pon aquí el directorio de complementos. Cada complemento debe tener un archivo plugin.json adjunto."
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "Gestión de complementos" "Plugin Management": "Gestión de complementos"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Complemento desactivado actívalo en los ajustes de complementos" "Plugin is disabled - enable in Plugins settings to use": "Complemento desactivado actívalo en los ajustes de complementos"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "Evitar que la pantalla se apague por inactividad" "Prevent screen timeout": "Evitar que la pantalla se apague por inactividad"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "Primario" "Primary": "Primario"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Eliminar espacios y bordes cuando las ventanas estan maximizadas" "Remove gaps and border when windows are maximized": "Eliminar espacios y bordes cuando las ventanas estan maximizadas"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "" "Repeat": ""
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "Desplazamiento" "Scrolling": "Desplazamiento"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "Seguridad" "Security": "Seguridad"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "Seleccionar una aplicación" "Select Application": "Seleccionar una aplicación"
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "Configurar" "Setup": "Configurar"
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "Shell" "Shell": "Shell"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Borrar todo • Esc: Cerrar " "Shift+Del: Clear All • Esc: Close": "Shift+Del: Borrar todo • Esc: Cerrar "
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Mayús+Intro: Pegar - Mayús+Supr: Borrar todo - Esc: Cerrar" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Mayús+Intro: Pegar - Mayús+Supr: Borrar todo - Esc: Cerrar"
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "" "Show Humidity": ""
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "Mostrar números de líneas" "Show Line Numbers": "Mostrar números de líneas"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "Redimensionamiento" "Sizing": "Redimensionamiento"
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "Autenticación con tarjeta inteligente" "Smartcard Authentication": "Autenticación con tarjeta inteligente"
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "Transparencia" "Transparency": "Transparencia"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "" "Trigger": ""
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "" "Trigger Prefix": ""
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "Tipo" "Type": "Tipo"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "" "Type this prefix to search keybinds": ""
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "Tipografía" "Typography": "Tipografía"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "Usar tema claro en lugar del tema oscuro" "Use light theme instead of dark theme": "Usar tema claro en lugar del tema oscuro"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "Nombre de usuario" "Username": "Nombre de usuario"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usar las horas de amanecer/anochecer para ajustar automáticamente el modo noche basándose en tu localización." "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usar las horas de amanecer/anochecer para ajustar automáticamente el modo noche basándose en tu localización."
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "Utilidades" "Utilities": "Utilidades"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "Velocidad del viento" "Wind Speed": "Velocidad del viento"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "Radio de la esquina de la ventana" "Window Corner Radius": "Radio de la esquina de la ventana"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "Espacios de trabajo" "Workspace Switcher": "Espacios de trabajo"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "Espacios de trabajo" "Workspaces": "Espacios de trabajo"
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Tienes cambios sin guardar. ¿Guardar antes de abrir otro archivo?" "You have unsaved changes. Save before opening a file?": "Tienes cambios sin guardar. ¿Guardar antes de abrir otro archivo?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "apps" "apps": "apps"
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "" "Shadow": ""
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "Busqueda de temas" "Browse Themes": "Busqueda de temas"
}, },
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "Instalado" "Installed": "Instalado"
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "deja vacio para valor por defecto" "leave empty for default": "deja vacio para valor por defecto"
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "ms" "ms": "ms"
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "Ningún archivo de tema personalizado" "No custom theme file": "Ningún archivo de tema personalizado"
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "oficial" "official": "oficial"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "Instalar plugins desde el registro de plugins de DMS" "Install plugins from the DMS plugin registry": "Instalar plugins desde el registro de plugins de DMS"
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "Buscar complementos..." "Search plugins...": "Buscar complementos..."
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "Tema de color del registro DMS" "Color theme from DMS registry": "Tema de color del registro DMS"
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "segundos" "seconds": "segundos"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "", "Surface": "",
"Text": "" "Text": ""
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "" "Intensity": ""
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "Manejo externo del fondo de pantalla" "External Wallpaper Management": "Manejo externo del fondo de pantalla"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "wtype no disponible - instala wtype para soporte de pegado" "wtype not available - install wtype for paste support": "wtype no disponible - instala wtype para soporte de pegado"
}, },

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "هویت ناشناس (اختیاری)" "Anonymous Identity (optional)": "هویت ناشناس (اختیاری)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای زمان فعال شدن آن استفاده کنید." "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای زمان فعال شدن آن استفاده کنید."
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "آیکون برنامه‌ها" "Apps Icon": "آیکون برنامه‌ها"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "برنامه‌ها بر اساس دفعات استفاده، سپس آخرین استفاده و در نهایت بر اساس حروف الفبا مرتب شده‌اند." "Apps are ordered by usage frequency, then last used, then alphabetically.": "برنامه‌ها بر اساس دفعات استفاده، سپس آخرین استفاده و در نهایت بر اساس حروف الفبا مرتب شده‌اند."
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "چیدمان نمایشگرها و پیکربندی وضوح، نرخ تازه‌سازی و VRR" "Arrange displays and configure resolution, refresh rate, and VRR": "چیدمان نمایشگرها و پیکربندی وضوح، نرخ تازه‌سازی و VRR"
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "اتصال خودکار فعال" "Autoconnect enabled": "اتصال خودکار فعال"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "کنترل خودکار" "Automatic Control": "کنترل خودکار"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "قفل خودکار صفحه هنگام آماده‌شدن سیستم برای تعلیق" "Automatically lock the screen when the system prepares to suspend": "قفل خودکار صفحه هنگام آماده‌شدن سیستم برای تعلیق"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "در دسترس" "Available": "در دسترس"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "مرور افزونه‌ها" "Browse Plugins": "مرور افزونه‌ها"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "CUPS در دسترس نیست" "CUPS not available": "CUPS در دسترس نیست"
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "دوربین" "Camera": "دوربین"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "انتخاب رنگ" "Choose Color": "انتخاب رنگ"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "انتخاب رنگ لوگوی لانچر" "Choose Launcher Logo Color": "انتخاب رنگ لوگوی لانچر"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "انتخاب کنید که کدام مانیتور رابط صفحه قفل را نشان دهد. مانیتورهای دیگر برای محافظت در برابر سوختگی OLED، رنگ ثابتی را نمایش می‌دهند." "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "انتخاب کنید که کدام مانیتور رابط صفحه قفل را نشان دهد. مانیتورهای دیگر برای محافظت در برابر سوختگی OLED، رنگ ثابتی را نمایش می‌دهند."
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "رمزگذار" "Cipher": "رمزگذار"
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "بستن" "Close": "بستن"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "بستن نمای کلی هنگام اجرا" "Close Overview on Launch": "بستن نمای کلی هنگام اجرا"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "رنگ" "Color": "رنگ"
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "دمای رنگ برای حالت شب" "Color temperature for night mode": "دمای رنگ برای حالت شب"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "ترکیب رنگارنگ از رنگ‌های تأکیدی متضاد." "Colorful mix of bright contrasting accents.": "ترکیب رنگارنگ از رنگ‌های تأکیدی متضاد."
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "دستور" "Command": "دستور"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "ارتباطات" "Communication": "ارتباطات"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "کنترل رسانه درحال پخش" "Control currently playing media": "کنترل رسانه درحال پخش"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "کنترل workspaceها و ستون‌ها با اسکرول روی نوار" "Control workspaces and columns by scrolling on the bar": "کنترل workspaceها و ستون‌ها با اسکرول روی نوار"
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "کپی نام فرایند" "Copy Process Name": "کپی نام فرایند"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "شعاع گوشه" "Corner Radius": "شعاع گوشه"
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "فاصله لبه" "Edge Spacing": "فاصله لبه"
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "آموزش" "Education": "آموزش"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "فعال‌کردن یکپارچه‌سازی قفل loginctl" "Enable loginctl lock integration": "فعال‌کردن یکپارچه‌سازی قفل loginctl"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "نمایش فیلد گذرواژه" "Show Password Field": "نمایش فیلد گذرواژه"
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "ورود PIN برای " "Enter PIN for ": "ورود PIN برای "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "یک عبارت جستجو وارد کنید" "Enter a search query": "یک عبارت جستجو وارد کنید"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "خطا" "Error": "خطا"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "نمایی" "Exponential": "نمایی"
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: تغییر حالت • F10: راهنما" "F1/I: Toggle • F10: Help": "F1/I: تغییر حالت • F10: راهنما"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "اطلاعات فایل" "File Information": "اطلاعات فایل"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "فایل‌ها" "Files": "فایل‌ها"
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "سلامت" "Health": "سلامت"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "" "Hidden": ""
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "" "Hidden Network": ""
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "تأخیر پنهان‌شدن" "Hide Delay": "تأخیر پنهان‌شدن"
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "آدرس IP:" "IP Address:": "آدرس IP:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "اندازه آیکون" "Icon Size": "اندازه آیکون"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "اضافه‌کردن گذارها" "Include Transitions": "اضافه‌کردن گذارها"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "افزونه‌های ناسازگار بارگذاری شده‌اند" "Incompatible Plugins Loaded": "افزونه‌های ناسازگار بارگذاری شده‌اند"
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "دستگاه LED" "LED device": "دستگاه LED"
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "آخرین اجرا %1" "Last launched %1": "آخرین اجرا %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "لانچر" "Launcher": "لانچر"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "لوگوی دکمه لانچر" "Launcher Button Logo": "لوگوی دکمه لانچر"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "آماده‌سازی افزونه‌ها..." "Loading plugins...": "آماده‌سازی افزونه‌ها..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "درحال بارگذاری..." "Loading...": "درحال بارگذاری..."
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "آداپتوری یافت نشد" "No adapters": "آداپتوری یافت نشد"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "بدون باتری" "No battery": "بدون باتری"
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "هیچ فایلی یافت نشد" "No files found": "هیچ فایلی یافت نشد"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "هنوز آیتمی اضافه نشده" "No items added yet": "هنوز آیتمی اضافه نشده"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "هیچ کلید میانبری یافت نشد" "No keybinds found": "هیچ کلید میانبری یافت نشد"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "موردی پیدا نشد" "No matches": "موردی پیدا نشد"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "افزونه‌ای یافت نشد" "No plugins found": "افزونه‌ای یافت نشد"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "هیچ گونه‌ی دیگری ایجاد نشد. برای ایجاد یک ابزارک مانیتور جدید، روی افزودن کلیک کنید." "No variants created. Click Add to create a new monitor widget.": "هیچ گونه‌ی دیگری ایجاد نشد. برای ایجاد یک ابزارک مانیتور جدید، روی افزودن کلیک کنید."
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "باز‌کردن فایل دفترچه یادداشت" "Open Notepad File": "باز‌کردن فایل دفترچه یادداشت"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "باز‌کردن نوار جستجو برای یافتن متن" "Open search bar to find text": "باز‌کردن نوار جستجو برای یافتن متن"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "PIN" "PIN": "PIN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "فاصله درونی" "Padding": "فاصله درونی"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "سنجاق شده" "Pinned": "سنجاق شده"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "دایرکتوری افزونه‌ها را اینجا قرار دهید. هر افزونه باید فایل مشخصات plugins.json داشته باشد." "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "دایرکتوری افزونه‌ها را اینجا قرار دهید. هر افزونه باید فایل مشخصات plugins.json داشته باشد."
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "مدیریت افزونه" "Plugin Management": "مدیریت افزونه"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "افزونه غیرفعال است - برای استفاده آن را در تنظیمات افزونه‌ها فعال کنید" "Plugin is disabled - enable in Plugins settings to use": "افزونه غیرفعال است - برای استفاده آن را در تنظیمات افزونه‌ها فعال کنید"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "جلوگیری از خاموش‌شدن صفحه" "Prevent screen timeout": "جلوگیری از خاموش‌شدن صفحه"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "اصلی" "Primary": "اصلی"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "حذف فاصله‌ها و حاشیه هنگام بزرگ‌کردن پنجره‌ها" "Remove gaps and border when windows are maximized": "حذف فاصله‌ها و حاشیه هنگام بزرگ‌کردن پنجره‌ها"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "" "Repeat": ""
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "اسکرولینگ" "Scrolling": "اسکرولینگ"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "امنیت" "Security": "امنیت"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "انتخاب برنامه" "Select Application": "انتخاب برنامه"
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "راه‌اندازی" "Setup": "راه‌اندازی"
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "شِل" "Shell": "شِل"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: پاک‌کردن همه • Esc: بستن" "Shift+Del: Clear All • Esc: Close": "Shift+Del: پاک‌کردن همه • Esc: بستن"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: الصاق • Shift+Del: پاک‌کردن همه • Esc: بستن" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: الصاق • Shift+Del: پاک‌کردن همه • Esc: بستن"
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "نمایش رطوبت" "Show Humidity": "نمایش رطوبت"
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "نمایش شماره خطوط" "Show Line Numbers": "نمایش شماره خطوط"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "اندازه‌دهی" "Sizing": "اندازه‌دهی"
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "احراز هویت با کارت هوشمند" "Smartcard Authentication": "احراز هویت با کارت هوشمند"
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "شفافیت" "Transparency": "شفافیت"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "" "Trigger": ""
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "" "Trigger Prefix": ""
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "نوع" "Type": "نوع"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "" "Type this prefix to search keybinds": ""
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "تایپوگرافی" "Typography": "تایپوگرافی"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "استفاده از تم روشن به جای تم تاریک" "Use light theme instead of dark theme": "استفاده از تم روشن به جای تم تاریک"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "نام کاربری" "Username": "نام کاربری"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "از زمان طلوع/غروب خورشید برای تنظیم خودکار حالت شب بر اساس موقعیت مکانی شما استفاده می‌کند." "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "از زمان طلوع/غروب خورشید برای تنظیم خودکار حالت شب بر اساس موقعیت مکانی شما استفاده می‌کند."
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "برنامه‌های کمکی" "Utilities": "برنامه‌های کمکی"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "سرعت باد" "Wind Speed": "سرعت باد"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "شعاع گوشه پنجره‌ها" "Window Corner Radius": "شعاع گوشه پنجره‌ها"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "تغییردهنده workspace" "Workspace Switcher": "تغییردهنده workspace"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "Workspaceها" "Workspaces": "Workspaceها"
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از باز کردن فایل، ذخیره شوند؟" "You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از باز کردن فایل، ذخیره شوند؟"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "برنامه" "apps": "برنامه"
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "" "Shadow": ""
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "مرور تم‌ها" "Browse Themes": "مرور تم‌ها"
}, },
@@ -4696,7 +4937,7 @@
}, },
"greeter feature card title": { "greeter feature card title": {
"App Theming": "تم برنامه", "App Theming": "تم برنامه",
"Control Center": "", "Control Center": "مرکز کنترل",
"Display Control": "کنترل نمایشگر", "Display Control": "کنترل نمایشگر",
"Dynamic Theming": "", "Dynamic Theming": "",
"Multi-Monitor": "چند مانیتوره", "Multi-Monitor": "چند مانیتوره",
@@ -4722,7 +4963,7 @@
"niri shortcuts config": "پیکربندی میانبرهای نیری" "niri shortcuts config": "پیکربندی میانبرهای نیری"
}, },
"greeter keybinds section header": { "greeter keybinds section header": {
"DMS Shortcuts": "" "DMS Shortcuts": "میانبرهای DMS"
}, },
"greeter modal window title": { "greeter modal window title": {
"Welcome": "خوش آمدید" "Welcome": "خوش آمدید"
@@ -4766,7 +5007,7 @@
"Features": "ویژگی‌ها" "Features": "ویژگی‌ها"
}, },
"greeter welcome page tagline": { "greeter welcome page tagline": {
"A modern desktop shell for Wayland compositors": "" "A modern desktop shell for Wayland compositors": "یک پوسته دسکتاپ مدرن برای کامپازیتورهای وِیلند"
}, },
"greeter welcome page title": { "greeter welcome page title": {
"Welcome to DankMaterialShell": "به DankMaterialShell خوش آمدید" "Welcome to DankMaterialShell": "به DankMaterialShell خوش آمدید"
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "نصب شده" "Installed": "نصب شده"
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "برای پیش‌فرض خالی رها کنید" "leave empty for default": "برای پیش‌فرض خالی رها کنید"
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "ms" "ms": "ms"
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "هیچ تم سفارشی یافت نشد" "No custom theme file": "هیچ تم سفارشی یافت نشد"
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "رسمی" "official": "رسمی"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "نصب افزونه‌ها از مخزن افزونه DMS" "Install plugins from the DMS plugin registry": "نصب افزونه‌ها از مخزن افزونه DMS"
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "جستجوی افزونه‌ها..." "Search plugins...": "جستجوی افزونه‌ها..."
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "رنگ تم از مخزن DMS" "Color theme from DMS registry": "رنگ تم از مخزن DMS"
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "ثانیه" "seconds": "ثانیه"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "", "Surface": "",
"Text": "" "Text": ""
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "" "Intensity": ""
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "مدیریت تصویر پس‌زمینه خارجی" "External Wallpaper Management": "مدیریت تصویر پس‌زمینه خارجی"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "wtype در دسترس نیست - wtype را برای پشتیبانی از الصاق نصب کنید" "wtype not available - install wtype for paste support": "wtype در دسترس نیست - wtype را برای پشتیبانی از الصاق نصب کنید"
}, },

File diff suppressed because it is too large Load Diff

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "זהות אנונימית (אופציונלי)" "Anonymous Identity (optional)": "זהות אנונימית (אופציונלי)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "החלפת ID לאפליקציות" "App ID Substitutions": "החלפת ID לאפליקציות"
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "הגדרת טמפרטורת צבע חמה כדי להפחית מאמץ בעיניים. השתמש/י בהגדרות האוטומציה למטה כדי לשלוט מתי ההגדרה מופעלת." "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "הגדרת טמפרטורת צבע חמה כדי להפחית מאמץ בעיניים. השתמש/י בהגדרות האוטומציה למטה כדי לשלוט מתי ההגדרה מופעלת."
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "סמל אפליקציות" "Apps Icon": "סמל אפליקציות"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "האפליקציות ממוינות לפי תדירות השימוש, אחר כך לפי שימוש אחרון ולבסוף לפי סדר אלפביתי." "Apps are ordered by usage frequency, then last used, then alphabetically.": "האפליקציות ממוינות לפי תדירות השימוש, אחר כך לפי שימוש אחרון ולבסוף לפי סדר אלפביתי."
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "סדר/י מסכים והגדר/י רזולוציה, קצב רענון וVRR" "Arrange displays and configure resolution, refresh rate, and VRR": "סדר/י מסכים והגדר/י רזולוציה, קצב רענון וVRR"
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "התחברות אוטומטית מופעלת" "Autoconnect enabled": "התחברות אוטומטית מופעלת"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "בקרה אוטומטית" "Automatic Control": "בקרה אוטומטית"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "נעילה אוטומטית של המסך כשהמערכת מתכוננת למצב השהיה" "Automatically lock the screen when the system prepares to suspend": "נעילה אוטומטית של המסך כשהמערכת מתכוננת למצב השהיה"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "זמין" "Available": "זמין"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "עיון בתוספים" "Browse Plugins": "עיון בתוספים"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "CUPS אינו זמין" "CUPS not available": "CUPS אינו זמין"
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "מצלמה" "Camera": "מצלמה"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "בחר/י צבע" "Choose Color": "בחר/י צבע"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "בחר/י צבע לוגו למשגר" "Choose Launcher Logo Color": "בחר/י צבע לוגו למשגר"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "בחר/י איזה מסך מציג את ממשק מסך הנעילה. מסכים אחרים יציגו צבע אחיד להגנה מפני צריבת OLED." "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "בחר/י איזה מסך מציג את ממשק מסך הנעילה. מסכים אחרים יציגו צבע אחיד להגנה מפני צריבת OLED."
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "צופן" "Cipher": "צופן"
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "סגירה" "Close": "סגירה"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "סגור/י את הסקירה בעת הפעלה" "Close Overview on Launch": "סגור/י את הסקירה בעת הפעלה"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "צבע" "Color": "צבע"
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "טמפרטורת צבע למצב לילה" "Color temperature for night mode": "טמפרטורת צבע למצב לילה"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "שילוב צבעוני של דגשים מנוגדים ובהירים." "Colorful mix of bright contrasting accents.": "שילוב צבעוני של דגשים מנוגדים ובהירים."
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "פקודה" "Command": "פקודה"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "תקשורת" "Communication": "תקשורת"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "שלוט/שלטי במדיה שמתנגנת כעת" "Control currently playing media": "שלוט/שלטי במדיה שמתנגנת כעת"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "שלוט/י בסביבות העבודה ועמודות באמצעות גלילה על הסרגל" "Control workspaces and columns by scrolling on the bar": "שלוט/י בסביבות העבודה ועמודות באמצעות גלילה על הסרגל"
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "העתק/י שם תהליך" "Copy Process Name": "העתק/י שם תהליך"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "רדיוס פינות" "Corner Radius": "רדיוס פינות"
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "ריווח קצוות" "Edge Spacing": "ריווח קצוות"
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "חינוך" "Education": "חינוך"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "הפעלת האינטגרציה עם loginctl" "Enable loginctl lock integration": "הפעלת האינטגרציה עם loginctl"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "הצג/י שדה סיסמה" "Show Password Field": "הצג/י שדה סיסמה"
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "הזן/י קוד PIN עבור " "Enter PIN for ": "הזן/י קוד PIN עבור "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "הזן/י שאילתת חיפוש" "Enter a search query": "הזן/י שאילתת חיפוש"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "שגיאה" "Error": "שגיאה"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "אקספוננציאלי" "Exponential": "אקספוננציאלי"
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: החלפה • F10: עזרה" "F1/I: Toggle • F10: Help": "F1/I: החלפה • F10: עזרה"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "פרטי קובץ" "File Information": "פרטי קובץ"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "קבצים" "Files": "קבצים"
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "בריאות" "Health": "בריאות"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "מוסתר" "Hidden": "מוסתר"
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "רשת מוסתרת" "Hidden Network": "רשת מוסתרת"
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "עיכוב הסתרה" "Hide Delay": "עיכוב הסתרה"
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "כתובת IP:" "IP Address:": "כתובת IP:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "גודל סמל" "Icon Size": "גודל סמל"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "כלול/כללי מעברים" "Include Transitions": "כלול/כללי מעברים"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "נטענו תוספים לא תואמים" "Incompatible Plugins Loaded": "נטענו תוספים לא תואמים"
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "התקן LED" "LED device": "התקן LED"
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "ההפעלה האחרונה הייתה %1" "Last launched %1": "ההפעלה האחרונה הייתה %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "משגר" "Launcher": "משגר"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "סמל כפתור המשגר" "Launcher Button Logo": "סמל כפתור המשגר"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "טוען תוספים..." "Loading plugins...": "טוען תוספים..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "טוען..." "Loading...": "טוען..."
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "אין מתאמים" "No adapters": "אין מתאמים"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "אין סוללה" "No battery": "אין סוללה"
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "לא נמצאו קבצים" "No files found": "לא נמצאו קבצים"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "לא נוספו פריטים עדיין" "No items added yet": "לא נוספו פריטים עדיין"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "לא נמצאו קיצורי מקלדת" "No keybinds found": "לא נמצאו קיצורי מקלדת"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "אין התאמות" "No matches": "אין התאמות"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "לא נמצאו תוספים" "No plugins found": "לא נמצאו תוספים"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "לא נוצרו גרסאות. לחץ/י על הוספה כדי ליצור ווידג׳ט תצוגה חדש." "No variants created. Click Add to create a new monitor widget.": "לא נוצרו גרסאות. לחץ/י על הוספה כדי ליצור ווידג׳ט תצוגה חדש."
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "פתח/י קובץ בפנקס" "Open Notepad File": "פתח/י קובץ בפנקס"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "פתח/י שורת חיפוש כדי למצוא טקסט" "Open search bar to find text": "פתח/י שורת חיפוש כדי למצוא טקסט"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "קוד PIN" "PIN": "קוד PIN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "ריווח פנימי" "Padding": "ריווח פנימי"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "מוצמד" "Pinned": "מוצמד"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "מקם/י כאן את תיקיות התוספים. לכל תוסף צריך להיות קובץ מניפסט בשם plugin.json." "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "מקם/י כאן את תיקיות התוספים. לכל תוסף צריך להיות קובץ מניפסט בשם plugin.json."
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "ניהול תוספים" "Plugin Management": "ניהול תוספים"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "התוסף מושבת הפעל/י אותו בהגדרות התוספים כדי להשתמש בו" "Plugin is disabled - enable in Plugins settings to use": "התוסף מושבת הפעל/י אותו בהגדרות התוספים כדי להשתמש בו"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "מנע/י כיבוי מסך אוטומטי" "Prevent screen timeout": "מנע/י כיבוי מסך אוטומטי"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "ראשי" "Primary": "ראשי"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "הסר/י רווחים ומסגרת כאשר חלונות ממוקסמים" "Remove gaps and border when windows are maximized": "הסר/י רווחים ומסגרת כאשר חלונות ממוקסמים"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "חזרה" "Repeat": "חזרה"
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "גלילה" "Scrolling": "גלילה"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "חפש/י לפי צירוף מקשים, תיאור או שם פעולה.\\n\\nפעולת ברירת המחדל מעתיקה את קיצור המקלדת ללוח ההעתקה.\\nלחץ/י לחיצה ימנית או לחץ/י על חץ ימינה כדי להצמיד קיצורים בשימוש תכוף - הם יופיעו בראש הרשימה כשלא מתבצע חיפוש." "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "חפש/י לפי צירוף מקשים, תיאור או שם פעולה.\\n\\nפעולת ברירת המחדל מעתיקה את קיצור המקלדת ללוח ההעתקה.\\nלחץ/י לחיצה ימנית או לחץ/י על חץ ימינה כדי להצמיד קיצורים בשימוש תכוף - הם יופיעו בראש הרשימה כשלא מתבצע חיפוש."
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "אבטחה" "Security": "אבטחה"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "בחר/י אפליקציה" "Select Application": "בחר/י אפליקציה"
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "התקנה" "Setup": "התקנה"
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "מעטפת" "Shell": "מעטפת"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: ניקוי הכל • Esc: סגירה" "Shift+Del: Clear All • Esc: Close": "Shift+Del: ניקוי הכל • Esc: סגירה"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: הדבקה • Shift+Del: ניקוי הכל • Esc: סגירה" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: הדבקה • Shift+Del: ניקוי הכל • Esc: סגירה"
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "הצג/י לחות" "Show Humidity": "הצג/י לחות"
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "הצג/י מספרי שורות" "Show Line Numbers": "הצג/י מספרי שורות"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "גודל" "Sizing": "גודל"
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "אימות עם כרטיס חכם" "Smartcard Authentication": "אימות עם כרטיס חכם"
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "שקיפות" "Transparency": "שקיפות"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "מפעיל" "Trigger": "מפעיל"
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "קידומת מפעיל" "Trigger Prefix": "קידומת מפעיל"
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "סוג" "Type": "סוג"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "הקלד/י קידומת זו לחיפוש קיצורי מקלדת" "Type this prefix to search keybinds": "הקלד/י קידומת זו לחיפוש קיצורי מקלדת"
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "טיפוגרפיה" "Typography": "טיפוגרפיה"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "השתמש/י בערכת נושא בהירה במקום כהה" "Use light theme instead of dark theme": "השתמש/י בערכת נושא בהירה במקום כהה"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "השתמש/י בכרטיסי התראות קטנים יותר" "Use smaller notification cards": "השתמש/י בכרטיסי התראות קטנים יותר"
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "שם משתמש" "Username": "שם משתמש"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "משתמש בזמני זריחה/שקיעה כדי לכוונן אוטומטית את מצב הלילה (גאמה) לפי המיקום שלך." "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "משתמש בזמני זריחה/שקיעה כדי לכוונן אוטומטית את מצב הלילה (גאמה) לפי המיקום שלך."
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "כלי עזר" "Utilities": "כלי עזר"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "מהירות הרוח" "Wind Speed": "מהירות הרוח"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "רדיוס הפינות של החלון" "Window Corner Radius": "רדיוס הפינות של החלון"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "מחליף סביבות העבודה" "Workspace Switcher": "מחליף סביבות העבודה"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "סביבות עבודה" "Workspaces": "סביבות עבודה"
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור לפני פתיחת קובץ?" "You have unsaved changes. Save before opening a file?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור לפני פתיחת קובץ?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "אפליקציות" "apps": "אפליקציות"
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "צל" "Shadow": "צל"
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "עיין/י בערכות נושא" "Browse Themes": "עיין/י בערכות נושא"
}, },
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "מותקן" "Installed": "מותקן"
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "השאר/י ריק לברירת מחדל" "leave empty for default": "השאר/י ריק לברירת מחדל"
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "מילישניות" "ms": "מילישניות"
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "אין קובץ ערכת נושא מותאמת אישית" "No custom theme file": "אין קובץ ערכת נושא מותאמת אישית"
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "רשמי" "official": "רשמי"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "התקן/י תוספים ממאגר התוספים של DMS" "Install plugins from the DMS plugin registry": "התקן/י תוספים ממאגר התוספים של DMS"
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "חפש/י תוספים..." "Search plugins...": "חפש/י תוספים..."
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "ערכת צבעים מהמאגר של DMS" "Color theme from DMS registry": "ערכת צבעים מהמאגר של DMS"
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "שניות" "seconds": "שניות"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "משטח", "Surface": "משטח",
"Text": "טקסט" "Text": "טקסט"
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "עוצמה" "Intensity": "עוצמה"
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "ניהול רקעים חיצוני" "External Wallpaper Management": "ניהול רקעים חיצוני"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "wtype אינו זמין - התקן/י את wtype כדי לאפשר תמיכה בהדבקה" "wtype not available - install wtype for paste support": "wtype אינו זמין - התקן/י את wtype כדי לאפשר תמיכה בהדבקה"
}, },

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "匿名 ID (オプション)" "Anonymous Identity (optional)": "匿名 ID (オプション)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。" "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。"
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "アプリアイコン" "Apps Icon": "アプリアイコン"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "アプリは使用頻度、最終使用日、アルファベット順の優先順位で並べられています。" "Apps are ordered by usage frequency, then last used, then alphabetically.": "アプリは使用頻度、最終使用日、アルファベット順の優先順位で並べられています。"
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "" "Arrange displays and configure resolution, refresh rate, and VRR": ""
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "自動接続が有効" "Autoconnect enabled": "自動接続が有効"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "自動制御" "Automatic Control": "自動制御"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "システムが一時停止の準備中に自動的に画面をロック" "Automatically lock the screen when the system prepares to suspend": "システムが一時停止の準備中に自動的に画面をロック"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "利用可能" "Available": "利用可能"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "ブラウズプラグイン" "Browse Plugins": "ブラウズプラグイン"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "" "CUPS not available": ""
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "カメラ" "Camera": "カメラ"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "色を選んでください" "Choose Color": "色を選んでください"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "ランチャーロゴの色を選ぶ" "Choose Launcher Logo Color": "ランチャーロゴの色を選ぶ"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "" "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": ""
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "" "Cipher": ""
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "閉じる" "Close": "閉じる"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "起動中のときに概要を閉じる" "Close Overview on Launch": "起動中のときに概要を閉じる"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "" "Color": ""
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "ナイトモードの色温度" "Color temperature for night mode": "ナイトモードの色温度"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "明るいコントラストのアクセントのカラフルなミックス。" "Colorful mix of bright contrasting accents.": "明るいコントラストのアクセントのカラフルなミックス。"
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "" "Command": ""
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "コミュニケーション" "Communication": "コミュニケーション"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "現在再生中のメディアを制御" "Control currently playing media": "現在再生中のメディアを制御"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "" "Control workspaces and columns by scrolling on the bar": ""
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "プロセス名をコピー" "Copy Process Name": "プロセス名をコピー"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "" "Corner Radius": ""
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "" "Edge Spacing": ""
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "教育" "Education": "教育"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "ログインロックの統合を有効に" "Enable loginctl lock integration": "ログインロックの統合を有効に"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "" "Show Password Field": ""
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "PINを入力してください " "Enter PIN for ": "PINを入力してください "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "検索クエリを入力してください" "Enter a search query": "検索クエリを入力してください"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "エラー" "Error": "エラー"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "" "Exponential": ""
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: 切り替え • F10: ヘルプ" "F1/I: Toggle • F10: Help": "F1/I: 切り替え • F10: ヘルプ"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "ファイル情報" "File Information": "ファイル情報"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "" "Files": ""
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "色相/彩度/輝度" "HSV": "色相/彩度/輝度"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "健康" "Health": "健康"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "" "Hidden": ""
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "" "Hidden Network": ""
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "" "Hide Delay": ""
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "" "IP Address:": ""
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "アイコンサイズ" "Icon Size": "アイコンサイズ"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "トランジションを含める" "Include Transitions": "トランジションを含める"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "" "Incompatible Plugins Loaded": ""
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "" "LED device": ""
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "最終起動日 %1" "Last launched %1": "最終起動日 %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "ランチャー" "Launcher": "ランチャー"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "ランチャーのボタンロゴ" "Launcher Button Logo": "ランチャーのボタンロゴ"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "プラグインを読み込んでいます..." "Loading plugins...": "プラグインを読み込んでいます..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "" "Loading...": ""
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "" "No adapters": ""
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "" "No battery": ""
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "ファイルが見つかりませんでした" "No files found": "ファイルが見つかりませんでした"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "まだアイテムが追加されていません" "No items added yet": "まだアイテムが追加されていません"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "" "No keybinds found": ""
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "一致するものはありません" "No matches": "一致するものはありません"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "プラグインが見つかりませんでした" "No plugins found": "プラグインが見つかりませんでした"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "" "No variants created. Click Add to create a new monitor widget.": ""
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "メモ帳ファイルを開く" "Open Notepad File": "メモ帳ファイルを開く"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "検索バーを開いてテキストを検索" "Open search bar to find text": "検索バーを開いてテキストを検索"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "" "PIN": ""
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "パディング" "Padding": "パディング"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "" "Pinned": ""
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "プラグインディレクトリをここに配置します。各プラグインには plugin.json マニフェストファイルが必要です。" "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "プラグインディレクトリをここに配置します。各プラグインには plugin.json マニフェストファイルが必要です。"
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "プラグイン管理" "Plugin Management": "プラグイン管理"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "プラグインは無効です - 使用するにはプラグイン設定で有効にしてください" "Plugin is disabled - enable in Plugins settings to use": "プラグインは無効です - 使用するにはプラグイン設定で有効にしてください"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "画面のタイムアウトを防止" "Prevent screen timeout": "画面のタイムアウトを防止"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "プライマリー" "Primary": "プライマリー"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "" "Remove gaps and border when windows are maximized": ""
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "" "Repeat": ""
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "スクロール" "Scrolling": "スクロール"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "" "Security": ""
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "" "Select Application": ""
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "" "Setup": ""
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "" "Shell": ""
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: すべてクリア • Esc: 閉じる" "Shift+Del: Clear All • Esc: Close": "Shift+Del: すべてクリア • Esc: 閉じる"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": ""
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "" "Show Humidity": ""
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "行番号を表示" "Show Line Numbers": "行番号を表示"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "" "Sizing": ""
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "" "Smartcard Authentication": ""
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "" "Transparency": ""
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "" "Trigger": ""
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "" "Trigger Prefix": ""
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "" "Type": ""
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "" "Type this prefix to search keybinds": ""
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "" "Typography": ""
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "ダークテーマではなく、ライトテーマを使用" "Use light theme instead of dark theme": "ダークテーマではなく、ライトテーマを使用"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "ユーザー名" "Username": "ユーザー名"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "あなたの位置情報に基づいて、日の出と日の入りの時間を使ってナイトモードを自動調整します。" "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "あなたの位置情報に基づいて、日の出と日の入りの時間を使ってナイトモードを自動調整します。"
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "ユーティリティ" "Utilities": "ユーティリティ"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "" "Wind Speed": ""
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "" "Window Corner Radius": ""
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "ワークスペーススイッチャー" "Workspace Switcher": "ワークスペーススイッチャー"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "" "Workspaces": ""
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "保存されていない変更があります。ファイルを開く前に保存しますか?" "You have unsaved changes. Save before opening a file?": "保存されていない変更があります。ファイルを開く前に保存しますか?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "" "apps": ""
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "" "Shadow": ""
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "" "Browse Themes": ""
}, },
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "" "Installed": ""
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "" "leave empty for default": ""
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "" "ms": ""
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "" "No custom theme file": ""
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "公式" "official": "公式"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "" "Install plugins from the DMS plugin registry": ""
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "" "Search plugins...": ""
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "" "Color theme from DMS registry": ""
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "" "seconds": ""
}, },
@@ -4928,6 +5199,9 @@
"Surface": "", "Surface": "",
"Text": "" "Text": ""
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "" "Intensity": ""
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "" "External Wallpaper Management": ""
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "" "wtype not available - install wtype for paste support": ""
}, },

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "Tożsamość anonimowa (opcjonalnie)" "Anonymous Identity (optional)": "Tożsamość anonimowa (opcjonalnie)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Zastosuj ciepłą temperaturę barwową, aby zmniejszyć zmęczenie oczu. Użyj poniższych ustawień automatyzacji, aby kontrolować, kiedy się aktywuje." "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Zastosuj ciepłą temperaturę barwową, aby zmniejszyć zmęczenie oczu. Użyj poniższych ustawień automatyzacji, aby kontrolować, kiedy się aktywuje."
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "Ikona aplikacji" "Apps Icon": "Ikona aplikacji"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Aplikacje są uporządkowane według częstotliwości użytkowania, następnie według daty ostatniego użycia, a następnie alfabetycznie." "Apps are ordered by usage frequency, then last used, then alphabetically.": "Aplikacje są uporządkowane według częstotliwości użytkowania, następnie według daty ostatniego użycia, a następnie alfabetycznie."
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Zarządzaj wyświetlaczami, konfiguruj rozdzielczość, częstotliwość odświeżania i VRR" "Arrange displays and configure resolution, refresh rate, and VRR": "Zarządzaj wyświetlaczami, konfiguruj rozdzielczość, częstotliwość odświeżania i VRR"
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "Automatyczne łączenie włączone" "Autoconnect enabled": "Automatyczne łączenie włączone"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "Automatyczna kontrola" "Automatic Control": "Automatyczna kontrola"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "Automatycznie blokuj ekran, gdy system przygotowuje się do wstrzymania" "Automatically lock the screen when the system prepares to suspend": "Automatycznie blokuj ekran, gdy system przygotowuje się do wstrzymania"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "Dostępny" "Available": "Dostępny"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "Przeglądaj Wtyczki" "Browse Plugins": "Przeglądaj Wtyczki"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "CUPS niedostępne" "CUPS not available": "CUPS niedostępne"
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "Kamera" "Camera": "Kamera"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "Wybierz kolor" "Choose Color": "Wybierz kolor"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "Wybierz kolor logo launchera" "Choose Launcher Logo Color": "Wybierz kolor logo launchera"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Wybierz monitor, na którym będzie wyświetlany interfejs ekranu blokady. Inne monitory będą wyświetlać jednolity kolor, aby chronić ekran OLED przed wypaleniem." "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Wybierz monitor, na którym będzie wyświetlany interfejs ekranu blokady. Inne monitory będą wyświetlać jednolity kolor, aby chronić ekran OLED przed wypaleniem."
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "Szyfr" "Cipher": "Szyfr"
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "Zamknij" "Close": "Zamknij"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "Zamknij podgląd przy uruchomieniu" "Close Overview on Launch": "Zamknij podgląd przy uruchomieniu"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "Kolor" "Color": "Kolor"
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "Temperatura barwowa dla trybu nocnego" "Color temperature for night mode": "Temperatura barwowa dla trybu nocnego"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "Kolorowa mieszanka jasnych kontrastujących akcentów." "Colorful mix of bright contrasting accents.": "Kolorowa mieszanka jasnych kontrastujących akcentów."
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "Rozkaz" "Command": "Rozkaz"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "Komunikacja" "Communication": "Komunikacja"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "Steruj aktualnie odtwarzanymi multimediami" "Control currently playing media": "Steruj aktualnie odtwarzanymi multimediami"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "Steruj obszarami roboczymi i kolumnami poprzez przewijanie na pasku" "Control workspaces and columns by scrolling on the bar": "Steruj obszarami roboczymi i kolumnami poprzez przewijanie na pasku"
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "Kopiuj nazwę procesu" "Copy Process Name": "Kopiuj nazwę procesu"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "Promień narożnika" "Corner Radius": "Promień narożnika"
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "Odstępy między krawędziami" "Edge Spacing": "Odstępy między krawędziami"
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "Edukacja" "Education": "Edukacja"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "Włącz integrację blokady loginctl" "Enable loginctl lock integration": "Włącz integrację blokady loginctl"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "Pokaż pole hasła" "Show Password Field": "Pokaż pole hasła"
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "Wprowadź PIN dla " "Enter PIN for ": "Wprowadź PIN dla "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "Wpisz zapytanie wyszukiwania" "Enter a search query": "Wpisz zapytanie wyszukiwania"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "Błąd" "Error": "Błąd"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "Wykładniczy" "Exponential": "Wykładniczy"
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Przełącz • F10: Pomoc" "F1/I: Toggle • F10: Help": "F1/I: Przełącz • F10: Pomoc"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "Informacje" "File Information": "Informacje"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "Akta" "Files": "Akta"
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "Stan" "Health": "Stan"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "" "Hidden": ""
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "" "Hidden Network": ""
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "Ukryj opóźnienie" "Hide Delay": "Ukryj opóźnienie"
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "Adres IP:" "IP Address:": "Adres IP:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "Rozmiar ikony" "Icon Size": "Rozmiar ikony"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "Uwzględnij przejścia" "Include Transitions": "Uwzględnij przejścia"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "Załadowano niekompatybilne pluginy" "Incompatible Plugins Loaded": "Załadowano niekompatybilne pluginy"
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "Urządzenie LED" "LED device": "Urządzenie LED"
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "Ostatnio uruchomiony %1" "Last launched %1": "Ostatnio uruchomiony %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "Program uruchamiający" "Launcher": "Program uruchamiający"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "Logo przycisku programu uruchamiającego" "Launcher Button Logo": "Logo przycisku programu uruchamiającego"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "Ładowanie wtyczek..." "Loading plugins...": "Ładowanie wtyczek..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "Wczytywanie..." "Loading...": "Wczytywanie..."
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "Brak adapterów" "No adapters": "Brak adapterów"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "Brak baterii" "No battery": "Brak baterii"
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "Nie znaleziono plików" "No files found": "Nie znaleziono plików"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "Nie dodano jeszcze żadnych elementów" "No items added yet": "Nie dodano jeszcze żadnych elementów"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "Nie znaleziono skrótów klawiszowych" "No keybinds found": "Nie znaleziono skrótów klawiszowych"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "Brak wyników" "No matches": "Brak wyników"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "Nie znaleziono wtyczek" "No plugins found": "Nie znaleziono wtyczek"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "Nie stworzono wariantów. Kliknij Dodaj by stworzyć nowy widżet monitora." "No variants created. Click Add to create a new monitor widget.": "Nie stworzono wariantów. Kliknij Dodaj by stworzyć nowy widżet monitora."
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "Otwórz plik" "Open Notepad File": "Otwórz plik"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "Otwórz pasek wyszukiwania, aby znaleźć tekst" "Open search bar to find text": "Otwórz pasek wyszukiwania, aby znaleźć tekst"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "PIN" "PIN": "PIN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "Dopełnienie" "Padding": "Dopełnienie"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "Przypięte" "Pinned": "Przypięte"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Umieść tutaj katalogi wtyczek. Każda wtyczka powinna zawierać plik manifestu plugin.json." "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Umieść tutaj katalogi wtyczek. Każda wtyczka powinna zawierać plik manifestu plugin.json."
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "Zarządzenie Wtyczkami" "Plugin Management": "Zarządzenie Wtyczkami"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Wtyczka jest wyłączona włącz ją w ustawieniach Wtyczek, aby jej używać" "Plugin is disabled - enable in Plugins settings to use": "Wtyczka jest wyłączona włącz ją w ustawieniach Wtyczek, aby jej używać"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "Zapobiegaj wygaszaniu ekranu" "Prevent screen timeout": "Zapobiegaj wygaszaniu ekranu"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "Główny" "Primary": "Główny"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Usuń odstępy i ramkę gdy okna są zmaksymalizowane" "Remove gaps and border when windows are maximized": "Usuń odstępy i ramkę gdy okna są zmaksymalizowane"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "" "Repeat": ""
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "Przewijanie" "Scrolling": "Przewijanie"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "Bezpieczeństwo" "Security": "Bezpieczeństwo"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "Wybierz aplikację" "Select Application": "Wybierz aplikację"
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "Konfiguruj" "Setup": "Konfiguruj"
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "Powłoka" "Shell": "Powłoka"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Wyczyść wszystko • Esc: Zamknij" "Shift+Del: Clear All • Esc: Close": "Shift+Del: Wyczyść wszystko • Esc: Zamknij"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Wklej • Shift+Del: Wyczyść wszystko • Esc: Zamknij" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Wklej • Shift+Del: Wyczyść wszystko • Esc: Zamknij"
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "" "Show Humidity": ""
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "Pokaż numery wierszy" "Show Line Numbers": "Pokaż numery wierszy"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "Rozmiarowanie" "Sizing": "Rozmiarowanie"
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "" "Smartcard Authentication": ""
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "Przezroczystość" "Transparency": "Przezroczystość"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "" "Trigger": ""
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "" "Trigger Prefix": ""
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "Typ" "Type": "Typ"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "" "Type this prefix to search keybinds": ""
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "Typografia" "Typography": "Typografia"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "Użyj jasnego motywu zamiast ciemnego" "Use light theme instead of dark theme": "Użyj jasnego motywu zamiast ciemnego"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "Nazwa użytkownika" "Username": "Nazwa użytkownika"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Używa czasów wschodu/zachodu słońca do automatycznego dostosowywania trybu nocnego na podstawie Twojej lokalizacji." "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Używa czasów wschodu/zachodu słońca do automatycznego dostosowywania trybu nocnego na podstawie Twojej lokalizacji."
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "Narzędzia" "Utilities": "Narzędzia"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "Prędkość wiatru" "Wind Speed": "Prędkość wiatru"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "Promień Narożnika Okna" "Window Corner Radius": "Promień Narożnika Okna"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "Przełącznik obszarów roboczych" "Workspace Switcher": "Przełącznik obszarów roboczych"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "Przestrzenie robocze" "Workspaces": "Przestrzenie robocze"
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Masz niezapisane zmiany. Zapisać przed otwarciem pliku?" "You have unsaved changes. Save before opening a file?": "Masz niezapisane zmiany. Zapisać przed otwarciem pliku?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "aplikacje" "apps": "aplikacje"
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "" "Shadow": ""
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "Przeglądaj Motywy" "Browse Themes": "Przeglądaj Motywy"
}, },
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "Zainstalowano" "Installed": "Zainstalowano"
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "pozostaw puste dla domyślnej wartości" "leave empty for default": "pozostaw puste dla domyślnej wartości"
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "ms" "ms": "ms"
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "Brak niestandardowego pliku motywu" "No custom theme file": "Brak niestandardowego pliku motywu"
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "oficjalny" "official": "oficjalny"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "Instaluj wtyczki z rejestru DMS" "Install plugins from the DMS plugin registry": "Instaluj wtyczki z rejestru DMS"
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "Szukaj wtyczek..." "Search plugins...": "Szukaj wtyczek..."
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "Motyw z rejestru DMS" "Color theme from DMS registry": "Motyw z rejestru DMS"
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "towary drugiej jakości" "seconds": "towary drugiej jakości"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "", "Surface": "",
"Text": "" "Text": ""
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "" "Intensity": ""
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "Zarządzanie tapetami zewnętrznymi" "External Wallpaper Management": "Zarządzanie tapetami zewnętrznymi"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "wtype niedostępny - zainstaluj wtype dla wsparcia wklejania" "wtype not available - install wtype for paste support": "wtype niedostępny - zainstaluj wtype dla wsparcia wklejania"
}, },

View File

@@ -75,7 +75,7 @@
"10 seconds": "10 segundos" "10 seconds": "10 segundos"
}, },
"10-bit Color": { "10-bit Color": {
"10-bit Color": "" "10-bit Color": "Cor de 10-bit"
}, },
"14 days": { "14 days": {
"14 days": "14 dias" "14 days": "14 dias"
@@ -177,7 +177,7 @@
"Active": "Ativa" "Active": "Ativa"
}, },
"Active Lock Screen Monitor": { "Active Lock Screen Monitor": {
"Active Lock Screen Monitor": "" "Active Lock Screen Monitor": "Monitor de Tela de Bloqueio Atual"
}, },
"Active: %1": { "Active: %1": {
"Active: %1": "" "Active: %1": ""
@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "Identidade Anônima (opcional)" "Anonymous Identity (optional)": "Identidade Anônima (opcional)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar temperatura de cor quente para reduzir a fadiga ocular. Use as configurações de automação abaixo para controlar quando ela será ativada." "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar temperatura de cor quente para reduzir a fadiga ocular. Use as configurações de automação abaixo para controlar quando ela será ativada."
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "Ícones de Apps" "Apps Icon": "Ícones de Apps"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Os aplicativos são ordenados por frequência de uso, mais recentes, e por último, alfabéticamente." "Apps are ordered by usage frequency, then last used, then alphabetically.": "Os aplicativos são ordenados por frequência de uso, mais recentes, e por último, alfabéticamente."
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "" "Arrange displays and configure resolution, refresh rate, and VRR": ""
}, },
@@ -336,7 +348,7 @@
"Audio Output Devices (": "Dispositivos de Saída de Áudio (" "Audio Output Devices (": "Dispositivos de Saída de Áudio ("
}, },
"Audio Output Switch": { "Audio Output Switch": {
"Audio Output Switch": "" "Audio Output Switch": "Seletor de Saída de Áudio"
}, },
"Audio Visualizer": { "Audio Visualizer": {
"Audio Visualizer": "Visualizador de Áudio" "Audio Visualizer": "Visualizador de Áudio"
@@ -384,7 +396,7 @@
"Auto Popup Gaps": "Espaçamento Automático de Popup" "Auto Popup Gaps": "Espaçamento Automático de Popup"
}, },
"Auto-Clear After": { "Auto-Clear After": {
"Auto-Clear After": "" "Auto-Clear After": "Auto-Limpeza Depois"
}, },
"Auto-Hide Timeout": { "Auto-Hide Timeout": {
"Auto-Hide Timeout": "" "Auto-Hide Timeout": ""
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "Conexão automática ativada" "Autoconnect enabled": "Conexão automática ativada"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "Controle Automático" "Automatic Control": "Controle Automático"
}, },
@@ -420,7 +435,7 @@
"Automatically cycle through wallpapers in the same folder": "Circular automaticamente dentre os papéis de parede na mesma pasta" "Automatically cycle through wallpapers in the same folder": "Circular automaticamente dentre os papéis de parede na mesma pasta"
}, },
"Automatically delete entries older than this": { "Automatically delete entries older than this": {
"Automatically delete entries older than this": "" "Automatically delete entries older than this": "Deleta automaticamente entradas mais antigas que essa"
}, },
"Automatically detect location based on IP address": { "Automatically detect location based on IP address": {
"Automatically detect location based on IP address": "Detectar localização automáticamente baseado no endereço IP" "Automatically detect location based on IP address": "Detectar localização automáticamente baseado no endereço IP"
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "Bloquear tela automaticamente quando o sistema é preparado para suspensão" "Automatically lock the screen when the system prepares to suspend": "Bloquear tela automaticamente quando o sistema é preparado para suspensão"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "Disponível" "Available": "Disponível"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "Navegar por Plugins" "Browse Plugins": "Navegar por Plugins"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "" "CUPS not available": ""
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "Câmera" "Camera": "Câmera"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "Escolha a Cor" "Choose Color": "Escolha a Cor"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "Escolher a cor para a logo do Lançador" "Choose Launcher Logo Color": "Escolher a cor para a logo do Lançador"
}, },
@@ -693,7 +723,10 @@
"Choose which displays show this widget": "" "Choose which displays show this widget": ""
}, },
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "" "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Escolha qual monitor mostra a interface de tela de bloqueio. Outros monitores vão mostrar uma cor sólida evitar burn-in no OLED."
},
"Chroma Style": {
"Chroma Style": ""
}, },
"Cipher": { "Cipher": {
"Cipher": "Cifra" "Cipher": "Cifra"
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "Fechar" "Close": "Fechar"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "Fechar Overview ao Lançar Aplicativos" "Close Overview on Launch": "Fechar Overview ao Lançar Aplicativos"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "Cor" "Color": "Cor"
}, },
@@ -795,7 +834,7 @@
"Color Temperature": "Temperatura da Cor" "Color Temperature": "Temperatura da Cor"
}, },
"Color displayed on monitors without the lock screen": { "Color displayed on monitors without the lock screen": {
"Color displayed on monitors without the lock screen": "" "Color displayed on monitors without the lock screen": "Cor aparente nos monitores sem tela de bloqueio"
}, },
"Color temperature for day time": { "Color temperature for day time": {
"Color temperature for day time": "Temperatura de cor durante o dia" "Color temperature for day time": "Temperatura de cor durante o dia"
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "Temperatura da cor para o modo noturno" "Color temperature for night mode": "Temperatura da cor para o modo noturno"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "Mistura colorida de destaques de cor brilhantes e contrastantes." "Colorful mix of bright contrasting accents.": "Mistura colorida de destaques de cor brilhantes e contrastantes."
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "Comando" "Command": "Comando"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "Comunicação" "Communication": "Comunicação"
}, },
@@ -905,11 +953,14 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "Controlar mídia que está sendo reproduzida" "Control currently playing media": "Controlar mídia que está sendo reproduzida"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "" "Control workspaces and columns by scrolling on the bar": ""
}, },
"Controls opacity of all popouts, modals, and their content layers": { "Controls opacity of all popouts, modals, and their content layers": {
"Controls opacity of all popouts, modals, and their content layers": "" "Controls opacity of all popouts, modals, and their content layers": "Controla a opacidade de todos os popouts, modais e suas camadas de conteúdo"
}, },
"Cooldown": { "Cooldown": {
"Cooldown": "Tempo de espera" "Cooldown": "Tempo de espera"
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "Copiar Nome do Processo" "Copy Process Name": "Copiar Nome do Processo"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "Arredondamento" "Corner Radius": "Arredondamento"
}, },
@@ -1011,7 +1074,7 @@
"Custom Location": "Customizar Localização" "Custom Location": "Customizar Localização"
}, },
"Custom Lock Command": { "Custom Lock Command": {
"Custom Lock Command": "" "Custom Lock Command": "Comando de Bloqueio Personalizado"
}, },
"Custom Logout Command": { "Custom Logout Command": {
"Custom Logout Command": "Comando Personalizado Para Sair" "Custom Logout Command": "Comando Personalizado Para Sair"
@@ -1083,7 +1146,7 @@
"DankSearch not available": "DankSearch não disponível" "DankSearch not available": "DankSearch não disponível"
}, },
"DankShell & System Icons (requires restart)": { "DankShell & System Icons (requires restart)": {
"DankShell & System Icons (requires restart)": "" "DankShell & System Icons (requires restart)": "DankShell e Ícones do Sistema (Reinicialização necessária)"
}, },
"Dark Mode": { "Dark Mode": {
"Dark Mode": "Modo Escuro" "Dark Mode": "Modo Escuro"
@@ -1107,7 +1170,7 @@
"Day Temperature": "Temperatura Diurna" "Day Temperature": "Temperatura Diurna"
}, },
"Daytime": { "Daytime": {
"Daytime": "" "Daytime": "Hora do dia"
}, },
"Deck": { "Deck": {
"Deck": "Deck" "Deck": "Deck"
@@ -1305,7 +1368,7 @@
"Dock Visibility": "Visibilidade do Dock" "Dock Visibility": "Visibilidade do Dock"
}, },
"Docs": { "Docs": {
"Docs": "" "Docs": "Documentos"
}, },
"Domain (optional)": { "Domain (optional)": {
"Domain (optional)": "Domínio (opcional)" "Domain (optional)": "Domínio (opcional)"
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "" "Edge Spacing": ""
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "Educação" "Education": "Educação"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "Ativar integração de bloqueio do loginctl" "Enable loginctl lock integration": "Ativar integração de bloqueio do loginctl"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "Mostrar Campo de Senha" "Show Password Field": "Mostrar Campo de Senha"
}, },
@@ -1404,10 +1473,10 @@
"Show System Date": "Mostrar Data do Sistema" "Show System Date": "Mostrar Data do Sistema"
}, },
"Enable system status icons on the lock screen window": { "Enable system status icons on the lock screen window": {
"Show System Icons": "" "Show System Icons": "Exibir Ícones do Sistema"
}, },
"Enable system time display on the lock screen window": { "Enable system time display on the lock screen window": {
"Show System Time": "" "Show System Time": "Exibir Hora do Sistema"
}, },
"Enabled": { "Enabled": {
"Enabled": "Ativado" "Enabled": "Ativado"
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "Entre código PIN para " "Enter PIN for ": "Entre código PIN para "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "Entre uma consulta de pesquisa" "Enter a search query": "Entre uma consulta de pesquisa"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "Erro" "Error": "Erro"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "" "Exponential": ""
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Ativar • F10: Ajuda" "F1/I: Toggle • F10: Help": "F1/I: Ativar • F10: Ajuda"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "Informação do Arquivo" "File Information": "Informação do Arquivo"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "Arquivos" "Files": "Arquivos"
}, },
@@ -1683,7 +1764,7 @@
"Find in note...": "Procurar na nota..." "Find in note...": "Procurar na nota..."
}, },
"Fine-tune animation timing in milliseconds": { "Fine-tune animation timing in milliseconds": {
"Fine-tune animation timing in milliseconds": "" "Fine-tune animation timing in milliseconds": "Refinamento do tempo de animação em milissegundos"
}, },
"First Time Setup": { "First Time Setup": {
"First Time Setup": "Configuração Inicial" "First Time Setup": "Configuração Inicial"
@@ -1803,7 +1884,7 @@
"device": "" "device": ""
}, },
"GitHub": { "GitHub": {
"GitHub": "" "GitHub": "GitHub"
}, },
"Golden Hour": { "Golden Hour": {
"Golden Hour": "Hora Dourada" "Golden Hour": "Hora Dourada"
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "Saúde" "Health": "Saúde"
}, },
@@ -1886,11 +1970,20 @@
"Hidden": { "Hidden": {
"Hidden": "" "Hidden": ""
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "" "Hidden Network": ""
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "" "Hide Delay": "Ocultar atraso"
}, },
"Hide When Typing": { "Hide When Typing": {
"Hide When Typing": "Ocultar ao Digitar" "Hide When Typing": "Ocultar ao Digitar"
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "Endereço IP:" "IP Address:": "Endereço IP:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "Tamanho do Ícone" "Icon Size": "Tamanho do Ícone"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "Incluir Transições" "Include Transitions": "Incluir Transições"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "" "Incompatible Plugins Loaded": ""
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2260,11 +2375,17 @@
"Kill Process": "Matar Processo" "Kill Process": "Matar Processo"
}, },
"Ko-fi": { "Ko-fi": {
"Ko-fi": "" "Ko-fi": "Ko-fi"
}, },
"LED device": { "LED device": {
"LED device": "" "LED device": ""
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "Lançado pela última vez em %1" "Last launched %1": "Lançado pela última vez em %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "Lançador" "Launcher": "Lançador"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "Logo do botão do Lançador" "Launcher Button Logo": "Logo do botão do Lançador"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "Carregando plugins..." "Loading plugins...": "Carregando plugins..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "Carregando..." "Loading...": "Carregando..."
}, },
@@ -2353,7 +2480,7 @@
"Lock Screen": "Tela de Bloqueio" "Lock Screen": "Tela de Bloqueio"
}, },
"Lock Screen Display": { "Lock Screen Display": {
"Lock Screen Display": "" "Lock Screen Display": "Exibição da Tela de Boqueio"
}, },
"Lock Screen Format": { "Lock Screen Format": {
"Lock Screen Format": "Formato da Tela de Bloqueio" "Lock Screen Format": "Formato da Tela de Bloqueio"
@@ -2377,7 +2504,7 @@
"Log Out": "Sair" "Log Out": "Sair"
}, },
"Long": { "Long": {
"Long": "" "Long": "Longo"
}, },
"Long Text": { "Long Text": {
"Long Text": "Longo Texto" "Long Text": "Longo Texto"
@@ -2494,7 +2621,7 @@
"Media Needed": "Papel Necessário" "Media Needed": "Papel Necessário"
}, },
"Media Player": { "Media Player": {
"Media Player": "" "Media Player": "Reprodutor de Mídia"
}, },
"Media Player Settings": { "Media Player Settings": {
"Media Player Settings": "Configurações do Reprodutor de Mídia" "Media Player Settings": "Configurações do Reprodutor de Mídia"
@@ -2503,10 +2630,10 @@
"Media Players (": "Reprodutores de Mídia(" "Media Players (": "Reprodutores de Mídia("
}, },
"Media Volume": { "Media Volume": {
"Media Volume": "" "Media Volume": "Volume de Mídia"
}, },
"Medium": { "Medium": {
"Medium": "" "Medium": "Médio"
}, },
"Memory": { "Memory": {
"Memory": "Memória" "Memory": "Memória"
@@ -2524,7 +2651,7 @@
"Microphone": "Microfone" "Microphone": "Microfone"
}, },
"Microphone Mute": { "Microphone Mute": {
"Microphone Mute": "" "Microphone Mute": "Mutar Microfone"
}, },
"Microphone Volume": { "Microphone Volume": {
"Microphone Volume": "" "Microphone Volume": ""
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "Sem adaptadores" "No adapters": "Sem adaptadores"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "" "No battery": ""
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "Nenhum arquivo encontrado" "No files found": "Nenhum arquivo encontrado"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "Nenhum item adicionado" "No items added yet": "Nenhum item adicionado"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "Nenhum atalho encontrado" "No keybinds found": "Nenhum atalho encontrado"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "Nenhuma correspondência" "No matches": "Nenhuma correspondência"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "Nenhum plugin encontrado" "No plugins found": "Nenhum plugin encontrado"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "" "No variants created. Click Add to create a new monitor widget.": ""
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "Abrir Arquivo do Bloco de Notas" "Open Notepad File": "Abrir Arquivo do Bloco de Notas"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "Abrir barra de pesquisa e encontrar texto" "Open search bar to find text": "Abrir barra de pesquisa e encontrar texto"
}, },
@@ -2914,7 +3068,7 @@
"Outputs Include Missing": "" "Outputs Include Missing": ""
}, },
"Overridden by config": { "Overridden by config": {
"Overridden by config": "" "Overridden by config": "Substituído pela config"
}, },
"Override": { "Override": {
"Override": "Sobrescrever" "Override": "Sobrescrever"
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "PIN" "PIN": "PIN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "Preenchimento" "Padding": "Preenchimento"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "Fixado" "Pinned": "Fixado"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Use este local para os diretórios de plugin. Cada plugin deve ter um arquivo de manifesto plugin.json." "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Use este local para os diretórios de plugin. Cada plugin deve ter um arquivo de manifesto plugin.json."
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "Gerenciamento de Plugins" "Plugin Management": "Gerenciamento de Plugins"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Plugin está desativado - ative em configurações de Plugins para usar" "Plugin is disabled - enable in Plugins settings to use": "Plugin está desativado - ative em configurações de Plugins para usar"
}, },
@@ -3067,7 +3230,7 @@
"Position": "Posição" "Position": "Posição"
}, },
"Possible Override Conflicts": { "Possible Override Conflicts": {
"Possible Override Conflicts": "" "Possible Override Conflicts": "Possíveis Conflitos de Sobrescrita"
}, },
"Power": { "Power": {
"Power": "Energia" "Power": "Energia"
@@ -3076,7 +3239,7 @@
"Power & Security": "Energia & Segurança" "Power & Security": "Energia & Segurança"
}, },
"Power & Sleep": { "Power & Sleep": {
"Power & Sleep": "" "Power & Sleep": "Energia & Suspensão"
}, },
"Power Action Confirmation": { "Power Action Confirmation": {
"Power Action Confirmation": "Confirmação de Ação de Energia" "Power Action Confirmation": "Confirmação de Ação de Energia"
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "Impedir suspensão da tela" "Prevent screen timeout": "Impedir suspensão da tela"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "Primário" "Primary": "Primário"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Remover espaçámentos e borda quando janelas estão maximizadas" "Remove gaps and border when windows are maximized": "Remover espaçámentos e borda quando janelas estão maximizadas"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "" "Repeat": ""
}, },
@@ -3379,7 +3551,7 @@
"Scale DankBar font sizes independently": "Ajustar tamanho da fonte da DankBar de forma independente" "Scale DankBar font sizes independently": "Ajustar tamanho da fonte da DankBar de forma independente"
}, },
"Scale all font sizes throughout the shell": { "Scale all font sizes throughout the shell": {
"Scale all font sizes throughout the shell": "" "Scale all font sizes throughout the shell": "Ajuste todos os tamanhos de fonte em todo o shell"
}, },
"Scan": { "Scan": {
"Scan": "Escanear" "Scan": "Escanear"
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "Scrolling" "Scrolling": "Scrolling"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
}, },
@@ -3456,11 +3634,14 @@
"Security": { "Security": {
"Security": "Segurança" "Security": "Segurança"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "Selecionar Aplicação" "Select Application": "Selecionar Aplicação"
}, },
"Select Bar": { "Select Bar": {
"Select Bar": "" "Select Bar": "Selecionar Barra"
}, },
"Select Launcher Logo": { "Select Launcher Logo": {
"Select Launcher Logo": "Selecionar Logo do Lançador" "Select Launcher Logo": "Selecionar Logo do Lançador"
@@ -3534,14 +3715,20 @@
"Setup": { "Setup": {
"Setup": "" "Setup": ""
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "Shell" "Shell": "Shell"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Apagar tudo • Esc: Fechar" "Shift+Del: Clear All • Esc: Close": "Shift+Del: Apagar tudo • Esc: Fechar"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Colar • Shift+Del: Limpar Tudo • Esc: Fechar"
}, },
"Short": { "Short": {
"Short": "" "Short": ""
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "" "Show Humidity": ""
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "Mostrar Numeração de Linha" "Show Line Numbers": "Mostrar Numeração de Linha"
}, },
@@ -3670,7 +3860,7 @@
"Show an outline ring around the focused workspace indicator": "" "Show an outline ring around the focused workspace indicator": ""
}, },
"Show cava audio visualizer in media widget": { "Show cava audio visualizer in media widget": {
"Show cava audio visualizer in media widget": "" "Show cava audio visualizer in media widget": "Exibir a visualização cava no widget de mídia"
}, },
"Show darkened overlay behind modal dialogs": { "Show darkened overlay behind modal dialogs": {
"Show darkened overlay behind modal dialogs": "Exibir sobreposição escurecida atrás de diálogos modais" "Show darkened overlay behind modal dialogs": "Exibir sobreposição escurecida atrás de diálogos modais"
@@ -3679,7 +3869,7 @@
"Show dock when floating windows don't overlap its area": "" "Show dock when floating windows don't overlap its area": ""
}, },
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": {
"Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "" "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "Mostrar sobreposição do iniciador ao digitar na visão geral do Niri. Desative para usar outro iniciador."
}, },
"Show on Last Display": { "Show on Last Display": {
"Show on Last Display": "Mostrar na Última Tela" "Show on Last Display": "Mostrar na Última Tela"
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "" "Sizing": ""
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "" "Smartcard Authentication": ""
}, },
@@ -3883,7 +4076,7 @@
"Switch User": "Trocar Usuário" "Switch User": "Trocar Usuário"
}, },
"Switch to power profile": { "Switch to power profile": {
"Switch to power profile": "" "Switch to power profile": "Trocar para perfil de energia"
}, },
"Sync Mode with Portal": { "Sync Mode with Portal": {
"Sync Mode with Portal": "Sincronizar Modo Com Portal" "Sync Mode with Portal": "Sincronizar Modo Com Portal"
@@ -3940,7 +4133,7 @@
"System update custom command": "Comando personalizado para atualização do sistema" "System update custom command": "Comando personalizado para atualização do sistema"
}, },
"Tab": { "Tab": {
"Tab": "" "Tab": "Aba"
}, },
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": {
"Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navegação • ←→↑↓: Navegação em Grade • Enter/Espaço: Selecionar" "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navegação • ←→↑↓: Navegação em Grade • Enter/Espaço: Selecionar"
@@ -3979,7 +4172,7 @@
"Theme Color": "Cor do Tema" "Theme Color": "Cor do Tema"
}, },
"Thickness": { "Thickness": {
"Thickness": "" "Thickness": "Espessura"
}, },
"Third-Party Plugin Warning": { "Third-Party Plugin Warning": {
"Third-Party Plugin Warning": "Aviso Sobre Plugins de Terceiros" "Third-Party Plugin Warning": "Aviso Sobre Plugins de Terceiros"
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "Transparência" "Transparency": "Transparência"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "" "Trigger": ""
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "" "Trigger Prefix": ""
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "Tipo" "Type": "Tipo"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "" "Type this prefix to search keybinds": ""
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "Tipografia" "Typography": "Tipografia"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "Usar tema claro em vez de escuro" "Use light theme instead of dark theme": "Usar tema claro em vez de escuro"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "Nome de usuário" "Username": "Nome de usuário"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usa o tempo de nascer e pôr do sol para ajustar automaticamente o modo noturno baseado na sua localização." "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Usa o tempo de nascer e pôr do sol para ajustar automaticamente o modo noturno baseado na sua localização."
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "Utilitários" "Utilities": "Utilitários"
}, },
@@ -4363,7 +4589,7 @@
"Wallpapers": "Papéis de parede" "Wallpapers": "Papéis de parede"
}, },
"Warm color temperature to apply": { "Warm color temperature to apply": {
"Warm color temperature to apply": "" "Warm color temperature to apply": "Temperatura de cor quente para aplicar"
}, },
"Warning": { "Warning": {
"Warning": "Aviso" "Warning": "Aviso"
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "Velocidade do Vento" "Wind Speed": "Velocidade do Vento"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "Arredondamento de Janelas" "Window Corner Radius": "Arredondamento de Janelas"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "Seletor de Áreas de Trabalho" "Workspace Switcher": "Seletor de Áreas de Trabalho"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "" "Workspaces": ""
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Você tem mudanças não salvas. Deseja salvar antes de abrir um arquivo?" "You have unsaved changes. Save before opening a file?": "Você tem mudanças não salvas. Deseja salvar antes de abrir um arquivo?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "" "apps": ""
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "" "Shadow": ""
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "" "Browse Themes": ""
}, },
@@ -4551,7 +4792,7 @@
"Select Wallpaper": "Selecionar Papel de Parede" "Select Wallpaper": "Selecionar Papel de Parede"
}, },
"days": { "days": {
"days": "" "days": "dias"
}, },
"dgop not available": { "dgop not available": {
"dgop not available": "" "dgop not available": ""
@@ -4786,8 +5027,23 @@
"installed status": { "installed status": {
"Installed": "" "Installed": ""
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "" "leave empty for default": "deixe vazio por padrão"
}, },
"loading indicator": { "loading indicator": {
"Loading...": "" "Loading...": ""
@@ -4824,7 +5080,10 @@
"Mount Points": "" "Mount Points": ""
}, },
"ms": { "ms": {
"ms": "" "ms": "ms"
},
"nav": {
"nav": ""
}, },
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "" "No custom theme file": ""
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "oficial" "official": "oficial"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "" "Install plugins from the DMS plugin registry": ""
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "" "Search plugins...": ""
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "" "Color theme from DMS registry": ""
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "segundos" "seconds": "segundos"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "", "Surface": "",
"Text": "" "Text": ""
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "" "Intensity": ""
}, },
@@ -5007,8 +5281,11 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "Gerenciamento Externo de Papéis de Parede" "External Wallpaper Management": "Gerenciamento Externo de Papéis de Parede"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "" "wtype not available - install wtype for paste support": "wtype não disponível - installe wtype para suporte de colagem"
}, },
"yesterday": { "yesterday": {
"yesterday": "" "yesterday": ""

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "Anonim Kimlik (isteğe bağlı)" "Anonymous Identity (optional)": "Anonim Kimlik (isteğe bağlı)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Göz yorgunluğunu azaltmak için sıcak renk sıcaklığı uygulayın. Etkinleştirme zamanını kontrol etmek için aşağıdaki otomasyon ayarlarını kullanın." "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Göz yorgunluğunu azaltmak için sıcak renk sıcaklığı uygulayın. Etkinleştirme zamanını kontrol etmek için aşağıdaki otomasyon ayarlarını kullanın."
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "Uygulamalar" "Apps Icon": "Uygulamalar"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Uygulamalar önce kullanım sıklığına göre, daha sonra son kullanılana göre ve en son alfabetik olarak sıralanır." "Apps are ordered by usage frequency, then last used, then alphabetically.": "Uygulamalar önce kullanım sıklığına göre, daha sonra son kullanılana göre ve en son alfabetik olarak sıralanır."
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "Ekranları düzenleyin ve çözünürlüğü, yenileme hızını ve VRR'yi yapılandırın" "Arrange displays and configure resolution, refresh rate, and VRR": "Ekranları düzenleyin ve çözünürlüğü, yenileme hızını ve VRR'yi yapılandırın"
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "Otomatik bağlanma etkin" "Autoconnect enabled": "Otomatik bağlanma etkin"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "Otomatik Kontrol" "Automatic Control": "Otomatik Kontrol"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "Sistem askıya alınmaya hazırlanırken ekranı otomatik olarak kilitle" "Automatically lock the screen when the system prepares to suspend": "Sistem askıya alınmaya hazırlanırken ekranı otomatik olarak kilitle"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "Kullanılabilir" "Available": "Kullanılabilir"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "Eklentilere Göz At" "Browse Plugins": "Eklentilere Göz At"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "CUPS kullanılamıyor" "CUPS not available": "CUPS kullanılamıyor"
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "Kamera" "Camera": "Kamera"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "Renk Seç" "Choose Color": "Renk Seç"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "Başlatıcı Logo Rengini Seçin" "Choose Launcher Logo Color": "Başlatıcı Logo Rengini Seçin"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Hangi monitörün kilit ekranı arayüzünü göstereceğini seçin. Diğer monitörler, OLED yanma koruması için düz bir renk gösterecektir." "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Hangi monitörün kilit ekranı arayüzünü göstereceğini seçin. Diğer monitörler, OLED yanma koruması için düz bir renk gösterecektir."
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "Şifre" "Cipher": "Şifre"
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "Kapat" "Close": "Kapat"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "Başlatmada Genel Görünümü Kapat" "Close Overview on Launch": "Başlatmada Genel Görünümü Kapat"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "Renk" "Color": "Renk"
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "Gece modu için renk sıcaklığı" "Color temperature for night mode": "Gece modu için renk sıcaklığı"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "Parlak kontrastlı vurguların renkli karışımı." "Colorful mix of bright contrasting accents.": "Parlak kontrastlı vurguların renkli karışımı."
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "Komut" "Command": "Komut"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "İletişim" "Communication": "İletişim"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "Şu anda oynatılan medyayı kontrol et" "Control currently playing media": "Şu anda oynatılan medyayı kontrol et"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "Çubuk üzerinde kaydırarak çalışma alanlarını ve sütunları kontrol edin" "Control workspaces and columns by scrolling on the bar": "Çubuk üzerinde kaydırarak çalışma alanlarını ve sütunları kontrol edin"
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "Süreç Adını Kopyala" "Copy Process Name": "Süreç Adını Kopyala"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "Köşe Yarıçapı" "Corner Radius": "Köşe Yarıçapı"
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "Kenar Aralığı" "Edge Spacing": "Kenar Aralığı"
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "Eğitim" "Education": "Eğitim"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "loginctl kilit entegrasyonunu etkinleştir" "Enable loginctl lock integration": "loginctl kilit entegrasyonunu etkinleştir"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "Parola Alanını Göster" "Show Password Field": "Parola Alanını Göster"
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "Şunun için PIN gir: " "Enter PIN for ": "Şunun için PIN gir: "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "Arama sorgusu girin" "Enter a search query": "Arama sorgusu girin"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "Hata" "Error": "Hata"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "Üstel" "Exponential": "Üstel"
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: Değiştir • F10: Yardım" "F1/I: Toggle • F10: Help": "F1/I: Değiştir • F10: Yardım"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "Dosya Bilgisi" "File Information": "Dosya Bilgisi"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "Dosyalar" "Files": "Dosyalar"
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "Sağlık" "Health": "Sağlık"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "" "Hidden": ""
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "" "Hidden Network": ""
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "Gizleme Gecikmesi" "Hide Delay": "Gizleme Gecikmesi"
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "IP Adresi:" "IP Address:": "IP Adresi:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "Simge Boyutu" "Icon Size": "Simge Boyutu"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "Geçişleri Dahil Et" "Include Transitions": "Geçişleri Dahil Et"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "Uyumsuz Eklentiler Yüklendi" "Incompatible Plugins Loaded": "Uyumsuz Eklentiler Yüklendi"
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "LED cihazı" "LED device": "LED cihazı"
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "Son başlatma %1" "Last launched %1": "Son başlatma %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "Başlatıcı" "Launcher": "Başlatıcı"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "Başlatıcı Buton Logosu" "Launcher Button Logo": "Başlatıcı Buton Logosu"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "Eklentiler yükleniyor..." "Loading plugins...": "Eklentiler yükleniyor..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "Yükleniyor..." "Loading...": "Yükleniyor..."
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "Bağdaştırıcı yok" "No adapters": "Bağdaştırıcı yok"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "Batarya yok" "No battery": "Batarya yok"
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "Dosya bulunamadı" "No files found": "Dosya bulunamadı"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "Henüz eklenen öğe yok" "No items added yet": "Henüz eklenen öğe yok"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "Tuş kombinasyonu bulunamadı" "No keybinds found": "Tuş kombinasyonu bulunamadı"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "Eşleşme yok" "No matches": "Eşleşme yok"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "Eklenti bulunamadı" "No plugins found": "Eklenti bulunamadı"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "Hiçbir varyant oluşturulmadı. Yeni bir monitör widget'ı oluşturmak için Ekle'ye tıklayın." "No variants created. Click Add to create a new monitor widget.": "Hiçbir varyant oluşturulmadı. Yeni bir monitör widget'ı oluşturmak için Ekle'ye tıklayın."
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "Not Defteri Dosyası Aç" "Open Notepad File": "Not Defteri Dosyası Aç"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "Metin bulmak için arama çubuğunu aç" "Open search bar to find text": "Metin bulmak için arama çubuğunu aç"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "PİN" "PIN": "PİN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "Dolgu" "Padding": "Dolgu"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "Sabitlendi" "Pinned": "Sabitlendi"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Eklenti klasörlerini buraya yerleştirin. Her eklenti plugin.json manifest dosyasına sahip olmalı." "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Eklenti klasörlerini buraya yerleştirin. Her eklenti plugin.json manifest dosyasına sahip olmalı."
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "Eklenti Yönetimi" "Plugin Management": "Eklenti Yönetimi"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "Eklenti devre dışı - kullanmak için Eklenti ayarlarından etkinleştirin" "Plugin is disabled - enable in Plugins settings to use": "Eklenti devre dışı - kullanmak için Eklenti ayarlarından etkinleştirin"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "Ekran zaman aşımını önle" "Prevent screen timeout": "Ekran zaman aşımını önle"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "Birincil" "Primary": "Birincil"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "Pencereler ekranı kapladığında boşlukları ve kenarlıkları kaldır" "Remove gaps and border when windows are maximized": "Pencereler ekranı kapladığında boşlukları ve kenarlıkları kaldır"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "" "Repeat": ""
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "Kaydırma" "Scrolling": "Kaydırma"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "Güvenlik" "Security": "Güvenlik"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "Uygulama Seç" "Select Application": "Uygulama Seç"
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "Kurulum" "Setup": "Kurulum"
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "Shell" "Shell": "Shell"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Tümünü Temizle • Esc: Kapat" "Shift+Del: Clear All • Esc: Close": "Shift+Del: Tümünü Temizle • Esc: Kapat"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Yapıştır • Shift+Del: Tümünü Temizle • Esc: Kapat" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: Yapıştır • Shift+Del: Tümünü Temizle • Esc: Kapat"
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "" "Show Humidity": ""
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "Satır Numaralarını Göster" "Show Line Numbers": "Satır Numaralarını Göster"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "Boyutlandırma" "Sizing": "Boyutlandırma"
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "" "Smartcard Authentication": ""
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "Transparanlık" "Transparency": "Transparanlık"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "" "Trigger": ""
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "" "Trigger Prefix": ""
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "Tip" "Type": "Tip"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "" "Type this prefix to search keybinds": ""
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "Tipografi" "Typography": "Tipografi"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "Karanlık tema yerine aydınlık tema kullan" "Use light theme instead of dark theme": "Karanlık tema yerine aydınlık tema kullan"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "Kullanıcı Adı" "Username": "Kullanıcı Adı"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Gün doğumu/batımı saatlerini kullanarak konumunuza göre gece modunu otomatik olarak ayarlar." "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Gün doğumu/batımı saatlerini kullanarak konumunuza göre gece modunu otomatik olarak ayarlar."
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "Araçlar" "Utilities": "Araçlar"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "Rüzgar hızı" "Wind Speed": "Rüzgar hızı"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "Pencere Köşe Yarıçapı" "Window Corner Radius": "Pencere Köşe Yarıçapı"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "Çalışma Alanı Değiştirici" "Workspace Switcher": "Çalışma Alanı Değiştirici"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "Çalışma Alanları" "Workspaces": "Çalışma Alanları"
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "Kaydedilmemiş değişiklikleriniz var. Yeni dosya açmadan önce kaydedelim mi?" "You have unsaved changes. Save before opening a file?": "Kaydedilmemiş değişiklikleriniz var. Yeni dosya açmadan önce kaydedelim mi?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "uygulamalar" "apps": "uygulamalar"
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "" "Shadow": ""
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "Temalara Göz At" "Browse Themes": "Temalara Göz At"
}, },
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "Yüklendi" "Installed": "Yüklendi"
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "Varsayılanlar için boş bırakın" "leave empty for default": "Varsayılanlar için boş bırakın"
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "ms" "ms": "ms"
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "Özel tema dosyası yok" "No custom theme file": "Özel tema dosyası yok"
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "resmi" "official": "resmi"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "DMS eklenti kayıt defterinden eklentiler yükle" "Install plugins from the DMS plugin registry": "DMS eklenti kayıt defterinden eklentiler yükle"
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "Eklenti ara..." "Search plugins...": "Eklenti ara..."
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "DMS kayıt defterinden renk teması" "Color theme from DMS registry": "DMS kayıt defterinden renk teması"
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "saniye" "seconds": "saniye"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "", "Surface": "",
"Text": "" "Text": ""
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "" "Intensity": ""
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "Harici Duvar Kağıdı Yönetimi" "External Wallpaper Management": "Harici Duvar Kağıdı Yönetimi"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "wtype mevcut değil - yapıştırma desteği için wtype'ı yükleyin" "wtype not available - install wtype for paste support": "wtype mevcut değil - yapıştırma desteği için wtype'ı yükleyin"
}, },

File diff suppressed because it is too large Load Diff

View File

@@ -281,6 +281,9 @@
"Anonymous Identity (optional)": { "Anonymous Identity (optional)": {
"Anonymous Identity (optional)": "匿名身分 (可選)" "Anonymous Identity (optional)": "匿名身分 (可選)"
}, },
"App Customizations": {
"App Customizations": ""
},
"App ID Substitutions": { "App ID Substitutions": {
"App ID Substitutions": "" "App ID Substitutions": ""
}, },
@@ -305,12 +308,21 @@
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。" "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。"
}, },
"Apps": {
"Apps": ""
},
"Apps Dock": {
"Apps Dock": ""
},
"Apps Icon": { "Apps Icon": {
"Apps Icon": "啟動器圖示" "Apps Icon": "啟動器圖示"
}, },
"Apps are ordered by usage frequency, then last used, then alphabetically.": { "Apps are ordered by usage frequency, then last used, then alphabetically.": {
"Apps are ordered by usage frequency, then last used, then alphabetically.": "應用程式按使用頻率、最後使用時間、字母順序排列。" "Apps are ordered by usage frequency, then last used, then alphabetically.": "應用程式按使用頻率、最後使用時間、字母順序排列。"
}, },
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
},
"Arrange displays and configure resolution, refresh rate, and VRR": { "Arrange displays and configure resolution, refresh rate, and VRR": {
"Arrange displays and configure resolution, refresh rate, and VRR": "排列顯示器並設定解析度、重新整理頻率和 VRR" "Arrange displays and configure resolution, refresh rate, and VRR": "排列顯示器並設定解析度、重新整理頻率和 VRR"
}, },
@@ -410,6 +422,9 @@
"Autoconnect enabled": { "Autoconnect enabled": {
"Autoconnect enabled": "自動連線啟用" "Autoconnect enabled": "自動連線啟用"
}, },
"Automatic Color Mode": {
"Automatic Color Mode": ""
},
"Automatic Control": { "Automatic Control": {
"Automatic Control": "自動控制" "Automatic Control": "自動控制"
}, },
@@ -434,6 +449,9 @@
"Automatically lock the screen when the system prepares to suspend": { "Automatically lock the screen when the system prepares to suspend": {
"Automatically lock the screen when the system prepares to suspend": "睡眠時自動鎖定螢幕" "Automatically lock the screen when the system prepares to suspend": "睡眠時自動鎖定螢幕"
}, },
"Automation": {
"Automation": ""
},
"Available": { "Available": {
"Available": "可用" "Available": "可用"
}, },
@@ -578,6 +596,9 @@
"Browse Plugins": { "Browse Plugins": {
"Browse Plugins": "瀏覽插件" "Browse Plugins": "瀏覽插件"
}, },
"Browse or search plugins": {
"Browse or search plugins": ""
},
"CPU": { "CPU": {
"CPU": "CPU" "CPU": "CPU"
}, },
@@ -608,6 +629,12 @@
"CUPS not available": { "CUPS not available": {
"CUPS not available": "CUPS 不可用" "CUPS not available": "CUPS 不可用"
}, },
"Calc": {
"Calc": ""
},
"Calculator": {
"Calculator": ""
},
"Camera": { "Camera": {
"Camera": "相機" "Camera": "相機"
}, },
@@ -659,6 +686,9 @@
"Choose Color": { "Choose Color": {
"Choose Color": "選擇顏色" "Choose Color": "選擇顏色"
}, },
"Choose Dock Launcher Logo Color": {
"Choose Dock Launcher Logo Color": ""
},
"Choose Launcher Logo Color": { "Choose Launcher Logo Color": {
"Choose Launcher Logo Color": "選擇啟動器 Logo 顏色" "Choose Launcher Logo Color": "選擇啟動器 Logo 顏色"
}, },
@@ -695,6 +725,9 @@
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": {
"Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "選擇哪個監視器顯示鎖定畫面介面。其他監視器將顯示純色以保護 OLED 燒屏。" "Choose which monitor shows the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "選擇哪個監視器顯示鎖定畫面介面。其他監視器將顯示純色以保護 OLED 燒屏。"
}, },
"Chroma Style": {
"Chroma Style": ""
},
"Cipher": { "Cipher": {
"Cipher": "密碼" "Cipher": "密碼"
}, },
@@ -770,9 +803,15 @@
"Close": { "Close": {
"Close": "關閉" "Close": "關閉"
}, },
"Close All Windows": {
"Close All Windows": ""
},
"Close Overview on Launch": { "Close Overview on Launch": {
"Close Overview on Launch": "啟動時關閉概覽" "Close Overview on Launch": "啟動時關閉概覽"
}, },
"Close Window": {
"Close Window": ""
},
"Color": { "Color": {
"Color": "顏色" "Color": "顏色"
}, },
@@ -803,6 +842,12 @@
"Color temperature for night mode": { "Color temperature for night mode": {
"Color temperature for night mode": "夜晚螢幕的顏色溫度" "Color temperature for night mode": "夜晚螢幕的顏色溫度"
}, },
"Color theme for syntax highlighting.": {
"Color theme for syntax highlighting.": ""
},
"Color theme for syntax highlighting. %1 themes available.": {
"Color theme for syntax highlighting. %1 themes available.": ""
},
"Colorful mix of bright contrasting accents.": { "Colorful mix of bright contrasting accents.": {
"Colorful mix of bright contrasting accents.": "明亮對比點綴的繽紛組合。" "Colorful mix of bright contrasting accents.": "明亮對比點綴的繽紛組合。"
}, },
@@ -812,6 +857,9 @@
"Command": { "Command": {
"Command": "指令" "Command": "指令"
}, },
"Commands": {
"Commands": ""
},
"Communication": { "Communication": {
"Communication": "通訊" "Communication": "通訊"
}, },
@@ -905,6 +953,9 @@
"Control currently playing media": { "Control currently playing media": {
"Control currently playing media": "控制目前播放器" "Control currently playing media": "控制目前播放器"
}, },
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": {
"Control which plugins appear in 'All' mode without requiring a trigger prefix. Drag to reorder.": ""
},
"Control workspaces and columns by scrolling on the bar": { "Control workspaces and columns by scrolling on the bar": {
"Control workspaces and columns by scrolling on the bar": "透過在列上捲動來控制工作區和欄位" "Control workspaces and columns by scrolling on the bar": "透過在列上捲動來控制工作區和欄位"
}, },
@@ -926,6 +977,9 @@
"Copy Full Command": { "Copy Full Command": {
"Copy Full Command": "" "Copy Full Command": ""
}, },
"Copy HTML": {
"Copy HTML": ""
},
"Copy Name": { "Copy Name": {
"Copy Name": "" "Copy Name": ""
}, },
@@ -935,6 +989,15 @@
"Copy Process Name": { "Copy Process Name": {
"Copy Process Name": "複製程序名" "Copy Process Name": "複製程序名"
}, },
"Copy Text": {
"Copy Text": ""
},
"Copy URL": {
"Copy URL": ""
},
"Copy path": {
"Copy path": ""
},
"Corner Radius": { "Corner Radius": {
"Corner Radius": "圓角半徑" "Corner Radius": "圓角半徑"
}, },
@@ -1343,6 +1406,9 @@
"Edge Spacing": { "Edge Spacing": {
"Edge Spacing": "邊緣間距" "Edge Spacing": "邊緣間距"
}, },
"Edit App": {
"Edit App": ""
},
"Education": { "Education": {
"Education": "教育" "Education": "教育"
}, },
@@ -1391,6 +1457,9 @@
"Enable loginctl lock integration": { "Enable loginctl lock integration": {
"Enable loginctl lock integration": "啟用 loginctl 鎖定整合" "Enable loginctl lock integration": "啟用 loginctl 鎖定整合"
}, },
"Enable media player controls on the lock screen window": {
"Show Media Player": ""
},
"Enable password field display on the lock screen window": { "Enable password field display on the lock screen window": {
"Show Password Field": "顯示密碼欄位" "Show Password Field": "顯示密碼欄位"
}, },
@@ -1427,6 +1496,9 @@
"Enter PIN for ": { "Enter PIN for ": {
"Enter PIN for ": "請輸入 PIN 給 " "Enter PIN for ": "請輸入 PIN 給 "
}, },
"Enter a new name for this workspace": {
"Enter a new name for this workspace": ""
},
"Enter a search query": { "Enter a search query": {
"Enter a search query": "輸入要尋找的檔案" "Enter a search query": "輸入要尋找的檔案"
}, },
@@ -1466,6 +1538,9 @@
"Entry unpinned": { "Entry unpinned": {
"Entry unpinned": "" "Entry unpinned": ""
}, },
"Environment Variables": {
"Environment Variables": ""
},
"Error": { "Error": {
"Error": "錯誤" "Error": "錯誤"
}, },
@@ -1481,6 +1556,9 @@
"Exponential": { "Exponential": {
"Exponential": "指數" "Exponential": "指數"
}, },
"Extra Arguments": {
"Extra Arguments": ""
},
"F1/I: Toggle • F10: Help": { "F1/I: Toggle • F10: Help": {
"F1/I: Toggle • F10: Help": "F1/I: 切換 • F10: 幫助" "F1/I: Toggle • F10: Help": "F1/I: 切換 • F10: 幫助"
}, },
@@ -1670,6 +1748,9 @@
"File Information": { "File Information": {
"File Information": "檔案資訊" "File Information": "檔案資訊"
}, },
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": {
"File search requires dsearch\\nInstall from github.com/morelazers/dsearch": ""
},
"Files": { "Files": {
"Files": "檔案" "Files": "檔案"
}, },
@@ -1868,6 +1949,9 @@
"HSV": { "HSV": {
"HSV": "HSV" "HSV": "HSV"
}, },
"HTML copied to clipboard": {
"HTML copied to clipboard": ""
},
"Health": { "Health": {
"Health": "健康狀態" "Health": "健康狀態"
}, },
@@ -1886,9 +1970,18 @@
"Hidden": { "Hidden": {
"Hidden": "隱藏的" "Hidden": "隱藏的"
}, },
"Hidden Apps": {
"Hidden Apps": ""
},
"Hidden Network": { "Hidden Network": {
"Hidden Network": "隱藏網路" "Hidden Network": "隱藏網路"
}, },
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
},
"Hide App": {
"Hide App": ""
},
"Hide Delay": { "Hide Delay": {
"Hide Delay": "隱藏延遲" "Hide Delay": "隱藏延遲"
}, },
@@ -1970,6 +2063,9 @@
"IP Address:": { "IP Address:": {
"IP Address:": "IP 位址:" "IP Address:": "IP 位址:"
}, },
"Icon": {
"Icon": ""
},
"Icon Size": { "Icon Size": {
"Icon Size": "圖示大小" "Icon Size": "圖示大小"
}, },
@@ -2009,6 +2105,9 @@
"Include Transitions": { "Include Transitions": {
"Include Transitions": "包括過渡" "Include Transitions": "包括過渡"
}, },
"Include desktop actions (shortcuts) in search results.": {
"Include desktop actions (shortcuts) in search results.": ""
},
"Incompatible Plugins Loaded": { "Incompatible Plugins Loaded": {
"Incompatible Plugins Loaded": "載入了不相容的外掛程式" "Incompatible Plugins Loaded": "載入了不相容的外掛程式"
}, },
@@ -2114,11 +2213,18 @@
"Failed to reject pairing": "", "Failed to reject pairing": "",
"Failed to ring device": "", "Failed to ring device": "",
"Failed to send clipboard": "", "Failed to send clipboard": "",
"Failed to send file": "",
"Failed to send ping": "", "Failed to send ping": "",
"Failed to share": "", "Failed to share": "",
"Pairing failed": "", "Pairing failed": "",
"Unpair failed": "" "Unpair failed": ""
}, },
"KDE Connect file browser title": {
"Select File to Send": ""
},
"KDE Connect file send": {
"Sending": ""
},
"KDE Connect file share notification": { "KDE Connect file share notification": {
"File received from": "" "File received from": ""
}, },
@@ -2184,15 +2290,24 @@
"KDE Connect ring tooltip": { "KDE Connect ring tooltip": {
"Ring": "" "Ring": ""
}, },
"KDE Connect send file button": {
"Send File": ""
},
"KDE Connect service unavailable message": { "KDE Connect service unavailable message": {
"KDE Connect unavailable": "" "KDE Connect unavailable": ""
}, },
"KDE Connect share URL button": { "KDE Connect share URL button": {
"Share URL": "" "Share URL": ""
}, },
"KDE Connect share button": {
"Share Text": ""
},
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": { "KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": "" "Share": ""
}, },
"KDE Connect share dialog title | KDE Connect share tooltip": {
"Share": ""
},
"KDE Connect share input placeholder": { "KDE Connect share input placeholder": {
"Enter URL or text to share": "" "Enter URL or text to share": ""
}, },
@@ -2265,6 +2380,12 @@
"LED device": { "LED device": {
"LED device": "LED 裝置" "LED device": "LED 裝置"
}, },
"Large": {
"Large": ""
},
"Largest": {
"Largest": ""
},
"Last launched %1": { "Last launched %1": {
"Last launched %1": "上次啟動於 %1" "Last launched %1": "上次啟動於 %1"
}, },
@@ -2295,6 +2416,9 @@
"Launcher": { "Launcher": {
"Launcher": "啟動器" "Launcher": "啟動器"
}, },
"Launcher Button": {
"Launcher Button": ""
},
"Launcher Button Logo": { "Launcher Button Logo": {
"Launcher Button Logo": "啟動器按鈕 Logo" "Launcher Button Logo": "啟動器按鈕 Logo"
}, },
@@ -2334,6 +2458,9 @@
"Loading plugins...": { "Loading plugins...": {
"Loading plugins...": "讀取插件..." "Loading plugins...": "讀取插件..."
}, },
"Loading trending...": {
"Loading trending...": ""
},
"Loading...": { "Loading...": {
"Loading...": "載入中..." "Loading...": "載入中..."
}, },
@@ -2709,6 +2836,12 @@
"No adapters": { "No adapters": {
"No adapters": "沒有介面卡" "No adapters": "沒有介面卡"
}, },
"No app customizations.": {
"No app customizations.": ""
},
"No apps found": {
"No apps found": ""
},
"No battery": { "No battery": {
"No battery": "無電池" "No battery": "無電池"
}, },
@@ -2739,15 +2872,24 @@
"No files found": { "No files found": {
"No files found": "沒有找到" "No files found": "沒有找到"
}, },
"No hidden apps.": {
"No hidden apps.": ""
},
"No items added yet": { "No items added yet": {
"No items added yet": "未新增任何項目" "No items added yet": "未新增任何項目"
}, },
"No keybinds found": { "No keybinds found": {
"No keybinds found": "未找到按鍵綁定" "No keybinds found": "未找到按鍵綁定"
}, },
"No launcher plugins installed.": {
"No launcher plugins installed.": ""
},
"No matches": { "No matches": {
"No matches": "不匹配" "No matches": "不匹配"
}, },
"No plugin results": {
"No plugin results": ""
},
"No plugins found": { "No plugins found": {
"No plugins found": "找不到插件" "No plugins found": "找不到插件"
}, },
@@ -2766,9 +2908,15 @@
"No recent clipboard entries found": { "No recent clipboard entries found": {
"No recent clipboard entries found": "" "No recent clipboard entries found": ""
}, },
"No results found": {
"No results found": ""
},
"No saved clipboard entries": { "No saved clipboard entries": {
"No saved clipboard entries": "" "No saved clipboard entries": ""
}, },
"No trigger": {
"No trigger": ""
},
"No variants created. Click Add to create a new monitor widget.": { "No variants created. Click Add to create a new monitor widget.": {
"No variants created. Click Add to create a new monitor widget.": "尚未建立任何變體。按一下「新增」以建立新的顯示器小工具。" "No variants created. Click Add to create a new monitor widget.": "尚未建立任何變體。按一下「新增」以建立新的顯示器小工具。"
}, },
@@ -2880,6 +3028,12 @@
"Open Notepad File": { "Open Notepad File": {
"Open Notepad File": "打開筆記文件" "Open Notepad File": "打開筆記文件"
}, },
"Open folder": {
"Open folder": ""
},
"Open in Browser": {
"Open in Browser": ""
},
"Open search bar to find text": { "Open search bar to find text": {
"Open search bar to find text": "打開搜尋欄尋找文本" "Open search bar to find text": "打開搜尋欄尋找文本"
}, },
@@ -2946,6 +3100,9 @@
"PIN": { "PIN": {
"PIN": "PIN" "PIN": "PIN"
}, },
"Pad Hours": {
"Pad Hours": ""
},
"Padding": { "Padding": {
"Padding": "內距" "Padding": "內距"
}, },
@@ -3012,6 +3169,9 @@
"Pinned": { "Pinned": {
"Pinned": "已釘選" "Pinned": "已釘選"
}, },
"Pinned and running apps with drag-and-drop": {
"Pinned and running apps with drag-and-drop": ""
},
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": { "Place plugin directories here. Each plugin should have a plugin.json manifest file.": {
"Place plugin directories here. Each plugin should have a plugin.json manifest file.": "將插件資料夾放在這裡。每個插件都應該有一個 plugin.json 清單檔案。" "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "將插件資料夾放在這裡。每個插件都應該有一個 plugin.json 清單檔案。"
}, },
@@ -3048,6 +3208,9 @@
"Plugin Management": { "Plugin Management": {
"Plugin Management": "插件管理" "Plugin Management": "插件管理"
}, },
"Plugin Visibility": {
"Plugin Visibility": ""
},
"Plugin is disabled - enable in Plugins settings to use": { "Plugin is disabled - enable in Plugins settings to use": {
"Plugin is disabled - enable in Plugins settings to use": "插件已停用 - 在插件設定中啟用即可使用" "Plugin is disabled - enable in Plugins settings to use": "插件已停用 - 在插件設定中啟用即可使用"
}, },
@@ -3126,6 +3289,9 @@
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "防止螢幕超時" "Prevent screen timeout": "防止螢幕超時"
}, },
"Preview": {
"Preview": ""
},
"Primary": { "Primary": {
"Primary": "主要" "Primary": "主要"
}, },
@@ -3240,6 +3406,12 @@
"Remove gaps and border when windows are maximized": { "Remove gaps and border when windows are maximized": {
"Remove gaps and border when windows are maximized": "視窗最大化時移除間距與邊框" "Remove gaps and border when windows are maximized": "視窗最大化時移除間距與邊框"
}, },
"Rename": {
"Rename": ""
},
"Rename Workspace": {
"Rename Workspace": ""
},
"Repeat": { "Repeat": {
"Repeat": "重複" "Repeat": "重複"
}, },
@@ -3417,6 +3589,12 @@
"Scrolling": { "Scrolling": {
"Scrolling": "滾動" "Scrolling": "滾動"
}, },
"Search App Actions": {
"Search App Actions": ""
},
"Search Options": {
"Search Options": ""
},
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "依按鍵組合、描述或動作名稱搜尋。\n\n預設動作會將快捷鍵複製到剪貼簿。\n右鍵點擊或按下右方向鍵可釘選常用快捷鍵 — 釘選後,它們會在未搜尋時顯示在頂部。" "Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "依按鍵組合、描述或動作名稱搜尋。\n\n預設動作會將快捷鍵複製到剪貼簿。\n右鍵點擊或按下右方向鍵可釘選常用快捷鍵 — 釘選後,它們會在未搜尋時顯示在頂部。"
}, },
@@ -3456,6 +3634,9 @@
"Security": { "Security": {
"Security": "安全性" "Security": "安全性"
}, },
"Select": {
"Select": ""
},
"Select Application": { "Select Application": {
"Select Application": "選擇應用程式" "Select Application": "選擇應用程式"
}, },
@@ -3534,12 +3715,18 @@
"Setup": { "Setup": {
"Setup": "設定" "Setup": "設定"
}, },
"Share Gamma Control Settings": {
"Share Gamma Control Settings": ""
},
"Shell": { "Shell": {
"Shell": "Shell" "Shell": "Shell"
}, },
"Shift+Del: Clear All • Esc: Close": { "Shift+Del: Clear All • Esc: Close": {
"Shift+Del: Clear All • Esc: Close": "Shift+Del: 清除所有 • Esc: 關閉" "Shift+Del: Clear All • Esc: Close": "Shift+Del: 清除所有 • Esc: 關閉"
}, },
"Shift+Enter to paste": {
"Shift+Enter to paste": ""
},
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": { "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter貼上 • Shift+Del全部清除 • Esc關閉" "Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter貼上 • Shift+Del全部清除 • Esc關閉"
}, },
@@ -3597,6 +3784,9 @@
"Show Humidity": { "Show Humidity": {
"Show Humidity": "顯示濕度" "Show Humidity": "顯示濕度"
}, },
"Show Launcher Button": {
"Show Launcher Button": ""
},
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "顯示行數" "Show Line Numbers": "顯示行數"
}, },
@@ -3774,6 +3964,9 @@
"Sizing": { "Sizing": {
"Sizing": "尺寸" "Sizing": "尺寸"
}, },
"Small": {
"Small": ""
},
"Smartcard Authentication": { "Smartcard Authentication": {
"Smartcard Authentication": "智慧卡驗證" "Smartcard Authentication": "智慧卡驗證"
}, },
@@ -4095,12 +4288,24 @@
"Transparency": { "Transparency": {
"Transparency": "透明度" "Transparency": "透明度"
}, },
"Trending GIFs": {
"Trending GIFs": ""
},
"Trending Stickers": {
"Trending Stickers": ""
},
"Trigger": { "Trigger": {
"Trigger": "觸發" "Trigger": "觸發"
}, },
"Trigger Prefix": { "Trigger Prefix": {
"Trigger Prefix": "觸發前綴" "Trigger Prefix": "觸發前綴"
}, },
"Trigger: %1": {
"Trigger: %1": ""
},
"Try a different search": {
"Try a different search": ""
},
"Turn off all displays immediately when the lock screen activates": { "Turn off all displays immediately when the lock screen activates": {
"Turn off all displays immediately when the lock screen activates": "" "Turn off all displays immediately when the lock screen activates": ""
}, },
@@ -4110,9 +4315,21 @@
"Type": { "Type": {
"Type": "類型" "Type": "類型"
}, },
"Type at least 2 characters": {
"Type at least 2 characters": ""
},
"Type this prefix to search keybinds": { "Type this prefix to search keybinds": {
"Type this prefix to search keybinds": "輸入此前綴以搜尋快捷鍵" "Type this prefix to search keybinds": "輸入此前綴以搜尋快捷鍵"
}, },
"Type to search": {
"Type to search": ""
},
"Type to search apps": {
"Type to search apps": ""
},
"Type to search files": {
"Type to search files": ""
},
"Typography": { "Typography": {
"Typography": "字體排版" "Typography": "字體排版"
}, },
@@ -4230,6 +4447,9 @@
"Use light theme instead of dark theme": { "Use light theme instead of dark theme": {
"Use light theme instead of dark theme": "使用淺色主題而不是深色主題" "Use light theme instead of dark theme": "使用淺色主題而不是深色主題"
}, },
"Use meters per second instead of km/h for wind speed": {
"Use meters per second instead of km/h for wind speed": ""
},
"Use smaller notification cards": { "Use smaller notification cards": {
"Use smaller notification cards": "" "Use smaller notification cards": ""
}, },
@@ -4257,9 +4477,15 @@
"Username": { "Username": {
"Username": "使用者名稱" "Username": "使用者名稱"
}, },
"Uses sunrise/sunset times based on your location.": {
"Uses sunrise/sunset times based on your location.": ""
},
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": { "Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "使用根據您的位置日出/日落時間自動調整夜間模式。" "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "使用根據您的位置日出/日落時間自動調整夜間模式。"
}, },
"Using shared settings from Gamma Control": {
"Using shared settings from Gamma Control": ""
},
"Utilities": { "Utilities": {
"Utilities": "實用項目" "Utilities": "實用項目"
}, },
@@ -4460,6 +4686,9 @@
"Wind Speed": { "Wind Speed": {
"Wind Speed": "風速" "Wind Speed": "風速"
}, },
"Wind Speed in m/s": {
"Wind Speed in m/s": ""
},
"Window Corner Radius": { "Window Corner Radius": {
"Window Corner Radius": "視窗圓角半徑" "Window Corner Radius": "視窗圓角半徑"
}, },
@@ -4493,6 +4722,9 @@
"Workspace Switcher": { "Workspace Switcher": {
"Workspace Switcher": "工作區切換器" "Workspace Switcher": "工作區切換器"
}, },
"Workspace name": {
"Workspace name": ""
},
"Workspaces": { "Workspaces": {
"Workspaces": "工作區" "Workspaces": "工作區"
}, },
@@ -4520,6 +4752,9 @@
"You have unsaved changes. Save before opening a file?": { "You have unsaved changes. Save before opening a file?": {
"You have unsaved changes. Save before opening a file?": "您有未儲存的變更。是否先保存再開檔案?" "You have unsaved changes. Save before opening a file?": "您有未儲存的變更。是否先保存再開檔案?"
}, },
"actions": {
"actions": ""
},
"apps": { "apps": {
"apps": "應用程式" "apps": "應用程式"
}, },
@@ -4529,6 +4764,12 @@
"bar shadow settings card": { "bar shadow settings card": {
"Shadow": "陰影" "Shadow": "陰影"
}, },
"border color": {
"Color": ""
},
"border thickness": {
"Thickness": ""
},
"browse themes button | theme browser header | theme browser window title": { "browse themes button | theme browser header | theme browser window title": {
"Browse Themes": "瀏覽佈景主題" "Browse Themes": "瀏覽佈景主題"
}, },
@@ -4786,6 +5027,21 @@
"installed status": { "installed status": {
"Installed": "已安裝" "Installed": "已安裝"
}, },
"launcher appearance settings": {
"Appearance": ""
},
"launcher border option": {
"Border": ""
},
"launcher footer description": {
"Show mode tabs and keyboard hints at the bottom.": ""
},
"launcher footer visibility": {
"Show Footer": ""
},
"launcher size option": {
"Size": ""
},
"leave empty for default": { "leave empty for default": {
"leave empty for default": "留空以使用預設值" "leave empty for default": "留空以使用預設值"
}, },
@@ -4826,6 +5082,9 @@
"ms": { "ms": {
"ms": "毫秒" "ms": "毫秒"
}, },
"nav": {
"nav": ""
},
"no custom theme file status": { "no custom theme file status": {
"No custom theme file": "無自訂主題檔案" "No custom theme file": "無自訂主題檔案"
}, },
@@ -4882,6 +5141,12 @@
"official": { "official": {
"official": "官方" "official": "官方"
}, },
"open": {
"open": ""
},
"outline color": {
"Outline": ""
},
"plugin browser description": { "plugin browser description": {
"Install plugins from the DMS plugin registry": "從 DMS 外掛登錄檔安裝外掛" "Install plugins from the DMS plugin registry": "從 DMS 外掛登錄檔安裝外掛"
}, },
@@ -4897,6 +5162,9 @@
"plugin search placeholder": { "plugin search placeholder": {
"Search plugins...": "搜尋外掛..." "Search plugins...": "搜尋外掛..."
}, },
"primary color": {
"Primary": ""
},
"process count label in footer": { "process count label in footer": {
"Processes:": "" "Processes:": ""
}, },
@@ -4915,6 +5183,9 @@
"registry theme description": { "registry theme description": {
"Color theme from DMS registry": "來自 DMS 登錄檔的色彩主題" "Color theme from DMS registry": "來自 DMS 登錄檔的色彩主題"
}, },
"secondary color": {
"Secondary": ""
},
"seconds": { "seconds": {
"seconds": "秒" "seconds": "秒"
}, },
@@ -4928,6 +5199,9 @@
"Surface": "表面", "Surface": "表面",
"Text": "文字" "Text": "文字"
}, },
"shadow color option | text color": {
"Text": ""
},
"shadow intensity slider": { "shadow intensity slider": {
"Intensity": "強度" "Intensity": "強度"
}, },
@@ -5007,6 +5281,9 @@
"wallpaper settings external management": { "wallpaper settings external management": {
"External Wallpaper Management": "外部桌布管理" "External Wallpaper Management": "外部桌布管理"
}, },
"weather feels like temperature": {
"Feels Like %1°": ""
},
"wtype not available - install wtype for paste support": { "wtype not available - install wtype for paste support": {
"wtype not available - install wtype for paste support": "wtype 未可用 - 請安裝 wtype 以支援貼上功能" "wtype not available - install wtype for paste support": "wtype 未可用 - 請安裝 wtype 以支援貼上功能"
}, },

View File

@@ -487,6 +487,27 @@
"weather" "weather"
] ]
}, },
{
"section": "padHours12Hour",
"label": "Pad Hours",
"tabIndex": 1,
"category": "Time & Weather",
"keywords": [
"12hour",
"clock",
"date",
"forecast",
"format",
"hours",
"leading",
"pad",
"padding",
"time",
"weather",
"zero"
],
"description": "02:31 PM vs 2:31 PM"
},
{ {
"section": "showSeconds", "section": "showSeconds",
"label": "Show Seconds", "label": "Show Seconds",
@@ -606,6 +627,26 @@
"icon": "cloud", "icon": "cloud",
"description": "Show weather information in top bar and control center" "description": "Show weather information in top bar and control center"
}, },
{
"section": "windSpeedUnit",
"label": "Wind Speed in m/s",
"tabIndex": 1,
"category": "Time & Weather",
"keywords": [
"clock",
"date",
"forecast",
"meters",
"metric",
"second",
"speed",
"time",
"units",
"weather",
"wind"
],
"description": "Use meters per second instead of km/h for wind speed"
},
{ {
"section": "_tab_2", "section": "_tab_2",
"label": "Keyboard Shortcuts", "label": "Keyboard Shortcuts",
@@ -1162,6 +1203,39 @@
"icon": "border_style", "icon": "border_style",
"description": "Add a border around the dock" "description": "Add a border around the dock"
}, },
{
"section": "dockLauncherLogoBrightness",
"label": "Brightness",
"tabIndex": 5,
"category": "Dock",
"keywords": [
"backlight",
"bright",
"brightness",
"color",
"dim",
"dock",
"launcher",
"launcher bar",
"logo",
"taskbar"
]
},
{
"section": "dockLauncherLogoContrast",
"label": "Contrast",
"tabIndex": 5,
"category": "Dock",
"keywords": [
"color",
"contrast",
"dock",
"launcher",
"launcher bar",
"logo",
"taskbar"
]
},
{ {
"section": "_tab_5", "section": "_tab_5",
"label": "Dock & Launcher", "label": "Dock & Launcher",
@@ -1325,6 +1399,25 @@
], ],
"description": "Only show windows from the current monitor on each dock" "description": "Only show windows from the current monitor on each dock"
}, },
{
"section": "dockLauncher",
"label": "Launcher Button",
"tabIndex": 5,
"category": "Dock",
"keywords": [
"app drawer",
"app menu",
"applications",
"apps",
"button",
"dock",
"launcher",
"launcher bar",
"start menu",
"taskbar"
],
"icon": "apps"
},
{ {
"section": "showDock", "section": "showDock",
"label": "Show Dock", "label": "Show Dock",
@@ -1351,6 +1444,25 @@
], ],
"description": "Display a dock with pinned and running applications" "description": "Display a dock with pinned and running applications"
}, },
{
"section": "dockLauncherEnabled",
"label": "Show Launcher Button",
"tabIndex": 5,
"category": "Dock",
"keywords": [
"app drawer",
"app menu",
"applications",
"apps",
"button",
"dock",
"launcher",
"launcher bar",
"show",
"start menu",
"taskbar"
]
},
{ {
"section": "dockOpenOnOverview", "section": "dockOpenOnOverview",
"label": "Show on Overview", "label": "Show on Overview",
@@ -1369,6 +1481,22 @@
"description": "Always show the dock when niri", "description": "Always show the dock when niri",
"conditionKey": "isNiri" "conditionKey": "isNiri"
}, },
{
"section": "dockLauncherLogoSizeOffset",
"label": "Size Offset",
"tabIndex": 5,
"category": "Dock",
"keywords": [
"dock",
"launcher",
"launcher bar",
"logo",
"offset",
"scale",
"size",
"taskbar"
]
},
{ {
"section": "dockSizing", "section": "dockSizing",
"label": "Sizing", "label": "Sizing",
@@ -1705,6 +1833,27 @@
"description": "Auto-close Niri overview when launching apps.", "description": "Auto-close Niri overview when launching apps.",
"conditionKey": "isNiri" "conditionKey": "isNiri"
}, },
{
"section": "pluginVisibility",
"label": "Plugin Visibility",
"tabIndex": 9,
"category": "Launcher",
"keywords": [
"auto-hide",
"autohide",
"drawer",
"hidden",
"hide",
"launcher",
"menu",
"plugin",
"show",
"start",
"visibility",
"visible"
],
"icon": "filter_list"
},
{ {
"section": "recentApps", "section": "recentApps",
"label": "Recently Used Apps", "label": "Recently Used Apps",
@@ -1933,6 +2082,30 @@
], ],
"description": "Hide cursor after inactivity (0 = disabled)" "description": "Hide cursor after inactivity (0 = disabled)"
}, },
{
"section": "automaticColorMode",
"label": "Automatic Color Mode",
"tabIndex": 10,
"category": "Theme & Colors",
"keywords": [
"appearance",
"automatic",
"color",
"colors",
"colour",
"hue",
"look",
"mode",
"schedule",
"scheme",
"style",
"sunrise",
"sunset",
"theme",
"tint"
],
"icon": "schedule"
},
{ {
"section": "niriLayoutBorderSize", "section": "niriLayoutBorderSize",
"label": "Border Size", "label": "Border Size",
@@ -2114,6 +2287,23 @@
], ],
"description": "Show darkened overlay behind modal dialogs" "description": "Show darkened overlay behind modal dialogs"
}, },
{
"section": "matugenTemplateEmacs",
"label": "Emacs",
"tabIndex": 10,
"category": "Theme & Colors",
"keywords": [
"appearance",
"colors",
"emacs",
"look",
"matugen",
"scheme",
"style",
"template",
"theme"
]
},
{ {
"section": "matugenTemplateFirefox", "section": "matugenTemplateFirefox",
"label": "Firefox", "label": "Firefox",
@@ -2933,23 +3123,6 @@
"wezterm" "wezterm"
] ]
}, },
{
"section": "matugenTemplateEmacs",
"label": "Emacs",
"tabIndex": 10,
"category": "Theme & Colors",
"keywords": [
"appearance",
"colors",
"look",
"matugen",
"scheme",
"style",
"template",
"theme",
"emacs"
]
},
{ {
"section": "widgetBackgroundColor", "section": "widgetBackgroundColor",
"label": "Widget Background Color", "label": "Widget Background Color",
@@ -3587,6 +3760,26 @@
], ],
"description": "Turn off all displays immediately when the lock screen activates" "description": "Turn off all displays immediately when the lock screen activates"
}, },
{
"section": "lockScreenShowMediaPlayer",
"label": "Show Media Player",
"tabIndex": 11,
"category": "Lock Screen",
"keywords": [
"audio",
"lock",
"login",
"media",
"mpris",
"music",
"password",
"playback",
"player",
"screen",
"security",
"show"
]
},
{ {
"section": "lockScreenShowPasswordField", "section": "lockScreenShowPasswordField",
"label": "Show Password Field", "label": "Show Password Field",

File diff suppressed because it is too large Load Diff