Skip to content

Commit 968d10e

Browse files
committed
Add French translations for new proxy API features and update release notes
1 parent 4b4b4bf commit 968d10e

6 files changed

Lines changed: 76 additions & 15 deletions

File tree

doc/locale/fr/LC_MESSAGES/features/advanced/proxy.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-16 16:57+0200\n"
11+
"POT-Creation-Date: 2025-12-03 18:16+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -346,6 +346,12 @@ msgstr ""
346346
msgid "Raise DataLab window"
347347
msgstr ""
348348

349+
msgid "Remove current object from current panel."
350+
msgstr ""
351+
352+
msgid "if True, remove object without confirmation. Defaults to False."
353+
msgstr ""
354+
349355
msgid "Reset all application data"
350356
msgstr ""
351357

doc/locale/fr/LC_MESSAGES/features/advanced/remote.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-16 16:42+0200\n"
11+
"POT-Creation-Date: 2025-12-03 18:16+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -456,6 +456,12 @@ msgstr ""
456456
msgid "Raise DataLab window"
457457
msgstr ""
458458

459+
msgid "Remove current object from current panel."
460+
msgstr ""
461+
462+
msgid "if True, remove object without confirmation. Defaults to False."
463+
msgstr ""
464+
459465
msgid "Reset all application data"
460466
msgstr ""
461467

@@ -508,3 +514,4 @@ msgstr ""
508514

509515
msgid "Show titles state"
510516
msgstr ""
517+

doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po

Lines changed: 4 additions & 1 deletion
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-12-03 16:26+0100\n"
10+
"POT-Creation-Date: 2025-12-03 18:16+0100\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -772,6 +772,9 @@ msgstr "`compute_1_to_1`, `compute_1_to_0`, `compute_1_to_n`, `compute_n_to_1`,
772772
msgid "**No backward compatibility maintained** for these internal changes (closes [Issue #180](https://github.com/DataLab-Platform/DataLab/issues/180))"
773773
msgstr "**Aucune compatibilité ascendante n'est maintenue** pour ces modifications internes (ceci clôture [Issue #180](https://github.com/DataLab-Platform/DataLab/issues/180))"
774774

775+
msgid "🛠️ Bug Fixes since version 0.20"
776+
msgstr "🛠️ Correctifs depuis la version 0.20"
777+
775778
msgid "**Performance fixes:**"
776779
msgstr "**Corrections de performances :**"
777780

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2023, DataLab Platform Developers
3+
# This file is distributed under the same license as the DataLab package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: DataLab \n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-12-03 18:16+0100\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language: fr\n"
15+
"Language-Team: fr <LL@li.org>\n"
16+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=utf-8\n"
19+
"Content-Transfer-Encoding: 8bit\n"
20+
"Generated-By: Babel 2.17.0\n"
21+
22+
msgid "Version 1.1"
23+
msgstr ""
24+
25+
msgid "DataLab Version 1.1.0 (unreleased)"
26+
msgstr "DataLab Version 1.1.0 (non publié)"
27+
28+
msgid "✨ New Features"
29+
msgstr "✨ Nouvelles fonctionnalités"
30+
31+
msgid "**Proxy API:**"
32+
msgstr "**API Proxy :**"
33+
34+
msgid "Added `remove_object()` method to proxy interface (local and remote) for selective object deletion"
35+
msgstr "Ajout de la méthode `remove_object()` à l'interface proxy (locale et distante) pour la suppression sélective d'objets"
36+
37+
msgid "Removes currently selected object from active panel"
38+
msgstr "Supprime l'objet actuellement sélectionné du panneau actif"
39+
40+
msgid "Optional `force` parameter to skip confirmation dialog"
41+
msgstr "Paramètre optionnel `force` pour ignorer la boîte de dialogue de confirmation"
42+
43+
msgid "Complements existing `reset_all()` method which removes all objects"
44+
msgstr "Complète la méthode existante `reset_all()` qui supprime tous les objets"

doc/release_notes/release_1.00.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# Version 1.0 #
22

3-
## DataLab Version 1.1.0 (unreleased) ##
4-
5-
### ✨ New Features ###
6-
7-
**Proxy API:**
8-
9-
* Added `remove_object()` method to proxy interface (local and remote) for selective object deletion
10-
* Removes currently selected object from active panel
11-
* Optional `force` parameter to skip confirmation dialog
12-
* Complements existing `reset_all()` method which removes all objects
13-
143
## DataLab Version 1.0.2 (unreleased) ##
154

165
### 🛠️ Bug Fixes ###
@@ -355,7 +344,7 @@ This major release represents a significant milestone for DataLab with numerous
355344
* `compute_1_to_1`, `compute_1_to_0`, `compute_1_to_n`, `compute_n_to_1`, `compute_2_to_1`
356345
* **No backward compatibility maintained** for these internal changes (closes [Issue #180](https://github.com/DataLab-Platform/DataLab/issues/180))
357346

358-
### 🛠️ Bug Fixes ###
347+
### 🛠️ Bug Fixes since version 0.20 ###
359348

360349
**Performance fixes:**
361350

doc/release_notes/release_1.01.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Version 1.1 #
2+
3+
## DataLab Version 1.1.0 (unreleased) ##
4+
5+
### ✨ New Features ###
6+
7+
**Proxy API:**
8+
9+
* Added `remove_object()` method to proxy interface (local and remote) for selective object deletion
10+
* Removes currently selected object from active panel
11+
* Optional `force` parameter to skip confirmation dialog
12+
* Complements existing `reset_all()` method which removes all objects

0 commit comments

Comments
 (0)