Stacking changes and translations done

This commit is contained in:
Corey Woodworth
2025-11-02 23:15:47 -05:00
parent 863c08978c
commit 8730f0bb16
7 changed files with 13 additions and 79 deletions
+1 -12
View File
@@ -1291,18 +1291,7 @@
"description": "Scroll-Lock-Status anzeigen.",
"label": "Rollenfeststelltaste"
},
"indicator-style": {
"circle": "Kreisbuchstaben",
"circle-dash": "Gestrichelte Kreisbuchstaben",
"circle-dot": "Punktierte Kreisbuchstaben",
"description": "Symbolstil für die Feststelltastenanzeigen",
"hex": "Sechseck-Buchstaben",
"label": "Indikatorstil",
"large": "Große Buchstaben",
"small": "Kleinbuchstaben",
"square": "Quadratische Buchstaben",
"square-round": "Abgerundete quadratische Buchstaben"
}
"browse": "Durchsuchen"
}
}
},
+5 -16
View File
@@ -1262,18 +1262,6 @@
}
},
"lock-keys": {
"indicator-style": {
"label": "Indicator Style",
"description": "Icon style for the lock key indicators",
"large": "Large Letters",
"small": "Small Letters",
"square": "Square Letters",
"square-round": "Rounded Squre Letters",
"circle": "Circle Letters",
"circle-dash": "Dashed Circle Letters",
"circle-dot": "Dotted Circle Letters",
"hex": "Hexagon Letters"
},
"show-caps-lock": {
"label": "Caps Lock",
"description": "Display caps lock status."
@@ -1285,7 +1273,8 @@
"show-scroll-lock": {
"label": "Scroll Lock",
"description": "Display scroll lock status."
}
},
"browse": "Browse"
}
}
},
@@ -1456,9 +1445,9 @@
"colors": {
"primary": "Primary",
"secondary": "Secondary",
"tertiary": "Tertiary",
"error": "Error",
"onSurface": "On Surface"
"tertiary": "Tertiary",
"error": "Error",
"onSurface": "On Surface"
},
"bar": {
"position": {
+1 -12
View File
@@ -1274,18 +1274,7 @@
"description": "Mostrar el estado de Bloq Despl.",
"label": "Bloq Despl"
},
"indicator-style": {
"circle": "Letras circulares",
"circle-dash": "Letras de círculo discontinuo",
"circle-dot": "Letras de círculo punteado",
"description": "Estilo de icono para los indicadores de las teclas de bloqueo",
"hex": "Letras hexagonales",
"label": "Estilo del indicador",
"large": "Letras grandes",
"small": "Letras minúsculas",
"square": "Letras cuadradas",
"square-round": "Letras cuadradas redondeadas"
}
"browse": "Navegar"
}
}
},
+1 -12
View File
@@ -1274,18 +1274,7 @@
"description": "Afficher l'état du verrouillage du défilement.",
"label": "Verr Maj"
},
"indicator-style": {
"circle": "Lettres circulaires",
"circle-dash": "Lettres en cercle pointillé",
"circle-dot": "Lettres en pointillés dans un cercle",
"description": "Style d'icône pour les indicateurs de la touche de verrouillage",
"hex": "Lettres hexagonales",
"label": "Style d'indicateur",
"large": "Grandes lettres",
"small": "Petites lettres",
"square": "Lettres carrées",
"square-round": "Lettres carrées arrondies"
}
"browse": "Parcourir"
}
}
},
+1 -12
View File
@@ -1274,18 +1274,7 @@
"description": "Exibir o status do Scroll Lock.",
"label": "Scroll Lock"
},
"indicator-style": {
"circle": "Letras Circulares",
"circle-dash": "Letras em Círculo Tracejadas",
"circle-dot": "Letras de Círculo Pontilhado",
"description": "Estilo de ícone para os indicadores da tecla de bloqueio.",
"hex": "Letras Hexagonais",
"label": "Estilo do Indicador",
"large": "Letras grandes",
"small": "Letras minúsculas",
"square": "Letras Quadradas",
"square-round": "Letras Quadradas Arredondadas"
}
"browse": "Navegar"
}
}
},
+1 -12
View File
@@ -1274,18 +1274,7 @@
"description": "显示滚动锁定状态。",
"label": "滚动锁定"
},
"indicator-style": {
"hex": "六边形字母",
"large": "大写字母",
"small": "小写字母",
"square": "方块字",
"square-round": "圆角方形字母",
"circle": "圆圈字母",
"circle-dash": "虚线圆圈字母",
"circle-dot": "虚线圆圈字母",
"description": "锁键指示器的图标样式",
"label": "指标样式"
}
"browse": "浏览"
}
}
},
@@ -51,7 +51,7 @@ ColumnLayout {
}
NButton {
text: I18n.tr("bar.widget-settings.custom-button.browse")
text: I18n.tr("bar.widget-settings.lock-keys.browsedd")
onClicked: capsPicker.open()
enabled: valueShowCapsLock
}
@@ -84,7 +84,7 @@ ColumnLayout {
}
NButton {
text: I18n.tr("bar.widget-settings.custom-button.browse")
text: I18n.tr("bar.widget-settings.lock-keys.browse")
onClicked: numPicker.open()
enabled: valueShowNumLock
}
@@ -117,7 +117,7 @@ ColumnLayout {
}
NButton {
text: I18n.tr("bar.widget-settings.custom-button.browse")
text: I18n.tr("bar.widget-settings.lock-keys.browse")
onClicked: scrollPicker.open()
enabled: valueShowScrollLock
}