mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
Mark some more strings as translatable
This commit is contained in:
parent
ca2d2f4cb2
commit
50f02726a3
@ -69,14 +69,20 @@ Rectangle {
|
|||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
name: 'sdcard';
|
name: 'sdcard';
|
||||||
//: Write to SD card button
|
PropertyChanges {
|
||||||
PropertyChanges { target: label; text: qsTr("Write to SD"); }
|
target: label;
|
||||||
|
//: Write to SD card button
|
||||||
|
text: qsTr("Write to SD");
|
||||||
|
}
|
||||||
PropertyChanges { target: iconImage; source: UM.Resources.getIcon('sdcard.png'); }
|
PropertyChanges { target: iconImage; source: UM.Resources.getIcon('sdcard.png'); }
|
||||||
},
|
},
|
||||||
State {
|
State {
|
||||||
name: 'usb';
|
name: 'usb';
|
||||||
//: Send print over USB button
|
PropertyChanges {
|
||||||
PropertyChanges { target: label; text: qsTr("Send over USB"); }
|
target: label
|
||||||
|
//: Send print over USB button
|
||||||
|
text: qsTr("Send over USB");
|
||||||
|
}
|
||||||
PropertyChanges { target: iconImage; source: UM.Resources.getIcon('usb.png'); }
|
PropertyChanges { target: iconImage; source: UM.Resources.getIcon('usb.png'); }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user