From 8730f0bb1623e74c78786cf31166e9660067451e Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Sun, 2 Nov 2025 23:15:47 -0500 Subject: [PATCH] Stacking changes and translations done --- Assets/Translations/de.json | 13 +----------- Assets/Translations/en.json | 21 +++++-------------- Assets/Translations/es.json | 13 +----------- Assets/Translations/fr.json | 13 +----------- Assets/Translations/pt.json | 13 +----------- Assets/Translations/zh-CN.json | 13 +----------- .../Bar/WidgetSettings/LockKeysSettings.qml | 6 +++--- 7 files changed, 13 insertions(+), 79 deletions(-) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index f9224eef..aae6719d 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -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" } } }, diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index 76b87f64..fac2278f 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -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": { diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 7252dbf9..f12e357f 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -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" } } }, diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 1e0b879d..3eb65361 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -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" } } }, diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 7b3722cd..f10087de 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -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" } } }, diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index d107d181..78a2f4fa 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1274,18 +1274,7 @@ "description": "显示滚动锁定状态。", "label": "滚动锁定" }, - "indicator-style": { - "hex": "六边形字母", - "large": "大写字母", - "small": "小写字母", - "square": "方块字", - "square-round": "圆角方形字母", - "circle": "圆圈字母", - "circle-dash": "虚线圆圈字母", - "circle-dot": "虚线圆圈字母", - "description": "锁键指示器的图标样式", - "label": "指标样式" - } + "browse": "浏览" } } }, diff --git a/Modules/Settings/Bar/WidgetSettings/LockKeysSettings.qml b/Modules/Settings/Bar/WidgetSettings/LockKeysSettings.qml index 192ce1a3..5ffbf55a 100644 --- a/Modules/Settings/Bar/WidgetSettings/LockKeysSettings.qml +++ b/Modules/Settings/Bar/WidgetSettings/LockKeysSettings.qml @@ -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 }