Skip to content

Commit

Permalink
Update French Translation
Browse files Browse the repository at this point in the history
Change some French translation
  • Loading branch information
5axes committed Jan 18, 2023
1 parent 4d9cc2b commit 1e1af5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CustomSupportsCylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def _createSupportMesh(self, parent: CuraSceneNode, position: Vector , position2

s_p = global_container_stack.getProperty("support_type", "value")
if s_p == 'buildplate' :
Message(text = catalog.i18nc("@info:label", "Info modification support_type new value : Everywhere"), title = catalog.i18nc("@info:title", "Custom Supports Cylinder")).show()
Message(text = catalog.i18nc("@info:label", "Info modification support_type new value : Everywhere"), title = catalog.i18nc("@info:title", "Warning ! Custom Supports Cylinder")).show()
Logger.log('d', 'Support_type different from everywhere : ' + str(s_p))
# Define support_type=everywhere
global_container_stack.setProperty("support_type", "value", 'everywhere')
Expand Down
4 changes: 2 additions & 2 deletions i18n/customsupport.pot
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ msgstr ""

#: CustomSupportsCylinder.py:421
msgctxt "@info:title"
msgid "Custom Supports Cylinder"
msgid "Warning ! Custom Supports Cylinder"
msgstr ""

#: CustomSupportsCylinder.py:421
msgctxt "@info:label"
msgid "Info modification support_type new value : everywhere"
msgid "Info modification support_type new value : Everywhere"
msgstr ""

#: CustomSupportsCylinder.py:126:979
Expand Down
Binary file modified i18n/fr_FR/LC_MESSAGES/customsupport.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions i18n/fr_FR/customsupport.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ msgstr "Ajouter 6 types de support personnalisé"

#: CustomSupportsCylinder.py:421
msgctxt "@info:title"
msgid "Custom Supports Cylinder"
msgstr "Supports Custom Cylindrique"
msgid "Warning ! Custom Supports Cylinder"
msgstr "Attention ! Supports Custom Cylindrique"

#: CustomSupportsCylinder.py:421
msgctxt "@info:label"
Expand Down

0 comments on commit 1e1af5d

Please sign in to comment.