@@ -300,18 +300,18 @@ Variants {
300300 border .color : Qt .rgba (1 ,1 ,1 ,0.1 ); border .width : 1
301301 Row {
302302 id: _hintRow; anchors .centerIn : parent; spacing: 0
303- NText { text: " Drag " ; color: Qt .rgba (1 ,1 ,1 ,0.7 ); pointSize: Style .fontSizeXS ; font .weight : Font .Bold }
304- NText { text: " to select " ; color: Qt .rgba (1 ,1 ,1 ,0.4 ); pointSize: Style .fontSizeXS }
303+ NText { text: pluginApi ? . tr ( " regionSelector.drag " ); color: Qt .rgba (1 ,1 ,1 ,0.7 ); pointSize: Style .fontSizeXS ; font .weight : Font .Bold }
304+ NText { text: pluginApi ? . tr ( " regionSelector.toSelect " ); color: Qt .rgba (1 ,1 ,1 ,0.4 ); pointSize: Style .fontSizeXS }
305305 Item { width: 18 ; height: 1 }
306306 Rectangle { width: 1 ; height: 14 ; color: Qt .rgba (1 ,1 ,1 ,0.25 ); anchors .verticalCenter : parent .verticalCenter }
307307 Item { width: 18 ; height: 1 }
308- NText { text: " Click window " ; color: Qt .rgba (1 ,1 ,1 ,0.7 ); pointSize: Style .fontSizeXS ; font .weight : Font .Bold }
309- NText { text: " to snap " ; color: Qt .rgba (1 ,1 ,1 ,0.4 ); pointSize: Style .fontSizeXS }
308+ NText { text: pluginApi ? . tr ( " regionSelector.clickWindow " ) ; color: Qt .rgba (1 ,1 ,1 ,0.7 ); pointSize: Style .fontSizeXS ; font .weight : Font .Bold }
309+ NText { text: pluginApi ? . tr ( " regionSelector.toSnap " ); color: Qt .rgba (1 ,1 ,1 ,0.4 ); pointSize: Style .fontSizeXS }
310310 Item { width: 18 ; height: 1 }
311311 Rectangle { width: 1 ; height: 14 ; color: Qt .rgba (1 ,1 ,1 ,0.25 ); anchors .verticalCenter : parent .verticalCenter }
312312 Item { width: 18 ; height: 1 }
313- NText { text: " Esc " ; color: Qt .rgba (1 ,1 ,1 ,0.7 ); pointSize: Style .fontSizeXS ; font .weight : Font .Bold }
314- NText { text: " to cancel " ; color: Qt .rgba (1 ,1 ,1 ,0.4 ); pointSize: Style .fontSizeXS }
313+ NText { text: pluginApi ? . tr ( " regionSelector.esc " ); color: Qt .rgba (1 ,1 ,1 ,0.7 ); pointSize: Style .fontSizeXS ; font .weight : Font .Bold }
314+ NText { text: pluginApi ? . tr ( " regionSelector.toCancel " ); color: Qt .rgba (1 ,1 ,1 ,0.4 ); pointSize: Style .fontSizeXS }
315315 }
316316 }
317317 MouseArea {
@@ -395,3 +395,4 @@ Variants {
395395 }
396396 }
397397}
398+
0 commit comments