translations: add untranslated text, fix some originals

This commit is contained in:
end-4
2025-07-17 13:09:35 +07:00
parent fec4990506
commit 4660a154d0
3 changed files with 4 additions and 3 deletions
@@ -179,7 +179,7 @@ Item {
Layout.alignment: Qt.AlignLeft
color: Appearance.m3colors.m3onSurface
font.pixelSize: Appearance.font.pixelSize.larger
text: `Select ${root.deviceSelectorInput ? "input" : "output"} device`
text: root.deviceSelectorInput ? Translation.tr("Select input device") : Translation.tr("Select output device")
}
Rectangle {