Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL).

+ Fixed some phrases.
This commit is contained in:
YuSanka 2023-10-19 10:48:15 +02:00
parent 33e40512f8
commit e6ea3cc50f
15 changed files with 23508 additions and 16689 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1492,8 +1492,8 @@ 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"
"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>({

View File

@ -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());
}
}

View File

@ -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){