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 5eeaab4 commit 2cc921d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions TabPlus.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def _createSupportMesh(self, parent: CuraSceneNode, position: Vector):
untranslated_label=extruder_stack.getProperty(key,"label")
translated_label=i18n_catalog.i18nc(definition_key, untranslated_label)
Format_String = catalog.i18nc("@info:label", "Info modification current profile '") + translated_label + catalog.i18nc("@info:label", "' parameter\nNew value : ") + catalog.i18nc("@info:label", "Everywhere")
Message(text = Format_String, title = catalog.i18nc("@info:title", "Warning ! Tab Anti Warping")).show()
Message(text = Format_String, title = catalog.i18nc("@info:title", "Warning ! Tab Anti Warping Plus")).show()
Logger.log('d', 'support_type different : ' + str(s_p))
# Define support_type=everywhere
global_container_stack.setProperty(key, "value", 'everywhere')
Expand Down Expand Up @@ -326,7 +326,7 @@ def _createSupportMesh(self, parent: CuraSceneNode, position: Vector):
untranslated_label=extruder_stack.getProperty(key,"label")
translated_label=i18n_catalog.i18nc(definition_key, untranslated_label)
Format_String = catalog.i18nc("@info:label", "Info modification current profile '") + "%s" + catalog.i18nc("@info:label", "' parameter\nNew value : ") + "%8.3f"
Message(text = Format_String % (translated_label, self._UseOffset), title = catalog.i18nc("@info:title", "Warning ! Tab Anti Warping")).show()
Message(text = Format_String % (translated_label, self._UseOffset), title = catalog.i18nc("@info:title", "Warning ! Tab Anti Warping Plus")).show()
Logger.log('d', 'support_xy_distance different : ' + str(_xy_distance))
# Define support_xy_distance
if self._Extruder_count > 1 :
Expand All @@ -345,7 +345,7 @@ def _createSupportMesh(self, parent: CuraSceneNode, position: Vector):
untranslated_label=extruder_stack.getProperty(key,"label")
translated_label=i18n_catalog.i18nc(definition_key, untranslated_label)
Format_String = catalog.i18nc("@info:label", "Info modification current profile '") + translated_label + catalog.i18nc("@info:label", "' parameter\nNew value : ")+ catalog.i18nc("@info:label", "100%")
Message(text = Format_String , title = catalog.i18nc("@info:title", "Warning ! Tab Anti Warping")).show()
Message(text = Format_String , title = catalog.i18nc("@info:title", "Warning ! Tab Anti Warping Plus")).show()
Logger.log('d', 'support_infill_rate different : ' + str(s_p))
# Define support_infill_rate=100%
if self._Extruder_count > 1 :
Expand Down
Binary file modified i18n/fr_FR/LC_MESSAGES/tabplus.mo
Binary file not shown.
8 changes: 4 additions & 4 deletions i18n/fr_FR/tabplus.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: Custom Support Cylinder\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-11 15:10+0000\n"
"PO-Revision-Date: 2023-01-19 00:15+0200\n"
"PO-Revision-Date: 2023-01-19 00:27+0200\n"
"Last-Translator: 5axes <[email protected]>\n"
"Language-Team: 5axes\n"
"Language: fr\n"
Expand All @@ -20,7 +20,7 @@ msgstr ""
#: __init__.py:23
msgctxt "@label"
msgid "Tab Plus"
msgstr "Pastille Plus"
msgstr "Pastille Anti-Décollement +"

#: __init__.py:24
msgctxt "@info:tooltip"
Expand All @@ -30,12 +30,12 @@ msgstr "Ajouter automatique Pastille"
#: TabPlus.py:
msgctxt "@info:title"
msgid "Tab Plus"
msgstr "Pastille Plus"
msgstr "Pastille Anti-Décollement +"

#: TabPlus.py:
msgctxt "@info:title"
msgid "Warning ! Tab Anti Warping"
msgstr "Attention ! Pastille Anti-décollement"
msgstr "Attention ! Pastille Anti-décollement Plus"

#: TabPlus.py:
msgctxt "@info:label"
Expand Down

0 comments on commit 2cc921d

Please sign in to comment.