Skip to content

Commit 9ebf762

Browse files
committed
Merge remote-tracking branch 'codra/feature/title' into develop
2 parents e4fe7ce + 0d98335 commit 9ebf762

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

datalab/gui/actionhandler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ class SignalActionHandler(BaseActionHandler):
954954
def create_new_object_actions(self):
955955
"""Create actions for creating new objects"""
956956
for label, pclass in (
957-
(_("Zeros"), sio.ZerosParam),
957+
(_("Zero"), sio.ZeroParam),
958958
(_("Normal distribution"), sio.NormalDistribution1DParam),
959959
(_("Poisson distribution"), sio.PoissonDistribution1DParam),
960960
(_("Uniform distribution"), sio.UniformDistribution1DParam),
@@ -1170,7 +1170,7 @@ class ImageActionHandler(BaseActionHandler):
11701170
def create_new_object_actions(self):
11711171
"""Create actions for creating new objects"""
11721172
for label, pclass in (
1173-
(_("Zeros"), sio.Zeros2DParam),
1173+
(_("Zero"), sio.Zero2DParam),
11741174
(_("Normal distribution"), sio.NormalDistribution2DParam),
11751175
(_("Poisson distribution"), sio.PoissonDistribution2DParam),
11761176
(_("Uniform distribution"), sio.UniformDistribution2DParam),

datalab/locale/fr/LC_MESSAGES/datalab.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: datalab\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2025-10-13 10:04+0200\n"
9+
"POT-Creation-Date: 2025-10-14 19:31+0200\n"
1010
"PO-Revision-Date: 2025-05-22 15:46+0200\n"
1111
"Last-Translator: Christophe Debonnel <[email protected]>\n"
1212
"Language: fr\n"
@@ -254,8 +254,8 @@ msgstr "Supprimer les résultats"
254254
msgid "signal"
255255
msgstr "signal"
256256

257-
msgid "Zeros"
258-
msgstr "Zéros"
257+
msgid "Zero"
258+
msgstr "Zéro"
259259

260260
msgid "Normal distribution"
261261
msgstr "Distribution normale"

doc/features/image/menu_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a new image from various models
3232

3333
* - Model
3434
- Equation
35-
* - Zeros
35+
* - Zero
3636
- :math:`z[i] = 0`
3737
* - Empty
3838
- Data is directly taken from memory as it is

doc/features/signal/menu_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a new signal from various models:
3131

3232
* - Model
3333
- Equation
34-
* - Zeros
34+
* - Zero
3535
- :math:`y[i] = 0`
3636
* - Uniform distribution
3737
- :math:`y[i]` is normally distributed with configurable mean and standard deviation

doc/locale/fr/LC_MESSAGES/features/image/menu_file.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-04 18:59+0200\n"
11+
"POT-Creation-Date: 2025-10-14 19:35+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -55,8 +55,8 @@ msgstr "Modèle"
5555
msgid "Equation"
5656
msgstr "Equation"
5757

58-
msgid "Zeros"
59-
msgstr "Zéros"
58+
msgid "Zero"
59+
msgstr "Zéro"
6060

6161
msgid ":math:`z[i] = 0`"
6262
msgstr ""

doc/locale/fr/LC_MESSAGES/features/signal/menu_file.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-04 18:59+0200\n"
11+
"POT-Creation-Date: 2025-10-14 19:35+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -55,8 +55,8 @@ msgstr "Modèle"
5555
msgid "Equation"
5656
msgstr "Equation"
5757

58-
msgid "Zeros"
59-
msgstr "Zéros"
58+
msgid "Zero"
59+
msgstr "Zéro"
6060

6161
msgid ":math:`y[i] = 0`"
6262
msgstr ""

0 commit comments

Comments
 (0)