Merge pull request #880 from notiant/patch-3

Add some missing translations & more consistency for English
This commit is contained in:
Lemmy
2025-11-26 20:04:34 -05:00
committed by GitHub
13 changed files with 209 additions and 429 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