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/api/gui/roieditor.po
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: DataLab \n"
10
10
"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"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language: fr\n"
@@ -41,7 +41,7 @@ msgid "Object to edit (:class:`sigima.objects.SignalObj` or :class:`sigima.objec
41
41
msgstr"Objet à modifier (:class:`sigima.objects.SignalObj` ou :class:`sigima.objects.ImageObj`)"
42
42
43
43
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)."
45
45
46
46
msgid"Optional plot item to add to the plot (if None, a new item is created from the object)"
47
47
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"
58
58
msgid"Create coordinate-based ROI actions"
59
59
msgstr"Créer des actions ROI basées sur les coordonnées"
60
60
61
-
msgid"Setup items"
62
-
msgstr""
63
-
64
-
msgid"Update ROI annotation titles"
65
-
msgstr"Mettre à jour les titres des annotations de ROI"
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/api/objects.po
+32-20Lines changed: 32 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: DataLab \n"
10
10
"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"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language: fr\n"
@@ -187,12 +187,18 @@ msgstr "Modèle de signal"
187
187
msgid"Signal object"
188
188
msgstr""
189
189
190
-
msgid"Default: None."
190
+
msgid"Signal title\\. Default: 'Untitled'."
191
191
msgstr""
192
192
193
193
msgid"type"
194
194
msgstr""
195
195
196
+
msgid"guidata.dataset.dataitems.StringItem"
197
+
msgstr""
198
+
199
+
msgid"Default: None."
200
+
msgstr""
201
+
196
202
msgid"guidata.dataset.dataitems.FloatArrayItem"
197
203
msgstr""
198
204
@@ -206,12 +212,6 @@ msgstr ""
206
212
msgid"Default: ''."
207
213
msgstr""
208
214
209
-
msgid"guidata.dataset.dataitems.StringItem"
210
-
msgstr""
211
-
212
-
msgid"Signal title\\. Default: 'Untitled'."
213
-
msgstr""
214
-
215
215
msgid"Title\\. Default: ''."
216
216
msgstr""
217
217
@@ -1095,9 +1095,18 @@ msgstr ""
1095
1095
msgid"if True, clip values to image boundaries"
1096
1096
msgstr""
1097
1097
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
+
1098
1104
msgid"flat list of indices [x0, y0, x1, y1, ...]"
1099
1105
msgstr""
1100
1106
1107
+
msgid"if indices does not contain an even number of elements"
1108
+
msgstr""
1109
+
1101
1110
msgid"Create Image Regions of Interest (ROI) object. More ROIs can be added to the object after creation, using the `add_roi` method."
1102
1111
msgstr""
1103
1112
@@ -1107,7 +1116,7 @@ msgstr ""
1107
1116
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)."
1108
1117
msgstr""
1109
1118
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)"
1111
1120
msgstr""
1112
1121
1113
1122
msgid"if ROI type is unknown or if the number of coordinates is invalid"
msgid"Returns a new instance of :py:class:`ROI2DParam` with the fields set to the given values."
@@ -1327,6 +1333,9 @@ msgstr ""
1327
1333
msgid"New instance of :py:class:`ROI2DParam`."
1328
1334
msgstr""
1329
1335
1336
+
msgid"Get comment for ROI parameters"
1337
+
msgstr""
1338
+
1330
1339
msgid"image object (used for conversion of pixel to physical coordinates)"
1331
1340
msgstr""
1332
1341
@@ -1339,6 +1348,9 @@ msgstr ""
1339
1348
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\"."
0 commit comments