Fix misc issues with the translated strings (#10400)

* Spell check "part selectiont" and "printetrs"

* Remove translation of "°"

* Fix the abbreviation of Watts

* Fix capitalization issues

* Fix punctuation issues

* Fix spacing issues

* Adding more missing periods
This commit is contained in:
Alexandre Folle de Menezes
2025-08-26 11:39:14 -03:00
committed by GitHub
parent ca46e06966
commit 0ba336647c
28 changed files with 1070 additions and 1537 deletions

View File

@@ -18,8 +18,8 @@ static const std::unordered_map<wxString, wxString> ACCESSORY_DISPLAY_STR = {
{"N3F", "AMS 2 PRO"},
{"N3S", "AMS HT"},
{"O2L_PC", L("Air Pump")},
{"O2L_10B", L("Laser 10w")},
{"O2L_40B", L("Laser 40w")},
{"O2L_10B", L("Laser 10 W")},
{"O2L_40B", L("Laser 40 W")},
{"O2L_PCM", L("Cutting Module")},
{"O2L_ACM", "Active Cutting Module"},
{"O2L_UCM", "Ultrasonic Cutting Module"},