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: doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po
+19-6Lines changed: 19 additions & 6 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-12-03 21:59+0100\n"
10
+
"POT-Creation-Date: 2025-12-04 15:05+0100\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"
@@ -21,11 +21,27 @@ msgstr ""
21
21
msgid"Version 1.0"
22
22
msgstr""
23
23
24
+
msgid"DataLab Version 1.0.3"
25
+
msgstr""
26
+
27
+
msgid"🛠️ Bug Fixes since version 1.0.2"
28
+
msgstr"🛠️ Correctifs depuis la version 1.0.2"
29
+
30
+
msgid"**Macro execution:**"
31
+
msgstr"**Exécution des macros :**"
32
+
33
+
#, python-brace-format
34
+
msgid"Fixed syntax errors when using f-strings with nested quotes in macros (e.g., `f'text {func(\"arg\")}'` now works correctly)"
35
+
msgstr"Correction des erreurs de syntaxe lors de l'utilisation de f-strings avec des guillemets imbriqués dans les macros (par exemple, `f'text {func(\"arg\")}'` fonctionne désormais correctement)"
36
+
37
+
msgid"Fixed corrupted Unicode characters in macro console output on Windows - special characters like ✅, 💡, and → now display correctly instead of showing garbled text"
38
+
msgstr"Correction des caractères Unicode corrompus dans la sortie de la console des macros sous Windows - les caractères spéciaux comme ✅, 💡 et → s'affichent désormais correctement au lieu d'afficher du texte illisible"
39
+
24
40
msgid"DataLab Version 1.0.2 (2025-12-03)"
25
41
msgstr"DataLab Version 1.0.2 (03/12/2025)"
26
42
27
-
msgid"🛠️ Bug Fixes"
28
-
msgstr"🛠️ Correctifs"
43
+
msgid"🛠️ Bug Fixes since version 1.0.1"
44
+
msgstr"🛠️ Correctifs depuis la version 1.0.1"
29
45
30
46
msgid"**Signal axis calibration - Replace X by other signal's Y:**"
31
47
msgstr"**Calibration de l'axe des signaux - Remplacer X par le Y d'un autre signal :**"
@@ -84,9 +100,6 @@ msgstr "Correction de l'erreur `AttributeError: 'NoneType' object has no attribu
84
100
msgid"This closes [Issue #269](https://github.com/datalab-platform/datalab/issues/269) - Custom Signal Creation: `AttributeError` when creating signal from menu"
85
101
msgstr"Ceci clôture [Issue #269](https://github.com/datalab-platform/datalab/issues/269) - Création de signaux personnalisés : `AttributeError` lors de la création d'un signal à partir du menu"
86
102
87
-
msgid"**Macro execution:**"
88
-
msgstr"**Exécution des macros :**"
89
-
90
103
msgid"Fixed `UnicodeEncodeError` when executing macros that print Unicode characters (e.g., arrows `→`) on Windows systems with certain locales, e.g. cp1252 (closes [Issue #263](https://github.com/datalab-platform/datalab/issues/263))"
91
104
msgstr"Correction de l'erreur `UnicodeEncodeError` lors de l'exécution de macros qui impriment des caractères Unicode (par exemple, des flèches `→`) sur les systèmes Windows avec certaines locales, par exemple cp1252 (ceci clôture [Issue #263](https://github.com/datalab-platform/datalab/issues/263))"
Copy file name to clipboardExpand all lines: doc/release_notes/release_1.00.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,17 @@
1
1
# Version 1.0 #
2
2
3
+
## DataLab Version 1.0.3 ##
4
+
5
+
### 🛠️ Bug Fixes since version 1.0.2 ###
6
+
7
+
**Macro execution:**
8
+
9
+
* Fixed syntax errors when using f-strings with nested quotes in macros (e.g., `f'text {func("arg")}'` now works correctly)
10
+
* Fixed corrupted Unicode characters in macro console output on Windows - special characters like ✅, 💡, and → now display correctly instead of showing garbled text
11
+
3
12
## DataLab Version 1.0.2 (2025-12-03) ##
4
13
5
-
### 🛠️ Bug Fixes ###
14
+
### 🛠️ Bug Fixes since version 1.0.1###
6
15
7
16
**Signal axis calibration - Replace X by other signal's Y:**
0 commit comments