Add some missing translations & more consistency for English

This commit is contained in:
notiant
2025-11-26 06:14:21 +01:00
committed by GitHub
parent 5a247f9de4
commit 22ee8904a4
13 changed files with 211 additions and 431 deletions
@@ -29,7 +29,7 @@ NBox {
text: root.label
pointSize: Style.fontSizeS
color: Color.mSecondary
font.weight: Style.fontWeightMedium
font.weight: Style.fontWeightBold
visible: root.model.length > 0
Layout.fillWidth: true
Layout.leftMargin: Style.marginM
@@ -86,7 +86,7 @@ NBox {
NText {
text: modelData.name || modelData.deviceName
pointSize: Style.fontSizeM
font.weight: Style.fontWeightMedium
font.weight: modelData.connected ? Style.fontWeightBold : Style.fontWeightMedium
elide: Text.ElideRight
color: getContentColor(Color.mOnSurface)
Layout.fillWidth: true