Skip to content

Commit 63ffa03

Browse files
committed
Update default title for vector field item and adjust French translations
1 parent 8e0b59c commit 63ffa03

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

plotpy/builder/curvemarker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ def quiver(
10871087
if title:
10881088
item.setTitle(title)
10891089
else:
1090-
item.setTitle(_("Quiver"))
1090+
item.setTitle(_("Vector field"))
10911091
item.setXAxis(BasePlot.AXIS_NAMES[xaxis])
10921092
item.setYAxis(BasePlot.AXIS_NAMES[yaxis])
10931093
return item

plotpy/locale/fr/LC_MESSAGES/plotpy.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# French translations for plotpy.
2-
# Copyright (C) 2025 CEA, Codra, Pierre Raybaut
2+
# Copyright (C) 2026 CEA, Codra, Pierre Raybaut
33
# This file is distributed under the same license as the plotpy project.
44
#
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: plotpy 2.7.4\n"
88
"Report-Msgid-Bugs-To: p.raybaut@codra.fr\n"
9-
"POT-Creation-Date: 2025-10-18 16:38+0200\n"
109
"PO-Revision-Date: 2025-06-02 11:14+0200\n"
11-
"Last-Translator: Christophe Debonnel <c.debonnel@codra.fr>\n"
1210
"Language: fr\n"
1311
"Language-Team: PlotPyStack Developers <p.raybaut@codra.fr>\n"
1412
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
1513
"MIME-Version: 1.0\n"
1614
"Content-Type: text/plain; charset=utf-8\n"
1715
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.17.0\n"
16+
"Generated-By: Babel 2.18.0\n"
1917

2018
msgid "Annotation"
2119
msgstr "Annotation"
@@ -32,6 +30,9 @@ msgstr "Histogramme"
3230
msgid "Marker"
3331
msgstr "Marqueur"
3432

33+
msgid "Vector field"
34+
msgstr "Champ de vecteurs"
35+
3536
msgid "Image"
3637
msgstr "Image"
3738

@@ -125,12 +126,12 @@ msgstr "Centre :"
125126
msgid "Distance:"
126127
msgstr "Distance :"
127128

128-
msgid "Size:"
129-
msgstr "Taille :"
130-
131129
msgid "Angle:"
132130
msgstr "Angle :"
133131

132+
msgid "Size:"
133+
msgstr "Taille :"
134+
134135
msgid "Diameter:"
135136
msgstr "Diamètre :"
136137

0 commit comments

Comments
 (0)