mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
i18n(fr): complete French translation to 100% + extract 3DPrinterOS dialog (#14037)
i18n(fr): complete French translation and extract 3DPrinterOS dialog Translation (localization/i18n/fr/OrcaSlicer_fr.po): - Translate 222 missing strings and revise 23 fuzzy entries (vouvoiement) - Quality review of the existing catalog: fix 42 entries - "supported" calque -> "pris en charge" (physical sense -> "soutenu") - accented capitals (Emission -> Émission, Editer -> Modifier) - "cryptage" -> "chiffrement"; "initiés" -> "lancés"; "impacté" -> "affecté" - "basé sur" rephrased contextually; ASCII "..." -> "…" in FR strings - Result: 0 untranslated, 0 fuzzy; placeholders preserved; msgfmt clean Extraction (3DPrinterOS upload dialog, src/slic3r/Utils/3DPrinterOS.cpp): - Wrap 9 hardcoded user-facing strings in _L() - Align the radio-label comparison on _L() so the show/hide logic keeps working once the label is translated - Add the file to localization/i18n/list.txt for gettext extraction - Add the 7 new msgids to OrcaSlicer.pot and translate them in fr.po Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -19712,3 +19712,24 @@ msgstr ""
|
||||
#: resources/data/hints.ini: [hint:Avoid warping]
|
||||
msgid "Avoid warping\nDid you know that when printing materials that are prone to warping such as ABS, appropriately increasing the heatbed temperature can reduce the probability of warping?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Single file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Project File"
|
||||
msgstr ""
|
||||
|
||||
msgid "Project:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer type:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer type not found, please select manually."
|
||||
msgstr ""
|
||||
|
||||
msgid "Authorizing..."
|
||||
msgstr ""
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -218,6 +218,7 @@ src/slic3r/GUI/CreatePresetsDialog.cpp
|
||||
src/slic3r/GUI/DailyTips.cpp
|
||||
src/slic3r/Utils/CalibUtils.cpp
|
||||
src/slic3r/GUI/PhysicalPrinterDialog.cpp
|
||||
src/slic3r/Utils/3DPrinterOS.cpp
|
||||
src/slic3r/Utils/AstroBox.cpp
|
||||
src/slic3r/Utils/Duet.cpp
|
||||
src/slic3r/Utils/FlashAir.cpp
|
||||
|
||||
Reference in New Issue
Block a user