mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
Summary
Updated Cloud sign in strings CURA-7314
This commit is contained in:
parent
2d82538996
commit
0516756c3b
@ -26,7 +26,7 @@ Column
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: "Ultimaker Cloud"
|
text: "Ultimaker Account"
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
@ -37,7 +37,7 @@ Column
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: catalog.i18nc("@label", "The next generation 3D printing workflow")
|
text: catalog.i18nc("@label", "Your key to connected 3D printing")
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
@ -48,7 +48,7 @@ Column
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to print profiles from leading brands")
|
text: catalog.i18nc("@text", "- Customize your experience with more print profiles and plugins\n- Stay flexible by syncing your setup and loading it anywhere\n- Increase efficiency with a remote workflow on Ultimaker printers")
|
||||||
lineHeight: 1.4
|
lineHeight: 1.4
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
@ -33,7 +33,7 @@ Item
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: catalog.i18nc("@label", "Ultimaker Cloud")
|
text: catalog.i18nc("@label", "Ultimaker Account")
|
||||||
color: UM.Theme.getColor("primary_button")
|
color: UM.Theme.getColor("primary_button")
|
||||||
font: UM.Theme.getFont("huge")
|
font: UM.Theme.getFont("huge")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
@ -74,7 +74,7 @@ Item
|
|||||||
id: highlightTextLabel
|
id: highlightTextLabel
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: catalog.i18nc("@text", "The next generation 3D printing workflow")
|
text: catalog.i18nc("@text", "Your key to connected 3D printing")
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
color: UM.Theme.getColor("primary")
|
color: UM.Theme.getColor("primary")
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
@ -91,13 +91,13 @@ Item
|
|||||||
var full_text = ""
|
var full_text = ""
|
||||||
var t = ""
|
var t = ""
|
||||||
|
|
||||||
t = catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network")
|
t = catalog.i18nc("@text", "- Customize your experience with more print profiles and plugins")
|
||||||
full_text += "<p>" + t + "</p>"
|
full_text += "<p>" + t + "</p>"
|
||||||
|
|
||||||
t = catalog.i18nc("@text", "- Store your Ultimaker Cura settings in the cloud for use anywhere")
|
t = catalog.i18nc("@text", "- Stay flexible by syncing your setup and loading it anywhere")
|
||||||
full_text += "<p>" + t + "</p>"
|
full_text += "<p>" + t + "</p>"
|
||||||
|
|
||||||
t = catalog.i18nc("@text", "- Get exclusive access to print profiles from leading brands")
|
t = catalog.i18nc("@text", "- Increase efficiency with a remote workflow on Ultimaker printers")
|
||||||
full_text += "<p>" + t + "</p>"
|
full_text += "<p>" + t + "</p>"
|
||||||
|
|
||||||
return full_text
|
return full_text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user