File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
locale/fr/LC_MESSAGES/features Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ Create a new image from various models
4444 - :math: `y[i]` is uniformly distributed between two configurable bounds
4545 * - 2D Gaussian
4646 - :math: `z = A.exp(-\dfrac {(\sqrt {(x-x0 )^2 +(y-y0 )^2 }-\mu )^2 }{2 \sigma ^2 })`
47+ * - 2D Ramp
48+ - :math: `z = A (x - x_0 ) + B (y - y_0 ) + C`
4749
4850.. _open_image :
4951
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : DataLab \n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-16 17:14 +0200\n "
11+ "POT-Creation-Date : 2025-10-19 10:34 +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 "
@@ -88,6 +88,12 @@ msgstr "Gaussienne 2D"
8888msgid ":math:`z = A.exp(-\\ dfrac{(\\ sqrt{(x-x0)^2+(y-y0)^2}-\\ mu)^2}{2\\ sigma^2})`"
8989msgstr ""
9090
91+ msgid "2D Ramp"
92+ msgstr "Rampe 2D"
93+
94+ msgid ":math:`z = A (x - x_0) + B (y - y_0) + C`"
95+ msgstr ""
96+
9197msgid "Open image"
9298msgstr "Ouvrir une image"
9399
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : DataLab \n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-10-16 17:14 +0200\n "
11+ "POT-Creation-Date : 2025-10-19 10:34 +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 "
@@ -146,7 +146,7 @@ msgid "Linear chirp"
146146msgstr "Modulation linéaire de fréquence"
147147
148148#, python-brace-format
149- msgid ":math:`y = y_{0} + a \\ sin(\\ phi_{0} + 2\\ pi (f_{0} x + \\ frac{1}{2} c x^{2}))`"
149+ msgid ":math:`y = y_{0} + A \\ sin(\\ phi_{0} + 2\\ pi (f_{0} x + \\ frac{1}{2} c x^{2}))`"
150150msgstr ""
151151
152152msgid "Step"
@@ -165,7 +165,7 @@ msgstr ""
165165msgid "Logistic"
166166msgstr "Logistique"
167167
168- msgid ":math:`y = y_{0} + \\ dfrac{a }{1 + exp(-k (x - x_{0}))}`"
168+ msgid ":math:`y = y_{0} + \\ dfrac{A }{1 + exp(-k (x - x_{0}))}`"
169169msgstr ""
170170
171171msgid "Pulse"
@@ -303,3 +303,4 @@ msgstr "Etape 3 : Afficher la représentation graphique"
303303
304304msgid "The third step shows a graphical representation of the imported data. You can use the `Finish` button to import the data into DataLab workspace."
305305msgstr "La troisième étape montre une représentation graphique des données importées. Vous pouvez utiliser le bouton « Terminer » pour importer les données dans l'espace de travail de DataLab."
306+
You can’t perform that action at this time.
0 commit comments