From 569e50283dd212430ab361379eb0f16cfda9069b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Gaudeau?= Date: Sat, 2 Mar 2024 07:10:13 +0100 Subject: [PATCH] FIX: Typo with exhuast (#4269) Change exhuast to exhaust in various files. Co-authored-by: SoftFever --- doc/Auxiliary-fan.md | 2 +- doc/air-filtration.md | 4 ++-- localization/i18n/OrcaSlicer.pot | 6 +++--- localization/i18n/ca/OrcaSlicer_ca.po | 8 ++++---- localization/i18n/cs/OrcaSlicer_cs.po | 8 ++++---- localization/i18n/de/OrcaSlicer_de.po | 8 ++++---- localization/i18n/en/OrcaSlicer_en.po | 8 ++++---- localization/i18n/es/OrcaSlicer_es.po | 12 ++++++------ localization/i18n/fr/OrcaSlicer_fr.po | 8 ++++---- localization/i18n/hu/OrcaSlicer_hu.po | 8 ++++---- localization/i18n/it/OrcaSlicer_it.po | 10 +++++----- localization/i18n/ja/OrcaSlicer_ja.po | 8 ++++---- localization/i18n/ko/OrcaSlicer_ko.po | 8 ++++---- localization/i18n/nl/OrcaSlicer_nl.po | 8 ++++---- localization/i18n/pl/OrcaSlicer_pl.po | 8 ++++---- localization/i18n/ru/OrcaSlicer_ru.po | 8 ++++---- localization/i18n/sv/OrcaSlicer_sv.po | 8 ++++---- localization/i18n/tr/OrcaSlicer_tr.po | 8 ++++---- localization/i18n/uk/OrcaSlicer_uk.po | 8 ++++---- localization/i18n/zh_CN/OrcaSlicer_zh_CN.po | 8 ++++---- localization/i18n/zh_TW/OrcaSlicer_zh_TW.po | 8 ++++---- resources/data/hints.ini | 2 +- src/libslic3r/PrintConfig.cpp | 4 ++-- 23 files changed, 84 insertions(+), 84 deletions(-) diff --git a/doc/Auxiliary-fan.md b/doc/Auxiliary-fan.md index f2ae9ed89fe..1177248d462 100644 --- a/doc/Auxiliary-fan.md +++ b/doc/Auxiliary-fan.md @@ -1,6 +1,6 @@ OrcaSlicer use `M106 P2` command to control auxiliary cooling fan. -If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhuast fan. +If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhaust fan. Below is a reference configuration for Klipper. *Note: Don't forget to change the pin name to the actual pin name you are using in the configuration* diff --git a/doc/air-filtration.md b/doc/air-filtration.md index 1822ae4ecf7..4ab08681741 100644 --- a/doc/air-filtration.md +++ b/doc/air-filtration.md @@ -1,6 +1,6 @@ -OrcaSlicer use `M106 P3` command to control air-filtration/exhuast fan. +OrcaSlicer use `M106 P3` command to control air-filtration/exhaust fan. -If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhuast fan. +If you are using Klipper, you can define a `M106` macro to control the both normal part cooling fan and auxiliary fan and exhaust fan. Below is a reference configuration for Klipper. *Note: Don't forget to change the pin name to the actual pin name you are using in the configuration* diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 959a089728b..015d755ecdf 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -8569,11 +8569,11 @@ msgid "Fan speed" msgstr "" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13030,7 +13030,7 @@ msgid "Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooli msgstr "" #: resources/data/hints.ini: [hint:Air filtration] -msgid "Air filtration/Exhuast Fan\nDid you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +msgid "Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/ca/OrcaSlicer_ca.po b/localization/i18n/ca/OrcaSlicer_ca.po index 287bcd53038..d10aaca3564 100644 --- a/localization/i18n/ca/OrcaSlicer_ca.po +++ b/localization/i18n/ca/OrcaSlicer_ca.po @@ -9423,13 +9423,13 @@ msgid "Fan speed" msgstr "Velocitat del ventilador" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Velocitat del ventilador d'extracció durant la impressió. Aquesta velocitat " "sobreescriurà la velocitat del Codi-G personalitzat del filament" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Velocitat del ventilador d'extracció després de completar la impressió" msgid "No cooling for the first" @@ -14906,8 +14906,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Filtració d'Aire/Ventilador d'Extracció\n" "Sabíeu que OrcaSlicer admet lea funcionalitat de Filtració d'Aire/Ventilador " diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po index b4d6b75e82e..0340fd0bdaf 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/OrcaSlicer_cs.po @@ -9202,13 +9202,13 @@ msgid "Fan speed" msgstr "Rychlost ventilátoru" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Rychlost odsávacího ventilátoru během tisku. Tato rychlost přepíše rychlost " "v g-kódu pro filament" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Rychlost odsávacího ventilátoru po dokončení tisku" msgid "No cooling for the first" @@ -14321,8 +14321,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index d2b1237bbbc..47dee3f6c33 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -9515,13 +9515,13 @@ msgid "Fan speed" msgstr "Lüftergeschwindigkeit" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Geschwindigkeit des Abluftventilators während des Drucks. Diese Geschwindig-" "keit überschreibt die Geschwindigkeit im Filament-Benutzerdefinierten G-Code" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Geschwindigkeit des Abluftventilators nach Abschluss des Drucks" msgid "No cooling for the first" @@ -15005,8 +15005,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Luftfiltration/Abluftventilator\n" "Wussten Sie, dass OrcaSlicer eine Luftfiltration/Abluftventilator " diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 98b01dfcf24..848f8da0fd2 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -9027,11 +9027,11 @@ msgid "Fan speed" msgstr "Fan speed" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13756,8 +13756,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po index d77212d0bf2..8fbe66f1f73 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/OrcaSlicer_es.po @@ -9458,13 +9458,13 @@ msgid "Fan speed" msgstr "Velocidad del ventilador" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Velocidad del ventilador de extracción durante la impresión, esta velocidad " "sobrescribirá la velocidad en el GCode personalizado del filamento" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Velocidad del ventilador de extracción una vez finalizada la impresión" msgid "No cooling for the first" @@ -14947,11 +14947,11 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" -"Filtración de aire/ventilador Exhuast \n" -"¿Sabías que OrcaSlicer admite filtración de aire/ventilador Exhuast?" +"Filtración de aire/ventilador Exhaust \n" +"¿Sabías que OrcaSlicer admite filtración de aire/ventilador Exhaust?" #: resources/data/hints.ini: [hint:G-code window] msgid "" diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po index db5cc08b060..19fbdd8a7b4 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/OrcaSlicer_fr.po @@ -9558,13 +9558,13 @@ msgid "Fan speed" msgstr "Vitesse du ventilateur" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Vitesse du ventilateur d’extraction pendant l’impression. Cette vitesse " "écrasera la vitesse dans le G-code personnalisé du filament." -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Vitesse du ventilateur d’extraction après l’impression" msgid "No cooling for the first" @@ -15116,8 +15116,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Filtration de l’air/ventilateur d’extraction\n" "Saviez-vous qu’OrcaSlicer peut prendre en charge la filtration de l’air/le " diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index f79213f5858..796d84e9979 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -9097,11 +9097,11 @@ msgid "Fan speed" msgstr "Ventilátor fordulatszám" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13848,8 +13848,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index b76be456eca..228760b9071 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -9455,13 +9455,13 @@ msgid "Fan speed" msgstr "Velocità ventola" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Velocità della ventola di scarico durante la stampa. Questa velocità " "sovrascriverà la velocità nel gcode personalizzato del filamento" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Velocità della ventola di estrazione al termine della stampa" msgid "No cooling for the first" @@ -14953,11 +14953,11 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Filtrazione dell'aria/ventilatore di scarico\n" -"Sapevi che OrcaSlicer può supportare la filtrazione dell'aria/Exhuast Fan?" +"Sapevi che OrcaSlicer può supportare la filtrazione dell'aria/Exhaust Fan?" #: resources/data/hints.ini: [hint:G-code window] msgid "" diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index a38c6c80b7a..576b34255f0 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -8844,11 +8844,11 @@ msgid "Fan speed" msgstr "回転速度" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13471,8 +13471,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index 847d29e42ee..610f9f95e57 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -9121,13 +9121,13 @@ msgid "Fan speed" msgstr "팬 속도" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "출력 중 배기 팬 속도. 이 속도는 필라멘트 사용자 정의 G코드의 속도를 덮어씁니" "다" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "출력 완료 후 배기 팬 속도" msgid "No cooling for the first" @@ -14262,8 +14262,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "공기 여과/배기 팬\n" "오르카 슬라이서가 공기 여과/배기 팬을 지원할 수 있다는 사실을 알고 계셨나요?" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index d1b410569e2..ac91dd2c630 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -9181,11 +9181,11 @@ msgid "Fan speed" msgstr "Ventilator snelheid" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13962,8 +13962,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/OrcaSlicer_pl.po index c7d5fcac18f..c9129f1db7c 100644 --- a/localization/i18n/pl/OrcaSlicer_pl.po +++ b/localization/i18n/pl/OrcaSlicer_pl.po @@ -9407,13 +9407,13 @@ msgid "Fan speed" msgstr "Prędkość wentylatora" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Prędkość wentylatora wyciągowego podczas druku. Ta prędkość zastąpi prędkość " "w niestandardowym gcode filamentu" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Prędkość wentylatora wyciągowego po zakończeniu druku" msgid "No cooling for the first" @@ -14840,8 +14840,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Filtracja powietrza/Wentylator wyciągowy\n" "Czy wiesz, że OrcaSlicer może obsługiwać filtrację powietrza/wentylator " diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index 9e1f5ac5267..9bfc1792a6c 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -9482,13 +9482,13 @@ msgid "Fan speed" msgstr "Скорость вентилятора" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Скорость вытяжного вентилятора во время печати. Эта скорость будет " "переопределять скорость в пользовательском стартовом G-коде материала" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Скорость вытяжного вентилятора после завершения печати" msgid "No cooling for the first" @@ -14984,8 +14984,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Фильтрация воздуха/Вытяжной вентилятор\n" "Знаете ли вы, что OrcaSlicer поддерживает управление фильтрацией воздуха/" diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index d8661dbff06..c32170b0911 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -9040,11 +9040,11 @@ msgid "Fan speed" msgstr "Fläkt hastighet" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13774,8 +13774,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index 1ed75d1c8e0..06835cc4946 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -9329,13 +9329,13 @@ msgid "Fan speed" msgstr "Fan hızı" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" "Baskı sırasında egzoz fanının hızı. Bu hız, filament özel gcode'undaki hızın " "üzerine yazılacaktır" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "Baskı tamamlandıktan sonra egzoz fanının hızı" msgid "No cooling for the first" @@ -14731,8 +14731,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" "Hava filtreleme/Egzoz Fanı\n" "OrcaSlicer'ın Hava filtreleme/Egzoz Fanını destekleyebileceğini biliyor " diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po index 3f169fb53b9..e5f7de78b05 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/OrcaSlicer_uk.po @@ -9106,11 +9106,11 @@ msgid "Fan speed" msgstr "Швидкість вентилятора" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "" msgid "No cooling for the first" @@ -13949,8 +13949,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po index e93e67b3c19..a9dea11c234 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po @@ -8815,11 +8815,11 @@ msgid "Fan speed" msgstr "风扇速度" msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "打印过程中排气风扇的速度。此速度将覆盖耗材丝自定义gcode中的速度" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "打印完成后排气风扇的速度" msgid "No cooling for the first" @@ -13629,8 +13629,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po index 20cbff5a312..285b81484e1 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po @@ -9284,11 +9284,11 @@ msgstr "風扇速度" #, fuzzy msgid "" -"Speed of exhuast fan during printing.This speed will overwrite the speed in " +"Speed of exhaust fan during printing.This speed will overwrite the speed in " "filament custom gcode" msgstr "列印過程中排風扇的速度。此速度將覆蓋線材自訂 G-code 中的速度" -msgid "Speed of exhuast fan after printing completes" +msgid "Speed of exhaust fan after printing completes" msgstr "列印完成後排風扇的轉速" #, fuzzy @@ -14201,8 +14201,8 @@ msgstr "" #: resources/data/hints.ini: [hint:Air filtration] msgid "" -"Air filtration/Exhuast Fan\n" -"Did you know that OrcaSlicer can support Air filtration/Exhuast Fan?" +"Air filtration/Exhaust Fan\n" +"Did you know that OrcaSlicer can support Air filtration/Exhaust Fan?" msgstr "" #: resources/data/hints.ini: [hint:G-code window] diff --git a/resources/data/hints.ini b/resources/data/hints.ini index bc53887e555..63c47c96d02 100644 --- a/resources/data/hints.ini +++ b/resources/data/hints.ini @@ -82,7 +82,7 @@ text = Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooli documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Auxiliary-fan [hint:Air filtration] -text = Air filtration/Exhuast Fan\nDid you know that OrcaSlicer can support Air filtration/Exhuast Fan? +text = Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan? documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/air-filtration [hint:G-code window] diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 3e37eb2d352..345db353b1e 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1261,7 +1261,7 @@ void PrintConfigDef::init_fff_params() def = this->add("during_print_exhaust_fan_speed", coInts); def->label = L("Fan speed"); - def->tooltip=L("Speed of exhuast fan during printing.This speed will overwrite the speed in filament custom gcode"); + def->tooltip=L("Speed of exhaust fan during printing.This speed will overwrite the speed in filament custom gcode"); def->sidetext = L("%"); def->min=0; def->max=100; @@ -1271,7 +1271,7 @@ void PrintConfigDef::init_fff_params() def = this->add("complete_print_exhaust_fan_speed", coInts); def->label = L("Fan speed"); def->sidetext = L("%"); - def->tooltip=L("Speed of exhuast fan after printing completes"); + def->tooltip=L("Speed of exhaust fan after printing completes"); def->min=0; def->max=100; def->mode = comSimple;