Localization fixes (#14291)

* Restore text

* Restore english fuzzys

* Gettext

* Fuzzy for comment

* Gettext
This commit is contained in:
Ian Bassi
2026-06-19 11:54:53 -03:00
committed by GitHub
parent 0a6a42ecb5
commit d87f7e462c
25 changed files with 10323 additions and 9546 deletions

View File

@@ -3347,7 +3347,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("initial_layer_print_height", coFloat);
def->label = L("First layer height");
def->category = L("Quality");
def->tooltip = L("This is the height of the first layer. Making the first layer height thicker can improve build plate adhesion.");
def->tooltip = L("Height of the first layer. Making the first layer height thicker can improve build plate adhesion.");
def->sidetext = L("mm"); // millimeters, CIS languages need translation
def->min = 0;
def->set_default_value(new ConfigOptionFloat(0.2));
@@ -3387,7 +3387,7 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionFloatOrPercent(100, true));
def = this->add("slow_down_layers", coInt);
def->label = L("This is the number of top interface layers.");
def->label = L("Number of slow layers");
def->tooltip = L("The first few layers are printed slower than normal. "
"The speed is gradually increased in a linear fashion over the specified number of layers.");
def->category = L("Speed");