Skip to content

Commit 57372b0

Browse files
committed
Update changelog for DataLab version 0.20.0: add "Paste" button in array editor and close additional issues
Fix #176
1 parent 52f7303 commit 57372b0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
99
* Array editor (results, signal and image data, ...):
1010
* New "Copy all" button in the array editor dialog box, to copy all the data in the clipboard, including row and column headers
1111
* New "Export" button in the array editor dialog box, to export the data in a CSV file, including row and column headers
12+
* New "Paste" button in the array editor dialog box, to paste the data from the clipboard into the array editor (this feature is not available for read-only data, such as analysis results)
1213
* 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)
14+
* This closes [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174), [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175) and [Issue #176](https://github.com/DataLab-Platform/DataLab/issues/176)
1415
* Fourier analysis features ("Processing" menu):
1516
* New "Zero padding" feature
1617
* Implementation for signals:

doc/locale/fr/LC_MESSAGES/contributing/changelog.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: DataLab \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-04-26 10:37+0200\n"
10+
"POT-Creation-Date: 2025-04-26 11:17+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -39,11 +39,14 @@ msgstr "Nouvelle fonctionnalité \"Copier tout\" dans la boîte de dialogue de l
3939
msgid "New \"Export\" button in the array editor dialog box, to export the data in a CSV file, including row and column headers"
4040
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"
4141

42+
msgid "New \"Paste\" button in the array editor dialog box, to paste the data from the clipboard into the array editor (this feature is not available for read-only data, such as analysis results)"
43+
msgstr "Nouvelle fonctionnalité \"Coller\" dans la boîte de dialogue de l'éditeur de tableau, pour coller les données du presse-papiers dans l'éditeur de tableau (cette fonctionnalité n'est pas disponible pour les données en lecture seule, telles que les résultats d'analyse)"
44+
4245
msgid "The features above require guidata v3.9.0 or later"
4346
msgstr "Les fonctionnalités ci-dessus nécessitent guidata v3.9.0 ou une version ultérieure"
4447

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)"
48+
msgid "This closes [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174), [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175) et [Issue #176](https://github.com/DataLab-Platform/DataLab/issues/176)"
49+
msgstr "Ceci clotûre les tickets [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174), [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175) et [Issue #176](https://github.com/DataLab-Platform/DataLab/issues/176)"
4750

4851
msgid "Fourier analysis features (\"Processing\" menu):"
4952
msgstr "Fonctionnalités d'analyse de Fourier (menu \"Traitement\") :"

0 commit comments

Comments
 (0)