Skip to content

Commit

Permalink
Update French Translation
Browse files Browse the repository at this point in the history
Update French Translation
  • Loading branch information
5axes committed Jan 18, 2023
1 parent ddeff21 commit e727e87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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 = "Info modification support_type new value : everywhere", title = i18n_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", "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
7 changes: 6 additions & 1 deletion i18n/customsupport.pot
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ msgctxt "@info:tooltip"
msgid "Add 6 types of custom support"
msgstr ""

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

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

#: CustomSupportsCylinder.py:126:979
msgctxt "@label"
msgid "Remove All"
Expand Down
7 changes: 6 additions & 1 deletion i18n/fr_FR/customsupport.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ msgctxt "@info:tooltip"
msgid "Add 6 types of custom support"
msgstr "Ajouter 6 types de support personnalisé"

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

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

#: CustomSupportsCylinder.py:126:979
msgctxt "@label"
msgid "Remove All"
Expand Down

0 comments on commit e727e87

Please sign in to comment.