Skip to content
Snippets Groups Projects
Verified Commit 5b3669df authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: update translations

parent 8c7646b8
No related branches found
No related tags found
1 merge request!39QDS-11913 minor issues and flipable item update
Pipeline #67369 passed
...@@ -34,7 +34,7 @@ Item { ...@@ -34,7 +34,7 @@ Item {
Connections { Connections {
target: backend target: backend
function onUserHashChanged(){ function onUserHashChanged(){
qrCodeStatus.text = "User registration is completed.\nScan a new QR code to access the shared project from a different user."; qrCodeStatus.text = qsTr("User registration is completed.\nScan a new QR code to access the shared project from a different user.");
} }
} }
} }
...@@ -71,7 +71,7 @@ Item { ...@@ -71,7 +71,7 @@ Item {
projectList.enabled = true; projectList.enabled = true;
downloadUserProject.enabled = true; downloadUserProject.enabled = true;
} else { } else {
projectList.displayText = "No projects are available"; projectList.displayText = qsTr("No projects are available");
projectList.enabled = false; projectList.enabled = false;
downloadUserProject.enabled = false; downloadUserProject.enabled = false;
} }
...@@ -79,7 +79,7 @@ Item { ...@@ -79,7 +79,7 @@ Item {
onCurrentIndexChanged: { onCurrentIndexChanged: {
displayText = model[currentIndex].appName; displayText = model[currentIndex].appName;
} }
displayText: "Scan QR code to access your projects"; displayText: qsTr("Scan QR code to access your projects");
currentIndex: -1 currentIndex: -1
Layout.preferredHeight: 50 Layout.preferredHeight: 50
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment