mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 12:09:02 +08:00
Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL).
+ Fixed some phrases.
This commit is contained in:
parent
33e40512f8
commit
e6ea3cc50f
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1492,9 +1492,9 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("gcode_label_objects", coEnum);
|
||||
def->label = L("Label objects");
|
||||
def->tooltip = L("Selects whether labels should be exported at object boundaries and in what format.\n"
|
||||
" OctoPrint = comments to be consumed by OctoPrint CancelObject plugin.\n"
|
||||
" Firmware = firmware specific G-code (it will be chosen based on firmware flavor and it can end up to be empty).\n\n"
|
||||
"This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill.");
|
||||
"OctoPrint = comments to be consumed by OctoPrint CancelObject plugin.\n"
|
||||
"Firmware = firmware specific G-code (it will be chosen based on firmware flavor and it can end up to be empty).\n\n"
|
||||
"This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill.");
|
||||
|
||||
def->set_enum<LabelObjectsStyle>({
|
||||
{ "disabled", L("Disabled") },
|
||||
|
@ -1540,7 +1540,8 @@ void GLGizmoSVG::draw_filename(){
|
||||
m_volume_shape.svg_file.path.clear();
|
||||
m_filename_preview.clear();
|
||||
} else if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("%s", _u8L("Do NOT save local path to 3MF file.\n Also disables 'reload from disk' option.").c_str());
|
||||
ImGui::SetTooltip("%s", _u8L("Do NOT save local path to 3MF file.\n"
|
||||
"Also disables 'reload from disk' option.").c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7017,7 +7017,7 @@ void publish(Model &model) {
|
||||
|
||||
if (exist_new){
|
||||
MessageDialog dialog(nullptr,
|
||||
_L("Are you sure you want to store original SVGs with their local paths into the 3MF file?\n "
|
||||
_L("Are you sure you want to store original SVGs with their local paths into the 3MF file?\n"
|
||||
"If you hit 'NO', all SVGs in the project will not be editable any more."),
|
||||
_L("Private protection"), wxYES_NO | wxICON_QUESTION);
|
||||
if (dialog.ShowModal() == wxID_NO){
|
||||
|
Loading…
x
Reference in New Issue
Block a user