Spanish update + Gettext for all (#14620)

This commit is contained in:
Ian Bassi
2026-07-06 13:32:47 -03:00
committed by GitHub
parent ab6ec672b2
commit 6b7cfd71b1
24 changed files with 8756 additions and 9556 deletions

View File

@@ -3009,7 +3009,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("top_layer_direction", coFloat);
def->label = L("Top layer direction");
def->category = L("Strength");
def->tooltip = L("Optional absolute angle for top-layer infill and ironing base direction. Set to -1 to use the current solid infill direction behavior.");
def->tooltip = L("Fixed angle for the top solid infill and ironing lines.\nSet to -1 to follow the default solid infill direction.");
def->sidetext = u8"°"; // degrees, don't need translation
def->min = -1;
def->max = 360;
@@ -3019,7 +3019,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("bottom_layer_direction", coFloat);
def->label = L("Bottom layer direction");
def->category = L("Strength");
def->tooltip = L("Optional absolute angle for bottom-layer infill. Set to -1 to use the current solid infill direction behavior.");
def->tooltip = L("Fixed angle for the bottom solid infill lines.\nSet to -1 to follow the default solid infill direction.");
def->sidetext = u8"°"; // degrees, don't need translation
def->min = -1;
def->max = 360;