mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-24 12:05:21 -04:00
i18n: add esperonoto and sync
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import QtQuick
|
import QtQuick
|
||||||
import Quickshell
|
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import qs.Common
|
import qs.Common
|
||||||
import qs.Services
|
import qs.Services
|
||||||
@@ -59,7 +58,7 @@ done
|
|||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
StyledText {
|
StyledText {
|
||||||
text: I18n.tr("Power Source")
|
text: I18n.tr("Power source")
|
||||||
font.pixelSize: Theme.fontSizeMedium
|
font.pixelSize: Theme.fontSizeMedium
|
||||||
color: Theme.surfaceVariantText
|
color: Theme.surfaceVariantText
|
||||||
width: parent.width / 2
|
width: parent.width / 2
|
||||||
|
|||||||
@@ -986,7 +986,7 @@ Item {
|
|||||||
id: barInsetPaddingSlider
|
id: barInsetPaddingSlider
|
||||||
visible: !SettingsData.frameEnabled
|
visible: !SettingsData.frameEnabled
|
||||||
text: I18n.tr("Bar Inset Padding")
|
text: I18n.tr("Bar Inset Padding")
|
||||||
description: I18n.tr("Gap between the end widgets and both bar ends (0 = edge-to-edge)")
|
description: I18n.tr("Gap between the end widgets and the bar ends (0 = edge-to-edge)")
|
||||||
tags: ["bar", "padding", "inset", "edge", "corner", "end"]
|
tags: ["bar", "padding", "inset", "edge", "corner", "end"]
|
||||||
unit: "px"
|
unit: "px"
|
||||||
minimum: 0
|
minimum: 0
|
||||||
|
|||||||
@@ -363,15 +363,30 @@ Item {
|
|||||||
visible: root.currentWallpaper !== "" && !root.currentWallpaper.startsWith("#")
|
visible: root.currentWallpaper !== "" && !root.currentWallpaper.startsWith("#")
|
||||||
dropdownWidth: 220
|
dropdownWidth: 220
|
||||||
options: [
|
options: [
|
||||||
{ "value": "black", "label": I18n.tr("Black") },
|
{
|
||||||
{ "value": "white", "label": I18n.tr("White") },
|
"value": "black",
|
||||||
{ "value": "primary", "label": I18n.tr("Primary Theme Color") },
|
"label": I18n.tr("Black")
|
||||||
{ "value": "surface", "label": I18n.tr("Surface Container") },
|
},
|
||||||
{ "value": "custom", "label": I18n.tr("Custom") }
|
{
|
||||||
|
"value": "white",
|
||||||
|
"label": I18n.tr("White")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "primary",
|
||||||
|
"label": I18n.tr("Primary Theme Color")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "surface",
|
||||||
|
"label": I18n.tr("Surface Container")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "custom",
|
||||||
|
"label": I18n.tr("Custom")
|
||||||
|
}
|
||||||
]
|
]
|
||||||
currentMode: SettingsData.wallpaperBackgroundColorMode
|
currentMode: SettingsData.wallpaperBackgroundColorMode
|
||||||
customColor: SettingsData.wallpaperBackgroundCustomColor || "#000000"
|
customColor: SettingsData.wallpaperBackgroundCustomColor || "#000000"
|
||||||
pickerTitle: I18n.tr("Wallpaper Background Color")
|
pickerTitle: I18n.tr("Background Color")
|
||||||
onModeSelected: mode => SettingsData.set("wallpaperBackgroundColorMode", mode)
|
onModeSelected: mode => SettingsData.set("wallpaperBackgroundColorMode", mode)
|
||||||
onCustomColorSelected: selectedColor => SettingsData.set("wallpaperBackgroundCustomColor", selectedColor.toString())
|
onCustomColorSelected: selectedColor => SettingsData.set("wallpaperBackgroundCustomColor", selectedColor.toString())
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,8 @@ LANGUAGES = {
|
|||||||
"ru": "ru.json",
|
"ru": "ru.json",
|
||||||
"de": "de.json",
|
"de": "de.json",
|
||||||
"sv": "sv.json",
|
"sv": "sv.json",
|
||||||
"vi": "vi.json"
|
"vi": "vi.json",
|
||||||
|
"eo": "eo.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
def error(msg):
|
def error(msg):
|
||||||
|
|||||||
+1360
-874
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": ""
|
"AC Power": ""
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar un tono cálido para disminuir la fatiga visual. Configure abajo la automatización para definir cuándo se activa."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar un tono cálido para disminuir la fatiga visual. Configure abajo la automatización para definir cuándo se activa."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "Márgenes automáticos en pop‑ups"
|
"Auto Popup Gaps": "Márgenes automáticos en pop‑ups"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": ""
|
"Auto mode is on. Manual profile selection is disabled.": ""
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": ""
|
"Automation": ""
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": ""
|
"Background Blur": ""
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "Configuración de barras"
|
"Bar Configurations": "Configuración de barras"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": ""
|
"Bar Shadows": ""
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "Transparencia de barra"
|
"Bar Transparency": "Transparencia de barra"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "Limite de carga de bateria"
|
"Battery Charge Limit": "Limite de carga de bateria"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "Bateria y gestion de energia"
|
"Battery and power management": "Bateria y gestion de energia"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "Nivel de batería y gestión de energía"
|
"Battery level and power management": "Nivel de batería y gestión de energía"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "Comportamiento"
|
"Behavior": "Comportamiento"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": ""
|
"Black": ""
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": ""
|
"Block Out": ""
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "Canal"
|
"Channel": "Canal"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "Cargando"
|
"Charging": "Cargando"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": ""
|
"Choose how this bar resolves shadow direction": ""
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "Elegir icono"
|
"Choose icon": "Elegir icono"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": ""
|
"Choose monochrome or a theme color tint for system tray icons": ""
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "Elegir el color de fondo para los widgets"
|
"Choose the background color for widgets": "Elegir el color de fondo para los widgets"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": ""
|
"Click Through": ""
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": ""
|
"Click any shortcut to edit. Changes save to %1": ""
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "Clic para capturar"
|
"Click to capture": "Clic para capturar"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": ""
|
"Color for primary action buttons": ""
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "Temperatura de color para el día"
|
"Color temperature for day time": "Temperatura de color para el día"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "Creando..."
|
"Creating...": "Creando..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "Prioridad Crítica"
|
"Critical Priority": "Prioridad Crítica"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "Personal"
|
"Custom": "Personal"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "Color personalizado"
|
"Custom Color": "Color personalizado"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "Modo oscuro"
|
"Dark Mode": "Modo oscuro"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": ""
|
"Dark mode base": ""
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": ""
|
"Dock margin, transparency, and border": ""
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "Docs"
|
"Docs": "Docs"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "Espacio entre bordes"
|
"Edge Spacing": "Espacio entre bordes"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": ""
|
"Edge the launcher slides from": ""
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "Errores"
|
"Errors": "Errores"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "Funcion experimental"
|
"Experimental Feature": "Funcion experimental"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": ""
|
"Failed to apply Qt colors": ""
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": ""
|
"Failed to apply profile": ""
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "Encontrar texto"
|
"Find in Text": "Encontrar texto"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Control de gamma no disponible. Requiere DMS API v6+."
|
"Gamma control not available. Requires DMS API v6+.": "Control de gamma no disponible. Requiere DMS API v6+."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "Tema de iconos"
|
"Icon Theme": "Tema de iconos"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": ""
|
"Keep typing": ""
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "Modo claro"
|
"Light Mode": "Modo claro"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": ""
|
"Light Rain": ""
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": ""
|
"Light mode harmony": ""
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": ""
|
"Line": ""
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "Local"
|
"Local": "Local"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": ""
|
"Locale": ""
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "Prioridad baja"
|
"Low Priority": "Prioridad baja"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": ""
|
"Music Player": ""
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": ""
|
"Mute Popups": ""
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "Nada que ver aquí"
|
"Nothing to see here": "Nada que ver aquí"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "Centro de notificaciones"
|
"Notification Center": "Centro de notificaciones"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "Duración de las notificaciones"
|
"Notification Timeouts": "Duración de las notificaciones"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "Notificaciones emergentes en pantalla"
|
"Notification toast popups": "Notificaciones emergentes en pantalla"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "Notificaciones"
|
"Notifications": "Notificaciones"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "Números"
|
"Numbers": "Números"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "Solo mostrar ventanas del monitor actual en cada dock"
|
"Only show windows from the current monitor on each dock": "Solo mostrar ventanas del monitor actual en cada dock"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": ""
|
"Open folder": ""
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "Perfil de Energía Degradada"
|
"Power Profile Degradation": "Perfil de Energía Degradada"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": ""
|
"Power Saver": ""
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "Gestión del perfil de potencia disponible"
|
"Power profile management available": "Gestión del perfil de potencia disponible"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "Fuente de energia"
|
"Power source": "Fuente de energia"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": ""
|
"Preview": ""
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "Primario"
|
"Primary": "Primario"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": ""
|
"Primary Container": ""
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "Gestión del servidor de impresión"
|
"Print Server Management": "Gestión del servidor de impresión"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "Conteo de procesos"
|
"Process Count": "Conteo de procesos"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "Procesos"
|
"Processes": "Procesos"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": ""
|
"Profile saved: %1": ""
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "Protocolo"
|
"Protocol": "Protocolo"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": ""
|
"Remember Last Query": ""
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": ""
|
"Remember last session": ""
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "Configuraciones guardadas"
|
"Saved Configurations": "Configuraciones guardadas"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": ""
|
"Saved Note": ""
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "Secundario"
|
"Secondary": "Secundario"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "Seguro"
|
"Secured": "Seguro"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": ""
|
"Separate": ""
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "Separador"
|
"Separator": "Separador"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "Mostrar sensación térmica"
|
"Show Feels Like Temperature": "Mostrar sensación térmica"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": ""
|
"Show Footer": ""
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": ""
|
"Show Overflow Badge Count": ""
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "Mostrar campo de contraseña"
|
"Show Password Field": "Mostrar campo de contraseña"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "Mostrar acciones de energia"
|
"Show Power Actions": "Mostrar acciones de energia"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "Mostrar Reiniciar"
|
"Show Reboot": "Mostrar Reiniciar"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "Mostrar Reiniciar DMS"
|
"Show Restart DMS": "Mostrar Reiniciar DMS"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": ""
|
"Show an outline ring around the focused workspace indicator": ""
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "Mostrar visualizador de auido cava en el widget de multimedia"
|
"Show cava audio visualizer in media widget": "Mostrar visualizador de auido cava en el widget de multimedia"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": ""
|
"Silence notifications": ""
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": ""
|
"Stripes": ""
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": ""
|
"Summary": ""
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": ""
|
"Surface Behavior": ""
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": ""
|
"Surface Opacity": ""
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": ""
|
"Surface Variant": ""
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": ""
|
"Sync": ""
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "Sincronizar modo con los portales"
|
"Sync Mode with Portal": "Sincronizar modo con los portales"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": ""
|
"Tailscale Network": ""
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": ""
|
"Tailscale not available": ""
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "Forzar modo oscuro en terminales"
|
"Terminals - Always use Dark Theme": "Forzar modo oscuro en terminales"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": ""
|
"Test Connection": ""
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "Para utilizar este bind DMS, elimine o cambie el keybind en su config.kdl"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "Para utilizar este bind DMS, elimine o cambie el keybind en su config.kdl"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "Mensajes emergentes"
|
"Toast Messages": "Mensajes emergentes"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": ""
|
"Use desktop wallpaper": ""
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": ""
|
"Use fingerprint authentication for the lock screen.": ""
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": ""
|
"Use meters per second instead of km/h for wind speed": ""
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": ""
|
"Use smaller notification cards": ""
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": ""
|
"When locked": ""
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Contraseña Wi-Fi"
|
"Wi-Fi Password": "Contraseña Wi-Fi"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "Estilo de widgets"
|
"Widget Styling": "Estilo de widgets"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "Transparencia de widget"
|
"Widget Transparency": "Transparencia de widget"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": "کاربر با این نام از قبل وجود دارد."
|
"A user with that name already exists.": "کاربر با این نام از قبل وجود دارد."
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": "برق AC"
|
"AC Power": "برق AC"
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": "مجاز"
|
"Allow": "مجاز"
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای کنترل زمان فعال شدن آن استفاده کنید."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "برای کاهش خستگی چشم دمای رنگ گرم را اعمال کن. از تنظیمات خودکارسازی پایین برای کنترل زمان فعال شدن آن استفاده کنید."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "فاصله پاپآپ خودکار"
|
"Auto Popup Gaps": "فاصله پاپآپ خودکار"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": "حالت خودکار فعال است. انتخاب پروفایل دستی غیرفعال میباشد."
|
"Auto mode is on. Manual profile selection is disabled.": "حالت خودکار فعال است. انتخاب پروفایل دستی غیرفعال میباشد."
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": "خودکارسازی"
|
"Automation": "خودکارسازی"
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": "تاری پسزمینه"
|
"Background Blur": "تاری پسزمینه"
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "پیکربندی نوار"
|
"Bar Configurations": "پیکربندی نوار"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": "سایه نوارها"
|
"Bar Shadows": "سایه نوارها"
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "شفافیت نوار"
|
"Bar Transparency": "شفافیت نوار"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "محدودیت شارژ باتری"
|
"Battery Charge Limit": "محدودیت شارژ باتری"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "مدیریت باتری و پاور"
|
"Battery and power management": "مدیریت باتری و پاور"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "وضعیت باتری و مدیریت انرژی"
|
"Battery level and power management": "وضعیت باتری و مدیریت انرژی"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "رفتار"
|
"Behavior": "رفتار"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": "سیاه"
|
"Black": "سیاه"
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": "مسدود کردن خروج"
|
"Block Out": "مسدود کردن خروج"
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "کانال"
|
"Channel": "کانال"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "درحال شارژ"
|
"Charging": "درحال شارژ"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": "انتخاب کنید که این نوار چگونه جهت سایه را مشخص کند"
|
"Choose how this bar resolves shadow direction": "انتخاب کنید که این نوار چگونه جهت سایه را مشخص کند"
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "انتخاب آیکون"
|
"Choose icon": "انتخاب آیکون"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": "تک رنگ یا رنگ سایه تم را برای آیکونهای سینی سیستم انتخاب کنید"
|
"Choose monochrome or a theme color tint for system tray icons": "تک رنگ یا رنگ سایه تم را برای آیکونهای سینی سیستم انتخاب کنید"
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "رنگ پسزمینه برای ابزارکها انتخاب کنید"
|
"Choose the background color for widgets": "رنگ پسزمینه برای ابزارکها انتخاب کنید"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": "رد شدن کلیک"
|
"Click Through": "رد شدن کلیک"
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": "برای ویرایش، روی هر میانبری کلیک کنید. تغییرات در %1 ذخیره میشوند"
|
"Click any shortcut to edit. Changes save to %1": "برای ویرایش، روی هر میانبری کلیک کنید. تغییرات در %1 ذخیره میشوند"
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "برای ضبط کلیک کنید"
|
"Click to capture": "برای ضبط کلیک کنید"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": "رنگ برای دکمههای عمل اصلی"
|
"Color for primary action buttons": "رنگ برای دکمههای عمل اصلی"
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "دمای رنگ برای زمان روز"
|
"Color temperature for day time": "دمای رنگ برای زمان روز"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "درحال ایجاد..."
|
"Creating...": "درحال ایجاد..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "اولویت حیاتی"
|
"Critical Priority": "اولویت حیاتی"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "سفارشی"
|
"Custom": "سفارشی"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "رنگ سفارشی"
|
"Custom Color": "رنگ سفارشی"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "حالت تاریک"
|
"Dark Mode": "حالت تاریک"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": "پایه حالت تاریک"
|
"Dark mode base": "پایه حالت تاریک"
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": "فاصله داخلی، شفافیت و حاشیه داک"
|
"Dock margin, transparency, and border": "فاصله داخلی، شفافیت و حاشیه داک"
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "مستندات"
|
"Docs": "مستندات"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "فاصله لبه"
|
"Edge Spacing": "فاصله لبه"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": "لبهای که لانچر از آن بیرون میلغزد"
|
"Edge the launcher slides from": "لبهای که لانچر از آن بیرون میلغزد"
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "خطاها"
|
"Errors": "خطاها"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "اترنت"
|
"Ethernet": "اترنت"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": "کاربران موجود"
|
"Existing Users": "کاربران موجود"
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "قابلیت آزمایشی"
|
"Experimental Feature": "قابلیت آزمایشی"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": "اعمال رنگهای Qt ناموفق بود"
|
"Failed to apply Qt colors": "اعمال رنگهای Qt ناموفق بود"
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": "اعمال پروفایل ناموفق بود"
|
"Failed to apply profile": "اعمال پروفایل ناموفق بود"
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "یافتن در متن"
|
"Find in Text": "یافتن در متن"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "کنترل گاما در دسترس نیست. نیاز به DMS API نسخه ۶ به بالا دارد."
|
"Gamma control not available. Requires DMS API v6+.": "کنترل گاما در دسترس نیست. نیاز به DMS API نسخه ۶ به بالا دارد."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "تم آیکون"
|
"Icon Theme": "تم آیکون"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": "هشدارهای یکسان بهجای روی هم قرار گرفتن به صورت یک پاپآپ نمایش داده میشوند"
|
"Identical alerts show as one popup instead of stacking": "هشدارهای یکسان بهجای روی هم قرار گرفتن به صورت یک پاپآپ نمایش داده میشوند"
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": "به تایپ کردن ادامه دهید"
|
"Keep typing": "به تایپ کردن ادامه دهید"
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "حالت روشن"
|
"Light Mode": "حالت روشن"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": "باران سبک"
|
"Light Rain": "باران سبک"
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": "هارمونی حالت روشن"
|
"Light mode harmony": "هارمونی حالت روشن"
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": "خط"
|
"Line": "خط"
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "محلی"
|
"Local": "محلی"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": "زبان"
|
"Locale": "زبان"
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "اولویت پایین"
|
"Low Priority": "اولویت پایین"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": "پخشکننده موسیقی"
|
"Music Player": "پخشکننده موسیقی"
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": "پاپآپها بیصدا شوند"
|
"Mute Popups": "پاپآپها بیصدا شوند"
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "چیزی برای مشاهده نیست"
|
"Nothing to see here": "چیزی برای مشاهده نیست"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "مرکز اعلانات"
|
"Notification Center": "مرکز اعلانات"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "وقفه اعلانها"
|
"Notification Timeouts": "وقفه اعلانها"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "پاپآپهای اعلان به صورت تُست"
|
"Notification toast popups": "پاپآپهای اعلان به صورت تُست"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "اعلانها"
|
"Notifications": "اعلانها"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "شمارهها"
|
"Numbers": "شمارهها"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "فقط روی PAM مدیریت شده توسط DMS تأثیر میگذارد. اگر greetd از قبل شامل pam_fprintd باشد، اثر انگشت فعال میماند."
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "فقط روی PAM مدیریت شده توسط DMS تأثیر میگذارد. اگر greetd از قبل شامل pam_fprintd باشد، اثر انگشت فعال میماند."
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "تنها پنجرهها در مانیتور کنونی را در هر داک نمایش بده"
|
"Only show windows from the current monitor on each dock": "تنها پنجرهها در مانیتور کنونی را در هر داک نمایش بده"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": "باز کردن پوشه"
|
"Open folder": "باز کردن پوشه"
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "تنزلدادن پروفایل پاور"
|
"Power Profile Degradation": "تنزلدادن پروفایل پاور"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": "ذخیره انرژی"
|
"Power Saver": "ذخیره انرژی"
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "مدیریت پروفایل پاور در دسترس"
|
"Power profile management available": "مدیریت پروفایل پاور در دسترس"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "منبع پاور"
|
"Power source": "منبع پاور"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": "پیشنمایش"
|
"Preview": "پیشنمایش"
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "اصلی"
|
"Primary": "اصلی"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": "زمینه اصلی"
|
"Primary Container": "زمینه اصلی"
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "مدیریت سرور چاپ"
|
"Print Server Management": "مدیریت سرور چاپ"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "تعداد فرایندها"
|
"Process Count": "تعداد فرایندها"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "فرایندها"
|
"Processes": "فرایندها"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": "پروفایل ذخیره شد: %1"
|
"Profile saved: %1": "پروفایل ذخیره شد: %1"
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "پروتکل"
|
"Protocol": "پروتکل"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": "گذرواژه را دوباره وارد کنید"
|
"Re-enter password": "گذرواژه را دوباره وارد کنید"
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": "آخرین پرسوجو را به خاطر بسپار"
|
"Remember Last Query": "آخرین پرسوجو را به خاطر بسپار"
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": "آخرین نشست را به خاطر بسپار"
|
"Remember last session": "آخرین نشست را به خاطر بسپار"
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "پیکربندیهای ذخیره شده"
|
"Saved Configurations": "پیکربندیهای ذخیره شده"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": "یادداشت ذخیره شده"
|
"Saved Note": "یادداشت ذخیره شده"
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "ثانویه"
|
"Secondary": "ثانویه"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "ایمن"
|
"Secured": "ایمن"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": "جدا"
|
"Separate": "جدا"
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "جداکننده"
|
"Separator": "جداکننده"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "نمایش دمای حسی"
|
"Show Feels Like Temperature": "نمایش دمای حسی"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": "نمایش پاورقی"
|
"Show Footer": "نمایش پاورقی"
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": "نمایش نشان تعداد سرریز"
|
"Show Overflow Badge Count": "نمایش نشان تعداد سرریز"
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "نمایش فیلد گذرواژه"
|
"Show Password Field": "نمایش فیلد گذرواژه"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "نمایش اقدامهای پاور"
|
"Show Power Actions": "نمایش اقدامهای پاور"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "نمایش راهاندازی مجدد"
|
"Show Reboot": "نمایش راهاندازی مجدد"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "نمایش راهاندازی مجدد DMS"
|
"Show Restart DMS": "نمایش راهاندازی مجدد DMS"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": "یک خط بیرونی دور نشانگر محیطکار فوکوس شده نشان بده"
|
"Show an outline ring around the focused workspace indicator": "یک خط بیرونی دور نشانگر محیطکار فوکوس شده نشان بده"
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "نمایش مصورساز صوتی cava در ابزارک رسانه"
|
"Show cava audio visualizer in media widget": "نمایش مصورساز صوتی cava در ابزارک رسانه"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": "بیصدا کردن اعلانها"
|
"Silence notifications": "بیصدا کردن اعلانها"
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": "راه راه"
|
"Stripes": "راه راه"
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": "خلاصه"
|
"Summary": "خلاصه"
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": "رفتار سطح"
|
"Surface Behavior": "رفتار سطح"
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": "شفافیت سطح"
|
"Surface Opacity": "شفافیت سطح"
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": "سطح متغیر"
|
"Surface Variant": "سطح متغیر"
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": "همگامسازی"
|
"Sync": "همگامسازی"
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "همگامسازی حالت با پورتال"
|
"Sync Mode with Portal": "همگامسازی حالت با پورتال"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": "شبکه Tailscale"
|
"Tailscale Network": "شبکه Tailscale"
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": "Tailcale در دسترس نیست"
|
"Tailscale not available": "Tailcale در دسترس نیست"
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "ترمینالها - همیشه از تم تاریک استفاده کن"
|
"Terminals - Always use Dark Theme": "ترمینالها - همیشه از تم تاریک استفاده کن"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": "آزمایش اتصال"
|
"Test Connection": "آزمایش اتصال"
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "برای استفاده از این نگاشت DMS، نگاشتکلید را در config.kdl خود حذف کنید یا تغییر دهید"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "برای استفاده از این نگاشت DMS، نگاشتکلید را در config.kdl خود حذف کنید یا تغییر دهید"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "پیامهای تًست"
|
"Toast Messages": "پیامهای تًست"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": "از تصویر پسزمینه دسکتاپ استفاده کن"
|
"Use desktop wallpaper": "از تصویر پسزمینه دسکتاپ استفاده کن"
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": "از احراز هویت اثرانگشت برای صفحه قفل استفاده کن."
|
"Use fingerprint authentication for the lock screen.": "از احراز هویت اثرانگشت برای صفحه قفل استفاده کن."
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": "از متر بر ثانیه به جای km/h برای سرعت باد استفاده کن"
|
"Use meters per second instead of km/h for wind speed": "از متر بر ثانیه به جای km/h برای سرعت باد استفاده کن"
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": "از کارتهای اعلان کوچکتر استفاده کن"
|
"Use smaller notification cards": "از کارتهای اعلان کوچکتر استفاده کن"
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": "هنگام قفل شدن"
|
"When locked": "هنگام قفل شدن"
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "گذرواژه وایفای"
|
"Wi-Fi Password": "گذرواژه وایفای"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "استایلدهی ابزارک"
|
"Widget Styling": "استایلدهی ابزارک"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "شفافیت ابزارک"
|
"Widget Transparency": "شفافیت ابزارک"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": "Alimentation secteur"
|
"AC Power": "Alimentation secteur"
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Appliquer une température de couleur chaude pour réduire la fatigue visuelle. Utilisez les paramètres d’automatisation ci-dessous pour définir son activation."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Appliquer une température de couleur chaude pour réduire la fatigue visuelle. Utilisez les paramètres d’automatisation ci-dessous pour définir son activation."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "Espacements automatiques des fenêtres contextuelles"
|
"Auto Popup Gaps": "Espacements automatiques des fenêtres contextuelles"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": ""
|
"Auto mode is on. Manual profile selection is disabled.": ""
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": "Automatisation"
|
"Automation": "Automatisation"
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": ""
|
"Background Blur": ""
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "Configurations de la barre"
|
"Bar Configurations": "Configurations de la barre"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": "Ombres de barre"
|
"Bar Shadows": "Ombres de barre"
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "Transparence de la barre"
|
"Bar Transparency": "Transparence de la barre"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "Limite de charge de la batterie"
|
"Battery Charge Limit": "Limite de charge de la batterie"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "Gestion de la batterie et de l’alimentation"
|
"Battery and power management": "Gestion de la batterie et de l’alimentation"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "Niveau de batterie et gestion de l'alimentation"
|
"Battery level and power management": "Niveau de batterie et gestion de l'alimentation"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "Comportement"
|
"Behavior": "Comportement"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": ""
|
"Black": ""
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": "Bloquer"
|
"Block Out": "Bloquer"
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "Canal"
|
"Channel": "Canal"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "En charge"
|
"Charging": "En charge"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": "Choisissez comment cette barre gère la direction de l'ombre"
|
"Choose how this bar resolves shadow direction": "Choisissez comment cette barre gère la direction de l'ombre"
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "Choisir une icône"
|
"Choose icon": "Choisir une icône"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": ""
|
"Choose monochrome or a theme color tint for system tray icons": ""
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "Choisir la couleur de fond des widgets"
|
"Choose the background color for widgets": "Choisir la couleur de fond des widgets"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": "Cliquable à travers"
|
"Click Through": "Cliquable à travers"
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": "Cliquez sur un raccourci pour l’éditer. Les modifications sont enregistrées dans %1"
|
"Click any shortcut to edit. Changes save to %1": "Cliquez sur un raccourci pour l’éditer. Les modifications sont enregistrées dans %1"
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "Cliquer pour capturer"
|
"Click to capture": "Cliquer pour capturer"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": "Couleur primaire pour les boutons d'action"
|
"Color for primary action buttons": "Couleur primaire pour les boutons d'action"
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "Température de couleur pour la journée"
|
"Color temperature for day time": "Température de couleur pour la journée"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "Création..."
|
"Creating...": "Création..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "Priorité critique"
|
"Critical Priority": "Priorité critique"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "Personnalisé"
|
"Custom": "Personnalisé"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "Couleur personnalisée"
|
"Custom Color": "Couleur personnalisée"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "Mode sombre"
|
"Dark Mode": "Mode sombre"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": ""
|
"Dark mode base": ""
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": ""
|
"Dock margin, transparency, and border": ""
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "Documentation"
|
"Docs": "Documentation"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "Espacement des bords"
|
"Edge Spacing": "Espacement des bords"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": ""
|
"Edge the launcher slides from": ""
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "Erreurs"
|
"Errors": "Erreurs"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "Fonctionnalité expérimentale"
|
"Experimental Feature": "Fonctionnalité expérimentale"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": ""
|
"Failed to apply Qt colors": ""
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": ""
|
"Failed to apply profile": ""
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "Rechercher dans le texte"
|
"Find in Text": "Rechercher dans le texte"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Le contrôle du gamma n’est pas disponible. Nécessite l’API DMS v6 ou supérieure."
|
"Gamma control not available. Requires DMS API v6+.": "Le contrôle du gamma n’est pas disponible. Nécessite l’API DMS v6 ou supérieure."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "Thème d'icônes"
|
"Icon Theme": "Thème d'icônes"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": ""
|
"Keep typing": ""
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "Mode Clair"
|
"Light Mode": "Mode Clair"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": "Pluie légère"
|
"Light Rain": "Pluie légère"
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": ""
|
"Light mode harmony": ""
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": "Ligne"
|
"Line": "Ligne"
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "Local"
|
"Local": "Local"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": "Régional"
|
"Locale": "Régional"
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "Faible priorité"
|
"Low Priority": "Faible priorité"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": ""
|
"Music Player": ""
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": "Mettre les popups en sourdine"
|
"Mute Popups": "Mettre les popups en sourdine"
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "Rien à voir ici."
|
"Nothing to see here": "Rien à voir ici."
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "Centre de Notifications"
|
"Notification Center": "Centre de Notifications"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "Délais d’affichage des notifications"
|
"Notification Timeouts": "Délais d’affichage des notifications"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "Notifications éphémères à l’écran"
|
"Notification toast popups": "Notifications éphémères à l’écran"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "Notifications"
|
"Notifications": "Notifications"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "Nombres"
|
"Numbers": "Nombres"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "Afficher uniquement les fenêtres de l'écran actuel sur chaque dock"
|
"Only show windows from the current monitor on each dock": "Afficher uniquement les fenêtres de l'écran actuel sur chaque dock"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": "Ouvrir dossier"
|
"Open folder": "Ouvrir dossier"
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "Dégradation du profil d’alimentation"
|
"Power Profile Degradation": "Dégradation du profil d’alimentation"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": "Économie d'énergie"
|
"Power Saver": "Économie d'énergie"
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "Gestion du profil d’alimentation disponible"
|
"Power profile management available": "Gestion du profil d’alimentation disponible"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "Source d’alimentation"
|
"Power source": "Source d’alimentation"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": "Aperçu"
|
"Preview": "Aperçu"
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "Principal"
|
"Primary": "Principal"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": "Conteneur primaire"
|
"Primary Container": "Conteneur primaire"
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "Gestion du serveur d’impression"
|
"Print Server Management": "Gestion du serveur d’impression"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "Nombre de processus"
|
"Process Count": "Nombre de processus"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "Processus"
|
"Processes": "Processus"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": "Profil sauvegardé : %1"
|
"Profile saved: %1": "Profil sauvegardé : %1"
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "Protocole"
|
"Protocol": "Protocole"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": ""
|
"Remember Last Query": ""
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": "Se souvenir de la dernière session"
|
"Remember last session": "Se souvenir de la dernière session"
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "Configurations enregistrées"
|
"Saved Configurations": "Configurations enregistrées"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": "Note sauvegardée"
|
"Saved Note": "Note sauvegardée"
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "Secondaire"
|
"Secondary": "Secondaire"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "Sécurisé"
|
"Secured": "Sécurisé"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": ""
|
"Separate": ""
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "Séparateur"
|
"Separator": "Séparateur"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "Afficher la température ressentie"
|
"Show Feels Like Temperature": "Afficher la température ressentie"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": "Afficher le pied de page"
|
"Show Footer": "Afficher le pied de page"
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": "Afficher le compteur du badge de débordement"
|
"Show Overflow Badge Count": "Afficher le compteur du badge de débordement"
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "Afficher le champ de mot de passe"
|
"Show Password Field": "Afficher le champ de mot de passe"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "Afficher les actions d’alimentation"
|
"Show Power Actions": "Afficher les actions d’alimentation"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "Afficher redémarrer"
|
"Show Reboot": "Afficher redémarrer"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "Afficher redémarrer DMS"
|
"Show Restart DMS": "Afficher redémarrer DMS"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": "Afficher un contour autour de l’indicateur de l’espace actif"
|
"Show an outline ring around the focused workspace indicator": "Afficher un contour autour de l’indicateur de l’espace actif"
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "Afficher le visualiseur audio Cava dans le widget multimédia"
|
"Show cava audio visualizer in media widget": "Afficher le visualiseur audio Cava dans le widget multimédia"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": ""
|
"Silence notifications": ""
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": "Rayures"
|
"Stripes": "Rayures"
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": "Résumé"
|
"Summary": "Résumé"
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": ""
|
"Surface Behavior": ""
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": ""
|
"Surface Opacity": ""
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": "Variante de surface"
|
"Surface Variant": "Variante de surface"
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": "Synchro"
|
"Sync": "Synchro"
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "Synchroniser le mode avec les portails"
|
"Sync Mode with Portal": "Synchroniser le mode avec les portails"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": ""
|
"Tailscale Network": ""
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": ""
|
"Tailscale not available": ""
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "Forcer le mode sombre dans les terminaux"
|
"Terminals - Always use Dark Theme": "Forcer le mode sombre dans les terminaux"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": "Tester la connexion"
|
"Test Connection": "Tester la connexion"
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "Pour utiliser ce raccourci DMS, supprimez ou modifiez le keybind dans votre config.kdl"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "Pour utiliser ce raccourci DMS, supprimez ou modifiez le keybind dans votre config.kdl"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "Messages toast"
|
"Toast Messages": "Messages toast"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": "Utiliser le fond d'écran du bureau"
|
"Use desktop wallpaper": "Utiliser le fond d'écran du bureau"
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": "Utilisez l'authentification par empreinte pour l'écran de verrouillage."
|
"Use fingerprint authentication for the lock screen.": "Utilisez l'authentification par empreinte pour l'écran de verrouillage."
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": "Utiliser les m/s au lieu des km/h pour la vitesse du vent"
|
"Use meters per second instead of km/h for wind speed": "Utiliser les m/s au lieu des km/h pour la vitesse du vent"
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": "Utiliser des cartes de notification plus petites"
|
"Use smaller notification cards": "Utiliser des cartes de notification plus petites"
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": "Une fois verrouillé"
|
"When locked": "Une fois verrouillé"
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Mot de passe Wi-Fi"
|
"Wi-Fi Password": "Mot de passe Wi-Fi"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "Stylisation du widget"
|
"Widget Styling": "Stylisation du widget"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "Transparence du widget"
|
"Widget Transparency": "Transparence du widget"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": "AC電源"
|
"AC Power": "AC電源"
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。"
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "目の疲れを軽減するために、暖色系の色温度を適用します。以下の自動化設定で、いつアクティブにするか制御できます。"
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "自動ポップアップギャップ"
|
"Auto Popup Gaps": "自動ポップアップギャップ"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": "自動モードがオンになっています。手動プロファイル選択は無効になっています。"
|
"Auto mode is on. Manual profile selection is disabled.": "自動モードがオンになっています。手動プロファイル選択は無効になっています。"
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": "自動化"
|
"Automation": "自動化"
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": "背景のぼかし"
|
"Background Blur": "背景のぼかし"
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "バーの設定"
|
"Bar Configurations": "バーの設定"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": "バーの影"
|
"Bar Shadows": "バーの影"
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "バーの透明度"
|
"Bar Transparency": "バーの透明度"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "バッテリー充電上限"
|
"Battery Charge Limit": "バッテリー充電上限"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "バッテリーと電源管理"
|
"Battery and power management": "バッテリーと電源管理"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "バッテリーレベルおよび電源管理"
|
"Battery level and power management": "バッテリーレベルおよび電源管理"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "動作"
|
"Behavior": "動作"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": "黒"
|
"Black": "黒"
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": "ブロックアウト"
|
"Block Out": "ブロックアウト"
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "チャンネル"
|
"Channel": "チャンネル"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "充電中"
|
"Charging": "充電中"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": "このバーが影の方向を決定する方法を選ぶ"
|
"Choose how this bar resolves shadow direction": "このバーが影の方向を決定する方法を選ぶ"
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "アイコンを選ぶ"
|
"Choose icon": "アイコンを選ぶ"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": "システムトレイアイコンにモノクロまたはテーマカラーの色合いを選択します"
|
"Choose monochrome or a theme color tint for system tray icons": "システムトレイアイコンにモノクロまたはテーマカラーの色合いを選択します"
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "ウィジェットの背景色を選んでください"
|
"Choose the background color for widgets": "ウィジェットの背景色を選んでください"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": "クリックを透過"
|
"Click Through": "クリックを透過"
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": "任意のショートカットをクリックして編集します。変更は %1 に保存されます"
|
"Click any shortcut to edit. Changes save to %1": "任意のショートカットをクリックして編集します。変更は %1 に保存されます"
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "クリックしてキャプチャ"
|
"Click to capture": "クリックしてキャプチャ"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": "主要アクションボタンの色"
|
"Color for primary action buttons": "主要アクションボタンの色"
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "昼間の色温度"
|
"Color temperature for day time": "昼間の色温度"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "作成中..."
|
"Creating...": "作成中..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "最優先事項"
|
"Critical Priority": "最優先事項"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "カスタム"
|
"Custom": "カスタム"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "カスタムカラー"
|
"Custom Color": "カスタムカラー"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "ダークモード"
|
"Dark Mode": "ダークモード"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": "ダークモードベース"
|
"Dark mode base": "ダークモードベース"
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": "ドックの余白、透明度、境界線"
|
"Dock margin, transparency, and border": "ドックの余白、透明度、境界線"
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "ドキュメント"
|
"Docs": "ドキュメント"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "端の余白"
|
"Edge Spacing": "端の余白"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": "ランチャーのスライドを端から"
|
"Edge the launcher slides from": "ランチャーのスライドを端から"
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "エラー"
|
"Errors": "エラー"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "実験的機能"
|
"Experimental Feature": "実験的機能"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": "Qt カラーの適用に失敗しました"
|
"Failed to apply Qt colors": "Qt カラーの適用に失敗しました"
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": "プロファイルの適用に失敗しました"
|
"Failed to apply profile": "プロファイルの適用に失敗しました"
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "テキスト内検索"
|
"Find in Text": "テキスト内検索"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "ガンマ制御は使用できません。DMS API v6+ が必要です。"
|
"Gamma control not available. Requires DMS API v6+.": "ガンマ制御は使用できません。DMS API v6+ が必要です。"
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "アイコンテーマ"
|
"Icon Theme": "アイコンテーマ"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": "入力し続けてください"
|
"Keep typing": "入力し続けてください"
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "ライトモード"
|
"Light Mode": "ライトモード"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": "小雨"
|
"Light Rain": "小雨"
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": "ライトモードハーモニー"
|
"Light mode harmony": "ライトモードハーモニー"
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": "行"
|
"Line": "行"
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "ローカル"
|
"Local": "ローカル"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": "ロケール"
|
"Locale": "ロケール"
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "低優先度"
|
"Low Priority": "低優先度"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": "音楽プレーヤー"
|
"Music Player": "音楽プレーヤー"
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": "ポップアップをミュート"
|
"Mute Popups": "ポップアップをミュート"
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "ここには何もありません"
|
"Nothing to see here": "ここには何もありません"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "通知センター"
|
"Notification Center": "通知センター"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "通知タイムアウト"
|
"Notification Timeouts": "通知タイムアウト"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "通知トーストポップアップ"
|
"Notification toast popups": "通知トーストポップアップ"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "通知"
|
"Notifications": "通知"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "数字"
|
"Numbers": "数字"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "DMS 管理の PAM にのみ影響します。greetd がすでに pam_fprintd を含んでいる場合、指紋認証は有効のままです。"
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "DMS 管理の PAM にのみ影響します。greetd がすでに pam_fprintd を含んでいる場合、指紋認証は有効のままです。"
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "各ドックに現在のモニターのウィンドウのみ表示"
|
"Only show windows from the current monitor on each dock": "各ドックに現在のモニターのウィンドウのみ表示"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "端末を開き、シェル内のアップグレード処理の代わりにカスタムコマンドを実行します。"
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "端末を開き、シェル内のアップグレード処理の代わりにカスタムコマンドを実行します。"
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": "フォルダーを開く"
|
"Open folder": "フォルダーを開く"
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "電源プロファイルの劣化"
|
"Power Profile Degradation": "電源プロファイルの劣化"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": "省電力"
|
"Power Saver": "省電力"
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "電源プロファイル管理が利用可能"
|
"Power profile management available": "電源プロファイル管理が利用可能"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "電源"
|
"Power source": "電源"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": "プレビュー"
|
"Preview": "プレビュー"
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "プライマリー"
|
"Primary": "プライマリー"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": "プライマリーコンテナー"
|
"Primary Container": "プライマリーコンテナー"
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "プリントサーバー管理"
|
"Print Server Management": "プリントサーバー管理"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "プロセス数"
|
"Process Count": "プロセス数"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "プロセス"
|
"Processes": "プロセス"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": "プロファイルを保存しました: %1"
|
"Profile saved: %1": "プロファイルを保存しました: %1"
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "プロトコル"
|
"Protocol": "プロトコル"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": "前回のクエリを記憶"
|
"Remember Last Query": "前回のクエリを記憶"
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": "最後のセッションを記憶"
|
"Remember last session": "最後のセッションを記憶"
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "保存済み設定"
|
"Saved Configurations": "保存済み設定"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": "保存済みメモ"
|
"Saved Note": "保存済みメモ"
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "セカンダリー"
|
"Secondary": "セカンダリー"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "保護済み"
|
"Secured": "保護済み"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": "Separate"
|
"Separate": "Separate"
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "区切り"
|
"Separator": "区切り"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": "設定"
|
"Setting": "設定"
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "体感温度を表示"
|
"Show Feels Like Temperature": "体感温度を表示"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": "フッターを表示"
|
"Show Footer": "フッターを表示"
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": "オーバーフローバッジ数を表示"
|
"Show Overflow Badge Count": "オーバーフローバッジ数を表示"
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "パスワード欄を表示"
|
"Show Password Field": "パスワード欄を表示"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "電源アクションを表示"
|
"Show Power Actions": "電源アクションを表示"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "再起動を表示"
|
"Show Reboot": "再起動を表示"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "DMS再起動を表示"
|
"Show Restart DMS": "DMS再起動を表示"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": "フォーカス中のワークスペースインジケーターの周囲にアウトラインリングを表示"
|
"Show an outline ring around the focused workspace indicator": "フォーカス中のワークスペースインジケーターの周囲にアウトラインリングを表示"
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "メディアウィジェットに cava オーディオビジュアライザーを表示"
|
"Show cava audio visualizer in media widget": "メディアウィジェットに cava オーディオビジュアライザーを表示"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": "通知をミュート"
|
"Silence notifications": "通知をミュート"
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": "ストライプ"
|
"Stripes": "ストライプ"
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": "概要"
|
"Summary": "概要"
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": "表面挙動"
|
"Surface Behavior": "表面挙動"
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": "表面の不透明度"
|
"Surface Opacity": "表面の不透明度"
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": "サーフェスバリアント"
|
"Surface Variant": "サーフェスバリアント"
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": "同期"
|
"Sync": "同期"
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "ポータルとの同期モード"
|
"Sync Mode with Portal": "ポータルとの同期モード"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": "テールスケールネットワーク"
|
"Tailscale Network": "テールスケールネットワーク"
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": "尾部スケールは入手できません"
|
"Tailscale not available": "尾部スケールは入手できません"
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "端末 - 常にダークテーマを使用"
|
"Terminals - Always use Dark Theme": "端末 - 常にダークテーマを使用"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": "接続をテスト"
|
"Test Connection": "接続をテスト"
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "この DMS バインドを使うには、config.kdl 内のキーバインドを削除または変更してください"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "この DMS バインドを使うには、config.kdl 内のキーバインドを削除または変更してください"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "トーストメッセージ"
|
"Toast Messages": "トーストメッセージ"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": "デスクトップ壁紙を使用"
|
"Use desktop wallpaper": "デスクトップ壁紙を使用"
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": "ロック画面に指紋認証を使用します。"
|
"Use fingerprint authentication for the lock screen.": "ロック画面に指紋認証を使用します。"
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": "風速に km/h ではなく m/s を使用します"
|
"Use meters per second instead of km/h for wind speed": "風速に km/h ではなく m/s を使用します"
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": "小さめの通知カードを使用"
|
"Use smaller notification cards": "小さめの通知カードを使用"
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": "ロック時"
|
"When locked": "ロック時"
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Wi-Fi パスワード"
|
"Wi-Fi Password": "Wi-Fi パスワード"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "ウィジェットのスタイル"
|
"Widget Styling": "ウィジェットのスタイル"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "ウィジェットの透明度"
|
"Widget Transparency": "ウィジェットの透明度"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": ""
|
"AC Power": ""
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Zastosuj ciepłą temperaturę barwową, aby zmniejszyć zmęczenie oczu. Użyj poniższych ustawień automatyzacji, aby kontrolować, kiedy się aktywuje."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Zastosuj ciepłą temperaturę barwową, aby zmniejszyć zmęczenie oczu. Użyj poniższych ustawień automatyzacji, aby kontrolować, kiedy się aktywuje."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "Automatyczne odstępy wyskakujących okienek"
|
"Auto Popup Gaps": "Automatyczne odstępy wyskakujących okienek"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": ""
|
"Auto mode is on. Manual profile selection is disabled.": ""
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": ""
|
"Automation": ""
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": ""
|
"Background Blur": ""
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "Konfiguracje pasków"
|
"Bar Configurations": "Konfiguracje pasków"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": ""
|
"Bar Shadows": ""
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "Przezroczystość paska"
|
"Bar Transparency": "Przezroczystość paska"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "Limit Ładowania Baterii"
|
"Battery Charge Limit": "Limit Ładowania Baterii"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "Bateria i zarządzanie zasilaniem"
|
"Battery and power management": "Bateria i zarządzanie zasilaniem"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "Poziom baterii i zarządzanie zasilaniem"
|
"Battery level and power management": "Poziom baterii i zarządzanie zasilaniem"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "Zachowanie"
|
"Behavior": "Zachowanie"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": ""
|
"Black": ""
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": ""
|
"Block Out": ""
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "Kanał"
|
"Channel": "Kanał"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "Ładowanie"
|
"Charging": "Ładowanie"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": ""
|
"Choose how this bar resolves shadow direction": ""
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "Wybierz ikonę"
|
"Choose icon": "Wybierz ikonę"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": ""
|
"Choose monochrome or a theme color tint for system tray icons": ""
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "Wybierz kolor tła dla widżetów"
|
"Choose the background color for widgets": "Wybierz kolor tła dla widżetów"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": ""
|
"Click Through": ""
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": ""
|
"Click any shortcut to edit. Changes save to %1": ""
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "Kliknij, aby uchwycić"
|
"Click to capture": "Kliknij, aby uchwycić"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": ""
|
"Color for primary action buttons": ""
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "Temperatura barwowa w ciągu dnia"
|
"Color temperature for day time": "Temperatura barwowa w ciągu dnia"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "Tworzenie..."
|
"Creating...": "Tworzenie..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "Priorytet krytyczny"
|
"Critical Priority": "Priorytet krytyczny"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "Niestandardowy"
|
"Custom": "Niestandardowy"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": ""
|
"Custom Color": ""
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "Ciemny Motyw"
|
"Dark Mode": "Ciemny Motyw"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": ""
|
"Dark mode base": ""
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": ""
|
"Dock margin, transparency, and border": ""
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "Dokumenty"
|
"Docs": "Dokumenty"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "Odstępy między krawędziami"
|
"Edge Spacing": "Odstępy między krawędziami"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": ""
|
"Edge the launcher slides from": ""
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "Błędy"
|
"Errors": "Błędy"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "Eksperymentalna Funkcja"
|
"Experimental Feature": "Eksperymentalna Funkcja"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": ""
|
"Failed to apply Qt colors": ""
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": ""
|
"Failed to apply profile": ""
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "Znajdź w tekście"
|
"Find in Text": "Znajdź w tekście"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Kontrola gamma niedostępna. Wymaga DMS API w wersji 6+."
|
"Gamma control not available. Requires DMS API v6+.": "Kontrola gamma niedostępna. Wymaga DMS API w wersji 6+."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "Motyw ikon"
|
"Icon Theme": "Motyw ikon"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": ""
|
"Keep typing": ""
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "Jasny Motyw"
|
"Light Mode": "Jasny Motyw"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": ""
|
"Light Rain": ""
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": ""
|
"Light mode harmony": ""
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": ""
|
"Line": ""
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "Lokalna"
|
"Local": "Lokalna"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": ""
|
"Locale": ""
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "Niski priorytet"
|
"Low Priority": "Niski priorytet"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": ""
|
"Music Player": ""
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": ""
|
"Mute Popups": ""
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "Nic tu nie ma"
|
"Nothing to see here": "Nic tu nie ma"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "Centrum powiadomień"
|
"Notification Center": "Centrum powiadomień"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "Limity czasu powiadomień"
|
"Notification Timeouts": "Limity czasu powiadomień"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "Wyskakujące okienka powiadomień"
|
"Notification toast popups": "Wyskakujące okienka powiadomień"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "Powiadomienia"
|
"Notifications": "Powiadomienia"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "Liczby"
|
"Numbers": "Liczby"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "Pokaż tylko okna z aktualnego monitora na każdym doku"
|
"Only show windows from the current monitor on each dock": "Pokaż tylko okna z aktualnego monitora na każdym doku"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": ""
|
"Open folder": ""
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "Pogorszenie profilu zasilania"
|
"Power Profile Degradation": "Pogorszenie profilu zasilania"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": ""
|
"Power Saver": ""
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "Zarządzanie profilami zasilania dostępne"
|
"Power profile management available": "Zarządzanie profilami zasilania dostępne"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "Źródło zasilania"
|
"Power source": "Źródło zasilania"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": ""
|
"Preview": ""
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "Główny"
|
"Primary": "Główny"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": ""
|
"Primary Container": ""
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "Zarządzanie Serwerem Drukowania"
|
"Print Server Management": "Zarządzanie Serwerem Drukowania"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "Liczba procesów"
|
"Process Count": "Liczba procesów"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "Procesy"
|
"Processes": "Procesy"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": ""
|
"Profile saved: %1": ""
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "Protokół"
|
"Protocol": "Protokół"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": ""
|
"Remember Last Query": ""
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": ""
|
"Remember last session": ""
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "Zapisane konfiguracje"
|
"Saved Configurations": "Zapisane konfiguracje"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": ""
|
"Saved Note": ""
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "Drugorzędny"
|
"Secondary": "Drugorzędny"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "Zabezpieczona"
|
"Secured": "Zabezpieczona"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": ""
|
"Separate": ""
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "Separator"
|
"Separator": "Separator"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": ""
|
"Show Feels Like Temperature": ""
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": ""
|
"Show Footer": ""
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": ""
|
"Show Overflow Badge Count": ""
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "Pokaż pole hasła"
|
"Show Password Field": "Pokaż pole hasła"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "Pokaż akcje zasilania"
|
"Show Power Actions": "Pokaż akcje zasilania"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "Pokaż ponowne uruchomienie"
|
"Show Reboot": "Pokaż ponowne uruchomienie"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "Pokaż ponowne uruchomienie DMS"
|
"Show Restart DMS": "Pokaż ponowne uruchomienie DMS"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": ""
|
"Show an outline ring around the focused workspace indicator": ""
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "Pokaż wizualizację audio cava w widżecie multimediów"
|
"Show cava audio visualizer in media widget": "Pokaż wizualizację audio cava w widżecie multimediów"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": ""
|
"Silence notifications": ""
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": ""
|
"Stripes": ""
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": ""
|
"Summary": ""
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": ""
|
"Surface Behavior": ""
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": ""
|
"Surface Opacity": ""
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": ""
|
"Surface Variant": ""
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": ""
|
"Sync": ""
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "Tryb synchronizacji z portalem"
|
"Sync Mode with Portal": "Tryb synchronizacji z portalem"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": ""
|
"Tailscale Network": ""
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": ""
|
"Tailscale not available": ""
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "Terminal - Zawsze używaj ciemnego motywu"
|
"Terminals - Always use Dark Theme": "Terminal - Zawsze używaj ciemnego motywu"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": ""
|
"Test Connection": ""
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "Aby użyć tego powiązania DMS, usuń lub zmień powiązanie klawiszy w pliku config.kdl"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "Aby użyć tego powiązania DMS, usuń lub zmień powiązanie klawiszy w pliku config.kdl"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "Wiadomości toastowe"
|
"Toast Messages": "Wiadomości toastowe"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": ""
|
"Use desktop wallpaper": ""
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": ""
|
"Use fingerprint authentication for the lock screen.": ""
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": ""
|
"Use meters per second instead of km/h for wind speed": ""
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": ""
|
"Use smaller notification cards": ""
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": ""
|
"When locked": ""
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Hasło Wi-Fi"
|
"Wi-Fi Password": "Hasło Wi-Fi"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "Stylizacja widżetów"
|
"Widget Styling": "Stylizacja widżetów"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "Przezroczystość widżetu"
|
"Widget Transparency": "Przezroczystość widżetu"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": "Energia AC"
|
"AC Power": "Energia AC"
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar temperatura de cor quente para reduzir a fadiga ocular. Use as configurações de automação abaixo para controlar quando ela será ativada."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Aplicar temperatura de cor quente para reduzir a fadiga ocular. Use as configurações de automação abaixo para controlar quando ela será ativada."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "Espaçamento Automático de Popup"
|
"Auto Popup Gaps": "Espaçamento Automático de Popup"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": ""
|
"Auto mode is on. Manual profile selection is disabled.": ""
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": "Automação"
|
"Automation": "Automação"
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": ""
|
"Background Blur": ""
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "Configurações da Barra"
|
"Bar Configurations": "Configurações da Barra"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": "Sombras da Barra"
|
"Bar Shadows": "Sombras da Barra"
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "Trasparência da Barra"
|
"Bar Transparency": "Trasparência da Barra"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "Limite de Carga da Bateria"
|
"Battery Charge Limit": "Limite de Carga da Bateria"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "Gerenciamento de bateria e energia"
|
"Battery and power management": "Gerenciamento de bateria e energia"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "Nível de bateria e manejamento de energia"
|
"Battery level and power management": "Nível de bateria e manejamento de energia"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "Comportamento"
|
"Behavior": "Comportamento"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": ""
|
"Black": ""
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": "Bloquear"
|
"Block Out": "Bloquear"
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "Canal"
|
"Channel": "Canal"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "Carregando"
|
"Charging": "Carregando"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": ""
|
"Choose how this bar resolves shadow direction": ""
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "Escolher Ícone"
|
"Choose icon": "Escolher Ícone"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": ""
|
"Choose monochrome or a theme color tint for system tray icons": ""
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "Escolha a cor de fundo para os widgets"
|
"Choose the background color for widgets": "Escolha a cor de fundo para os widgets"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": "Atravessar Clique"
|
"Click Through": "Atravessar Clique"
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": "Clique em qualquer atalho para editar. Alterações salvas em %1"
|
"Click any shortcut to edit. Changes save to %1": "Clique em qualquer atalho para editar. Alterações salvas em %1"
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "Clique para capturar"
|
"Click to capture": "Clique para capturar"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": "Cor para botões de ação primária"
|
"Color for primary action buttons": "Cor para botões de ação primária"
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "Temperatura de cor durante o dia"
|
"Color temperature for day time": "Temperatura de cor durante o dia"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "Criando..."
|
"Creating...": "Criando..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "Prioridade Crítica"
|
"Critical Priority": "Prioridade Crítica"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "Customizado"
|
"Custom": "Customizado"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "Cor Personalizada"
|
"Custom Color": "Cor Personalizada"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "Modo Escuro"
|
"Dark Mode": "Modo Escuro"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": ""
|
"Dark mode base": ""
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": ""
|
"Dock margin, transparency, and border": ""
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "Documentos"
|
"Docs": "Documentos"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "Espaçamento de Bordas"
|
"Edge Spacing": "Espaçamento de Bordas"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": ""
|
"Edge the launcher slides from": ""
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "Erros"
|
"Errors": "Erros"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "Recurso Experimental"
|
"Experimental Feature": "Recurso Experimental"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": ""
|
"Failed to apply Qt colors": ""
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": ""
|
"Failed to apply profile": ""
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "Procurar no Texto"
|
"Find in Text": "Procurar no Texto"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Controle de gama não disponível. Necessário DMS API v6+."
|
"Gamma control not available. Requires DMS API v6+.": "Controle de gama não disponível. Necessário DMS API v6+."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "Tema de Ícones"
|
"Icon Theme": "Tema de Ícones"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": ""
|
"Keep typing": ""
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "Modo Claro"
|
"Light Mode": "Modo Claro"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": "Chuva Leve"
|
"Light Rain": "Chuva Leve"
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": ""
|
"Light mode harmony": ""
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": "Linha"
|
"Line": "Linha"
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "Local"
|
"Local": "Local"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": ""
|
"Locale": ""
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "Baixa Prioridade"
|
"Low Priority": "Baixa Prioridade"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": ""
|
"Music Player": ""
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": "Silenciar Popups"
|
"Mute Popups": "Silenciar Popups"
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "Nada para ver aqui"
|
"Nothing to see here": "Nada para ver aqui"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "Centro de Notificações"
|
"Notification Center": "Centro de Notificações"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "Tempo Máximo de Notificação"
|
"Notification Timeouts": "Tempo Máximo de Notificação"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "Pop-ups de notificações toast"
|
"Notification toast popups": "Pop-ups de notificações toast"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "Notificações"
|
"Notifications": "Notificações"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "Números"
|
"Numbers": "Números"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "Mostrar apenas janelas do monitor atual em cada dock"
|
"Only show windows from the current monitor on each dock": "Mostrar apenas janelas do monitor atual em cada dock"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": "Abrir pasta"
|
"Open folder": "Abrir pasta"
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "Degradação do Perfil de Energia"
|
"Power Profile Degradation": "Degradação do Perfil de Energia"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": "Economia de Energia"
|
"Power Saver": "Economia de Energia"
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "Gerenciamento de perfil de energia disponível"
|
"Power profile management available": "Gerenciamento de perfil de energia disponível"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "Fonte de energia"
|
"Power source": "Fonte de energia"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": "Pré-visualização"
|
"Preview": "Pré-visualização"
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "Primário"
|
"Primary": "Primário"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": "Contêiner Primário"
|
"Primary Container": "Contêiner Primário"
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "Gerenciamento do Servidor de Impressão"
|
"Print Server Management": "Gerenciamento do Servidor de Impressão"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "Contador de Processos"
|
"Process Count": "Contador de Processos"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "Processos"
|
"Processes": "Processos"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": "Perfil salvo: %1"
|
"Profile saved: %1": "Perfil salvo: %1"
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "Protocolo"
|
"Protocol": "Protocolo"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": ""
|
"Remember Last Query": ""
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": "Lembrar última sessão"
|
"Remember last session": "Lembrar última sessão"
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "Configurações Salvas"
|
"Saved Configurations": "Configurações Salvas"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": "Nota Salva"
|
"Saved Note": "Nota Salva"
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "Secundário"
|
"Secondary": "Secundário"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "Seguro"
|
"Secured": "Seguro"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": ""
|
"Separate": ""
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "Separador"
|
"Separator": "Separador"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "Mostrar Temperatura Aparente"
|
"Show Feels Like Temperature": "Mostrar Temperatura Aparente"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": "Mostrar Rodapé"
|
"Show Footer": "Mostrar Rodapé"
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": "Mostrar Contagem de Distintivo de Estouro"
|
"Show Overflow Badge Count": "Mostrar Contagem de Distintivo de Estouro"
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "Mostrar Campo de Senha"
|
"Show Password Field": "Mostrar Campo de Senha"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "Mostrar Ações de Energia"
|
"Show Power Actions": "Mostrar Ações de Energia"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "Mostrar Reiniciar"
|
"Show Reboot": "Mostrar Reiniciar"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "Mostrar Reiniciar DMS"
|
"Show Restart DMS": "Mostrar Reiniciar DMS"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": "Mostrar um anel de contorno ao redor do indicador de espaço de trabalho em foco"
|
"Show an outline ring around the focused workspace indicator": "Mostrar um anel de contorno ao redor do indicador de espaço de trabalho em foco"
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"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 cava audio visualizer in media widget": "Exibir a visualização cava no widget de mídia"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": ""
|
"Silence notifications": ""
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": "Listras"
|
"Stripes": "Listras"
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": "Resumo"
|
"Summary": "Resumo"
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": ""
|
"Surface Behavior": ""
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": ""
|
"Surface Opacity": ""
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": "Variante de Superfície"
|
"Surface Variant": "Variante de Superfície"
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": ""
|
"Sync": ""
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "Sincronizar Modo Com Portal"
|
"Sync Mode with Portal": "Sincronizar Modo Com Portal"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": ""
|
"Tailscale Network": ""
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": ""
|
"Tailscale not available": ""
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "Terminais - Sempre usar Tema Escuro"
|
"Terminals - Always use Dark Theme": "Terminais - Sempre usar Tema Escuro"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": ""
|
"Test Connection": ""
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "Para usar este vinculo de DMS, remova ou altere o keybind no seu config.kdl"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "Para usar este vinculo de DMS, remova ou altere o keybind no seu config.kdl"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "Mensagens Toast"
|
"Toast Messages": "Mensagens Toast"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": ""
|
"Use desktop wallpaper": ""
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": ""
|
"Use fingerprint authentication for the lock screen.": ""
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": "Usar metros por segundo em vez de km/h para velocidade do vento"
|
"Use meters per second instead of km/h for wind speed": "Usar metros por segundo em vez de km/h para velocidade do vento"
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": "Usar cartões de notificação menores"
|
"Use smaller notification cards": "Usar cartões de notificação menores"
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": "Quando bloqueado"
|
"When locked": "Quando bloqueado"
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Senha do Wi-Fi"
|
"Wi-Fi Password": "Senha do Wi-Fi"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "Estilo dos Widgets"
|
"Widget Styling": "Estilo dos Widgets"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "Transparência dos Widgets"
|
"Widget Transparency": "Transparência dos Widgets"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": "Nätström"
|
"AC Power": "Nätström"
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Applicera varm färgtemperatur för att minska ögontrötthet. Använd automatiseringsinställningarna nedan för att styra när det aktiveras."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Applicera varm färgtemperatur för att minska ögontrötthet. Använd automatiseringsinställningarna nedan för att styra när det aktiveras."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "Automatiska mellanrum för popupfönster"
|
"Auto Popup Gaps": "Automatiska mellanrum för popupfönster"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": ""
|
"Auto mode is on. Manual profile selection is disabled.": ""
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": "Automatisering"
|
"Automation": "Automatisering"
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": ""
|
"Background Blur": ""
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "Menyradskonfigurationer"
|
"Bar Configurations": "Menyradskonfigurationer"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": "Menyradsskuggor"
|
"Bar Shadows": "Menyradsskuggor"
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "Genomskinlighet på menyraden"
|
"Bar Transparency": "Genomskinlighet på menyraden"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "Laddningsgräns"
|
"Battery Charge Limit": "Laddningsgräns"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "Batteri och energihantering"
|
"Battery and power management": "Batteri och energihantering"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "Energi och batteri"
|
"Battery level and power management": "Energi och batteri"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "Beteende"
|
"Behavior": "Beteende"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": ""
|
"Black": ""
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": "Blockera"
|
"Block Out": "Blockera"
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "Kanal"
|
"Channel": "Kanal"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "Laddar"
|
"Charging": "Laddar"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": "Välj hur denna menyrad hanterar skuggriktning"
|
"Choose how this bar resolves shadow direction": "Välj hur denna menyrad hanterar skuggriktning"
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "Välj ikon"
|
"Choose icon": "Välj ikon"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": ""
|
"Choose monochrome or a theme color tint for system tray icons": ""
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "Välj bakgrundsfärg för widgetar"
|
"Choose the background color for widgets": "Välj bakgrundsfärg för widgetar"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": "Klick igenom"
|
"Click Through": "Klick igenom"
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": "Klicka på ett kortkommando för att redigera. Ändringar sparas i %1"
|
"Click any shortcut to edit. Changes save to %1": "Klicka på ett kortkommando för att redigera. Ändringar sparas i %1"
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "Klicka för att fånga"
|
"Click to capture": "Klicka för att fånga"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": "Färg på primära åtgärdsknappar"
|
"Color for primary action buttons": "Färg på primära åtgärdsknappar"
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "Färgtemperatur för dagtid"
|
"Color temperature for day time": "Färgtemperatur för dagtid"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "Skapar..."
|
"Creating...": "Skapar..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "Kritisk prioritet"
|
"Critical Priority": "Kritisk prioritet"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "Anpassad"
|
"Custom": "Anpassad"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "Anpassad färg"
|
"Custom Color": "Anpassad färg"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "Mörkt läge"
|
"Dark Mode": "Mörkt läge"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": "Mörkt läge-bas"
|
"Dark mode base": "Mörkt läge-bas"
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": ""
|
"Dock margin, transparency, and border": ""
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "Dokumentation"
|
"Docs": "Dokumentation"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "Avstånd från skärmkanter"
|
"Edge Spacing": "Avstånd från skärmkanter"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": ""
|
"Edge the launcher slides from": ""
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "Fel"
|
"Errors": "Fel"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "Experimentell funktion"
|
"Experimental Feature": "Experimentell funktion"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": ""
|
"Failed to apply Qt colors": ""
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": ""
|
"Failed to apply profile": ""
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "Sök i text"
|
"Find in Text": "Sök i text"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Gammakontroll är inte tillgänglig. Kräver DMS API v6+."
|
"Gamma control not available. Requires DMS API v6+.": "Gammakontroll är inte tillgänglig. Kräver DMS API v6+."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "Ikontema"
|
"Icon Theme": "Ikontema"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": ""
|
"Keep typing": ""
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "Ljust läge"
|
"Light Mode": "Ljust läge"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": "Lätt regn"
|
"Light Rain": "Lätt regn"
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": "Ljust läge-harmoni"
|
"Light mode harmony": "Ljust läge-harmoni"
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": "Linje"
|
"Line": "Linje"
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "Lokal"
|
"Local": "Lokal"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": "Språk"
|
"Locale": "Språk"
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "Låg prioritet"
|
"Low Priority": "Låg prioritet"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": ""
|
"Music Player": ""
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": "Tysta banderoller"
|
"Mute Popups": "Tysta banderoller"
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "Inga äldre notiser"
|
"Nothing to see here": "Inga äldre notiser"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "Notiscenter"
|
"Notification Center": "Notiscenter"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "Tidsgräns för notiser"
|
"Notification Timeouts": "Tidsgräns för notiser"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "Notisbanderoller"
|
"Notification toast popups": "Notisbanderoller"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "Notiser"
|
"Notifications": "Notiser"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "Tal"
|
"Numbers": "Tal"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Påverkar bara DMS-hanterad PAM. Om greetd redan inkluderar pam_fprintd förblir fingeravtrycksläsaren aktiverad."
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "Påverkar bara DMS-hanterad PAM. Om greetd redan inkluderar pam_fprintd förblir fingeravtrycksläsaren aktiverad."
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "Visa bara fönster från den aktuella bildskärmen i varje dock"
|
"Only show windows from the current monitor on each dock": "Visa bara fönster från den aktuella bildskärmen i varje dock"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": "Öppna mapp"
|
"Open folder": "Öppna mapp"
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "Nedgradering av energiläge"
|
"Power Profile Degradation": "Nedgradering av energiläge"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": "Energisparläge"
|
"Power Saver": "Energisparläge"
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "Energiprofilhantering tillgänglig"
|
"Power profile management available": "Energiprofilhantering tillgänglig"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "Strömkälla"
|
"Power source": "Strömkälla"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": "Förhandsgranskning"
|
"Preview": "Förhandsgranskning"
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "Primär"
|
"Primary": "Primär"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": "Primär behållare"
|
"Primary Container": "Primär behållare"
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "Skrivarserverhantering"
|
"Print Server Management": "Skrivarserverhantering"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "Antal processer"
|
"Process Count": "Antal processer"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "Processer"
|
"Processes": "Processer"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": "Profil sparad: %1"
|
"Profile saved: %1": "Profil sparad: %1"
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "Protokoll"
|
"Protocol": "Protokoll"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": ""
|
"Remember Last Query": ""
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": "Kom ihåg senaste session"
|
"Remember last session": "Kom ihåg senaste session"
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "Sparade konfigurationer"
|
"Saved Configurations": "Sparade konfigurationer"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": "Sparad anteckning"
|
"Saved Note": "Sparad anteckning"
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "Sekundär"
|
"Secondary": "Sekundär"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "Lösenordsskyddad"
|
"Secured": "Lösenordsskyddad"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": ""
|
"Separate": ""
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "Avskiljare"
|
"Separator": "Avskiljare"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "Visa känns som-temperatur"
|
"Show Feels Like Temperature": "Visa känns som-temperatur"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": "Visa sidfot"
|
"Show Footer": "Visa sidfot"
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": "Visa overflow-märkesantal"
|
"Show Overflow Badge Count": "Visa overflow-märkesantal"
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "Visa lösenordsfält"
|
"Show Password Field": "Visa lösenordsfält"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "Visa strömåtgärder"
|
"Show Power Actions": "Visa strömåtgärder"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "Visa omstart"
|
"Show Reboot": "Visa omstart"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "Visa DMS-omstart"
|
"Show Restart DMS": "Visa DMS-omstart"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": "Visa en konturring runt den fokuserade arbetsytans indikator"
|
"Show an outline ring around the focused workspace indicator": "Visa en konturring runt den fokuserade arbetsytans indikator"
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "Visa cava-ljudvisualiserare i mediawidget"
|
"Show cava audio visualizer in media widget": "Visa cava-ljudvisualiserare i mediawidget"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": ""
|
"Silence notifications": ""
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": "Ränder"
|
"Stripes": "Ränder"
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": "Sammanfattning"
|
"Summary": "Sammanfattning"
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": ""
|
"Surface Behavior": ""
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": ""
|
"Surface Opacity": ""
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": "Ytvariant"
|
"Surface Variant": "Ytvariant"
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": "Synka"
|
"Sync": "Synka"
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "Synkronisera läge med portal"
|
"Sync Mode with Portal": "Synkronisera läge med portal"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": ""
|
"Tailscale Network": ""
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": ""
|
"Tailscale not available": ""
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "Terminaler – Använd alltid mörkt tema"
|
"Terminals - Always use Dark Theme": "Terminaler – Använd alltid mörkt tema"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": "Testa anslutning"
|
"Test Connection": "Testa anslutning"
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "För att använda denna DMS-kommando, ta bort eller ändra kortkommandot i din config.kdl"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "För att använda denna DMS-kommando, ta bort eller ändra kortkommandot i din config.kdl"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "Notisbanderoller"
|
"Toast Messages": "Notisbanderoller"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": "Använd skrivbordets bakgrundsbild"
|
"Use desktop wallpaper": "Använd skrivbordets bakgrundsbild"
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": "Använd fingeravtrycksautentisering för låsskärmen."
|
"Use fingerprint authentication for the lock screen.": "Använd fingeravtrycksautentisering för låsskärmen."
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": "Använd meter per sekund istället för km/h för vindhastighet"
|
"Use meters per second instead of km/h for wind speed": "Använd meter per sekund istället för km/h för vindhastighet"
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": "Använd mindre notiskort"
|
"Use smaller notification cards": "Använd mindre notiskort"
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": "När låst"
|
"When locked": "När låst"
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Wi-Fi-lösenord"
|
"Wi-Fi Password": "Wi-Fi-lösenord"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "Widgetstil"
|
"Widget Styling": "Widgetstil"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "Genomskinlighet på widget"
|
"Widget Transparency": "Genomskinlighet på widget"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": ""
|
"A user with that name already exists.": ""
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": ""
|
"AC Power": ""
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": ""
|
"Allow": ""
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": ""
|
"Apply inverse concave corner cutouts to the bar": ""
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Göz yorgunluğunu azaltmak için sıcak renk sıcaklığı uygulayın. Etkinleştirme zamanını kontrol etmek için aşağıdaki otomasyon ayarlarını kullanın."
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Göz yorgunluğunu azaltmak için sıcak renk sıcaklığı uygulayın. Etkinleştirme zamanını kontrol etmek için aşağıdaki otomasyon ayarlarını kullanın."
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "Otomatik Açılır Pencere Boşlukları"
|
"Auto Popup Gaps": "Otomatik Açılır Pencere Boşlukları"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": ""
|
"Auto mode is on. Manual profile selection is disabled.": ""
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": ""
|
"Automation": ""
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": ""
|
"Background Blur": ""
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": ""
|
"Background Effect": ""
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "Bar Ayarları"
|
"Bar Configurations": "Bar Ayarları"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": ""
|
"Bar Shadows": ""
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "Bar Opaklığı"
|
"Bar Transparency": "Bar Opaklığı"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "Batarya Şarj Sınırı"
|
"Battery Charge Limit": "Batarya Şarj Sınırı"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "Batarya ve güç yönetimi"
|
"Battery and power management": "Batarya ve güç yönetimi"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "Batarya seviyesi ve güç yönetimi"
|
"Battery level and power management": "Batarya seviyesi ve güç yönetimi"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "Davranış"
|
"Behavior": "Davranış"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": ""
|
"Black": ""
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": ""
|
"Block Out": ""
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "Kanal"
|
"Channel": "Kanal"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "Şarj ediliyor"
|
"Charging": "Şarj ediliyor"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": ""
|
"Choose how this bar resolves shadow direction": ""
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "Simge seçin"
|
"Choose icon": "Simge seçin"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": ""
|
"Choose monochrome or a theme color tint for system tray icons": ""
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "Widgetlar için arkaplan rengini seç"
|
"Choose the background color for widgets": "Widgetlar için arkaplan rengini seç"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": ""
|
"Click Through": ""
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": ""
|
"Click any shortcut to edit. Changes save to %1": ""
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "Yakalamak için tıkla"
|
"Click to capture": "Yakalamak için tıkla"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": ""
|
"Color for primary action buttons": ""
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "Gündüz için renk sıcaklığı"
|
"Color temperature for day time": "Gündüz için renk sıcaklığı"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "Oluşturuluyor..."
|
"Creating...": "Oluşturuluyor..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "Kritik Öncelik"
|
"Critical Priority": "Kritik Öncelik"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "Özel"
|
"Custom": "Özel"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": ""
|
"Custom Color": ""
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "Karanlık Mod"
|
"Dark Mode": "Karanlık Mod"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": ""
|
"Dark mode base": ""
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": ""
|
"Dock margin, transparency, and border": ""
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "Belgeler"
|
"Docs": "Belgeler"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "Kenar Aralığı"
|
"Edge Spacing": "Kenar Aralığı"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": ""
|
"Edge the launcher slides from": ""
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "Hatalar"
|
"Errors": "Hatalar"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "Ethernet"
|
"Ethernet": "Ethernet"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": ""
|
"Existing Users": ""
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "Deneysel Özellik"
|
"Experimental Feature": "Deneysel Özellik"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": ""
|
"Failed to apply Qt colors": ""
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": ""
|
"Failed to apply profile": ""
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": ""
|
"Filter": ""
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "Metinde Bul"
|
"Find in Text": "Metinde Bul"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Gama kontrolü mevcut değil. DMS API V6+ gerekir."
|
"Gamma control not available. Requires DMS API v6+.": "Gama kontrolü mevcut değil. DMS API V6+ gerekir."
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": ""
|
"Generate Override": ""
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "Simge Teması"
|
"Icon Theme": "Simge Teması"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": ""
|
"Identical alerts show as one popup instead of stacking": ""
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": ""
|
"Keep typing": ""
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "Aydınlık Modu"
|
"Light Mode": "Aydınlık Modu"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": ""
|
"Light Rain": ""
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": ""
|
"Light mode harmony": ""
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": ""
|
"Line": ""
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "Yerel"
|
"Local": "Yerel"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": ""
|
"Locale": ""
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": ""
|
"Low": ""
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "Düşük Öncelik"
|
"Low Priority": "Düşük Öncelik"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": ""
|
"Music Player": ""
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": ""
|
"Mute Popups": ""
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "Burada görülecek bir şey yok"
|
"Nothing to see here": "Burada görülecek bir şey yok"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "Bildirim Merkezi"
|
"Notification Center": "Bildirim Merkezi"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "Bildirim Zaman Aşımları"
|
"Notification Timeouts": "Bildirim Zaman Aşımları"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "Bildirim açılır pencereleri"
|
"Notification toast popups": "Bildirim açılır pencereleri"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "Bildirimler"
|
"Notifications": "Bildirimler"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "Numaralar"
|
"Numbers": "Numaralar"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": ""
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "Her bir dock'ta yalnızca mevcut monitördeki pencereleri göster"
|
"Only show windows from the current monitor on each dock": "Her bir dock'ta yalnızca mevcut monitördeki pencereleri göster"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": ""
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": ""
|
"Open folder": ""
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "Güç Profili Dejenerasyonu"
|
"Power Profile Degradation": "Güç Profili Dejenerasyonu"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": ""
|
"Power Saver": ""
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "Güç profili yönetimi mevcut"
|
"Power profile management available": "Güç profili yönetimi mevcut"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "Güç kaynağı"
|
"Power source": "Güç kaynağı"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": ""
|
"Preview": ""
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "Birincil"
|
"Primary": "Birincil"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": ""
|
"Primary Container": ""
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "Yazdırma Sunucusu Yönetimi"
|
"Print Server Management": "Yazdırma Sunucusu Yönetimi"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "Süreç Sayısı"
|
"Process Count": "Süreç Sayısı"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": ""
|
"Processes": ""
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": ""
|
"Profile saved: %1": ""
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "Protokol"
|
"Protocol": "Protokol"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": ""
|
"Re-enter password": ""
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": ""
|
"Read-only legacy config": ""
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": ""
|
"Remember Last Query": ""
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": ""
|
"Remember last session": ""
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "Kaydedilen Yapılandırmalar"
|
"Saved Configurations": "Kaydedilen Yapılandırmalar"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": ""
|
"Saved Note": ""
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "İkincil"
|
"Secondary": "İkincil"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "Güvenli"
|
"Secured": "Güvenli"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": ""
|
"Separate": ""
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "Ayraç"
|
"Separator": "Ayraç"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": ""
|
"Setting": ""
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": ""
|
"Show Feels Like Temperature": ""
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": ""
|
"Show Footer": ""
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": ""
|
"Show Overflow Badge Count": ""
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "Parola Alanını Göster"
|
"Show Password Field": "Parola Alanını Göster"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "Güç Eylemlerini Göster"
|
"Show Power Actions": "Güç Eylemlerini Göster"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "Yeniden Başlatı Göster"
|
"Show Reboot": "Yeniden Başlatı Göster"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "DMS'yi Yeniden Başlatı Göster"
|
"Show Restart DMS": "DMS'yi Yeniden Başlatı Göster"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": ""
|
"Show an outline ring around the focused workspace indicator": ""
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "Medya widget'ında cava ses görselleştiricisini göster"
|
"Show cava audio visualizer in media widget": "Medya widget'ında cava ses görselleştiricisini göster"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": ""
|
"Silence notifications": ""
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": ""
|
"Stripes": ""
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": ""
|
"Summary": ""
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": ""
|
"Surface Behavior": ""
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": ""
|
"Surface Opacity": ""
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": ""
|
"Surface Variant": ""
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": ""
|
"Sync": ""
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "Modu Portal ile Eşitle"
|
"Sync Mode with Portal": "Modu Portal ile Eşitle"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": ""
|
"Tailscale Network": ""
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": ""
|
"Tailscale not available": ""
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "Terminaller - Her zaman Karanlı Tema kullan"
|
"Terminals - Always use Dark Theme": "Terminaller - Her zaman Karanlı Tema kullan"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": ""
|
"Test Connection": ""
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "Bu DMS bağlamasını kullanmak için, config.kdl dosyanızdaki tuş bağlamasını kaldırın veya değiştirin."
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "Bu DMS bağlamasını kullanmak için, config.kdl dosyanızdaki tuş bağlamasını kaldırın veya değiştirin."
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "Anlık Bildirimler"
|
"Toast Messages": "Anlık Bildirimler"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": ""
|
"Use desktop wallpaper": ""
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": ""
|
"Use fingerprint authentication for the lock screen.": ""
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": ""
|
"Use meters per second instead of km/h for wind speed": ""
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": ""
|
"Use smaller notification cards": ""
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": ""
|
"When locked": ""
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Wi-Fi Parolası"
|
"Wi-Fi Password": "Wi-Fi Parolası"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "Widget Stili"
|
"Widget Styling": "Widget Stili"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "Widget Opaklığı"
|
"Widget Transparency": "Widget Opaklığı"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -323,6 +323,9 @@
|
|||||||
"A user with that name already exists.": {
|
"A user with that name already exists.": {
|
||||||
"A user with that name already exists.": "該名稱的使用者已存在。"
|
"A user with that name already exists.": "該名稱的使用者已存在。"
|
||||||
},
|
},
|
||||||
|
"AC Adapter (Plugged In)": {
|
||||||
|
"AC Adapter (Plugged In)": ""
|
||||||
|
},
|
||||||
"AC Power": {
|
"AC Power": {
|
||||||
"AC Power": "交流電源"
|
"AC Power": "交流電源"
|
||||||
},
|
},
|
||||||
@@ -524,6 +527,9 @@
|
|||||||
"Allow": {
|
"Allow": {
|
||||||
"Allow": "允許"
|
"Allow": "允許"
|
||||||
},
|
},
|
||||||
|
"Allow LAN access": {
|
||||||
|
"Allow LAN access": ""
|
||||||
|
},
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": {
|
||||||
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
"Allow adjusting device volume by scrolling on the right half of items in the device list": ""
|
||||||
},
|
},
|
||||||
@@ -665,6 +671,9 @@
|
|||||||
"Apply inverse concave corner cutouts to the bar": {
|
"Apply inverse concave corner cutouts to the bar": {
|
||||||
"Apply inverse concave corner cutouts to the bar": "對工具列套用反向凹角裁切"
|
"Apply inverse concave corner cutouts to the bar": "對工具列套用反向凹角裁切"
|
||||||
},
|
},
|
||||||
|
"Apply to Hardware": {
|
||||||
|
"Apply to Hardware": ""
|
||||||
|
},
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": {
|
||||||
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。"
|
"Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "應用暖色溫以減輕眼睛疲勞。使用下方的自動化設定來控制其啟動時間。"
|
||||||
},
|
},
|
||||||
@@ -818,6 +827,9 @@
|
|||||||
"Auto Popup Gaps": {
|
"Auto Popup Gaps": {
|
||||||
"Auto Popup Gaps": "自動調整彈出間隔"
|
"Auto Popup Gaps": "自動調整彈出間隔"
|
||||||
},
|
},
|
||||||
|
"Auto Power Saver": {
|
||||||
|
"Auto Power Saver": ""
|
||||||
|
},
|
||||||
"Auto mode is on. Manual profile selection is disabled.": {
|
"Auto mode is on. Manual profile selection is disabled.": {
|
||||||
"Auto mode is on. Manual profile selection is disabled.": "自動模式已開啟。手動選擇設定檔已停用。"
|
"Auto mode is on. Manual profile selection is disabled.": "自動模式已開啟。手動選擇設定檔已停用。"
|
||||||
},
|
},
|
||||||
@@ -911,6 +923,9 @@
|
|||||||
"Automatically save changes to opened files as you type": {
|
"Automatically save changes to opened files as you type": {
|
||||||
"Automatically save changes to opened files as you type": ""
|
"Automatically save changes to opened files as you type": ""
|
||||||
},
|
},
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": {
|
||||||
|
"Automatically turn on Power Saver profile when battery is low.": ""
|
||||||
|
},
|
||||||
"Automation": {
|
"Automation": {
|
||||||
"Automation": "自動化"
|
"Automation": "自動化"
|
||||||
},
|
},
|
||||||
@@ -962,6 +977,9 @@
|
|||||||
"Background Blur": {
|
"Background Blur": {
|
||||||
"Background Blur": "背景模糊"
|
"Background Blur": "背景模糊"
|
||||||
},
|
},
|
||||||
|
"Background Color": {
|
||||||
|
"Background Color": ""
|
||||||
|
},
|
||||||
"Background Effect": {
|
"Background Effect": {
|
||||||
"Background Effect": "背景特效"
|
"Background Effect": "背景特效"
|
||||||
},
|
},
|
||||||
@@ -995,12 +1013,18 @@
|
|||||||
"Bar Configurations": {
|
"Bar Configurations": {
|
||||||
"Bar Configurations": "欄設定"
|
"Bar Configurations": "欄設定"
|
||||||
},
|
},
|
||||||
|
"Bar Inset Padding": {
|
||||||
|
"Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Bar Opacity": {
|
"Bar Opacity": {
|
||||||
"Bar Opacity": ""
|
"Bar Opacity": ""
|
||||||
},
|
},
|
||||||
"Bar Shadows": {
|
"Bar Shadows": {
|
||||||
"Bar Shadows": "列陰影"
|
"Bar Shadows": "列陰影"
|
||||||
},
|
},
|
||||||
|
"Bar Spacing": {
|
||||||
|
"Bar Spacing": ""
|
||||||
|
},
|
||||||
"Bar Transparency": {
|
"Bar Transparency": {
|
||||||
"Bar Transparency": "欄透明度"
|
"Bar Transparency": "欄透明度"
|
||||||
},
|
},
|
||||||
@@ -1028,12 +1052,36 @@
|
|||||||
"Battery Charge Limit": {
|
"Battery Charge Limit": {
|
||||||
"Battery Charge Limit": "電池充電上限"
|
"Battery Charge Limit": "電池充電上限"
|
||||||
},
|
},
|
||||||
|
"Battery Health": {
|
||||||
|
"Battery Health": ""
|
||||||
|
},
|
||||||
|
"Battery Power": {
|
||||||
|
"Battery Power": ""
|
||||||
|
},
|
||||||
|
"Battery Protection & Charging": {
|
||||||
|
"Battery Protection & Charging": ""
|
||||||
|
},
|
||||||
|
"Battery Status": {
|
||||||
|
"Battery Status": ""
|
||||||
|
},
|
||||||
"Battery and power management": {
|
"Battery and power management": {
|
||||||
"Battery and power management": "電池與電源管理"
|
"Battery and power management": "電池與電源管理"
|
||||||
},
|
},
|
||||||
|
"Battery has charged to your set limit of %1%": {
|
||||||
|
"Battery has charged to your set limit of %1%": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Connect charger immediately!": {
|
||||||
|
"Battery is at %1% - Connect charger immediately!": ""
|
||||||
|
},
|
||||||
|
"Battery is at %1% - Consider charging soon": {
|
||||||
|
"Battery is at %1% - Consider charging soon": ""
|
||||||
|
},
|
||||||
"Battery level and power management": {
|
"Battery level and power management": {
|
||||||
"Battery level and power management": "電量與電源管理"
|
"Battery level and power management": "電量與電源管理"
|
||||||
},
|
},
|
||||||
|
"Battery percentage to trigger a critical alert.": {
|
||||||
|
"Battery percentage to trigger a critical alert.": ""
|
||||||
|
},
|
||||||
"Behavior": {
|
"Behavior": {
|
||||||
"Behavior": "行為"
|
"Behavior": "行為"
|
||||||
},
|
},
|
||||||
@@ -1058,6 +1106,9 @@
|
|||||||
"Black": {
|
"Black": {
|
||||||
"Black": "粗黑"
|
"Black": "粗黑"
|
||||||
},
|
},
|
||||||
|
"Blend between Surface High and the selected custom color": {
|
||||||
|
"Blend between Surface High and the selected custom color": ""
|
||||||
|
},
|
||||||
"Block Out": {
|
"Block Out": {
|
||||||
"Block Out": "遮蔽"
|
"Block Out": "遮蔽"
|
||||||
},
|
},
|
||||||
@@ -1316,6 +1367,15 @@
|
|||||||
"Channel": {
|
"Channel": {
|
||||||
"Channel": "頻道"
|
"Channel": "頻道"
|
||||||
},
|
},
|
||||||
|
"Charge Level": {
|
||||||
|
"Charge Level": ""
|
||||||
|
},
|
||||||
|
"Charge Limit Reached": {
|
||||||
|
"Charge Limit Reached": ""
|
||||||
|
},
|
||||||
|
"Charge limit applied successfully": {
|
||||||
|
"Charge limit applied successfully": ""
|
||||||
|
},
|
||||||
"Charging": {
|
"Charging": {
|
||||||
"Charging": "充電中"
|
"Charging": "充電中"
|
||||||
},
|
},
|
||||||
@@ -1376,12 +1436,18 @@
|
|||||||
"Choose how this bar resolves shadow direction": {
|
"Choose how this bar resolves shadow direction": {
|
||||||
"Choose how this bar resolves shadow direction": "選擇此列如何解析陰影方向"
|
"Choose how this bar resolves shadow direction": "選擇此列如何解析陰影方向"
|
||||||
},
|
},
|
||||||
|
"Choose how to be notified about battery alerts.": {
|
||||||
|
"Choose how to be notified about battery alerts.": ""
|
||||||
|
},
|
||||||
"Choose icon": {
|
"Choose icon": {
|
||||||
"Choose icon": "選擇圖示"
|
"Choose icon": "選擇圖示"
|
||||||
},
|
},
|
||||||
"Choose monochrome or a theme color tint for system tray icons": {
|
"Choose monochrome or a theme color tint for system tray icons": {
|
||||||
"Choose monochrome or a theme color tint for system tray icons": "為系統匣圖示選擇單色或主題色彩色調"
|
"Choose monochrome or a theme color tint for system tray icons": "為系統匣圖示選擇單色或主題色彩色調"
|
||||||
},
|
},
|
||||||
|
"Choose neutral or accent-colored widget text": {
|
||||||
|
"Choose neutral or accent-colored widget text": ""
|
||||||
|
},
|
||||||
"Choose the background color for widgets": {
|
"Choose the background color for widgets": {
|
||||||
"Choose the background color for widgets": "選擇部件的背景顏色"
|
"Choose the background color for widgets": "選擇部件的背景顏色"
|
||||||
},
|
},
|
||||||
@@ -1466,9 +1532,15 @@
|
|||||||
"Click Through": {
|
"Click Through": {
|
||||||
"Click Through": "穿透點擊"
|
"Click Through": "穿透點擊"
|
||||||
},
|
},
|
||||||
|
"Click an entry to paste directly instead of copying": {
|
||||||
|
"Click an entry to paste directly instead of copying": ""
|
||||||
|
},
|
||||||
"Click any shortcut to edit. Changes save to %1": {
|
"Click any shortcut to edit. Changes save to %1": {
|
||||||
"Click any shortcut to edit. Changes save to %1": "點擊任一快捷鍵進行編輯。變更會儲存到 %1"
|
"Click any shortcut to edit. Changes save to %1": "點擊任一快捷鍵進行編輯。變更會儲存到 %1"
|
||||||
},
|
},
|
||||||
|
"Click to Paste": {
|
||||||
|
"Click to Paste": ""
|
||||||
|
},
|
||||||
"Click to capture": {
|
"Click to capture": {
|
||||||
"Click to capture": "點擊擷取"
|
"Click to capture": "點擊擷取"
|
||||||
},
|
},
|
||||||
@@ -1547,6 +1619,9 @@
|
|||||||
"Color for primary action buttons": {
|
"Color for primary action buttons": {
|
||||||
"Color for primary action buttons": "主要動作按鈕顏色"
|
"Color for primary action buttons": "主要動作按鈕顏色"
|
||||||
},
|
},
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": {
|
||||||
|
"Color shown for areas not covered by wallpaper (e.g. Fit or Pad modes)": ""
|
||||||
|
},
|
||||||
"Color temperature for day time": {
|
"Color temperature for day time": {
|
||||||
"Color temperature for day time": "白天螢幕的顏色溫度"
|
"Color temperature for day time": "白天螢幕的顏色溫度"
|
||||||
},
|
},
|
||||||
@@ -1895,9 +1970,21 @@
|
|||||||
"Creating...": {
|
"Creating...": {
|
||||||
"Creating...": "建立中..."
|
"Creating...": "建立中..."
|
||||||
},
|
},
|
||||||
|
"Critical Battery": {
|
||||||
|
"Critical Battery": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Alert": {
|
||||||
|
"Critical Battery Alert": ""
|
||||||
|
},
|
||||||
|
"Critical Battery Notifications": {
|
||||||
|
"Critical Battery Notifications": ""
|
||||||
|
},
|
||||||
"Critical Priority": {
|
"Critical Priority": {
|
||||||
"Critical Priority": "關鍵優先級"
|
"Critical Priority": "關鍵優先級"
|
||||||
},
|
},
|
||||||
|
"Critical Threshold": {
|
||||||
|
"Critical Threshold": ""
|
||||||
|
},
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": {
|
||||||
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
"Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": ""
|
||||||
},
|
},
|
||||||
@@ -1973,6 +2060,9 @@
|
|||||||
"Custom": {
|
"Custom": {
|
||||||
"Custom": "自訂"
|
"Custom": "自訂"
|
||||||
},
|
},
|
||||||
|
"Custom Blend": {
|
||||||
|
"Custom Blend": ""
|
||||||
|
},
|
||||||
"Custom Color": {
|
"Custom Color": {
|
||||||
"Custom Color": "自訂顏色"
|
"Custom Color": "自訂顏色"
|
||||||
},
|
},
|
||||||
@@ -2117,6 +2207,9 @@
|
|||||||
"Dark Mode": {
|
"Dark Mode": {
|
||||||
"Dark Mode": "深色主題"
|
"Dark Mode": "深色主題"
|
||||||
},
|
},
|
||||||
|
"Dark Mode Icon Theme": {
|
||||||
|
"Dark Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Dark mode base": {
|
"Dark mode base": {
|
||||||
"Dark mode base": "深色模式基準"
|
"Dark mode base": "深色模式基準"
|
||||||
},
|
},
|
||||||
@@ -2486,6 +2579,9 @@
|
|||||||
"Dock margin, transparency, and border": {
|
"Dock margin, transparency, and border": {
|
||||||
"Dock margin, transparency, and border": "Dock 邊距、透明度和邊框"
|
"Dock margin, transparency, and border": "Dock 邊距、透明度和邊框"
|
||||||
},
|
},
|
||||||
|
"Dock window": {
|
||||||
|
"Dock window": ""
|
||||||
|
},
|
||||||
"Docs": {
|
"Docs": {
|
||||||
"Docs": "文件"
|
"Docs": "文件"
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2666,9 @@
|
|||||||
"Edge Spacing": {
|
"Edge Spacing": {
|
||||||
"Edge Spacing": "邊緣間距"
|
"Edge Spacing": "邊緣間距"
|
||||||
},
|
},
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": {
|
||||||
|
"Edge spacing, exclusive zone, and popup gaps are managed by Frame": ""
|
||||||
|
},
|
||||||
"Edge the launcher slides from": {
|
"Edge the launcher slides from": {
|
||||||
"Edge the launcher slides from": "啟動器滑出的邊緣"
|
"Edge the launcher slides from": "啟動器滑出的邊緣"
|
||||||
},
|
},
|
||||||
@@ -2795,6 +2894,9 @@
|
|||||||
"Errors": {
|
"Errors": {
|
||||||
"Errors": "錯誤"
|
"Errors": "錯誤"
|
||||||
},
|
},
|
||||||
|
"Estimated Time": {
|
||||||
|
"Estimated Time": ""
|
||||||
|
},
|
||||||
"Ethernet": {
|
"Ethernet": {
|
||||||
"Ethernet": "乙太網路"
|
"Ethernet": "乙太網路"
|
||||||
},
|
},
|
||||||
@@ -2822,6 +2924,9 @@
|
|||||||
"Existing Users": {
|
"Existing Users": {
|
||||||
"Existing Users": "現有使用者"
|
"Existing Users": "現有使用者"
|
||||||
},
|
},
|
||||||
|
"Exit node": {
|
||||||
|
"Exit node": ""
|
||||||
|
},
|
||||||
"Experimental Feature": {
|
"Experimental Feature": {
|
||||||
"Experimental Feature": "實驗性功能"
|
"Experimental Feature": "實驗性功能"
|
||||||
},
|
},
|
||||||
@@ -2885,6 +2990,9 @@
|
|||||||
"Failed to apply Qt colors": {
|
"Failed to apply Qt colors": {
|
||||||
"Failed to apply Qt colors": "套用 Qt 顏色失敗"
|
"Failed to apply Qt colors": "套用 Qt 顏色失敗"
|
||||||
},
|
},
|
||||||
|
"Failed to apply charge limit to system": {
|
||||||
|
"Failed to apply charge limit to system": ""
|
||||||
|
},
|
||||||
"Failed to apply profile": {
|
"Failed to apply profile": {
|
||||||
"Failed to apply profile": "套用設定檔失敗"
|
"Failed to apply profile": "套用設定檔失敗"
|
||||||
},
|
},
|
||||||
@@ -3176,6 +3284,9 @@
|
|||||||
"Filter": {
|
"Filter": {
|
||||||
"Filter": "篩選器"
|
"Filter": "篩選器"
|
||||||
},
|
},
|
||||||
|
"Filter by type": {
|
||||||
|
"Filter by type": ""
|
||||||
|
},
|
||||||
"Find in Text": {
|
"Find in Text": {
|
||||||
"Find in Text": "尋找文字"
|
"Find in Text": "尋找文字"
|
||||||
},
|
},
|
||||||
@@ -3476,6 +3587,9 @@
|
|||||||
"Gamma control not available. Requires DMS API v6+.": {
|
"Gamma control not available. Requires DMS API v6+.": {
|
||||||
"Gamma control not available. Requires DMS API v6+.": "Gamma 控制不可用。需要 DMS API v6+。"
|
"Gamma control not available. Requires DMS API v6+.": "Gamma 控制不可用。需要 DMS API v6+。"
|
||||||
},
|
},
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": {
|
||||||
|
"Gap between the end widgets and the bar ends (0 = edge-to-edge)": ""
|
||||||
|
},
|
||||||
"Generate Override": {
|
"Generate Override": {
|
||||||
"Generate Override": "產生覆蓋檔"
|
"Generate Override": "產生覆蓋檔"
|
||||||
},
|
},
|
||||||
@@ -3845,6 +3959,9 @@
|
|||||||
"Icon Theme": {
|
"Icon Theme": {
|
||||||
"Icon Theme": "圖示主題"
|
"Icon Theme": "圖示主題"
|
||||||
},
|
},
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": {
|
||||||
|
"Icon theme changed outside DMS; switched to System Default": ""
|
||||||
|
},
|
||||||
"Identical alerts show as one popup instead of stacking": {
|
"Identical alerts show as one popup instead of stacking": {
|
||||||
"Identical alerts show as one popup instead of stacking": "相同的警告顯示為一個彈出視窗,而不是堆疊顯示"
|
"Identical alerts show as one popup instead of stacking": "相同的警告顯示為一個彈出視窗,而不是堆疊顯示"
|
||||||
},
|
},
|
||||||
@@ -4079,6 +4196,9 @@
|
|||||||
"Keep in Bar": {
|
"Keep in Bar": {
|
||||||
"Keep in Bar": ""
|
"Keep in Bar": ""
|
||||||
},
|
},
|
||||||
|
"Keep the clipboard type filter when reopening history": {
|
||||||
|
"Keep the clipboard type filter when reopening history": ""
|
||||||
|
},
|
||||||
"Keep typing": {
|
"Keep typing": {
|
||||||
"Keep typing": "繼續輸入"
|
"Keep typing": "繼續輸入"
|
||||||
},
|
},
|
||||||
@@ -4220,6 +4340,9 @@
|
|||||||
"Light Mode": {
|
"Light Mode": {
|
||||||
"Light Mode": "淺色主題"
|
"Light Mode": "淺色主題"
|
||||||
},
|
},
|
||||||
|
"Light Mode Icon Theme": {
|
||||||
|
"Light Mode Icon Theme": ""
|
||||||
|
},
|
||||||
"Light Rain": {
|
"Light Rain": {
|
||||||
"Light Rain": "小雨"
|
"Light Rain": "小雨"
|
||||||
},
|
},
|
||||||
@@ -4235,6 +4358,12 @@
|
|||||||
"Light mode harmony": {
|
"Light mode harmony": {
|
||||||
"Light mode harmony": "淺色模式協調"
|
"Light mode harmony": "淺色模式協調"
|
||||||
},
|
},
|
||||||
|
"Limit set to %1%": {
|
||||||
|
"Limit set to %1%": ""
|
||||||
|
},
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": {
|
||||||
|
"Limit the maximum battery charge level to extend lifespan.": ""
|
||||||
|
},
|
||||||
"Line": {
|
"Line": {
|
||||||
"Line": "線"
|
"Line": "線"
|
||||||
},
|
},
|
||||||
@@ -4271,6 +4400,9 @@
|
|||||||
"Local": {
|
"Local": {
|
||||||
"Local": "本機"
|
"Local": "本機"
|
||||||
},
|
},
|
||||||
|
"Local Weather": {
|
||||||
|
"Local Weather": ""
|
||||||
|
},
|
||||||
"Locale": {
|
"Locale": {
|
||||||
"Locale": "地區設定"
|
"Locale": "地區設定"
|
||||||
},
|
},
|
||||||
@@ -4343,6 +4475,15 @@
|
|||||||
"Low": {
|
"Low": {
|
||||||
"Low": "低"
|
"Low": "低"
|
||||||
},
|
},
|
||||||
|
"Low Battery": {
|
||||||
|
"Low Battery": ""
|
||||||
|
},
|
||||||
|
"Low Battery Notifications": {
|
||||||
|
"Low Battery Notifications": ""
|
||||||
|
},
|
||||||
|
"Low Battery Threshold": {
|
||||||
|
"Low Battery Threshold": ""
|
||||||
|
},
|
||||||
"Low Priority": {
|
"Low Priority": {
|
||||||
"Low Priority": "低優先級"
|
"Low Priority": "低優先級"
|
||||||
},
|
},
|
||||||
@@ -4745,6 +4886,9 @@
|
|||||||
"Music Player": {
|
"Music Player": {
|
||||||
"Music Player": "音樂播放器"
|
"Music Player": "音樂播放器"
|
||||||
},
|
},
|
||||||
|
"Mute During Playback": {
|
||||||
|
"Mute During Playback": ""
|
||||||
|
},
|
||||||
"Mute Popups": {
|
"Mute Popups": {
|
||||||
"Mute Popups": "靜音彈出視窗"
|
"Mute Popups": "靜音彈出視窗"
|
||||||
},
|
},
|
||||||
@@ -5255,6 +5399,9 @@
|
|||||||
"Nothing to see here": {
|
"Nothing to see here": {
|
||||||
"Nothing to see here": "這裡啥都沒有"
|
"Nothing to see here": "這裡啥都沒有"
|
||||||
},
|
},
|
||||||
|
"Notification": {
|
||||||
|
"Notification": ""
|
||||||
|
},
|
||||||
"Notification Center": {
|
"Notification Center": {
|
||||||
"Notification Center": "通知中心"
|
"Notification Center": "通知中心"
|
||||||
},
|
},
|
||||||
@@ -5276,12 +5423,18 @@
|
|||||||
"Notification Timeouts": {
|
"Notification Timeouts": {
|
||||||
"Notification Timeouts": "通知持續時間"
|
"Notification Timeouts": "通知持續時間"
|
||||||
},
|
},
|
||||||
|
"Notification Type": {
|
||||||
|
"Notification Type": ""
|
||||||
|
},
|
||||||
"Notification toast popups": {
|
"Notification toast popups": {
|
||||||
"Notification toast popups": "通知彈出窗口"
|
"Notification toast popups": "通知彈出窗口"
|
||||||
},
|
},
|
||||||
"Notifications": {
|
"Notifications": {
|
||||||
"Notifications": "通知"
|
"Notifications": "通知"
|
||||||
},
|
},
|
||||||
|
"Notify when limit is reached": {
|
||||||
|
"Notify when limit is reached": ""
|
||||||
|
},
|
||||||
"Numbers": {
|
"Numbers": {
|
||||||
"Numbers": "數字"
|
"Numbers": "數字"
|
||||||
},
|
},
|
||||||
@@ -5342,6 +5495,9 @@
|
|||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": {
|
||||||
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "僅影響 DMS 管理的 PAM。如果 greetd 已包含 pam_fprintd,指紋驗證會保持啟用。"
|
"Only affects DMS-managed PAM. If greetd already includes pam_fprintd, fingerprint stays enabled.": "僅影響 DMS 管理的 PAM。如果 greetd 已包含 pam_fprintd,指紋驗證會保持啟用。"
|
||||||
},
|
},
|
||||||
|
"Only on Battery": {
|
||||||
|
"Only on Battery": ""
|
||||||
|
},
|
||||||
"Only show windows from the current monitor on each dock": {
|
"Only show windows from the current monitor on each dock": {
|
||||||
"Only show windows from the current monitor on each dock": "在每個 Dock 上僅顯示目前顯示器上的視窗"
|
"Only show windows from the current monitor on each dock": "在每個 Dock 上僅顯示目前顯示器上的視窗"
|
||||||
},
|
},
|
||||||
@@ -5393,6 +5549,9 @@
|
|||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": {
|
||||||
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "開啟終端機並運行自訂指令,而不是在殼層中升級。"
|
"Open a terminal and run a custom command instead of the in-shell upgrade flow.": "開啟終端機並運行自訂指令,而不是在殼層中升級。"
|
||||||
},
|
},
|
||||||
|
"Open as window": {
|
||||||
|
"Open as window": ""
|
||||||
|
},
|
||||||
"Open folder": {
|
"Open folder": {
|
||||||
"Open folder": "開啟資料夾"
|
"Open folder": "開啟資料夾"
|
||||||
},
|
},
|
||||||
@@ -5876,6 +6035,9 @@
|
|||||||
"Power Profile Degradation": {
|
"Power Profile Degradation": {
|
||||||
"Power Profile Degradation": "電源配置降級"
|
"Power Profile Degradation": "電源配置降級"
|
||||||
},
|
},
|
||||||
|
"Power Profiles Auto-Switching": {
|
||||||
|
"Power Profiles Auto-Switching": ""
|
||||||
|
},
|
||||||
"Power Saver": {
|
"Power Saver": {
|
||||||
"Power Saver": "省電模式"
|
"Power Saver": "省電模式"
|
||||||
},
|
},
|
||||||
@@ -5885,6 +6047,12 @@
|
|||||||
"Power profile management available": {
|
"Power profile management available": {
|
||||||
"Power profile management available": "電源設定檔管理功能可用"
|
"Power profile management available": "電源設定檔管理功能可用"
|
||||||
},
|
},
|
||||||
|
"Power profile to use when AC power is connected.": {
|
||||||
|
"Power profile to use when AC power is connected.": ""
|
||||||
|
},
|
||||||
|
"Power profile to use when running on battery power.": {
|
||||||
|
"Power profile to use when running on battery power.": ""
|
||||||
|
},
|
||||||
"Power source": {
|
"Power source": {
|
||||||
"Power source": "電源"
|
"Power source": "電源"
|
||||||
},
|
},
|
||||||
@@ -5930,12 +6098,18 @@
|
|||||||
"Preview": {
|
"Preview": {
|
||||||
"Preview": "預覽"
|
"Preview": "預覽"
|
||||||
},
|
},
|
||||||
|
"Preview: %1": {
|
||||||
|
"Preview: %1": ""
|
||||||
|
},
|
||||||
"Primary": {
|
"Primary": {
|
||||||
"Primary": "主要"
|
"Primary": "主要"
|
||||||
},
|
},
|
||||||
"Primary Container": {
|
"Primary Container": {
|
||||||
"Primary Container": "主要容器"
|
"Primary Container": "主要容器"
|
||||||
},
|
},
|
||||||
|
"Primary Theme Color": {
|
||||||
|
"Primary Theme Color": ""
|
||||||
|
},
|
||||||
"Print Server Management": {
|
"Print Server Management": {
|
||||||
"Print Server Management": "列印伺服器管理"
|
"Print Server Management": "列印伺服器管理"
|
||||||
},
|
},
|
||||||
@@ -5984,6 +6158,9 @@
|
|||||||
"Process Count": {
|
"Process Count": {
|
||||||
"Process Count": "程序數量"
|
"Process Count": "程序數量"
|
||||||
},
|
},
|
||||||
|
"Process exited with code %1": {
|
||||||
|
"Process exited with code %1": ""
|
||||||
|
},
|
||||||
"Processes": {
|
"Processes": {
|
||||||
"Processes": "處理程序"
|
"Processes": "處理程序"
|
||||||
},
|
},
|
||||||
@@ -6020,6 +6197,12 @@
|
|||||||
"Profile saved: %1": {
|
"Profile saved: %1": {
|
||||||
"Profile saved: %1": "設定檔已儲存:%1"
|
"Profile saved: %1": "設定檔已儲存:%1"
|
||||||
},
|
},
|
||||||
|
"Profile when Plugged In (AC)": {
|
||||||
|
"Profile when Plugged In (AC)": ""
|
||||||
|
},
|
||||||
|
"Profile when on Battery": {
|
||||||
|
"Profile when on Battery": ""
|
||||||
|
},
|
||||||
"Protocol": {
|
"Protocol": {
|
||||||
"Protocol": "協定"
|
"Protocol": "協定"
|
||||||
},
|
},
|
||||||
@@ -6083,6 +6266,9 @@
|
|||||||
"Re-enter password": {
|
"Re-enter password": {
|
||||||
"Re-enter password": "再次輸入密碼"
|
"Re-enter password": "再次輸入密碼"
|
||||||
},
|
},
|
||||||
|
"Reach local network devices while using an exit node": {
|
||||||
|
"Reach local network devices while using an exit node": ""
|
||||||
|
},
|
||||||
"Read-only legacy config": {
|
"Read-only legacy config": {
|
||||||
"Read-only legacy config": "唯讀舊版設定檔"
|
"Read-only legacy config": "唯讀舊版設定檔"
|
||||||
},
|
},
|
||||||
@@ -6149,6 +6335,9 @@
|
|||||||
"Remember Last Query": {
|
"Remember Last Query": {
|
||||||
"Remember Last Query": "記住上次查詢"
|
"Remember Last Query": "記住上次查詢"
|
||||||
},
|
},
|
||||||
|
"Remember Type Filter": {
|
||||||
|
"Remember Type Filter": ""
|
||||||
|
},
|
||||||
"Remember last session": {
|
"Remember last session": {
|
||||||
"Remember last session": "記住上次會話"
|
"Remember last session": "記住上次會話"
|
||||||
},
|
},
|
||||||
@@ -6449,6 +6638,9 @@
|
|||||||
"Saved Configurations": {
|
"Saved Configurations": {
|
||||||
"Saved Configurations": "已儲存的設定"
|
"Saved Configurations": "已儲存的設定"
|
||||||
},
|
},
|
||||||
|
"Saved Networks": {
|
||||||
|
"Saved Networks": ""
|
||||||
|
},
|
||||||
"Saved Note": {
|
"Saved Note": {
|
||||||
"Saved Note": "已儲存的筆記"
|
"Saved Note": "已儲存的筆記"
|
||||||
},
|
},
|
||||||
@@ -6572,6 +6764,9 @@
|
|||||||
"Secondary": {
|
"Secondary": {
|
||||||
"Secondary": "次要"
|
"Secondary": "次要"
|
||||||
},
|
},
|
||||||
|
"Secondary Container": {
|
||||||
|
"Secondary Container": ""
|
||||||
|
},
|
||||||
"Secured": {
|
"Secured": {
|
||||||
"Secured": "已保護"
|
"Secured": "已保護"
|
||||||
},
|
},
|
||||||
@@ -6713,6 +6908,9 @@
|
|||||||
"Separate": {
|
"Separate": {
|
||||||
"Separate": "分離"
|
"Separate": "分離"
|
||||||
},
|
},
|
||||||
|
"Separate Light & Dark Themes": {
|
||||||
|
"Separate Light & Dark Themes": ""
|
||||||
|
},
|
||||||
"Separator": {
|
"Separator": {
|
||||||
"Separator": "分隔符"
|
"Separator": "分隔符"
|
||||||
},
|
},
|
||||||
@@ -6755,6 +6953,9 @@
|
|||||||
"Set the font size for notification summary text": {
|
"Set the font size for notification summary text": {
|
||||||
"Set the font size for notification summary text": ""
|
"Set the font size for notification summary text": ""
|
||||||
},
|
},
|
||||||
|
"Set the percentage at which the battery is considered low.": {
|
||||||
|
"Set the percentage at which the battery is considered low.": ""
|
||||||
|
},
|
||||||
"Setting": {
|
"Setting": {
|
||||||
"Setting": "設定"
|
"Setting": "設定"
|
||||||
},
|
},
|
||||||
@@ -6869,6 +7070,9 @@
|
|||||||
"Show Feels Like Temperature": {
|
"Show Feels Like Temperature": {
|
||||||
"Show Feels Like Temperature": "顯示體感溫度"
|
"Show Feels Like Temperature": "顯示體感溫度"
|
||||||
},
|
},
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": {
|
||||||
|
"Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": ""
|
||||||
|
},
|
||||||
"Show Footer": {
|
"Show Footer": {
|
||||||
"Show Footer": "顯示頁尾"
|
"Show Footer": "顯示頁尾"
|
||||||
},
|
},
|
||||||
@@ -6941,9 +7145,15 @@
|
|||||||
"Show Overflow Badge Count": {
|
"Show Overflow Badge Count": {
|
||||||
"Show Overflow Badge Count": "顯示溢出徽章計數"
|
"Show Overflow Badge Count": "顯示溢出徽章計數"
|
||||||
},
|
},
|
||||||
|
"Show Package Source Badges": {
|
||||||
|
"Show Package Source Badges": ""
|
||||||
|
},
|
||||||
"Show Password Field": {
|
"Show Password Field": {
|
||||||
"Show Password Field": "顯示密碼欄位"
|
"Show Password Field": "顯示密碼欄位"
|
||||||
},
|
},
|
||||||
|
"Show Percentage": {
|
||||||
|
"Show Percentage": ""
|
||||||
|
},
|
||||||
"Show Power Actions": {
|
"Show Power Actions": {
|
||||||
"Show Power Actions": "顯示電源動作"
|
"Show Power Actions": "顯示電源動作"
|
||||||
},
|
},
|
||||||
@@ -6962,6 +7172,9 @@
|
|||||||
"Show Reboot": {
|
"Show Reboot": {
|
||||||
"Show Reboot": "顯示重新啟動"
|
"Show Reboot": "顯示重新啟動"
|
||||||
},
|
},
|
||||||
|
"Show Remaining Time": {
|
||||||
|
"Show Remaining Time": ""
|
||||||
|
},
|
||||||
"Show Restart DMS": {
|
"Show Restart DMS": {
|
||||||
"Show Restart DMS": "顯示重新啟動 DMS"
|
"Show Restart DMS": "顯示重新啟動 DMS"
|
||||||
},
|
},
|
||||||
@@ -7016,12 +7229,21 @@
|
|||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
"Show a bar that drains as the popup's auto-dismiss timer runs": {
|
||||||
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
"Show a bar that drains as the popup's auto-dismiss timer runs": ""
|
||||||
},
|
},
|
||||||
|
"Show a notification when battery reaches the charge limit.": {
|
||||||
|
"Show a notification when battery reaches the charge limit.": ""
|
||||||
|
},
|
||||||
|
"Show a warning popup when battery is running low.": {
|
||||||
|
"Show a warning popup when battery is running low.": ""
|
||||||
|
},
|
||||||
"Show all 9 tags instead of only occupied tags": {
|
"Show all 9 tags instead of only occupied tags": {
|
||||||
"Show all 9 tags instead of only occupied tags": ""
|
"Show all 9 tags instead of only occupied tags": ""
|
||||||
},
|
},
|
||||||
"Show an outline ring around the focused workspace indicator": {
|
"Show an outline ring around the focused workspace indicator": {
|
||||||
"Show an outline ring around the focused workspace indicator": "顯示聚焦工作區指示器外框"
|
"Show an outline ring around the focused workspace indicator": "顯示聚焦工作區指示器外框"
|
||||||
},
|
},
|
||||||
|
"Show an urgent alert when battery reaches critical level.": {
|
||||||
|
"Show an urgent alert when battery reaches critical level.": ""
|
||||||
|
},
|
||||||
"Show cava audio visualizer in media widget": {
|
"Show cava audio visualizer in media widget": {
|
||||||
"Show cava audio visualizer in media widget": "在媒體小工具中顯示 cava 音訊視覺化工具"
|
"Show cava audio visualizer in media widget": "在媒體小工具中顯示 cava 音訊視覺化工具"
|
||||||
},
|
},
|
||||||
@@ -7157,6 +7379,9 @@
|
|||||||
"Silence notifications": {
|
"Silence notifications": {
|
||||||
"Silence notifications": "靜音通知"
|
"Silence notifications": "靜音通知"
|
||||||
},
|
},
|
||||||
|
"Silence system sounds while media is playing": {
|
||||||
|
"Silence system sounds while media is playing": ""
|
||||||
|
},
|
||||||
"Single-Line Popup": {
|
"Single-Line Popup": {
|
||||||
"Single-Line Popup": ""
|
"Single-Line Popup": ""
|
||||||
},
|
},
|
||||||
@@ -7310,6 +7535,9 @@
|
|||||||
"Stripes": {
|
"Stripes": {
|
||||||
"Stripes": "條紋"
|
"Stripes": "條紋"
|
||||||
},
|
},
|
||||||
|
"Subtle Overlay": {
|
||||||
|
"Subtle Overlay": ""
|
||||||
|
},
|
||||||
"Summary": {
|
"Summary": {
|
||||||
"Summary": "摘要"
|
"Summary": "摘要"
|
||||||
},
|
},
|
||||||
@@ -7334,9 +7562,21 @@
|
|||||||
"Surface Behavior": {
|
"Surface Behavior": {
|
||||||
"Surface Behavior": "表面行為"
|
"Surface Behavior": "表面行為"
|
||||||
},
|
},
|
||||||
|
"Surface Container": {
|
||||||
|
"Surface Container": ""
|
||||||
|
},
|
||||||
|
"Surface High": {
|
||||||
|
"Surface High": ""
|
||||||
|
},
|
||||||
|
"Surface Highest": {
|
||||||
|
"Surface Highest": ""
|
||||||
|
},
|
||||||
"Surface Opacity": {
|
"Surface Opacity": {
|
||||||
"Surface Opacity": "表面不透明度"
|
"Surface Opacity": "表面不透明度"
|
||||||
},
|
},
|
||||||
|
"Surface Text": {
|
||||||
|
"Surface Text": ""
|
||||||
|
},
|
||||||
"Surface Variant": {
|
"Surface Variant": {
|
||||||
"Surface Variant": "表面變化"
|
"Surface Variant": "表面變化"
|
||||||
},
|
},
|
||||||
@@ -7373,6 +7613,9 @@
|
|||||||
"Sync": {
|
"Sync": {
|
||||||
"Sync": "同步"
|
"Sync": "同步"
|
||||||
},
|
},
|
||||||
|
"Sync Bar Inset Padding": {
|
||||||
|
"Sync Bar Inset Padding": ""
|
||||||
|
},
|
||||||
"Sync Mode with Portal": {
|
"Sync Mode with Portal": {
|
||||||
"Sync Mode with Portal": "透過 Portal 同步主題模式"
|
"Sync Mode with Portal": "透過 Portal 同步主題模式"
|
||||||
},
|
},
|
||||||
@@ -7466,6 +7709,9 @@
|
|||||||
"Tailscale Network": {
|
"Tailscale Network": {
|
||||||
"Tailscale Network": "Tailscale 網路"
|
"Tailscale Network": "Tailscale 網路"
|
||||||
},
|
},
|
||||||
|
"Tailscale action failed": {
|
||||||
|
"Tailscale action failed": ""
|
||||||
|
},
|
||||||
"Tailscale not available": {
|
"Tailscale not available": {
|
||||||
"Tailscale not available": "Tailscale 不可用"
|
"Tailscale not available": "Tailscale 不可用"
|
||||||
},
|
},
|
||||||
@@ -7499,6 +7745,12 @@
|
|||||||
"Terminals - Always use Dark Theme": {
|
"Terminals - Always use Dark Theme": {
|
||||||
"Terminals - Always use Dark Theme": "終端 - 始終使用深色主題"
|
"Terminals - Always use Dark Theme": "終端 - 始終使用深色主題"
|
||||||
},
|
},
|
||||||
|
"Tertiary": {
|
||||||
|
"Tertiary": ""
|
||||||
|
},
|
||||||
|
"Tertiary Container": {
|
||||||
|
"Tertiary Container": ""
|
||||||
|
},
|
||||||
"Test Connection": {
|
"Test Connection": {
|
||||||
"Test Connection": "測試連線"
|
"Test Connection": "測試連線"
|
||||||
},
|
},
|
||||||
@@ -7706,6 +7958,9 @@
|
|||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
"To use this DMS bind, remove or change the keybind in your config.kdl": {
|
||||||
"To use this DMS bind, remove or change the keybind in your config.kdl": "若要使用此 DMS 綁定,請在 config.kdl 中移除或更改按鍵綁定"
|
"To use this DMS bind, remove or change the keybind in your config.kdl": "若要使用此 DMS 綁定,請在 config.kdl 中移除或更改按鍵綁定"
|
||||||
},
|
},
|
||||||
|
"Toast": {
|
||||||
|
"Toast": ""
|
||||||
|
},
|
||||||
"Toast Messages": {
|
"Toast Messages": {
|
||||||
"Toast Messages": "快顯通知"
|
"Toast Messages": "快顯通知"
|
||||||
},
|
},
|
||||||
@@ -8087,6 +8342,9 @@
|
|||||||
"Use desktop wallpaper": {
|
"Use desktop wallpaper": {
|
||||||
"Use desktop wallpaper": "使用桌面背景"
|
"Use desktop wallpaper": "使用桌面背景"
|
||||||
},
|
},
|
||||||
|
"Use different icon themes for light and dark mode": {
|
||||||
|
"Use different icon themes for light and dark mode": ""
|
||||||
|
},
|
||||||
"Use fingerprint authentication for the lock screen.": {
|
"Use fingerprint authentication for the lock screen.": {
|
||||||
"Use fingerprint authentication for the lock screen.": "使用指紋驗證鎖定螢幕。"
|
"Use fingerprint authentication for the lock screen.": "使用指紋驗證鎖定螢幕。"
|
||||||
},
|
},
|
||||||
@@ -8099,6 +8357,9 @@
|
|||||||
"Use meters per second instead of km/h for wind speed": {
|
"Use meters per second instead of km/h for wind speed": {
|
||||||
"Use meters per second instead of km/h for wind speed": "風速使用公尺/秒而非公里/小時"
|
"Use meters per second instead of km/h for wind speed": "風速使用公尺/秒而非公里/小時"
|
||||||
},
|
},
|
||||||
|
"Use one inset value for every bar": {
|
||||||
|
"Use one inset value for every bar": ""
|
||||||
|
},
|
||||||
"Use smaller notification cards": {
|
"Use smaller notification cards": {
|
||||||
"Use smaller notification cards": "使用較小的通知卡"
|
"Use smaller notification cards": "使用較小的通知卡"
|
||||||
},
|
},
|
||||||
@@ -8354,6 +8615,9 @@
|
|||||||
"When locked": {
|
"When locked": {
|
||||||
"When locked": "鎖定時"
|
"When locked": "鎖定時"
|
||||||
},
|
},
|
||||||
|
"White": {
|
||||||
|
"White": ""
|
||||||
|
},
|
||||||
"Wi-Fi Password": {
|
"Wi-Fi Password": {
|
||||||
"Wi-Fi Password": "Wi-Fi 密碼"
|
"Wi-Fi Password": "Wi-Fi 密碼"
|
||||||
},
|
},
|
||||||
@@ -8405,6 +8669,9 @@
|
|||||||
"Widget Styling": {
|
"Widget Styling": {
|
||||||
"Widget Styling": "部件樣式"
|
"Widget Styling": "部件樣式"
|
||||||
},
|
},
|
||||||
|
"Widget Text Style": {
|
||||||
|
"Widget Text Style": ""
|
||||||
|
},
|
||||||
"Widget Transparency": {
|
"Widget Transparency": {
|
||||||
"Widget Transparency": "部件透明度"
|
"Widget Transparency": "部件透明度"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user