mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 06:22:50 -05:00
i18n: sync
This commit is contained in:
@@ -174,7 +174,6 @@ Item {
|
||||
settingKey: "dockLauncherEnabled"
|
||||
tags: ["dock", "launcher", "button", "apps"]
|
||||
text: I18n.tr("Show Launcher Button")
|
||||
description: I18n.tr("Add a draggable launcher button to the dock")
|
||||
checked: SettingsData.dockLauncherEnabled
|
||||
onToggled: checked => SettingsData.set("dockLauncherEnabled", checked)
|
||||
}
|
||||
@@ -184,20 +183,12 @@ Item {
|
||||
spacing: Theme.spacingL
|
||||
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 {
|
||||
width: parent.width
|
||||
spacing: Theme.spacingM
|
||||
|
||||
StyledText {
|
||||
text: I18n.tr("Launcher Icon")
|
||||
text: I18n.tr("Icon")
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.surfaceText
|
||||
font.weight: Font.Medium
|
||||
|
||||
@@ -987,8 +987,7 @@ Item {
|
||||
DankToggle {
|
||||
id: themeModeAutoToggle
|
||||
width: parent.width
|
||||
text: I18n.tr("Enable Automatic Switching")
|
||||
description: I18n.tr("Automatically switch between light and dark modes based on time or sunrise/sunset")
|
||||
text: I18n.tr("Automatic Control")
|
||||
checked: SessionData.themeModeAutoEnabled
|
||||
onToggled: checked => {
|
||||
SessionData.setThemeModeAutoEnabled(checked);
|
||||
@@ -1010,7 +1009,6 @@ Item {
|
||||
DankToggle {
|
||||
width: parent.width
|
||||
text: I18n.tr("Share Gamma Control Settings")
|
||||
description: I18n.tr("Use the same time and location settings as gamma control")
|
||||
checked: SessionData.themeModeShareGammaSettings
|
||||
onToggled: checked => {
|
||||
SessionData.setThemeModeShareGammaSettings(checked);
|
||||
@@ -1071,7 +1069,7 @@ Item {
|
||||
|
||||
StyledText {
|
||||
text: ""
|
||||
width: 80
|
||||
width: 50
|
||||
height: 20
|
||||
}
|
||||
|
||||
@@ -1096,10 +1094,10 @@ Item {
|
||||
spacing: Theme.spacingM
|
||||
|
||||
StyledText {
|
||||
text: I18n.tr("Dark Start")
|
||||
text: I18n.tr("Start")
|
||||
font.pixelSize: Theme.fontSizeMedium
|
||||
color: Theme.surfaceText
|
||||
width: 80
|
||||
width: 50
|
||||
height: 40
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
@@ -1138,10 +1136,10 @@ Item {
|
||||
spacing: Theme.spacingM
|
||||
|
||||
StyledText {
|
||||
text: I18n.tr("Light Start")
|
||||
text: I18n.tr("End")
|
||||
font.pixelSize: Theme.fontSizeMedium
|
||||
color: Theme.surfaceText
|
||||
width: 80
|
||||
width: 50
|
||||
height: 40
|
||||
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 {
|
||||
@@ -1196,7 +1185,6 @@ Item {
|
||||
id: themeModeIpLocationToggle
|
||||
width: parent.width
|
||||
text: I18n.tr("Use IP Location")
|
||||
description: I18n.tr("Automatically detect location based on IP address")
|
||||
checked: SessionData.nightModeUseIPLocation || false
|
||||
onToggled: checked => {
|
||||
SessionData.setNightModeUseIPLocation(checked);
|
||||
@@ -1275,7 +1263,7 @@ Item {
|
||||
}
|
||||
|
||||
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
|
||||
color: Theme.surfaceVariantText
|
||||
width: parent.width
|
||||
@@ -1283,16 +1271,6 @@ Item {
|
||||
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 {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "Identidad anónima (opcional)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "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"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Las aplicaciones son ordenadas por frecuencia de uso, luego por último utilizado, y luego alfabéticamente."
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"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."
|
||||
},
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "Conexión automática activada"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"Automatic Control": {
|
||||
"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": "Bloquear pantalla cuando el sistema se vaya a suspender"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "Disponible"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "Explorar Complementos"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": "CUPS no esta disponibl"
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "Cámara"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "Elegir color"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock Launcher Logo Color": ""
|
||||
},
|
||||
"Choose Launcher Logo Color": {
|
||||
"Choose Launcher Logo Color": "Elegir Color del Icono en el Lanzador"
|
||||
},
|
||||
@@ -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.": "Escoger en cuál monitor se muestra la interfaz de la pantalla de bloqueo. Otros mostrarán un color sólido para proteger las pantallas OLED contra quemaduras."
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": "Cifrado"
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "Cerrar"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Cerrar vista general al iniciar"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "Color"
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"Color temperature for night mode": {
|
||||
"Color temperature for night mode": "Temperatura de color para el modo nocturno"
|
||||
},
|
||||
"Color theme for syntax highlighting.": {
|
||||
"Color theme for syntax highlighting.": ""
|
||||
},
|
||||
"Color theme for syntax highlighting. %1 themes available.": {
|
||||
"Color theme for syntax highlighting. %1 themes available.": ""
|
||||
},
|
||||
"Colorful mix of bright contrasting accents.": {
|
||||
"Colorful mix of bright contrasting accents.": "Colores vivos con contrastes luminosos."
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "Comando"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "Comunicación"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"Control currently playing media": {
|
||||
"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": "Controle los espacios de trabajo y las columnas desplazándose por la barra"
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "Copiar Nombre del Proceso"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "Radio de la esquina"
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": "Espacio entre bordes"
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "Educación"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "Mostrar campo de contraseña"
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "Ingresar texto a buscar"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "Error"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": "Exponencial"
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: Accionar • F10: Ayudar"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"File Information": {
|
||||
"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": "Archivos"
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "Salud"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": ""
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": ""
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": "Ocultar Retardo"
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "Dirección IP:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "Tamaño de icono"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "Incluir transiciones"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": "Plugins incompatibles cargados"
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": "Dispositivo LED"
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "Usado hace %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "Lanzador"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "Icono del lanzador"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "Cargando complementos..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "Cargando..."
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "Sin adaptadores"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": "Sin bateria"
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "Archivos no encontrados"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "No hay nada añadido todavía"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "No se encontraron atajos"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "Sin coincidencias"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "No hay complementos encontrados"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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 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": "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": "Abrir barra de búsqueda para encontrar texto"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "PIN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "Relleno"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"Pinned": {
|
||||
"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.": "Pon aquí el directorio de complementos. Cada complemento debe tener un archivo plugin.json adjunto."
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"Plugin Management": {
|
||||
"Plugin Management": "Gestión de complementos"
|
||||
},
|
||||
"Plugin Visibility": {
|
||||
"Plugin Visibility": ""
|
||||
},
|
||||
"Plugin is disabled - enable in Plugins settings to use": {
|
||||
"Plugin is disabled - enable in Plugins settings to use": "Complemento desactivado – actívalo en los ajustes de complementos"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "Evitar que la pantalla se apague por inactividad"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "Primario"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "Eliminar espacios y bordes cuando las ventanas estan maximizadas"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": ""
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"Scrolling": {
|
||||
"Scrolling": "Desplazamiento"
|
||||
},
|
||||
"Search App Actions": {
|
||||
"Search App Actions": ""
|
||||
},
|
||||
"Search Options": {
|
||||
"Search Options": ""
|
||||
},
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": "Seguridad"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "Seleccionar una aplicación"
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": "Configurar"
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "Shell"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Borrar todo • Esc: Cerrar "
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: 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"
|
||||
},
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": ""
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "Mostrar números de líneas"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": "Redimensionamiento"
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": "Autenticación con tarjeta inteligente"
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "Transparencia"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "Tipo"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": ""
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "Tipografía"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"Use light theme instead of dark theme": {
|
||||
"Use light theme instead of dark theme": "Usar tema claro en lugar del tema oscuro"
|
||||
},
|
||||
"Use meters per second instead of km/h for wind speed": {
|
||||
"Use meters per second instead of km/h for wind speed": ""
|
||||
},
|
||||
"Use smaller notification cards": {
|
||||
"Use smaller notification cards": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"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.": "Usar las horas de amanecer/anochecer para ajustar automáticamente el modo noche basándose en tu localización."
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "Utilidades"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "Velocidad del viento"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "Radio de la esquina de la ventana"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "Espacios de trabajo"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"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?": "Tienes cambios sin guardar. ¿Guardar antes de abrir otro archivo?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": "apps"
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": ""
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": "Busqueda de temas"
|
||||
},
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": "deja vacio para valor por defecto"
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": "ms"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": "Ningún archivo de tema personalizado"
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "oficial"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": "Instalar plugins desde el registro de plugins de DMS"
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": "Buscar complementos..."
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": "Tema de color del registro DMS"
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "segundos"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "",
|
||||
"Text": ""
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": ""
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external management": {
|
||||
"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 no disponible - instala wtype para soporte de pegado"
|
||||
},
|
||||
|
||||
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "هویت ناشناس (اختیاری)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای زمان فعال شدن آن استفاده کنید."
|
||||
},
|
||||
"Apps": {
|
||||
"Apps": ""
|
||||
},
|
||||
"Apps Dock": {
|
||||
"Apps Dock": ""
|
||||
},
|
||||
"Apps Icon": {
|
||||
"Apps Icon": "آیکون برنامهها"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "برنامهها بر اساس دفعات استفاده، سپس آخرین استفاده و در نهایت بر اساس حروف الفبا مرتب شدهاند."
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"Arrange displays and configure resolution, refresh rate, and VRR": {
|
||||
"Arrange displays and configure resolution, refresh rate, and VRR": "چیدمان نمایشگرها و پیکربندی وضوح، نرخ تازهسازی و VRR"
|
||||
},
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "اتصال خودکار فعال"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"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": "قفل خودکار صفحه هنگام آمادهشدن سیستم برای تعلیق"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "در دسترس"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "مرور افزونهها"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": "CUPS در دسترس نیست"
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "دوربین"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "انتخاب رنگ"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock 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.": "انتخاب کنید که کدام مانیتور رابط صفحه قفل را نشان دهد. مانیتورهای دیگر برای محافظت در برابر سوختگی OLED، رنگ ثابتی را نمایش میدهند."
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": "رمزگذار"
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "بستن"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "بستن نمای کلی هنگام اجرا"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "رنگ"
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"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.": "ترکیب رنگارنگ از رنگهای تأکیدی متضاد."
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "دستور"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "ارتباطات"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"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": "کنترل workspaceها و ستونها با اسکرول روی نوار"
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "کپی نام فرایند"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "شعاع گوشه"
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": "فاصله لبه"
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "آموزش"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "نمایش فیلد گذرواژه"
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "یک عبارت جستجو وارد کنید"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "خطا"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": "نمایی"
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: تغییر حالت • F10: راهنما"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"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": "فایلها"
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "سلامت"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": ""
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": ""
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": "تأخیر پنهانشدن"
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "آدرس IP:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "اندازه آیکون"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "اضافهکردن گذارها"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": "افزونههای ناسازگار بارگذاری شدهاند"
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": "دستگاه LED"
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "آخرین اجرا %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "لانچر"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "لوگوی دکمه لانچر"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "آمادهسازی افزونهها..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "درحال بارگذاری..."
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "آداپتوری یافت نشد"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": "بدون باتری"
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "هیچ فایلی یافت نشد"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "هنوز آیتمی اضافه نشده"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "هیچ کلید میانبری یافت نشد"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "موردی پیدا نشد"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "افزونهای یافت نشد"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": "هیچ گونهی دیگری ایجاد نشد. برای ایجاد یک ابزارک مانیتور جدید، روی افزودن کلیک کنید."
|
||||
},
|
||||
@@ -2880,6 +3028,12 @@
|
||||
"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": "بازکردن نوار جستجو برای یافتن متن"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "PIN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "فاصله درونی"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"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.": "دایرکتوری افزونهها را اینجا قرار دهید. هر افزونه باید فایل مشخصات plugins.json داشته باشد."
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"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": "افزونه غیرفعال است - برای استفاده آن را در تنظیمات افزونهها فعال کنید"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "جلوگیری از خاموششدن صفحه"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "اصلی"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "حذف فاصلهها و حاشیه هنگام بزرگکردن پنجرهها"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": ""
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"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.": ""
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": "امنیت"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "انتخاب برنامه"
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": "راهاندازی"
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "شِل"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: پاککردن همه • Esc: بستن"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: الصاق • Shift+Del: پاککردن همه • Esc: بستن"
|
||||
},
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": "نمایش رطوبت"
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "نمایش شماره خطوط"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": "اندازهدهی"
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": "احراز هویت با کارت هوشمند"
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "شفافیت"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "نوع"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": ""
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "تایپوگرافی"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"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": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"Username": "نام کاربری"
|
||||
},
|
||||
"Uses sunrise/sunset times based on your location.": {
|
||||
"Uses sunrise/sunset times based on your location.": ""
|
||||
},
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "از زمان طلوع/غروب خورشید برای تنظیم خودکار حالت شب بر اساس موقعیت مکانی شما استفاده میکند."
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "برنامههای کمکی"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "سرعت باد"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "شعاع گوشه پنجرهها"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "تغییردهنده workspace"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"Workspaces": "Workspaceها"
|
||||
},
|
||||
@@ -4520,6 +4752,9 @@
|
||||
"You have unsaved changes. Save before opening a file?": {
|
||||
"You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده دارید. پیش از باز کردن فایل، ذخیره شوند؟"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": "برنامه"
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": ""
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": "مرور تمها"
|
||||
},
|
||||
@@ -4696,7 +4937,7 @@
|
||||
},
|
||||
"greeter feature card title": {
|
||||
"App Theming": "تم برنامه",
|
||||
"Control Center": "",
|
||||
"Control Center": "مرکز کنترل",
|
||||
"Display Control": "کنترل نمایشگر",
|
||||
"Dynamic Theming": "",
|
||||
"Multi-Monitor": "چند مانیتوره",
|
||||
@@ -4722,7 +4963,7 @@
|
||||
"niri shortcuts config": "پیکربندی میانبرهای نیری"
|
||||
},
|
||||
"greeter keybinds section header": {
|
||||
"DMS Shortcuts": ""
|
||||
"DMS Shortcuts": "میانبرهای DMS"
|
||||
},
|
||||
"greeter modal window title": {
|
||||
"Welcome": "خوش آمدید"
|
||||
@@ -4766,7 +5007,7 @@
|
||||
"Features": "ویژگیها"
|
||||
},
|
||||
"greeter welcome page tagline": {
|
||||
"A modern desktop shell for Wayland compositors": ""
|
||||
"A modern desktop shell for Wayland compositors": "یک پوسته دسکتاپ مدرن برای کامپازیتورهای وِیلند"
|
||||
},
|
||||
"greeter welcome page title": {
|
||||
"Welcome to DankMaterialShell": "به DankMaterialShell خوش آمدید"
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": "برای پیشفرض خالی رها کنید"
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": "ms"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": "هیچ تم سفارشی یافت نشد"
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "رسمی"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": "نصب افزونهها از مخزن افزونه DMS"
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": "جستجوی افزونهها..."
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": "رنگ تم از مخزن DMS"
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "ثانیه"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "",
|
||||
"Text": ""
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": ""
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external 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 در دسترس نیست - wtype را برای پشتیبانی از الصاق نصب کنید"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "זהות אנונימית (אופציונלי)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"App ID Substitutions": {
|
||||
"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.": "הגדרת טמפרטורת צבע חמה כדי להפחית מאמץ בעיניים. השתמש/י בהגדרות האוטומציה למטה כדי לשלוט מתי ההגדרה מופעלת."
|
||||
},
|
||||
"Apps": {
|
||||
"Apps": ""
|
||||
},
|
||||
"Apps Dock": {
|
||||
"Apps Dock": ""
|
||||
},
|
||||
"Apps Icon": {
|
||||
"Apps Icon": "סמל אפליקציות"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "האפליקציות ממוינות לפי תדירות השימוש, אחר כך לפי שימוש אחרון ולבסוף לפי סדר אלפביתי."
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"Arrange displays and configure resolution, refresh rate, and VRR": {
|
||||
"Arrange displays and configure resolution, refresh rate, and VRR": "סדר/י מסכים והגדר/י רזולוציה, קצב רענון וVRR"
|
||||
},
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "התחברות אוטומטית מופעלת"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"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": "נעילה אוטומטית של המסך כשהמערכת מתכוננת למצב השהיה"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "זמין"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "עיון בתוספים"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": "CUPS אינו זמין"
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "מצלמה"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "בחר/י צבע"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock 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.": "בחר/י איזה מסך מציג את ממשק מסך הנעילה. מסכים אחרים יציגו צבע אחיד להגנה מפני צריבת OLED."
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": "צופן"
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "סגירה"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "סגור/י את הסקירה בעת הפעלה"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "צבע"
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"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.": "שילוב צבעוני של דגשים מנוגדים ובהירים."
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "פקודה"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "תקשורת"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"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": "שלוט/י בסביבות העבודה ועמודות באמצעות גלילה על הסרגל"
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "העתק/י שם תהליך"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "רדיוס פינות"
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": "ריווח קצוות"
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "חינוך"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "הצג/י שדה סיסמה"
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "הזן/י שאילתת חיפוש"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "שגיאה"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": "אקספוננציאלי"
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: החלפה • F10: עזרה"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"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": "קבצים"
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "בריאות"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": "מוסתר"
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": "רשת מוסתרת"
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": "עיכוב הסתרה"
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "כתובת IP:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "גודל סמל"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "כלול/כללי מעברים"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": "נטענו תוספים לא תואמים"
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": "התקן LED"
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "ההפעלה האחרונה הייתה %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "משגר"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "סמל כפתור המשגר"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "טוען תוספים..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "טוען..."
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "אין מתאמים"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": "אין סוללה"
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "לא נמצאו קבצים"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "לא נוספו פריטים עדיין"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "לא נמצאו קיצורי מקלדת"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "אין התאמות"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "לא נמצאו תוספים"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": "לא נוצרו גרסאות. לחץ/י על הוספה כדי ליצור ווידג׳ט תצוגה חדש."
|
||||
},
|
||||
@@ -2880,6 +3028,12 @@
|
||||
"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": "פתח/י שורת חיפוש כדי למצוא טקסט"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "קוד PIN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "ריווח פנימי"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"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.": "מקם/י כאן את תיקיות התוספים. לכל תוסף צריך להיות קובץ מניפסט בשם plugin.json."
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"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": "התוסף מושבת – הפעל/י אותו בהגדרות התוספים כדי להשתמש בו"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "מנע/י כיבוי מסך אוטומטי"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "ראשי"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "הסר/י רווחים ומסגרת כאשר חלונות ממוקסמים"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": "חזרה"
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"Scrolling": {
|
||||
"Scrolling": "גלילה"
|
||||
},
|
||||
"Search App Actions": {
|
||||
"Search App Actions": ""
|
||||
},
|
||||
"Search Options": {
|
||||
"Search Options": ""
|
||||
},
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "חפש/י לפי צירוף מקשים, תיאור או שם פעולה.\\n\\nפעולת ברירת המחדל מעתיקה את קיצור המקלדת ללוח ההעתקה.\\nלחץ/י לחיצה ימנית או לחץ/י על חץ ימינה כדי להצמיד קיצורים בשימוש תכוף - הם יופיעו בראש הרשימה כשלא מתבצע חיפוש."
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": "אבטחה"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "בחר/י אפליקציה"
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": "התקנה"
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "מעטפת"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: ניקוי הכל • Esc: סגירה"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter: הדבקה • Shift+Del: ניקוי הכל • Esc: סגירה"
|
||||
},
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": "הצג/י לחות"
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "הצג/י מספרי שורות"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": "גודל"
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": "אימות עם כרטיס חכם"
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "שקיפות"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": "מפעיל"
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "סוג"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": "הקלד/י קידומת זו לחיפוש קיצורי מקלדת"
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "טיפוגרפיה"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"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": "השתמש/י בכרטיסי התראות קטנים יותר"
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"Username": "שם משתמש"
|
||||
},
|
||||
"Uses sunrise/sunset times based on your location.": {
|
||||
"Uses sunrise/sunset times based on your location.": ""
|
||||
},
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "משתמש בזמני זריחה/שקיעה כדי לכוונן אוטומטית את מצב הלילה (גאמה) לפי המיקום שלך."
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "כלי עזר"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "מהירות הרוח"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "רדיוס הפינות של החלון"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "מחליף סביבות העבודה"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"Workspaces": "סביבות עבודה"
|
||||
},
|
||||
@@ -4520,6 +4752,9 @@
|
||||
"You have unsaved changes. Save before opening a file?": {
|
||||
"You have unsaved changes. Save before opening a file?": "יש לך שינויים שלא נשמרו. האם ברצונך לשמור לפני פתיחת קובץ?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": "אפליקציות"
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": "צל"
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": "עיין/י בערכות נושא"
|
||||
},
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": "השאר/י ריק לברירת מחדל"
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": "מילישניות"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": "אין קובץ ערכת נושא מותאמת אישית"
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "רשמי"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": "התקן/י תוספים ממאגר התוספים של DMS"
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": "חפש/י תוספים..."
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": "ערכת צבעים מהמאגר של DMS"
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "שניות"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "משטח",
|
||||
"Text": "טקסט"
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": "עוצמה"
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external 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 אינו זמין - התקן/י את wtype כדי לאפשר תמיכה בהדבקה"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "匿名 ID (オプション)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。"
|
||||
},
|
||||
"Apps": {
|
||||
"Apps": ""
|
||||
},
|
||||
"Apps Dock": {
|
||||
"Apps Dock": ""
|
||||
},
|
||||
"Apps Icon": {
|
||||
"Apps Icon": "アプリアイコン"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "アプリは使用頻度、最終使用日、アルファベット順の優先順位で並べられています。"
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"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": "自動接続が有効"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"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": "システムが一時停止の準備中に自動的に画面をロック"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "利用可能"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "ブラウズプラグイン"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": ""
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "カメラ"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "色を選んでください"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock 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.": ""
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": ""
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "閉じる"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "起動中のときに概要を閉じる"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": ""
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"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.": "明るいコントラストのアクセントのカラフルなミックス。"
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": ""
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "コミュニケーション"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"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": ""
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "プロセス名をコピー"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": ""
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "教育"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"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": {
|
||||
"Show Password Field": ""
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "検索クエリを入力してください"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "エラー"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": ""
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: 切り替え • F10: ヘルプ"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"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": ""
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "色相/彩度/輝度"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "健康"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": ""
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": ""
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": ""
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "アイコンサイズ"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "トランジションを含める"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": ""
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": ""
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "最終起動日 %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "ランチャー"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "ランチャーのボタンロゴ"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "プラグインを読み込んでいます..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": ""
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": ""
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": ""
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "ファイルが見つかりませんでした"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "まだアイテムが追加されていません"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": ""
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "一致するものはありません"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "プラグインが見つかりませんでした"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": ""
|
||||
},
|
||||
@@ -2880,6 +3028,12 @@
|
||||
"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": "検索バーを開いてテキストを検索"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": ""
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "パディング"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"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.": "プラグインディレクトリをここに配置します。各プラグインには plugin.json マニフェストファイルが必要です。"
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"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": "プラグインは無効です - 使用するにはプラグイン設定で有効にしてください"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "画面のタイムアウトを防止"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "プライマリー"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": ""
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": ""
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"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.": ""
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": ""
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": ""
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": ""
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": ""
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: すべてクリア • Esc: 閉じる"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: 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 Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "行番号を表示"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": ""
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": ""
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": ""
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": ""
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": ""
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": ""
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"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": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"Username": "ユーザー名"
|
||||
},
|
||||
"Uses sunrise/sunset times based on your location.": {
|
||||
"Uses sunrise/sunset times based on your location.": ""
|
||||
},
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "あなたの位置情報に基づいて、日の出と日の入りの時間を使ってナイトモードを自動調整します。"
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "ユーティリティ"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": ""
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": ""
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "ワークスペーススイッチャー"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"Workspaces": ""
|
||||
},
|
||||
@@ -4520,6 +4752,9 @@
|
||||
"You have unsaved changes. Save before opening a file?": {
|
||||
"You have unsaved changes. Save before opening a file?": "保存されていない変更があります。ファイルを開く前に保存しますか?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": ""
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": ""
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": ""
|
||||
},
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": ""
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": ""
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": ""
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "公式"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": ""
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": ""
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": ""
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": ""
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "",
|
||||
"Text": ""
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": ""
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external 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": ""
|
||||
},
|
||||
|
||||
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "Tożsamość anonimowa (opcjonalnie)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "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": "Ikona aplikacji"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Aplikacje są uporządkowane według częstotliwości użytkowania, następnie według daty ostatniego użycia, a następnie alfabetycznie."
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"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"
|
||||
},
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "Automatyczne łączenie włączone"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"Automatic Control": {
|
||||
"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": "Automatycznie blokuj ekran, gdy system przygotowuje się do wstrzymania"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "Dostępny"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "Przeglądaj Wtyczki"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": "CUPS niedostępne"
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "Kamera"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "Wybierz kolor"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock Launcher Logo Color": ""
|
||||
},
|
||||
"Choose Launcher Logo Color": {
|
||||
"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.": "Wybierz monitor, na którym będzie wyświetlany interfejs ekranu blokady. Inne monitory będą wyświetlać jednolity kolor, aby chronić ekran OLED przed wypaleniem."
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": "Szyfr"
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "Zamknij"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Zamknij podgląd przy uruchomieniu"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "Kolor"
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"Color temperature for night mode": {
|
||||
"Color temperature for night mode": "Temperatura barwowa dla trybu nocnego"
|
||||
},
|
||||
"Color theme for syntax highlighting.": {
|
||||
"Color theme for syntax highlighting.": ""
|
||||
},
|
||||
"Color theme for syntax highlighting. %1 themes available.": {
|
||||
"Color theme for syntax highlighting. %1 themes available.": ""
|
||||
},
|
||||
"Colorful mix of bright contrasting accents.": {
|
||||
"Colorful mix of bright contrasting accents.": "Kolorowa mieszanka jasnych kontrastujących akcentów."
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "Rozkaz"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "Komunikacja"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"Control currently playing media": {
|
||||
"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": "Steruj obszarami roboczymi i kolumnami poprzez przewijanie na pasku"
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "Kopiuj nazwę procesu"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "Promień narożnika"
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": "Odstępy między krawędziami"
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "Edukacja"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "Pokaż pole hasła"
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "Wpisz zapytanie wyszukiwania"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "Błąd"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": "Wykładniczy"
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: Przełącz • F10: Pomoc"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"File Information": {
|
||||
"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": "Akta"
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "Stan"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": ""
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": ""
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": "Ukryj opóźnienie"
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "Adres IP:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "Rozmiar ikony"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "Uwzględnij przejścia"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": "Załadowano niekompatybilne pluginy"
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": "Urządzenie LED"
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "Ostatnio uruchomiony %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "Program uruchamiający"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "Logo przycisku programu uruchamiającego"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "Ładowanie wtyczek..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "Wczytywanie..."
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "Brak adapterów"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": "Brak baterii"
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "Nie znaleziono plików"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "Nie dodano jeszcze żadnych elementów"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "Nie znaleziono skrótów klawiszowych"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "Brak wyników"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "Nie znaleziono wtyczek"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": "Nie stworzono wariantów. Kliknij Dodaj by stworzyć nowy widżet monitora."
|
||||
},
|
||||
@@ -2880,6 +3028,12 @@
|
||||
"Open Notepad File": {
|
||||
"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": "Otwórz pasek wyszukiwania, aby znaleźć tekst"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "PIN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "Dopełnienie"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"Pinned": {
|
||||
"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.": "Umieść tutaj katalogi wtyczek. Każda wtyczka powinna zawierać plik manifestu plugin.json."
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"Plugin Management": {
|
||||
"Plugin Management": "Zarządzenie Wtyczkami"
|
||||
},
|
||||
"Plugin Visibility": {
|
||||
"Plugin Visibility": ""
|
||||
},
|
||||
"Plugin is disabled - enable in Plugins settings to use": {
|
||||
"Plugin is disabled - enable in Plugins settings to use": "Wtyczka jest wyłączona – włącz ją w ustawieniach Wtyczek, aby jej używać"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "Zapobiegaj wygaszaniu ekranu"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "Główny"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "Usuń odstępy i ramkę gdy okna są zmaksymalizowane"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": ""
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"Scrolling": {
|
||||
"Scrolling": "Przewijanie"
|
||||
},
|
||||
"Search App Actions": {
|
||||
"Search App Actions": ""
|
||||
},
|
||||
"Search Options": {
|
||||
"Search Options": ""
|
||||
},
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": "Bezpieczeństwo"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "Wybierz aplikację"
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": "Konfiguruj"
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "Powłoka"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Wyczyść wszystko • Esc: Zamknij"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: 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"
|
||||
},
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": ""
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "Pokaż numery wierszy"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": "Rozmiarowanie"
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": ""
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "Przezroczystość"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "Typ"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": ""
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "Typografia"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"Use light theme instead of dark theme": {
|
||||
"Use light theme instead of dark theme": "Użyj jasnego motywu zamiast ciemnego"
|
||||
},
|
||||
"Use meters per second instead of km/h for wind speed": {
|
||||
"Use meters per second instead of km/h for wind speed": ""
|
||||
},
|
||||
"Use smaller notification cards": {
|
||||
"Use smaller notification cards": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"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.": "Używa czasów wschodu/zachodu słońca do automatycznego dostosowywania trybu nocnego na podstawie Twojej lokalizacji."
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "Narzędzia"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "Prędkość wiatru"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "Promień Narożnika Okna"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "Przełącznik obszarów roboczych"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"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?": "Masz niezapisane zmiany. Zapisać przed otwarciem pliku?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": "aplikacje"
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": ""
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": "Przeglądaj Motywy"
|
||||
},
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": "pozostaw puste dla domyślnej wartości"
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": "ms"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": "Brak niestandardowego pliku motywu"
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "oficjalny"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": "Instaluj wtyczki z rejestru DMS"
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": "Szukaj wtyczek..."
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": "Motyw z rejestru DMS"
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "towary drugiej jakości"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "",
|
||||
"Text": ""
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": ""
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external management": {
|
||||
"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 niedostępny - zainstaluj wtype dla wsparcia wklejania"
|
||||
},
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"10 seconds": "10 segundos"
|
||||
},
|
||||
"10-bit Color": {
|
||||
"10-bit Color": ""
|
||||
"10-bit Color": "Cor de 10-bit"
|
||||
},
|
||||
"14 days": {
|
||||
"14 days": "14 dias"
|
||||
@@ -177,7 +177,7 @@
|
||||
"Active": "Ativa"
|
||||
},
|
||||
"Active Lock Screen Monitor": {
|
||||
"Active Lock Screen Monitor": ""
|
||||
"Active Lock Screen Monitor": "Monitor de Tela de Bloqueio Atual"
|
||||
},
|
||||
"Active: %1": {
|
||||
"Active: %1": ""
|
||||
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "Identidade Anônima (opcional)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "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": "Ícones de Apps"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Os aplicativos são ordenados por frequência de uso, mais recentes, e por último, alfabéticamente."
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"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 Switch": {
|
||||
"Audio Output Switch": ""
|
||||
"Audio Output Switch": "Seletor de Saída de Áudio"
|
||||
},
|
||||
"Audio Visualizer": {
|
||||
"Audio Visualizer": "Visualizador de Áudio"
|
||||
@@ -384,7 +396,7 @@
|
||||
"Auto Popup Gaps": "Espaçamento Automático de Popup"
|
||||
},
|
||||
"Auto-Clear After": {
|
||||
"Auto-Clear After": ""
|
||||
"Auto-Clear After": "Auto-Limpeza Depois"
|
||||
},
|
||||
"Auto-Hide Timeout": {
|
||||
"Auto-Hide Timeout": ""
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "Conexão automática ativada"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"Automatic Control": {
|
||||
"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 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": "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": "Bloquear tela automaticamente quando o sistema é preparado para suspensão"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "Disponível"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "Navegar por Plugins"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": ""
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "Câmera"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "Escolha a Cor"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock Launcher Logo Color": ""
|
||||
},
|
||||
"Choose Launcher Logo Color": {
|
||||
"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 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": "Cifra"
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "Fechar"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Fechar Overview ao Lançar Aplicativos"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "Cor"
|
||||
},
|
||||
@@ -795,7 +834,7 @@
|
||||
"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": "Cor aparente nos monitores sem tela de bloqueio"
|
||||
},
|
||||
"Color temperature for day time": {
|
||||
"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": "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.": "Mistura colorida de destaques de cor brilhantes e contrastantes."
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "Comando"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "Comunicação"
|
||||
},
|
||||
@@ -905,11 +953,14 @@
|
||||
"Control currently playing media": {
|
||||
"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": ""
|
||||
},
|
||||
"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": "Tempo de espera"
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "Copiar Nome do Processo"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "Arredondamento"
|
||||
},
|
||||
@@ -1011,7 +1074,7 @@
|
||||
"Custom Location": "Customizar Localização"
|
||||
},
|
||||
"Custom Lock Command": {
|
||||
"Custom Lock Command": ""
|
||||
"Custom Lock Command": "Comando de Bloqueio Personalizado"
|
||||
},
|
||||
"Custom Logout Command": {
|
||||
"Custom Logout Command": "Comando Personalizado Para Sair"
|
||||
@@ -1083,7 +1146,7 @@
|
||||
"DankSearch not available": "DankSearch não disponível"
|
||||
},
|
||||
"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": "Modo Escuro"
|
||||
@@ -1107,7 +1170,7 @@
|
||||
"Day Temperature": "Temperatura Diurna"
|
||||
},
|
||||
"Daytime": {
|
||||
"Daytime": ""
|
||||
"Daytime": "Hora do dia"
|
||||
},
|
||||
"Deck": {
|
||||
"Deck": "Deck"
|
||||
@@ -1305,7 +1368,7 @@
|
||||
"Dock Visibility": "Visibilidade do Dock"
|
||||
},
|
||||
"Docs": {
|
||||
"Docs": ""
|
||||
"Docs": "Documentos"
|
||||
},
|
||||
"Domain (optional)": {
|
||||
"Domain (optional)": "Domínio (opcional)"
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": ""
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "Educação"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "Mostrar Campo de Senha"
|
||||
},
|
||||
@@ -1404,10 +1473,10 @@
|
||||
"Show System Date": "Mostrar Data do Sistema"
|
||||
},
|
||||
"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": {
|
||||
"Show System Time": ""
|
||||
"Show System Time": "Exibir Hora do Sistema"
|
||||
},
|
||||
"Enabled": {
|
||||
"Enabled": "Ativado"
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "Entre uma consulta de pesquisa"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "Erro"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": ""
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: Ativar • F10: Ajuda"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"File Information": {
|
||||
"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": "Arquivos"
|
||||
},
|
||||
@@ -1683,7 +1764,7 @@
|
||||
"Find in note...": "Procurar na nota..."
|
||||
},
|
||||
"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": "Configuração Inicial"
|
||||
@@ -1803,7 +1884,7 @@
|
||||
"device": ""
|
||||
},
|
||||
"GitHub": {
|
||||
"GitHub": ""
|
||||
"GitHub": "GitHub"
|
||||
},
|
||||
"Golden Hour": {
|
||||
"Golden Hour": "Hora Dourada"
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "Saúde"
|
||||
},
|
||||
@@ -1886,11 +1970,20 @@
|
||||
"Hidden": {
|
||||
"Hidden": ""
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": ""
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": ""
|
||||
"Hide Delay": "Ocultar atraso"
|
||||
},
|
||||
"Hide When Typing": {
|
||||
"Hide When Typing": "Ocultar ao Digitar"
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "Endereço IP:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "Tamanho do Ícone"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"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": ""
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2260,11 +2375,17 @@
|
||||
"Kill Process": "Matar Processo"
|
||||
},
|
||||
"Ko-fi": {
|
||||
"Ko-fi": ""
|
||||
"Ko-fi": "Ko-fi"
|
||||
},
|
||||
"LED device": {
|
||||
"LED device": ""
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "Lançado pela última vez em %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "Lançador"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "Logo do botão do Lançador"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "Carregando plugins..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "Carregando..."
|
||||
},
|
||||
@@ -2353,7 +2480,7 @@
|
||||
"Lock Screen": "Tela de Bloqueio"
|
||||
},
|
||||
"Lock Screen Display": {
|
||||
"Lock Screen Display": ""
|
||||
"Lock Screen Display": "Exibição da Tela de Boqueio"
|
||||
},
|
||||
"Lock Screen Format": {
|
||||
"Lock Screen Format": "Formato da Tela de Bloqueio"
|
||||
@@ -2377,7 +2504,7 @@
|
||||
"Log Out": "Sair"
|
||||
},
|
||||
"Long": {
|
||||
"Long": ""
|
||||
"Long": "Longo"
|
||||
},
|
||||
"Long Text": {
|
||||
"Long Text": "Longo Texto"
|
||||
@@ -2494,7 +2621,7 @@
|
||||
"Media Needed": "Papel Necessário"
|
||||
},
|
||||
"Media Player": {
|
||||
"Media Player": ""
|
||||
"Media Player": "Reprodutor de Mídia"
|
||||
},
|
||||
"Media Player Settings": {
|
||||
"Media Player Settings": "Configurações do Reprodutor de Mídia"
|
||||
@@ -2503,10 +2630,10 @@
|
||||
"Media Players (": "Reprodutores de Mídia("
|
||||
},
|
||||
"Media Volume": {
|
||||
"Media Volume": ""
|
||||
"Media Volume": "Volume de Mídia"
|
||||
},
|
||||
"Medium": {
|
||||
"Medium": ""
|
||||
"Medium": "Médio"
|
||||
},
|
||||
"Memory": {
|
||||
"Memory": "Memória"
|
||||
@@ -2524,7 +2651,7 @@
|
||||
"Microphone": "Microfone"
|
||||
},
|
||||
"Microphone Mute": {
|
||||
"Microphone Mute": ""
|
||||
"Microphone Mute": "Mutar Microfone"
|
||||
},
|
||||
"Microphone Volume": {
|
||||
"Microphone Volume": ""
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "Sem adaptadores"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": ""
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "Nenhum arquivo encontrado"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "Nenhum item adicionado"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "Nenhum atalho encontrado"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "Nenhuma correspondência"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "Nenhum plugin encontrado"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": ""
|
||||
},
|
||||
@@ -2880,6 +3028,12 @@
|
||||
"Open Notepad File": {
|
||||
"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": "Abrir barra de pesquisa e encontrar texto"
|
||||
},
|
||||
@@ -2914,7 +3068,7 @@
|
||||
"Outputs Include Missing": ""
|
||||
},
|
||||
"Overridden by config": {
|
||||
"Overridden by config": ""
|
||||
"Overridden by config": "Substituído pela config"
|
||||
},
|
||||
"Override": {
|
||||
"Override": "Sobrescrever"
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "PIN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "Preenchimento"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"Pinned": {
|
||||
"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.": "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": "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 está desativado - ative em configurações de Plugins para usar"
|
||||
},
|
||||
@@ -3067,7 +3230,7 @@
|
||||
"Position": "Posição"
|
||||
},
|
||||
"Possible Override Conflicts": {
|
||||
"Possible Override Conflicts": ""
|
||||
"Possible Override Conflicts": "Possíveis Conflitos de Sobrescrita"
|
||||
},
|
||||
"Power": {
|
||||
"Power": "Energia"
|
||||
@@ -3076,7 +3239,7 @@
|
||||
"Power & Security": "Energia & Segurança"
|
||||
},
|
||||
"Power & Sleep": {
|
||||
"Power & Sleep": ""
|
||||
"Power & Sleep": "Energia & Suspensão"
|
||||
},
|
||||
"Power Action Confirmation": {
|
||||
"Power Action Confirmation": "Confirmação de Ação de Energia"
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "Impedir suspensão da tela"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "Primário"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "Remover espaçámentos e borda quando janelas estão maximizadas"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": ""
|
||||
},
|
||||
@@ -3379,7 +3551,7 @@
|
||||
"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": "Ajuste todos os tamanhos de fonte em todo o shell"
|
||||
},
|
||||
"Scan": {
|
||||
"Scan": "Escanear"
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"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.": ""
|
||||
},
|
||||
@@ -3456,11 +3634,14 @@
|
||||
"Security": {
|
||||
"Security": "Segurança"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "Selecionar Aplicação"
|
||||
},
|
||||
"Select Bar": {
|
||||
"Select Bar": ""
|
||||
"Select Bar": "Selecionar Barra"
|
||||
},
|
||||
"Select Launcher Logo": {
|
||||
"Select Launcher Logo": "Selecionar Logo do Lançador"
|
||||
@@ -3534,14 +3715,20 @@
|
||||
"Setup": {
|
||||
"Setup": ""
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "Shell"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Apagar tudo • Esc: Fechar"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: 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": ""
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": ""
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "Mostrar Numeração de Linha"
|
||||
},
|
||||
@@ -3670,7 +3860,7 @@
|
||||
"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": "Exibir a visualização cava no widget de mídia"
|
||||
},
|
||||
"Show darkened overlay behind modal dialogs": {
|
||||
"Show darkened overlay behind modal dialogs": "Exibir sobreposição escurecida atrás de diálogos modais"
|
||||
@@ -3679,7 +3869,7 @@
|
||||
"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.": "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": "Mostrar na Última Tela"
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": ""
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": ""
|
||||
},
|
||||
@@ -3883,7 +4076,7 @@
|
||||
"Switch User": "Trocar Usuário"
|
||||
},
|
||||
"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": "Sincronizar Modo Com Portal"
|
||||
@@ -3940,7 +4133,7 @@
|
||||
"System update custom command": "Comando personalizado para atualização do sistema"
|
||||
},
|
||||
"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: Navegação • ←→↑↓: Navegação em Grade • Enter/Espaço: Selecionar"
|
||||
@@ -3979,7 +4172,7 @@
|
||||
"Theme Color": "Cor do Tema"
|
||||
},
|
||||
"Thickness": {
|
||||
"Thickness": ""
|
||||
"Thickness": "Espessura"
|
||||
},
|
||||
"Third-Party Plugin Warning": {
|
||||
"Third-Party Plugin Warning": "Aviso Sobre Plugins de Terceiros"
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "Transparência"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "Tipo"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": ""
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "Tipografia"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"Use light theme instead of dark theme": {
|
||||
"Use light theme instead of dark theme": "Usar tema claro em vez de escuro"
|
||||
},
|
||||
"Use meters per second instead of km/h for wind speed": {
|
||||
"Use meters per second instead of km/h for wind speed": ""
|
||||
},
|
||||
"Use smaller notification cards": {
|
||||
"Use smaller notification cards": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"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.": "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": "Utilitários"
|
||||
},
|
||||
@@ -4363,7 +4589,7 @@
|
||||
"Wallpapers": "Papéis de parede"
|
||||
},
|
||||
"Warm color temperature to apply": {
|
||||
"Warm color temperature to apply": ""
|
||||
"Warm color temperature to apply": "Temperatura de cor quente para aplicar"
|
||||
},
|
||||
"Warning": {
|
||||
"Warning": "Aviso"
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "Velocidade do Vento"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "Arredondamento de Janelas"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "Seletor de Áreas de Trabalho"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"Workspaces": ""
|
||||
},
|
||||
@@ -4520,6 +4752,9 @@
|
||||
"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?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": ""
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": ""
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": ""
|
||||
},
|
||||
@@ -4551,7 +4792,7 @@
|
||||
"Select Wallpaper": "Selecionar Papel de Parede"
|
||||
},
|
||||
"days": {
|
||||
"days": ""
|
||||
"days": "dias"
|
||||
},
|
||||
"dgop not available": {
|
||||
"dgop not available": ""
|
||||
@@ -4786,8 +5027,23 @@
|
||||
"installed status": {
|
||||
"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": "deixe vazio por padrão"
|
||||
},
|
||||
"loading indicator": {
|
||||
"Loading...": ""
|
||||
@@ -4824,7 +5080,10 @@
|
||||
"Mount Points": ""
|
||||
},
|
||||
"ms": {
|
||||
"ms": ""
|
||||
"ms": "ms"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": ""
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "oficial"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": ""
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": ""
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": ""
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "segundos"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "",
|
||||
"Text": ""
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": ""
|
||||
},
|
||||
@@ -5007,8 +5281,11 @@
|
||||
"wallpaper settings external management": {
|
||||
"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 não disponível - installe wtype para suporte de colagem"
|
||||
},
|
||||
"yesterday": {
|
||||
"yesterday": ""
|
||||
|
||||
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "Anonim Kimlik (isteğe bağlı)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "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": "Uygulamalar"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "Uygulamalar önce kullanım sıklığına göre, daha sonra son kullanılana göre ve en son alfabetik olarak sıralanır."
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"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"
|
||||
},
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "Otomatik bağlanma etkin"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"Automatic Control": {
|
||||
"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": "Sistem askıya alınmaya hazırlanırken ekranı otomatik olarak kilitle"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "Kullanılabilir"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "Eklentilere Göz At"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": "CUPS kullanılamıyor"
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "Kamera"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "Renk Seç"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock Launcher Logo Color": ""
|
||||
},
|
||||
"Choose Launcher Logo Color": {
|
||||
"Choose Launcher Logo Color": "Başlatıcı Logo Rengini Seçin"
|
||||
},
|
||||
@@ -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.": "Hangi monitörün kilit ekranı arayüzünü göstereceğini seçin. Diğer monitörler, OLED yanma koruması için düz bir renk gösterecektir."
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": "Şifre"
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "Kapat"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "Başlatmada Genel Görünümü Kapat"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "Renk"
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"Color temperature for night mode": {
|
||||
"Color temperature for night mode": "Gece modu için renk sıcaklığı"
|
||||
},
|
||||
"Color theme for syntax highlighting.": {
|
||||
"Color theme for syntax highlighting.": ""
|
||||
},
|
||||
"Color theme for syntax highlighting. %1 themes available.": {
|
||||
"Color theme for syntax highlighting. %1 themes available.": ""
|
||||
},
|
||||
"Colorful mix of bright contrasting accents.": {
|
||||
"Colorful mix of bright contrasting accents.": "Parlak kontrastlı vurguların renkli karışımı."
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "Komut"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "İletişim"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"Control currently playing media": {
|
||||
"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": "Çubuk üzerinde kaydırarak çalışma alanlarını ve sütunları kontrol edin"
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "Süreç Adını Kopyala"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "Köşe Yarıçapı"
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": "Kenar Aralığı"
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "Eğitim"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "Parola Alanını Göster"
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "Arama sorgusu girin"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "Hata"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": "Üstel"
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: Değiştir • F10: Yardım"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"File Information": {
|
||||
"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": "Dosyalar"
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "Sağlık"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": ""
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": ""
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": "Gizleme Gecikmesi"
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "IP Adresi:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "Simge Boyutu"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "Geçişleri Dahil Et"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": "Uyumsuz Eklentiler Yüklendi"
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": "LED cihazı"
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "Son başlatma %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "Başlatıcı"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "Başlatıcı Buton Logosu"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "Eklentiler yükleniyor..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "Yükleniyor..."
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "Bağdaştırıcı yok"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": "Batarya yok"
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "Dosya bulunamadı"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "Henüz eklenen öğe yok"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "Tuş kombinasyonu bulunamadı"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "Eşleşme yok"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "Eklenti bulunamadı"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": "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": "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": "Metin bulmak için arama çubuğunu aç"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "PİN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "Dolgu"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"Pinned": {
|
||||
"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.": "Eklenti klasörlerini buraya yerleştirin. Her eklenti plugin.json manifest dosyasına sahip olmalı."
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"Plugin Management": {
|
||||
"Plugin Management": "Eklenti Yönetimi"
|
||||
},
|
||||
"Plugin Visibility": {
|
||||
"Plugin Visibility": ""
|
||||
},
|
||||
"Plugin is disabled - enable in Plugins settings to use": {
|
||||
"Plugin is disabled - enable in Plugins settings to use": "Eklenti devre dışı - kullanmak için Eklenti ayarlarından etkinleştirin"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "Ekran zaman aşımını önle"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "Birincil"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "Pencereler ekranı kapladığında boşlukları ve kenarlıkları kaldır"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": ""
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"Scrolling": {
|
||||
"Scrolling": "Kaydırma"
|
||||
},
|
||||
"Search App Actions": {
|
||||
"Search App Actions": ""
|
||||
},
|
||||
"Search Options": {
|
||||
"Search Options": ""
|
||||
},
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": ""
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": "Güvenlik"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "Uygulama Seç"
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": "Kurulum"
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "Shell"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: Tümünü Temizle • Esc: Kapat"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: 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"
|
||||
},
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": ""
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "Satır Numaralarını Göster"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": "Boyutlandırma"
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": ""
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "Transparanlık"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": ""
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "Tip"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": ""
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "Tipografi"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"Use light theme instead of dark theme": {
|
||||
"Use light theme instead of dark theme": "Karanlık tema yerine aydınlık tema kullan"
|
||||
},
|
||||
"Use meters per second instead of km/h for wind speed": {
|
||||
"Use meters per second instead of km/h for wind speed": ""
|
||||
},
|
||||
"Use smaller notification cards": {
|
||||
"Use smaller notification cards": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"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.": "Gün doğumu/batımı saatlerini kullanarak konumunuza göre gece modunu otomatik olarak ayarlar."
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "Araçlar"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "Rüzgar hızı"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "Pencere Köşe Yarıçapı"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "Çalışma Alanı Değiştirici"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"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?": "Kaydedilmemiş değişiklikleriniz var. Yeni dosya açmadan önce kaydedelim mi?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": "uygulamalar"
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": ""
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": "Temalara Göz At"
|
||||
},
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": "Varsayılanlar için boş bırakın"
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": "ms"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": "Özel tema dosyası yok"
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "resmi"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": "DMS eklenti kayıt defterinden eklentiler yükle"
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": "Eklenti ara..."
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": "DMS kayıt defterinden renk teması"
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "saniye"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "",
|
||||
"Text": ""
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": ""
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external management": {
|
||||
"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 mevcut değil - yapıştırma desteği için wtype'ı yükleyin"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -281,6 +281,9 @@
|
||||
"Anonymous Identity (optional)": {
|
||||
"Anonymous Identity (optional)": "匿名身分 (可選)"
|
||||
},
|
||||
"App Customizations": {
|
||||
"App Customizations": ""
|
||||
},
|
||||
"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.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。"
|
||||
},
|
||||
"Apps": {
|
||||
"Apps": ""
|
||||
},
|
||||
"Apps Dock": {
|
||||
"Apps Dock": ""
|
||||
},
|
||||
"Apps Icon": {
|
||||
"Apps Icon": "啟動器圖示"
|
||||
},
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": {
|
||||
"Apps are ordered by usage frequency, then last used, then alphabetically.": "應用程式按使用頻率、最後使用時間、字母順序排列。"
|
||||
},
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": {
|
||||
"Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": ""
|
||||
},
|
||||
"Arrange displays and configure resolution, refresh rate, and VRR": {
|
||||
"Arrange displays and configure resolution, refresh rate, and VRR": "排列顯示器並設定解析度、重新整理頻率和 VRR"
|
||||
},
|
||||
@@ -410,6 +422,9 @@
|
||||
"Autoconnect enabled": {
|
||||
"Autoconnect enabled": "自動連線啟用"
|
||||
},
|
||||
"Automatic Color Mode": {
|
||||
"Automatic Color Mode": ""
|
||||
},
|
||||
"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": "睡眠時自動鎖定螢幕"
|
||||
},
|
||||
"Automation": {
|
||||
"Automation": ""
|
||||
},
|
||||
"Available": {
|
||||
"Available": "可用"
|
||||
},
|
||||
@@ -578,6 +596,9 @@
|
||||
"Browse Plugins": {
|
||||
"Browse Plugins": "瀏覽插件"
|
||||
},
|
||||
"Browse or search plugins": {
|
||||
"Browse or search plugins": ""
|
||||
},
|
||||
"CPU": {
|
||||
"CPU": "CPU"
|
||||
},
|
||||
@@ -608,6 +629,12 @@
|
||||
"CUPS not available": {
|
||||
"CUPS not available": "CUPS 不可用"
|
||||
},
|
||||
"Calc": {
|
||||
"Calc": ""
|
||||
},
|
||||
"Calculator": {
|
||||
"Calculator": ""
|
||||
},
|
||||
"Camera": {
|
||||
"Camera": "相機"
|
||||
},
|
||||
@@ -659,6 +686,9 @@
|
||||
"Choose Color": {
|
||||
"Choose Color": "選擇顏色"
|
||||
},
|
||||
"Choose Dock Launcher Logo Color": {
|
||||
"Choose Dock Launcher Logo Color": ""
|
||||
},
|
||||
"Choose Launcher Logo Color": {
|
||||
"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.": "選擇哪個監視器顯示鎖定畫面介面。其他監視器將顯示純色以保護 OLED 燒屏。"
|
||||
},
|
||||
"Chroma Style": {
|
||||
"Chroma Style": ""
|
||||
},
|
||||
"Cipher": {
|
||||
"Cipher": "密碼"
|
||||
},
|
||||
@@ -770,9 +803,15 @@
|
||||
"Close": {
|
||||
"Close": "關閉"
|
||||
},
|
||||
"Close All Windows": {
|
||||
"Close All Windows": ""
|
||||
},
|
||||
"Close Overview on Launch": {
|
||||
"Close Overview on Launch": "啟動時關閉概覽"
|
||||
},
|
||||
"Close Window": {
|
||||
"Close Window": ""
|
||||
},
|
||||
"Color": {
|
||||
"Color": "顏色"
|
||||
},
|
||||
@@ -803,6 +842,12 @@
|
||||
"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.": "明亮對比點綴的繽紛組合。"
|
||||
},
|
||||
@@ -812,6 +857,9 @@
|
||||
"Command": {
|
||||
"Command": "指令"
|
||||
},
|
||||
"Commands": {
|
||||
"Commands": ""
|
||||
},
|
||||
"Communication": {
|
||||
"Communication": "通訊"
|
||||
},
|
||||
@@ -905,6 +953,9 @@
|
||||
"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": "透過在列上捲動來控制工作區和欄位"
|
||||
},
|
||||
@@ -926,6 +977,9 @@
|
||||
"Copy Full Command": {
|
||||
"Copy Full Command": ""
|
||||
},
|
||||
"Copy HTML": {
|
||||
"Copy HTML": ""
|
||||
},
|
||||
"Copy Name": {
|
||||
"Copy Name": ""
|
||||
},
|
||||
@@ -935,6 +989,15 @@
|
||||
"Copy Process Name": {
|
||||
"Copy Process Name": "複製程序名"
|
||||
},
|
||||
"Copy Text": {
|
||||
"Copy Text": ""
|
||||
},
|
||||
"Copy URL": {
|
||||
"Copy URL": ""
|
||||
},
|
||||
"Copy path": {
|
||||
"Copy path": ""
|
||||
},
|
||||
"Corner Radius": {
|
||||
"Corner Radius": "圓角半徑"
|
||||
},
|
||||
@@ -1343,6 +1406,9 @@
|
||||
"Edge Spacing": {
|
||||
"Edge Spacing": "邊緣間距"
|
||||
},
|
||||
"Edit App": {
|
||||
"Edit App": ""
|
||||
},
|
||||
"Education": {
|
||||
"Education": "教育"
|
||||
},
|
||||
@@ -1391,6 +1457,9 @@
|
||||
"Enable loginctl lock integration": {
|
||||
"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": {
|
||||
"Show Password Field": "顯示密碼欄位"
|
||||
},
|
||||
@@ -1427,6 +1496,9 @@
|
||||
"Enter PIN for ": {
|
||||
"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": "輸入要尋找的檔案"
|
||||
},
|
||||
@@ -1466,6 +1538,9 @@
|
||||
"Entry unpinned": {
|
||||
"Entry unpinned": ""
|
||||
},
|
||||
"Environment Variables": {
|
||||
"Environment Variables": ""
|
||||
},
|
||||
"Error": {
|
||||
"Error": "錯誤"
|
||||
},
|
||||
@@ -1481,6 +1556,9 @@
|
||||
"Exponential": {
|
||||
"Exponential": "指數"
|
||||
},
|
||||
"Extra Arguments": {
|
||||
"Extra Arguments": ""
|
||||
},
|
||||
"F1/I: Toggle • F10: Help": {
|
||||
"F1/I: Toggle • F10: Help": "F1/I: 切換 • F10: 幫助"
|
||||
},
|
||||
@@ -1670,6 +1748,9 @@
|
||||
"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": "檔案"
|
||||
},
|
||||
@@ -1868,6 +1949,9 @@
|
||||
"HSV": {
|
||||
"HSV": "HSV"
|
||||
},
|
||||
"HTML copied to clipboard": {
|
||||
"HTML copied to clipboard": ""
|
||||
},
|
||||
"Health": {
|
||||
"Health": "健康狀態"
|
||||
},
|
||||
@@ -1886,9 +1970,18 @@
|
||||
"Hidden": {
|
||||
"Hidden": "隱藏的"
|
||||
},
|
||||
"Hidden Apps": {
|
||||
"Hidden Apps": ""
|
||||
},
|
||||
"Hidden Network": {
|
||||
"Hidden Network": "隱藏網路"
|
||||
},
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": {
|
||||
"Hidden apps won't appear in the launcher. Right-click an app and select 'Hide App' to hide it.": ""
|
||||
},
|
||||
"Hide App": {
|
||||
"Hide App": ""
|
||||
},
|
||||
"Hide Delay": {
|
||||
"Hide Delay": "隱藏延遲"
|
||||
},
|
||||
@@ -1970,6 +2063,9 @@
|
||||
"IP Address:": {
|
||||
"IP Address:": "IP 位址:"
|
||||
},
|
||||
"Icon": {
|
||||
"Icon": ""
|
||||
},
|
||||
"Icon Size": {
|
||||
"Icon Size": "圖示大小"
|
||||
},
|
||||
@@ -2009,6 +2105,9 @@
|
||||
"Include Transitions": {
|
||||
"Include Transitions": "包括過渡"
|
||||
},
|
||||
"Include desktop actions (shortcuts) in search results.": {
|
||||
"Include desktop actions (shortcuts) in search results.": ""
|
||||
},
|
||||
"Incompatible Plugins Loaded": {
|
||||
"Incompatible Plugins Loaded": "載入了不相容的外掛程式"
|
||||
},
|
||||
@@ -2114,11 +2213,18 @@
|
||||
"Failed to reject pairing": "",
|
||||
"Failed to ring device": "",
|
||||
"Failed to send clipboard": "",
|
||||
"Failed to send file": "",
|
||||
"Failed to send ping": "",
|
||||
"Failed to share": "",
|
||||
"Pairing failed": "",
|
||||
"Unpair failed": ""
|
||||
},
|
||||
"KDE Connect file browser title": {
|
||||
"Select File to Send": ""
|
||||
},
|
||||
"KDE Connect file send": {
|
||||
"Sending": ""
|
||||
},
|
||||
"KDE Connect file share notification": {
|
||||
"File received from": ""
|
||||
},
|
||||
@@ -2184,15 +2290,24 @@
|
||||
"KDE Connect ring tooltip": {
|
||||
"Ring": ""
|
||||
},
|
||||
"KDE Connect send file button": {
|
||||
"Send File": ""
|
||||
},
|
||||
"KDE Connect service unavailable message": {
|
||||
"KDE Connect unavailable": ""
|
||||
},
|
||||
"KDE Connect share URL button": {
|
||||
"Share URL": ""
|
||||
},
|
||||
"KDE Connect share button": {
|
||||
"Share Text": ""
|
||||
},
|
||||
"KDE Connect share button | KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share dialog title | KDE Connect share tooltip": {
|
||||
"Share": ""
|
||||
},
|
||||
"KDE Connect share input placeholder": {
|
||||
"Enter URL or text to share": ""
|
||||
},
|
||||
@@ -2265,6 +2380,12 @@
|
||||
"LED device": {
|
||||
"LED device": "LED 裝置"
|
||||
},
|
||||
"Large": {
|
||||
"Large": ""
|
||||
},
|
||||
"Largest": {
|
||||
"Largest": ""
|
||||
},
|
||||
"Last launched %1": {
|
||||
"Last launched %1": "上次啟動於 %1"
|
||||
},
|
||||
@@ -2295,6 +2416,9 @@
|
||||
"Launcher": {
|
||||
"Launcher": "啟動器"
|
||||
},
|
||||
"Launcher Button": {
|
||||
"Launcher Button": ""
|
||||
},
|
||||
"Launcher Button Logo": {
|
||||
"Launcher Button Logo": "啟動器按鈕 Logo"
|
||||
},
|
||||
@@ -2334,6 +2458,9 @@
|
||||
"Loading plugins...": {
|
||||
"Loading plugins...": "讀取插件..."
|
||||
},
|
||||
"Loading trending...": {
|
||||
"Loading trending...": ""
|
||||
},
|
||||
"Loading...": {
|
||||
"Loading...": "載入中..."
|
||||
},
|
||||
@@ -2709,6 +2836,12 @@
|
||||
"No adapters": {
|
||||
"No adapters": "沒有介面卡"
|
||||
},
|
||||
"No app customizations.": {
|
||||
"No app customizations.": ""
|
||||
},
|
||||
"No apps found": {
|
||||
"No apps found": ""
|
||||
},
|
||||
"No battery": {
|
||||
"No battery": "無電池"
|
||||
},
|
||||
@@ -2739,15 +2872,24 @@
|
||||
"No files found": {
|
||||
"No files found": "沒有找到"
|
||||
},
|
||||
"No hidden apps.": {
|
||||
"No hidden apps.": ""
|
||||
},
|
||||
"No items added yet": {
|
||||
"No items added yet": "未新增任何項目"
|
||||
},
|
||||
"No keybinds found": {
|
||||
"No keybinds found": "未找到按鍵綁定"
|
||||
},
|
||||
"No launcher plugins installed.": {
|
||||
"No launcher plugins installed.": ""
|
||||
},
|
||||
"No matches": {
|
||||
"No matches": "不匹配"
|
||||
},
|
||||
"No plugin results": {
|
||||
"No plugin results": ""
|
||||
},
|
||||
"No plugins found": {
|
||||
"No plugins found": "找不到插件"
|
||||
},
|
||||
@@ -2766,9 +2908,15 @@
|
||||
"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 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.": "尚未建立任何變體。按一下「新增」以建立新的顯示器小工具。"
|
||||
},
|
||||
@@ -2880,6 +3028,12 @@
|
||||
"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": "打開搜尋欄尋找文本"
|
||||
},
|
||||
@@ -2946,6 +3100,9 @@
|
||||
"PIN": {
|
||||
"PIN": "PIN"
|
||||
},
|
||||
"Pad Hours": {
|
||||
"Pad Hours": ""
|
||||
},
|
||||
"Padding": {
|
||||
"Padding": "內距"
|
||||
},
|
||||
@@ -3012,6 +3169,9 @@
|
||||
"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.": "將插件資料夾放在這裡。每個插件都應該有一個 plugin.json 清單檔案。"
|
||||
},
|
||||
@@ -3048,6 +3208,9 @@
|
||||
"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": "插件已停用 - 在插件設定中啟用即可使用"
|
||||
},
|
||||
@@ -3126,6 +3289,9 @@
|
||||
"Prevent screen timeout": {
|
||||
"Prevent screen timeout": "防止螢幕超時"
|
||||
},
|
||||
"Preview": {
|
||||
"Preview": ""
|
||||
},
|
||||
"Primary": {
|
||||
"Primary": "主要"
|
||||
},
|
||||
@@ -3240,6 +3406,12 @@
|
||||
"Remove gaps and border when windows are maximized": {
|
||||
"Remove gaps and border when windows are maximized": "視窗最大化時移除間距與邊框"
|
||||
},
|
||||
"Rename": {
|
||||
"Rename": ""
|
||||
},
|
||||
"Rename Workspace": {
|
||||
"Rename Workspace": ""
|
||||
},
|
||||
"Repeat": {
|
||||
"Repeat": "重複"
|
||||
},
|
||||
@@ -3417,6 +3589,12 @@
|
||||
"Scrolling": {
|
||||
"Scrolling": "滾動"
|
||||
},
|
||||
"Search App Actions": {
|
||||
"Search App Actions": ""
|
||||
},
|
||||
"Search Options": {
|
||||
"Search Options": ""
|
||||
},
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": {
|
||||
"Search by key combo, description, or action name.\\n\\nDefault action copies the keybind to clipboard.\\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "依按鍵組合、描述或動作名稱搜尋。\n\n預設動作會將快捷鍵複製到剪貼簿。\n右鍵點擊或按下右方向鍵可釘選常用快捷鍵 — 釘選後,它們會在未搜尋時顯示在頂部。"
|
||||
},
|
||||
@@ -3456,6 +3634,9 @@
|
||||
"Security": {
|
||||
"Security": "安全性"
|
||||
},
|
||||
"Select": {
|
||||
"Select": ""
|
||||
},
|
||||
"Select Application": {
|
||||
"Select Application": "選擇應用程式"
|
||||
},
|
||||
@@ -3534,12 +3715,18 @@
|
||||
"Setup": {
|
||||
"Setup": "設定"
|
||||
},
|
||||
"Share Gamma Control Settings": {
|
||||
"Share Gamma Control Settings": ""
|
||||
},
|
||||
"Shell": {
|
||||
"Shell": "Shell"
|
||||
},
|
||||
"Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Del: Clear All • Esc: Close": "Shift+Del: 清除所有 • Esc: 關閉"
|
||||
},
|
||||
"Shift+Enter to paste": {
|
||||
"Shift+Enter to paste": ""
|
||||
},
|
||||
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": {
|
||||
"Shift+Enter: Paste • Shift+Del: Clear All • Esc: Close": "Shift+Enter:貼上 • Shift+Del:全部清除 • Esc:關閉"
|
||||
},
|
||||
@@ -3597,6 +3784,9 @@
|
||||
"Show Humidity": {
|
||||
"Show Humidity": "顯示濕度"
|
||||
},
|
||||
"Show Launcher Button": {
|
||||
"Show Launcher Button": ""
|
||||
},
|
||||
"Show Line Numbers": {
|
||||
"Show Line Numbers": "顯示行數"
|
||||
},
|
||||
@@ -3774,6 +3964,9 @@
|
||||
"Sizing": {
|
||||
"Sizing": "尺寸"
|
||||
},
|
||||
"Small": {
|
||||
"Small": ""
|
||||
},
|
||||
"Smartcard Authentication": {
|
||||
"Smartcard Authentication": "智慧卡驗證"
|
||||
},
|
||||
@@ -4095,12 +4288,24 @@
|
||||
"Transparency": {
|
||||
"Transparency": "透明度"
|
||||
},
|
||||
"Trending GIFs": {
|
||||
"Trending GIFs": ""
|
||||
},
|
||||
"Trending Stickers": {
|
||||
"Trending Stickers": ""
|
||||
},
|
||||
"Trigger": {
|
||||
"Trigger": "觸發"
|
||||
},
|
||||
"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": ""
|
||||
},
|
||||
@@ -4110,9 +4315,21 @@
|
||||
"Type": {
|
||||
"Type": "類型"
|
||||
},
|
||||
"Type at least 2 characters": {
|
||||
"Type at least 2 characters": ""
|
||||
},
|
||||
"Type this prefix to search keybinds": {
|
||||
"Type this prefix to search keybinds": "輸入此前綴以搜尋快捷鍵"
|
||||
},
|
||||
"Type to search": {
|
||||
"Type to search": ""
|
||||
},
|
||||
"Type to search apps": {
|
||||
"Type to search apps": ""
|
||||
},
|
||||
"Type to search files": {
|
||||
"Type to search files": ""
|
||||
},
|
||||
"Typography": {
|
||||
"Typography": "字體排版"
|
||||
},
|
||||
@@ -4230,6 +4447,9 @@
|
||||
"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": ""
|
||||
},
|
||||
@@ -4257,9 +4477,15 @@
|
||||
"Username": {
|
||||
"Username": "使用者名稱"
|
||||
},
|
||||
"Uses sunrise/sunset times based on your location.": {
|
||||
"Uses sunrise/sunset times based on your location.": ""
|
||||
},
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": {
|
||||
"Uses sunrise/sunset times to automatically adjust night mode based on your location.": "使用根據您的位置日出/日落時間自動調整夜間模式。"
|
||||
},
|
||||
"Using shared settings from Gamma Control": {
|
||||
"Using shared settings from Gamma Control": ""
|
||||
},
|
||||
"Utilities": {
|
||||
"Utilities": "實用項目"
|
||||
},
|
||||
@@ -4460,6 +4686,9 @@
|
||||
"Wind Speed": {
|
||||
"Wind Speed": "風速"
|
||||
},
|
||||
"Wind Speed in m/s": {
|
||||
"Wind Speed in m/s": ""
|
||||
},
|
||||
"Window Corner Radius": {
|
||||
"Window Corner Radius": "視窗圓角半徑"
|
||||
},
|
||||
@@ -4493,6 +4722,9 @@
|
||||
"Workspace Switcher": {
|
||||
"Workspace Switcher": "工作區切換器"
|
||||
},
|
||||
"Workspace name": {
|
||||
"Workspace name": ""
|
||||
},
|
||||
"Workspaces": {
|
||||
"Workspaces": "工作區"
|
||||
},
|
||||
@@ -4520,6 +4752,9 @@
|
||||
"You have unsaved changes. Save before opening a file?": {
|
||||
"You have unsaved changes. Save before opening a file?": "您有未儲存的變更。是否先保存再開檔案?"
|
||||
},
|
||||
"actions": {
|
||||
"actions": ""
|
||||
},
|
||||
"apps": {
|
||||
"apps": "應用程式"
|
||||
},
|
||||
@@ -4529,6 +4764,12 @@
|
||||
"bar shadow settings card": {
|
||||
"Shadow": "陰影"
|
||||
},
|
||||
"border color": {
|
||||
"Color": ""
|
||||
},
|
||||
"border thickness": {
|
||||
"Thickness": ""
|
||||
},
|
||||
"browse themes button | theme browser header | theme browser window title": {
|
||||
"Browse Themes": "瀏覽佈景主題"
|
||||
},
|
||||
@@ -4786,6 +5027,21 @@
|
||||
"installed status": {
|
||||
"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": "留空以使用預設值"
|
||||
},
|
||||
@@ -4826,6 +5082,9 @@
|
||||
"ms": {
|
||||
"ms": "毫秒"
|
||||
},
|
||||
"nav": {
|
||||
"nav": ""
|
||||
},
|
||||
"no custom theme file status": {
|
||||
"No custom theme file": "無自訂主題檔案"
|
||||
},
|
||||
@@ -4882,6 +5141,12 @@
|
||||
"official": {
|
||||
"official": "官方"
|
||||
},
|
||||
"open": {
|
||||
"open": ""
|
||||
},
|
||||
"outline color": {
|
||||
"Outline": ""
|
||||
},
|
||||
"plugin browser description": {
|
||||
"Install plugins from the DMS plugin registry": "從 DMS 外掛登錄檔安裝外掛"
|
||||
},
|
||||
@@ -4897,6 +5162,9 @@
|
||||
"plugin search placeholder": {
|
||||
"Search plugins...": "搜尋外掛..."
|
||||
},
|
||||
"primary color": {
|
||||
"Primary": ""
|
||||
},
|
||||
"process count label in footer": {
|
||||
"Processes:": ""
|
||||
},
|
||||
@@ -4915,6 +5183,9 @@
|
||||
"registry theme description": {
|
||||
"Color theme from DMS registry": "來自 DMS 登錄檔的色彩主題"
|
||||
},
|
||||
"secondary color": {
|
||||
"Secondary": ""
|
||||
},
|
||||
"seconds": {
|
||||
"seconds": "秒"
|
||||
},
|
||||
@@ -4928,6 +5199,9 @@
|
||||
"Surface": "表面",
|
||||
"Text": "文字"
|
||||
},
|
||||
"shadow color option | text color": {
|
||||
"Text": ""
|
||||
},
|
||||
"shadow intensity slider": {
|
||||
"Intensity": "強度"
|
||||
},
|
||||
@@ -5007,6 +5281,9 @@
|
||||
"wallpaper settings external 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 未可用 - 請安裝 wtype 以支援貼上功能"
|
||||
},
|
||||
|
||||
@@ -487,6 +487,27 @@
|
||||
"weather"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "padHours12Hour",
|
||||
"label": "Pad Hours",
|
||||
"tabIndex": 1,
|
||||
"category": "Time & Weather",
|
||||
"keywords": [
|
||||
"12hour",
|
||||
"clock",
|
||||
"date",
|
||||
"forecast",
|
||||
"format",
|
||||
"hours",
|
||||
"leading",
|
||||
"pad",
|
||||
"padding",
|
||||
"time",
|
||||
"weather",
|
||||
"zero"
|
||||
],
|
||||
"description": "02:31 PM vs 2:31 PM"
|
||||
},
|
||||
{
|
||||
"section": "showSeconds",
|
||||
"label": "Show Seconds",
|
||||
@@ -606,6 +627,26 @@
|
||||
"icon": "cloud",
|
||||
"description": "Show weather information in top bar and control center"
|
||||
},
|
||||
{
|
||||
"section": "windSpeedUnit",
|
||||
"label": "Wind Speed in m/s",
|
||||
"tabIndex": 1,
|
||||
"category": "Time & Weather",
|
||||
"keywords": [
|
||||
"clock",
|
||||
"date",
|
||||
"forecast",
|
||||
"meters",
|
||||
"metric",
|
||||
"second",
|
||||
"speed",
|
||||
"time",
|
||||
"units",
|
||||
"weather",
|
||||
"wind"
|
||||
],
|
||||
"description": "Use meters per second instead of km/h for wind speed"
|
||||
},
|
||||
{
|
||||
"section": "_tab_2",
|
||||
"label": "Keyboard Shortcuts",
|
||||
@@ -1162,6 +1203,39 @@
|
||||
"icon": "border_style",
|
||||
"description": "Add a border around the dock"
|
||||
},
|
||||
{
|
||||
"section": "dockLauncherLogoBrightness",
|
||||
"label": "Brightness",
|
||||
"tabIndex": 5,
|
||||
"category": "Dock",
|
||||
"keywords": [
|
||||
"backlight",
|
||||
"bright",
|
||||
"brightness",
|
||||
"color",
|
||||
"dim",
|
||||
"dock",
|
||||
"launcher",
|
||||
"launcher bar",
|
||||
"logo",
|
||||
"taskbar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "dockLauncherLogoContrast",
|
||||
"label": "Contrast",
|
||||
"tabIndex": 5,
|
||||
"category": "Dock",
|
||||
"keywords": [
|
||||
"color",
|
||||
"contrast",
|
||||
"dock",
|
||||
"launcher",
|
||||
"launcher bar",
|
||||
"logo",
|
||||
"taskbar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "_tab_5",
|
||||
"label": "Dock & Launcher",
|
||||
@@ -1325,6 +1399,25 @@
|
||||
],
|
||||
"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",
|
||||
"label": "Show Dock",
|
||||
@@ -1351,6 +1444,25 @@
|
||||
],
|
||||
"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",
|
||||
"label": "Show on Overview",
|
||||
@@ -1369,6 +1481,22 @@
|
||||
"description": "Always show the dock when niri",
|
||||
"conditionKey": "isNiri"
|
||||
},
|
||||
{
|
||||
"section": "dockLauncherLogoSizeOffset",
|
||||
"label": "Size Offset",
|
||||
"tabIndex": 5,
|
||||
"category": "Dock",
|
||||
"keywords": [
|
||||
"dock",
|
||||
"launcher",
|
||||
"launcher bar",
|
||||
"logo",
|
||||
"offset",
|
||||
"scale",
|
||||
"size",
|
||||
"taskbar"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "dockSizing",
|
||||
"label": "Sizing",
|
||||
@@ -1705,6 +1833,27 @@
|
||||
"description": "Auto-close Niri overview when launching apps.",
|
||||
"conditionKey": "isNiri"
|
||||
},
|
||||
{
|
||||
"section": "pluginVisibility",
|
||||
"label": "Plugin Visibility",
|
||||
"tabIndex": 9,
|
||||
"category": "Launcher",
|
||||
"keywords": [
|
||||
"auto-hide",
|
||||
"autohide",
|
||||
"drawer",
|
||||
"hidden",
|
||||
"hide",
|
||||
"launcher",
|
||||
"menu",
|
||||
"plugin",
|
||||
"show",
|
||||
"start",
|
||||
"visibility",
|
||||
"visible"
|
||||
],
|
||||
"icon": "filter_list"
|
||||
},
|
||||
{
|
||||
"section": "recentApps",
|
||||
"label": "Recently Used Apps",
|
||||
@@ -1933,6 +2082,30 @@
|
||||
],
|
||||
"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",
|
||||
"label": "Border Size",
|
||||
@@ -2114,6 +2287,23 @@
|
||||
],
|
||||
"description": "Show darkened overlay behind modal dialogs"
|
||||
},
|
||||
{
|
||||
"section": "matugenTemplateEmacs",
|
||||
"label": "Emacs",
|
||||
"tabIndex": 10,
|
||||
"category": "Theme & Colors",
|
||||
"keywords": [
|
||||
"appearance",
|
||||
"colors",
|
||||
"emacs",
|
||||
"look",
|
||||
"matugen",
|
||||
"scheme",
|
||||
"style",
|
||||
"template",
|
||||
"theme"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "matugenTemplateFirefox",
|
||||
"label": "Firefox",
|
||||
@@ -2933,23 +3123,6 @@
|
||||
"wezterm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "matugenTemplateEmacs",
|
||||
"label": "Emacs",
|
||||
"tabIndex": 10,
|
||||
"category": "Theme & Colors",
|
||||
"keywords": [
|
||||
"appearance",
|
||||
"colors",
|
||||
"look",
|
||||
"matugen",
|
||||
"scheme",
|
||||
"style",
|
||||
"template",
|
||||
"theme",
|
||||
"emacs"
|
||||
]
|
||||
},
|
||||
{
|
||||
"section": "widgetBackgroundColor",
|
||||
"label": "Widget Background Color",
|
||||
@@ -3587,6 +3760,26 @@
|
||||
],
|
||||
"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",
|
||||
"label": "Show Password Field",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user