i18n:Replace qstr with Translation.tr and update the translation file

This commit is contained in:
月月
2025-07-12 22:46:24 +08:00
parent af5d25b575
commit fb0d3f7f40
8 changed files with 196 additions and 20 deletions
@@ -47,7 +47,7 @@ Item { // Tag suggestion description
}
StyledText {
visible: root.showArrows && root.showTab
text: qsTr("or")
text: Translation.tr("or")
font.pixelSize: Appearance.font.pixelSize.smaller
}
KeyboardKey {