mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:35:56 +08:00
Made strings in ConfigurationSelector translatable.
CURA-5785
This commit is contained in:
parent
1602bf0999
commit
e641584021
@ -15,11 +15,18 @@ import Cura 1.0 as Cura
|
|||||||
Cura.ExpandableComponent
|
Cura.ExpandableComponent
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
Cura.ExtrudersModel
|
Cura.ExtrudersModel
|
||||||
{
|
{
|
||||||
id: extrudersModel
|
id: extrudersModel
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UM.I18nCatalog
|
||||||
|
{
|
||||||
|
id: catalog
|
||||||
|
name: "cura"
|
||||||
|
}
|
||||||
|
|
||||||
headerItem: Item
|
headerItem: Item
|
||||||
{
|
{
|
||||||
// Horizontal list that shows the extruders
|
// Horizontal list that shows the extruders
|
||||||
@ -132,7 +139,7 @@ Cura.ExpandableComponent
|
|||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: "Enabled"
|
text: catalog.i18nc("@label", "Enabled")
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
@ -154,7 +161,7 @@ Cura.ExpandableComponent
|
|||||||
height: UM.Theme.getSize("print_setup_item").height
|
height: UM.Theme.getSize("print_setup_item").height
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: "Material"
|
text: catalog.i18nc("@label", "Material")
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user