You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
6
6
7
7
💥 New features and enhancements:
8
8
9
+
* Array editor (results, signal and image data, ...):
10
+
* New "Copy all" button in the array editor dialog box, to copy all the data in the clipboard, including row and column headers
11
+
* New "Export" button in the array editor dialog box, to export the data in a CSV file, including row and column headers
12
+
* The features above require guidata v3.9.0 or later
13
+
* This closes [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174) and [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175)
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/contributing/changelog.po
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: DataLab \n"
9
9
"Report-Msgid-Bugs-To: \n"
10
-
"POT-Creation-Date: 2025-04-19 14:24+0200\n"
10
+
"POT-Creation-Date: 2025-04-26 10:37+0200\n"
11
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
16
16
"MIME-Version: 1.0\n"
17
17
"Content-Type: text/plain; charset=utf-8\n"
18
18
"Content-Transfer-Encoding: 8bit\n"
19
-
"Generated-By: Babel 2.14.0\n"
19
+
"Generated-By: Babel 2.17.0\n"
20
20
21
21
msgid"Changelog"
22
22
msgstr"Historique des modifications"
@@ -30,6 +30,21 @@ msgstr "DataLab Version 0.20.0"
30
30
msgid"💥 New features and enhancements:"
31
31
msgstr"💥 Nouvelles fonctionnalités et améliorations :"
32
32
33
+
msgid"Array editor (results, signal and image data, ...):"
34
+
msgstr"Éditeur de tableau (résultats, données de signal et d'image, ...)"
35
+
36
+
msgid"New \"Copy all\" button in the array editor dialog box, to copy all the data in the clipboard, including row and column headers"
37
+
msgstr"Nouvelle fonctionnalité \"Copier tout\" dans la boîte de dialogue de l'éditeur de tableau, pour copier toutes les données dans le presse-papiers, y compris les en-têtes de ligne et de colonne"
38
+
39
+
msgid"New \"Export\" button in the array editor dialog box, to export the data in a CSV file, including row and column headers"
40
+
msgstr"Nouvelle fonctionnalité \"Exporter\" dans la boîte de dialogue de l'éditeur de tableau, pour exporter les données dans un fichier CSV, y compris les en-têtes de ligne et de colonne"
41
+
42
+
msgid"The features above require guidata v3.9.0 or later"
43
+
msgstr"Les fonctionnalités ci-dessus nécessitent guidata v3.9.0 ou une version ultérieure"
44
+
45
+
msgid"This closes [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174) and [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175)"
46
+
msgstr"Ceci clotûre les tickets [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174) et [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175)"
47
+
33
48
msgid"Fourier analysis features (\"Processing\" menu):"
34
49
msgstr"Fonctionnalités d'analyse de Fourier (menu \"Traitement\") :"
35
50
@@ -204,9 +219,6 @@ msgstr "Correction de l'[Issue #165](https://github.com/DataLab-Platform/DataLab
204
219
msgid"DataLab Version 0.19.0"
205
220
msgstr"DataLab Version 0.19.0"
206
221
207
-
msgid"💥 New features and enhancements:"
208
-
msgstr"💥 Nouvelles fonctionnalités et améliorations :"
209
-
210
222
msgid"Image operation features (\"Operations\" menu):"
211
223
msgstr"Fonctionnalités d'opération sur les images (menu \"Opérations\") :"
212
224
@@ -216,9 +228,6 @@ msgstr "Renommage du sous-menu \"Rotation\" en \"Symétrie ou rotation\""
msgid"Signal processing features (\"Processing\" menu):"
220
-
msgstr"Fonctionnalités de traitement du signal (menu \"Traitement\") :"
221
-
222
231
msgid"New \"Convert to Cartesian coordinates\" feature"
223
232
msgstr"Nouvelle fonctionnalité \"Convertir en coordonnées cartésiennes\""
224
233
@@ -258,9 +267,6 @@ msgstr "Ajout de la méthode `compute_inverse` pour les processeurs d'image et d
258
267
msgid"This closes [Issue #143](https://github.com/DataLab-Platform/DataLab/issues/143) - New feature: `1/x` for signals and images"
259
268
msgstr"Ceci corrige l'[Issue #143](https://github.com/DataLab-Platform/DataLab/issues/143) - Nouvelle fonctionnalité : `1/x` pour les signaux et les images"
260
269
261
-
msgid"Public API (local or remote):"
262
-
msgstr"API publique (locale ou distante) :"
263
-
264
270
msgid"Add `add_group` method with `title` and `select` arguments to create a new group in a data panel (e.g. Signal or Image panel) and eventually select it after creation:"
265
271
msgstr"Ajout de la méthode `add_group` avec les arguments `title` et `select` pour créer un nouveau groupe dans un panneau de données (par exemple, panneau Signal ou Image) et éventuellement le sélectionner après sa création :"
0 commit comments