We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4fe7ce + 0d98335 commit 9ebf762Copy full SHA for 9ebf762
datalab/gui/actionhandler.py
@@ -954,7 +954,7 @@ class SignalActionHandler(BaseActionHandler):
954
def create_new_object_actions(self):
955
"""Create actions for creating new objects"""
956
for label, pclass in (
957
- (_("Zeros"), sio.ZerosParam),
+ (_("Zero"), sio.ZeroParam),
958
(_("Normal distribution"), sio.NormalDistribution1DParam),
959
(_("Poisson distribution"), sio.PoissonDistribution1DParam),
960
(_("Uniform distribution"), sio.UniformDistribution1DParam),
@@ -1170,7 +1170,7 @@ class ImageActionHandler(BaseActionHandler):
1170
1171
1172
1173
- (_("Zeros"), sio.Zeros2DParam),
+ (_("Zero"), sio.Zero2DParam),
1174
(_("Normal distribution"), sio.NormalDistribution2DParam),
1175
(_("Poisson distribution"), sio.PoissonDistribution2DParam),
1176
(_("Uniform distribution"), sio.UniformDistribution2DParam),
datalab/locale/fr/LC_MESSAGES/datalab.po
@@ -6,7 +6,7 @@ msgid ""
6
msgstr ""
7
"Project-Id-Version: datalab\n"
8
"Report-Msgid-Bugs-To: [email protected]\n"
9
-"POT-Creation-Date: 2025-10-13 10:04+0200\n"
+"POT-Creation-Date: 2025-10-14 19:31+0200\n"
10
"PO-Revision-Date: 2025-05-22 15:46+0200\n"
11
"Last-Translator: Christophe Debonnel <[email protected]>\n"
12
"Language: fr\n"
@@ -254,8 +254,8 @@ msgstr "Supprimer les résultats"
254
msgid "signal"
255
msgstr "signal"
256
257
-msgid "Zeros"
258
-msgstr "Zéros"
+msgid "Zero"
+msgstr "Zéro"
259
260
msgid "Normal distribution"
261
msgstr "Distribution normale"
doc/features/image/menu_file.rst
@@ -32,7 +32,7 @@ Create a new image from various models
32
33
* - Model
34
- Equation
35
- * - Zeros
+ * - Zero
36
- :math:`z[i] = 0`
37
* - Empty
38
- Data is directly taken from memory as it is
doc/features/signal/menu_file.rst
@@ -31,7 +31,7 @@ Create a new signal from various models:
31
- :math:`y[i] = 0`
* - Uniform distribution
- :math:`y[i]` is normally distributed with configurable mean and standard deviation
doc/locale/fr/LC_MESSAGES/features/image/menu_file.po
@@ -8,7 +8,7 @@ msgid ""
"Project-Id-Version: DataLab \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-09-04 18:59+0200\n"
+"POT-Creation-Date: 2025-10-14 19:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
@@ -55,8 +55,8 @@ msgstr "Modèle"
55
msgid "Equation"
56
msgstr "Equation"
57
58
59
60
61
msgid ":math:`z[i] = 0`"
62
doc/locale/fr/LC_MESSAGES/features/signal/menu_file.po
msgid ":math:`y[i] = 0`"
0 commit comments