Skip to content

Commit 3a23c2b

Browse files
committed
Doc: update French translations
1 parent 84018f2 commit 3a23c2b

2 files changed

Lines changed: 36 additions & 28 deletions

File tree

doc/locale/fr/LC_MESSAGES/api/gui/roieditor.po

Lines changed: 4 additions & 8 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-28 17:13+0200\n"
11+
"POT-Creation-Date: 2025-08-07 17:06+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"
@@ -41,7 +41,7 @@ msgid "Object to edit (:class:`sigima.objects.SignalObj` or :class:`sigima.objec
4141
msgstr "Objet à modifier (:class:`sigima.objects.SignalObj` ou :class:`sigima.objects.ImageObj`)"
4242

4343
msgid "Mode of operation, either \"apply\" (define ROI, then apply it to selected objects), \"extract\" (define ROI, then extract data from it), or \"define\" (define ROI without applying or extracting)."
44-
msgstr ""
44+
msgstr "Mode de fonctionnement, soit \"apply\" (définir le ROI, puis l'appliquer aux objets sélectionnés), \"extract\" (définir le ROI, puis extraire les données) ou \"define\" (définir le ROI sans appliquer ni extraire)."
4545

4646
msgid "Optional plot item to add to the plot (if None, a new item is created from the object)"
4747
msgstr "Élément de tracé facultatif à ajouter au tracé (si None, un nouvel élément est créé à partir de l'objet)"
@@ -58,12 +58,6 @@ msgstr "Ajouter manuellement un segment ROI"
5858
msgid "Create coordinate-based ROI actions"
5959
msgstr "Créer des actions ROI basées sur les coordonnées"
6060

61-
msgid "Setup items"
62-
msgstr ""
63-
64-
msgid "Update ROI annotation titles"
65-
msgstr "Mettre à jour les titres des annotations de ROI"
66-
6761
msgid "Image ROI editor"
6862
msgstr "Editeur de ROI d'image"
6963

@@ -73,3 +67,5 @@ msgstr "Editeur de ROI d'image"
7367
msgid "Manually add image ROI"
7468
msgstr "Ajouter manuellement un ROI d'image"
7569

70+
msgid "Setup items"
71+
msgstr "Configurer les éléments"

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

Lines changed: 32 additions & 20 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-08-04 12:27+0200\n"
11+
"POT-Creation-Date: 2025-08-08 11:24+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"
@@ -187,12 +187,18 @@ msgstr "Modèle de signal"
187187
msgid "Signal object"
188188
msgstr ""
189189

190-
msgid "Default: None."
190+
msgid "Signal title\\. Default: 'Untitled'."
191191
msgstr ""
192192

193193
msgid "type"
194194
msgstr ""
195195

196+
msgid "guidata.dataset.dataitems.StringItem"
197+
msgstr ""
198+
199+
msgid "Default: None."
200+
msgstr ""
201+
196202
msgid "guidata.dataset.dataitems.FloatArrayItem"
197203
msgstr ""
198204

@@ -206,12 +212,6 @@ msgstr ""
206212
msgid "Default: ''."
207213
msgstr ""
208214

209-
msgid "guidata.dataset.dataitems.StringItem"
210-
msgstr ""
211-
212-
msgid "Signal title\\. Default: 'Untitled'."
213-
msgstr ""
214-
215215
msgid "Title\\. Default: ''."
216216
msgstr ""
217217

@@ -1095,9 +1095,18 @@ msgstr ""
10951095
msgid "if True, clip values to image boundaries"
10961096
msgstr ""
10971097

1098+
msgid "if True, return float indices (i.e. without rounding)"
1099+
msgstr ""
1100+
1101+
msgid "if coords does not contain an even number of elements"
1102+
msgstr ""
1103+
10981104
msgid "flat list of indices [x0, y0, x1, y1, ...]"
10991105
msgstr ""
11001106

1107+
msgid "if indices does not contain an even number of elements"
1108+
msgstr ""
1109+
11011110
msgid "Create Image Regions of Interest (ROI) object. More ROIs can be added to the object after creation, using the `add_roi` method."
11021111
msgstr ""
11031112

@@ -1107,7 +1116,7 @@ msgstr ""
11071116
msgid "ROI coords (physical coordinates), `[x0, y0, dx, dy]` for a rectangle, `[xc, yc, r]` for a circle, or `[x0, y0, x1, y1, ...]` for a polygon (lists or NumPy arrays are accepted). For multiple ROIs, nested lists or NumPy arrays are accepted but with a common geometry type (e.g. `[[xc1, yc1, r1], [xc2, yc2, r2], ...]` for circles)."
11081117
msgstr ""
11091118

1110-
msgid "if True, coordinates are indices, if False, they are physical values (default to True for images)"
1119+
msgid "if True, coordinates are indices, if False, they are physical values (default to False)"
11111120
msgstr ""
11121121

11131122
msgid "if ROI type is unknown or if the number of coordinates is invalid"
@@ -1294,31 +1303,28 @@ msgstr ""
12941303
msgid "Single choice from: 'rectangle', 'circle', 'polygon'. Default: 'rectangle'."
12951304
msgstr ""
12961305

1297-
msgid "X\\ :subscript:`0`\\. Integer, unit: pixels\\. Default: 0."
1306+
msgid "X\\ :subscript:`0`\\. Default: 0."
12981307
msgstr ""
12991308

1300-
msgid "Y\\ :subscript:`0`\\. Integer, unit: pixels\\. Default: 0."
1309+
msgid "Y\\ :subscript:`0`\\. Default: 0."
13011310
msgstr ""
13021311

1303-
msgid "ΔX\\. Integer, unit: pixels\\. Default: 0."
1312+
msgid "ΔX\\. Default: 0."
13041313
msgstr ""
13051314

1306-
msgid "ΔY\\. Integer, unit: pixels\\. Default: 0."
1315+
msgid "ΔY\\. Default: 0."
13071316
msgstr ""
13081317

1309-
msgid "X\\ :subscript:`C`\\. Integer, unit: pixels\\. Default: 0."
1318+
msgid "X\\ :subscript:`C`\\. Default: 0."
13101319
msgstr ""
13111320

1312-
msgid "Y\\ :subscript:`C`\\. Integer, unit: pixels\\. Default: 0."
1321+
msgid "Y\\ :subscript:`C`\\. Default: 0."
13131322
msgstr ""
13141323

1315-
msgid "Radius\\. Integer, unit: pixels\\. Default: 0."
1324+
msgid "Radius\\. Default: 0."
13161325
msgstr ""
13171326

1318-
msgid "Coordinates (pixels)\\. Default: None."
1319-
msgstr ""
1320-
1321-
msgid "sigima.objects.image.IntCoordsItem"
1327+
msgid "Coordinates\\. Default: None."
13221328
msgstr ""
13231329

13241330
msgid "Returns a new instance of :py:class:`ROI2DParam` with the fields set to the given values."
@@ -1327,6 +1333,9 @@ msgstr ""
13271333
msgid "New instance of :py:class:`ROI2DParam`."
13281334
msgstr ""
13291335

1336+
msgid "Get comment for ROI parameters"
1337+
msgstr ""
1338+
13301339
msgid "image object (used for conversion of pixel to physical coordinates)"
13311340
msgstr ""
13321341

@@ -1339,6 +1348,9 @@ msgstr ""
13391348
msgid "When extracting ROIs from an image to multiple images (i.e. one image per ROI), this method returns the ROI that has to be kept in the destination image. This is not necessary for a rectangular ROI: the destination image is simply a crop of the source image according to the ROI coordinates. But for a circular ROI or a polygonal ROI, the destination image is a crop of the source image according to the bounding box of the ROI. Thus, to avoid any loss of information, a ROI has to be defined for the destination image: this is the ROI returned by this method. It's simply the same as the source ROI, but with coordinates adjusted to the destination image. One may called this ROI the \"extracted ROI\"."
13401349
msgstr ""
13411350

1351+
msgid "Get bounding box (physical coordinates)"
1352+
msgstr ""
1353+
13421354
msgid "Get bounding box (pixel coordinates)"
13431355
msgstr ""
13441356

0 commit comments

Comments
 (0)