You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): correct punctuation and grammar in UI warning/tip strings
Adds missing spaces after 'Warning:'/'Error:'/'Tip:' prefixes and fixes
grammar in user-facing strings across several GUI source files. Source-string
changes only; translation catalogs are left to the upstream gettext pipeline.
Closes#10853
_L("The AMS will automatically read the information of inserted filament on start-up. It will take about 1 minute.The reading process will roll filament spools.")
131
+
_L("The AMS will automatically read the information of inserted filament on start-up. It will take about 1 minute.The reading process will roll filament spools.")
wxString txt = _L("Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab device, please read the termsand conditions.By clicking to agree to use your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of Use(collectively, the \"Terms\"). If you do not comply with or agree to the Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services.");
488
+
wxString txt = _L("Thank you for purchasing a Bambu Lab device.Before using your Bambu Lab device, please read the terms and conditions.By clicking to agree to use your Bambu Lab device, you agree to abide by the Privacy Policy and Terms of Use(collectively, the \"Terms\"). If you do not comply with or agree to the Bambu Lab Privacy Policy, please do not use Bambu Lab equipment and services.");
489
489
ConfirmBeforeSendDialog confirm_dlg(this, wxID_ANY, _L("Terms and Conditions"), ConfirmBeforeSendDialog::ButtonStyle::ONLY_CONFIRM);
auto iter = recommend_temp_map.find(filament_type);
190
190
if (iter!=recommend_temp_map.end()) {
191
191
if (iter->second < config->option<ConfigOptionInts>("chamber_temperatures")->get_at(0)) {
192
-
wxString msg_text = wxString::Format(_L("Current chamber temperature is higher than the material's safe temperature,it may result in material softening and clogging.The maximum safe temperature for the material is %d"), iter->second);
192
+
wxString msg_text = wxString::Format(_L("Current chamber temperature is higher than the material's safe temperature,it may result in material softening and clogging.The maximum safe temperature for the material is %d"), iter->second);
text = _L("Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to avoid extruder clogging,it is not allowed to set the chamber temperature.");
2958
+
text = _L("Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to avoid extruder clogging,it is not allowed to set the chamber temperature.");
2959
2959
}
2960
2960
elseif (jj["errno"].get<int>() == -4) {
2961
2961
text = _L("When you set the chamber temperature below 40\u2103, the chamber temperature control will not be activated. And the target chamber temperature will automatically be set to 0\u2103.");
m_imgui->text_wrapped(_L("Tip:If you want to place svg file on another part surface,you should select part first, and then drag svg file to the part surface."),
1358
+
m_imgui->text_wrapped(_L("Tip:If you want to place an SVG file on another part surface,select the part first, then drag the SVG file to the part surface."),
auto cur_world = m_model_object_in_world_tran.get_matrix() * m_text_tran_in_object.get_matrix();
2402
2402
if (!is_only_text_case() && has_reflection(cur_world)) {
2403
-
m_imgui->warning_text_wrapped(_L("Warning:There is a mirror in the text matrix, and dragging it will completely regenerate it."), full_width);
2403
+
m_imgui->warning_text_wrapped(_L("Warning:There is a mirror in the text matrix, and dragging it will completely regenerate it."), full_width);
2404
2404
m_parent.request_extra_frame();
2405
2405
}
2406
2406
if (m_warning_font) {
2407
-
m_imgui->warning_text_wrapped(_L("Warning:Due to font upgrades,previous font may not necessarily be replaced successfully, and recommend you to modify the font."), full_width);
2407
+
m_imgui->warning_text_wrapped(_L("Warning:Due to font upgrades,previous font may not necessarily be replaced successfully. Please modify the font."), full_width);
2408
2408
m_parent.request_extra_frame();
2409
2409
}
2410
2410
if (m_show_warning_text_create_fail) {
2411
-
m_imgui->warning_text(_L("Warning:create text fail."));
2411
+
m_imgui->warning_text(_L("Warning: Text creation failed."));
2412
2412
}
2413
2413
if (m_show_text_normal_error) {
2414
-
m_imgui->warning_text(_L("Warning:text normal is error."));
2414
+
m_imgui->warning_text(_L("Warning: Text normal has an error."));
2415
2415
}
2416
2416
if (m_show_text_normal_reset_tip) {
2417
-
m_imgui->warning_text(_L("Warning:text normal has been reset."));
2417
+
m_imgui->warning_text(_L("Warning: Text normal has been reset."));
2418
2418
}
2419
2419
if (m_font_version == NEW_FONT_BEGIN_VERSION) {
2420
-
m_imgui->warning_text_wrapped(_L("Warning:current text spacing is not very reasonable. If you continue editing, a more reasonable text spacing will be generated.")
2420
+
m_imgui->warning_text_wrapped(_L("Warning: Current text spacing is not optimal. If you continue editing, a more reasonable text spacing will be generated.")
2421
2421
,full_width);
2422
2422
}
2423
2423
/* if (m_show_warning_regenerated && m_font_version != CUR_FONT_VERSION) {
m_imgui->warning_text_wrapped(_L("Warning:old matrix has at least two parameters: mirroring, scaling, and rotation. If you continue editing, it may not be correct. Please "
2430
-
"dragging text or cancel using current pose, save and reedit again."),
2429
+
m_imgui->warning_text_wrapped(_L("Warning: Old matrix has at least two parameters: mirroring, scaling, and rotation. If you continue editing, it may not be correct. Please "
2430
+
"drag the text or cancel the current pose, save and reedit again."),
2431
2431
full_width);
2432
2432
m_parent.request_extra_frame();
2433
2433
}
2434
2434
if (m_show_warning_error_mesh) {
2435
2435
m_imgui->warning_text_wrapped(
2436
-
_L("Error:Detecting an incorrect mesh id or an unknown error, regenerating text may result in incorrect outcomes.Please drag text,save it then reedit it again."),
2436
+
_L("Error:Detecting an incorrect mesh id or an unknown error, regenerating text may result in incorrect outcomes.Please drag text,save it then reedit it again."),
2437
2437
full_width);
2438
2438
m_parent.request_extra_frame();
2439
2439
}
2440
2440
if (m_show_warning_lost_rotate) {
2441
2441
m_imgui->warning_text_wrapped(
2442
-
_L("Warning:Due to functional upgrade, rotation information cannot be restored. Please drag or modify text,save it and reedit it will ok."),
2442
+
_L("Warning:Due to functional upgrade, rotation information cannot be restored. Please drag or modify text,save it and reedit it to fix the issue."),
2443
2443
full_width);
2444
2444
m_parent.request_extra_frame();
2445
2445
}
2446
2446
if (m_last_text_mv && m_rr.mesh_id < 0 && !is_only_text_case()) {
2447
-
m_imgui->warning_text_wrapped(_L("Warning") + ":"+ _L("Detected that text did not adhere to mesh surface. Please manually drag yellow square to mesh surface that needs to be adhered."),
2447
+
m_imgui->warning_text_wrapped(_L("Warning") + ":"+ _L("Detected that text did not adhere to mesh surface. Please manually drag yellow square to mesh surface that needs to be adhered."),
0 commit comments