Fix po and pot file (#258)

* fix typo and tooltip

* merge pot po german

* fix more

* merge with bambu master pot

* fix po to Softfever

* fix

* build new Softfever pot mege with xx.po

* enable hints in german again
This commit is contained in:
Heiko Liebscher 2023-01-31 15:34:49 +01:00 committed by GitHub
parent 887833e535
commit 8244693b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10223 additions and 998 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -125,4 +125,4 @@ src/libslic3r/PrintObject.cpp
src/libslic3r/PrintObjectSlice.cpp src/libslic3r/PrintObjectSlice.cpp
src/libslic3r/PlaceholderParser.cpp src/libslic3r/PlaceholderParser.cpp
src/libslic3r/TreeSupport.cpp src/libslic3r/TreeSupport.cpp
src/slic3r/GUI/calib_dlg.cpp

Binary file not shown.

View file

@ -2392,8 +2392,8 @@ void PrintConfigDef::init_fff_params()
def = this->add("seam_gap", coFloatOrPercent); def = this->add("seam_gap", coFloatOrPercent);
def->label = L("Seam gap"); def->label = L("Seam gap");
def->tooltip = L("In order to reduce the visibility of the seam in a closed loop extrusion, the loop is interrupted and shortened by a specified amount." def->tooltip = L("In order to reduce the visibility of the seam in a closed loop extrusion, the loop is interrupted and shortened by a specified amount.\n"
"\nhis amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 15%."); "his amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 15%.");
def->sidetext = L("mm or %"); def->sidetext = L("mm or %");
def->min = 0; def->min = 0;
def->mode = comAdvanced; def->mode = comAdvanced;
@ -2401,7 +2401,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("role_based_wipe_speed", coBool); def = this->add("role_based_wipe_speed", coBool);
def->label = L("Role base wipe speed"); def->label = L("Role base wipe speed");
def->tooltip = L("The wipe speed is determined by the speed of the current extrusion role.\n" def->tooltip = L("The wipe speed is determined by the speed of the current extrusion role."
"e.g. if a wipe action is executed immediately following an outer wall extrusion, the speed of the outer wall extrusion will be utilized for the wipe action."); "e.g. if a wipe action is executed immediately following an outer wall extrusion, the speed of the outer wall extrusion will be utilized for the wipe action.");
def->mode = comAdvanced; def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(true)); def->set_default_value(new ConfigOptionBool(true));
@ -2415,8 +2415,8 @@ void PrintConfigDef::init_fff_params()
def = this->add("wipe_speed", coFloatOrPercent); def = this->add("wipe_speed", coFloatOrPercent);
def->label = L("Wipe speed"); def->label = L("Wipe speed");
def->tooltip = L("The wipe speed is determined by the speed setting specified in this configuration." def->tooltip = L("The wipe speed is determined by the speed setting specified in this configuration."
"\nIf the value is expressed as a percentage (e.g. 80%), it will be calculated based on the travel speed setting above." "If the value is expressed as a percentage (e.g. 80%), it will be calculated based on the travel speed setting above."
"\nThe default value for this parameter is 80%"); "The default value for this parameter is 80%");
def->sidetext = L("mm/s or %"); def->sidetext = L("mm/s or %");
def->ratio_over = "travel_speed"; def->ratio_over = "travel_speed";
def->min = 0; def->min = 0;