Skip to content

Commit b2be733

Browse files
committed
Update French translations and POT creation dates in localization files
1 parent d34bbf9 commit b2be733

4 files changed

Lines changed: 104 additions & 95 deletions

File tree

doc/locale/fr/LC_MESSAGES/api/objects.po

Lines changed: 8 additions & 9 deletions
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-07-08 14:49+0200\n"
11+
"POT-Creation-Date: 2025-07-08 17:36+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"
@@ -20,13 +20,13 @@ msgstr ""
2020
"Generated-By: Babel 2.17.0\n"
2121

2222
msgid "Model classes for signals and images (:mod:`sigima.objects`)"
23-
msgstr ""
23+
msgstr "Modèles de classes pour les signaux et les images (:mod:`sigima.objects`)"
2424

25-
msgid "The :mod:`sigima.objects` module aims at providing all the necessary classes and functions to create and manipulate DataLab signal and image objects."
26-
msgstr ""
25+
msgid "The :mod:`sigima.objects` module aims at providing all the necessary classes and functions to create and manipulate Sigima signal and image objects."
26+
msgstr "Le module :mod:`sigima.objects` vise à fournir toutes les classes et fonctions nécessaires pour créer et manipuler des objets de signal et d'image Sigima."
2727

2828
msgid "Those classes and functions are defined in submodules:"
29-
msgstr ""
29+
msgstr "Ces classes et fonctions sont définies dans des sous-modules :"
3030

3131
msgid ":mod:`sigima.objects.base`"
3232
msgstr ""
@@ -38,7 +38,7 @@ msgid ":mod:`sigima.objects.signal`"
3838
msgstr ""
3939

4040
msgid "Common objects"
41-
msgstr ""
41+
msgstr "Objets communs"
4242

4343
msgid "Object representing properties serializable in signal/image metadata."
4444
msgstr ""
@@ -191,7 +191,7 @@ msgid "Normal-law random signal/image parameters"
191191
msgstr ""
192192

193193
msgid "Signal model"
194-
msgstr ""
194+
msgstr "Modèle de signal"
195195

196196
msgid "Signal object"
197197
msgstr ""
@@ -855,7 +855,7 @@ msgid "Mask (boolean array where True values are inside the ROI)"
855855
msgstr ""
856856

857857
msgid "Image model"
858-
msgstr ""
858+
msgstr "Modèle d'image"
859859

860860
msgid "Image object"
861861
msgstr ""
@@ -1096,4 +1096,3 @@ msgstr ""
10961096

10971097
msgid "Float number stored with 64 bits"
10981098
msgstr ""
1099-

doc/locale/fr/LC_MESSAGES/api/params.po

Lines changed: 2 additions & 2 deletions
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-07-08 14:49+0200\n"
11+
"POT-Creation-Date: 2025-07-08 17:36+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"
@@ -46,7 +46,7 @@ msgstr ""
4646
msgid "Introduction to `DataSet` parameters"
4747
msgstr ""
4848

49-
msgid "The datasets listed in the following sections are used to define the parameters necessary for the various computations and processing operations available in DataLab."
49+
msgid "The datasets listed in the following sections are used to define the parameters necessary for the various computations and processing operations available in Sigima."
5050
msgstr ""
5151

5252
msgid "Each dataset is a subclass of :py:class:`guidata.dataset.datatypes.DataSet` and thus needs to be instantiated before being used."

doc/locale/fr/LC_MESSAGES/api/proc.po

Lines changed: 52 additions & 44 deletions
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-07-08 14:49+0200\n"
11+
"POT-Creation-Date: 2025-07-08 17:42+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"
@@ -20,34 +20,37 @@ msgstr ""
2020
"Generated-By: Babel 2.17.0\n"
2121

2222
msgid "Computation (:mod:`sigima.proc`)"
23-
msgstr ""
23+
msgstr "Calculs (:mod:`sigima.proc`)"
2424

25-
msgid "This package contains the computation functions used by the DataLab project. Those functions operate directly on DataLab objects (i.e. :class:`sigima.objects.SignalObj` and :class:`sigima.objects.ImageObj`) and are designed to be used in the DataLab pipeline, but can be used independently as well."
26-
msgstr ""
25+
msgid "This package contains the Sigima computation functions that implement processing features for signal and image objects. These functions are designed to operate directly on :class:`sigima.objects.SignalObj` and :class:`sigima.objects.ImageObj` objects, which are defined in the :mod:`sigima.objects` package."
26+
msgstr "Ce paquet contient les fonctions de calcul Sigima qui implémentent des fonctionnalités de traitement pour les objets signal et image. Ces fonctions sont conçues pour fonctionner directement sur les objets :class:`sigima.objects.SignalObj` et :class:`sigima.objects.ImageObj`, qui sont définis dans le paquet :mod:`sigima.objects`."
2727

28-
msgid "The :mod:`sigima.proc` package is the main entry point for the DataLab computation functions when manipulating DataLab objects. See the :mod:`sigima.tools` package for algorithms that operate directly on NumPy arrays."
29-
msgstr ""
28+
msgid "Even though these functions are primarily designed to be used in the Sigima pipeline, they can also be used independently."
29+
msgstr "Bien que ces fonctions soient principalement conçues pour être utilisées dans le pipeline Sigima, elles peuvent également être utilisées de manière indépendante."
3030

31-
msgid "Each computation module defines a set of computation objects, that is, functions that implement processing features and classes that implement the corresponding parameters (in the form of :py:class:`guidata.dataset.datatypes.Dataset` subclasses). The computation functions takes a DataLab object (e.g. :class:`sigima.objects.SignalObj`) and a parameter object (e.g. :py:class:`sigima.params.MovingAverageParam`) as input and return a DataLab object as output (the result of the computation). The parameter object is used to configure the computation function (e.g. the size of the moving average window)."
32-
msgstr ""
31+
msgid "See the :mod:`sigima.tools` package for some algorithms that operate directly on NumPy arrays."
32+
msgstr "Voir le paquet :mod:`sigima.tools` pour certains algorithmes qui opèrent directement sur des tableaux NumPy."
3333

34-
msgid "In DataLab overall architecture, the purpose of this package is to provide the computation functions that are used by the :mod:`sigima.core.gui.processor` module, based on the algorithms defined in the :mod:`sigima.tools` module and on the data model defined in the :mod:`sigima.objects` (or :mod:`sigima.core.model`) module."
35-
msgstr ""
34+
msgid "Each computation module defines a set of computation objects, that is, functions that implement processing features and classes that implement the corresponding parameters (in the form of :py:class:`guidata.dataset.datatypes.Dataset` subclasses). The computation functions takes a signal or image object (e.g. :py:class:`sigima.objects.SignalObj`) and a parameter object (e.g. :py:class:`sigima.params.MovingAverageParam`) as input and return a signal or image object as output (the result of the computation). The parameter object is used to configure the computation function (e.g. the size of the moving average window)."
35+
msgstr "Chaque module de calcul définit un ensemble d'objets de calcul, c'est-à-dire des fonctions qui implémentent des fonctionnalités de traitement et des classes qui implémentent les paramètres correspondants (sous la forme de sous-classes de :py:class:`guidata.dataset.datatypes.Dataset`). Les fonctions de calcul prennent un objet signal ou image (par exemple :py:class:`sigima.objects.SignalObj`) et un objet paramètre (par exemple :py:class:`sigima.params.MovingAverageParam`) en entrée et renvoient un objet signal ou image en sortie (le résultat du calcul). L'objet paramètre est utilisé pour configurer la fonction de calcul (par exemple, la taille de la fenêtre de moyenne mobile)."
36+
37+
msgid "In Sigima overall architecture, the purpose of this package is to provide the computation functions that are used by the :mod:`sigima.core.gui.processor` module, based on the algorithms defined in the :mod:`sigima.tools` module and on the data model defined in the :mod:`sigima.objects` (or :mod:`sigima.core.model`) module."
38+
msgstr "Dans l'architecture globale de Sigima, le but de ce paquet est de fournir les fonctions de calcul qui sont utilisées par le module :mod:`sigima.core.gui.processor`, basées sur les algorithmes définis dans le module :mod:`sigima.tools` et sur le modèle de données défini dans le module :mod:`sigima.objects` (ou :mod:`sigima.core.model`)."
3639

3740
msgid "The computation modules are organized in subpackages according to their purpose. The following subpackages are available:"
38-
msgstr ""
41+
msgstr "Les modules de calcul sont organisés en sous-packages selon leur objectif. Les sous-packages suivants sont disponibles :"
3942

4043
msgid ":mod:`sigima.proc.base`: Common processing features"
41-
msgstr ""
44+
msgstr ":mod:`sigima.proc.base`: Fonctionnalités de traitement communes"
4245

4346
msgid ":mod:`sigima.proc.signal`: Signal processing features"
44-
msgstr ""
47+
msgstr ":mod:`sigima.proc.signal`: Fonctionnalités de traitement des signaux"
4548

4649
msgid ":mod:`sigima.proc.image`: Image processing features"
47-
msgstr ""
50+
msgstr ":mod:`sigima.proc.image`: Fonctionnalités de traitement des images"
4851

4952
msgid "Common processing features"
50-
msgstr ""
53+
msgstr "Fonctionnalités de traitement communes"
5154

5255
msgid "Arithmetic parameters"
5356
msgstr ""
@@ -309,7 +312,7 @@ msgid "Result properties object"
309312
msgstr ""
310313

311314
msgid "Signal processing features"
312-
msgstr ""
315+
msgstr "Fonctionnalités de traitement des signaux"
313316

314317
msgid "Restore data outside the Region Of Interest (ROI) of the input signal after a computation, only if the input signal has a ROI, and if the output signal has the same ROI as the input signal, and if the data types are the same, and if the shapes are the same. Otherwise, do nothing."
315318
msgstr ""
@@ -320,7 +323,7 @@ msgstr ""
320323
msgid "source signal object"
321324
msgstr ""
322325

323-
msgid "Wrap a 1 array → 1 array function (the simple case of y1 = f(y0)) to produce a 1 signal → 1 signal function, which can be used inside DataLab's infrastructure to perform computations with the Signal Processor object."
326+
msgid "Wrap a 1 array → 1 array function (the simple case of y1 = f(y0)) to produce a 1 signal → 1 signal function, which can be used as a Sigima computation function and inside DataLab's infrastructure to perform computations with the Signal Processor object."
324327
msgstr ""
325328

326329
msgid "This wrapping mechanism using a class is necessary for the resulted function to be pickable by the ``multiprocessing`` module."
@@ -1068,10 +1071,10 @@ msgid "An object containing the x-values at the minima and the maxima."
10681071
msgstr ""
10691072

10701073
msgid "Image processing features"
1071-
msgstr ""
1074+
msgstr "Fonctionnalités de traitement d'image"
10721075

1073-
msgid "Base image processing features"
1074-
msgstr ""
1076+
msgid "Basic image processing"
1077+
msgstr "Traitement d'image de base"
10751078

10761079
msgid "Grid parameters"
10771080
msgstr ""
@@ -1097,8 +1100,8 @@ msgstr ""
10971100
msgid "New instance of :py:class:`GridParam`."
10981101
msgstr ""
10991102

1100-
msgid "Threshold features"
1101-
msgstr ""
1103+
msgid "Thresholding"
1104+
msgstr "Seuillage"
11021105

11031106
msgid "Threshold computation module"
11041107
msgstr ""
@@ -1172,8 +1175,8 @@ msgstr ""
11721175
msgid "Compute the threshold using the Yen algorithm with default parameters, see :py:func:`skimage.filters.threshold_yen`"
11731176
msgstr ""
11741177

1175-
msgid "Exposure correction features"
1176-
msgstr ""
1178+
msgid "Exposure correction"
1179+
msgstr "Correction d'exposition"
11771180

11781181
msgid "Exposure computation module"
11791182
msgstr ""
@@ -1340,8 +1343,8 @@ msgstr ""
13401343
msgid "Apply offset correction"
13411344
msgstr ""
13421345

1343-
msgid "Restoration features"
1344-
msgstr ""
1346+
msgid "Restoration"
1347+
msgstr "Restauration"
13451348

13461349
msgid "Restoration computation module"
13471350
msgstr ""
@@ -1412,7 +1415,7 @@ msgstr ""
14121415
msgid "Denoise using White Top-Hat with :py:func:`skimage.morphology.white_tophat`"
14131416
msgstr ""
14141417

1415-
msgid "Morphological features"
1418+
msgid "Morphology"
14161419
msgstr ""
14171420

14181421
msgid "Morphology computation module"
@@ -1448,8 +1451,8 @@ msgstr ""
14481451
msgid "Compute morphological closing with :py:func:`skimage.morphology.closing`"
14491452
msgstr ""
14501453

1451-
msgid "Edge detection features"
1452-
msgstr ""
1454+
msgid "Edge detection"
1455+
msgstr "Détection de contours"
14531456

14541457
msgid "Edges computation module"
14551458
msgstr ""
@@ -1535,8 +1538,8 @@ msgstr ""
15351538
msgid "Compute Laplace filter with :py:func:`skimage.filters.laplace`"
15361539
msgstr ""
15371540

1538-
msgid "Detection features"
1539-
msgstr ""
1541+
msgid "Detection"
1542+
msgstr "Détection"
15401543

15411544
msgid "Detection computation module"
15421545
msgstr ""
@@ -1754,19 +1757,13 @@ msgstr ""
17541757
msgid "Circle coordinates"
17551758
msgstr ""
17561759

1757-
msgid "Metadata for a computation function."
1758-
msgstr ""
1759-
1760-
msgid "The name of the computation function."
1761-
msgstr ""
1762-
1763-
msgid "str"
1760+
msgid "Utilities"
17641761
msgstr ""
17651762

1766-
msgid "A description or docstring for the computation function."
1763+
msgid "This package also provides some utility functions to help with the creation and introspection of computation functions:"
17671764
msgstr ""
17681765

1769-
msgid "Decorator to mark a function as a DataLab computation function."
1766+
msgid "Decorator to mark a function as a Sigima computation function."
17701767
msgstr ""
17711768

17721769
msgid "Optional name to override the function name."
@@ -1778,16 +1775,16 @@ msgstr ""
17781775
msgid "The wrapped function, tagged with a marker attribute."
17791776
msgstr ""
17801777

1781-
msgid "Check if a function is a DataLab computation function."
1778+
msgid "Check if a function is a Sigima computation function."
17821779
msgstr ""
17831780

17841781
msgid "The function to check."
17851782
msgstr ""
17861783

1787-
msgid "True if the function is a DataLab computation function, False otherwise."
1784+
msgid "True if the function is a Sigima computation function, False otherwise."
17881785
msgstr ""
17891786

1790-
msgid "Get the metadata of a DataLab computation function."
1787+
msgid "Get the metadata of a Sigima computation function."
17911788
msgstr ""
17921789

17931790
msgid "The function to get metadata from."
@@ -1799,7 +1796,7 @@ msgstr ""
17991796
msgid "Raises"
18001797
msgstr ""
18011798

1802-
msgid "If the function is not a DataLab computation function."
1799+
msgid "If the function is not a Sigima computation function."
18031800
msgstr ""
18041801

18051802
msgid "Find all computation functions in the `sigima.proc` package."
@@ -1814,3 +1811,14 @@ msgstr ""
18141811
msgid "A list of tuples, each containing the function name and the function object."
18151812
msgstr ""
18161813

1814+
msgid "Metadata for a computation function."
1815+
msgstr ""
1816+
1817+
msgid "The name of the computation function."
1818+
msgstr ""
1819+
1820+
msgid "str"
1821+
msgstr ""
1822+
1823+
msgid "A description or docstring for the computation function."
1824+
msgstr ""

0 commit comments

Comments
 (0)