|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: DataLab \n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2025-03-20 16:42+0100\n" |
| 11 | +"POT-Creation-Date: 2025-03-31 09:43+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" |
@@ -79,6 +79,18 @@ msgstr "" |
79 | 79 | msgid "panel name (valid values: \"signal\", \"image\"). If None, current panel is used." |
80 | 80 | msgstr "" |
81 | 81 |
|
| 82 | +msgid "Add group to DataLab." |
| 83 | +msgstr "" |
| 84 | + |
| 85 | +msgid "Group title" |
| 86 | +msgstr "" |
| 87 | + |
| 88 | +msgid "Panel name (valid values: \"signal\", \"image\"). Defaults to None." |
| 89 | +msgstr "" |
| 90 | + |
| 91 | +msgid "Select the group after creation. Defaults to False." |
| 92 | +msgstr "" |
| 93 | + |
82 | 94 | msgid "Add image data to DataLab." |
83 | 95 | msgstr "" |
84 | 96 |
|
@@ -250,6 +262,9 @@ msgstr "" |
250 | 262 | msgid "Get object (signal/image) uuid list for current panel. Objects are sorted by group number and object index in group." |
251 | 263 | msgstr "" |
252 | 264 |
|
| 265 | +msgid "Group number, or group id, or group title. Defaults to None (all groups)." |
| 266 | +msgstr "" |
| 267 | + |
253 | 268 | msgid "List of object uuids" |
254 | 269 | msgstr "" |
255 | 270 |
|
@@ -292,6 +307,12 @@ msgstr "" |
292 | 307 | msgid "Return True if connected to DataLab XML-RPC server." |
293 | 308 | msgstr "" |
294 | 309 |
|
| 310 | +msgid "Open objects from directory in current panel (signals/images)." |
| 311 | +msgstr "" |
| 312 | + |
| 313 | +msgid "directory path" |
| 314 | +msgstr "" |
| 315 | + |
295 | 316 | msgid "Open objects from files in current panel (signals/images)." |
296 | 317 | msgstr "" |
297 | 318 |
|
@@ -452,13 +473,13 @@ msgstr "" |
452 | 473 | msgid "Total" |
453 | 474 | msgstr "" |
454 | 475 |
|
455 | | -msgid "67" |
| 476 | +msgid "71" |
456 | 477 | msgstr "" |
457 | 478 |
|
458 | | -msgid "100" |
| 479 | +msgid "101" |
459 | 480 | msgstr "" |
460 | 481 |
|
461 | | -msgid "167" |
| 482 | +msgid "172" |
462 | 483 | msgstr "" |
463 | 484 |
|
464 | 485 | msgid "Signal processing" |
@@ -548,6 +569,12 @@ msgstr "" |
548 | 569 | msgid "Compute data linear calibration" |
549 | 570 | msgstr "" |
550 | 571 |
|
| 572 | +msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_cartesian2polar`" |
| 573 | +msgstr "" |
| 574 | + |
| 575 | +msgid "Convert cartesian to polar coordinates" |
| 576 | +msgstr "" |
| 577 | + |
551 | 578 | msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_clip`" |
552 | 579 | msgstr "" |
553 | 580 |
|
@@ -686,6 +713,12 @@ msgstr "" |
686 | 713 | msgid "Compute interpolation" |
687 | 714 | msgstr "" |
688 | 715 |
|
| 716 | +msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_inverse`" |
| 717 | +msgstr "" |
| 718 | + |
| 719 | +msgid "Compute inverse" |
| 720 | +msgstr "" |
| 721 | + |
689 | 722 | msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_log10`" |
690 | 723 | msgstr "" |
691 | 724 |
|
@@ -755,6 +788,12 @@ msgstr "" |
755 | 788 | msgid "Compute phase spectrum" |
756 | 789 | msgstr "" |
757 | 790 |
|
| 791 | +msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_polar2cartesian`" |
| 792 | +msgstr "" |
| 793 | + |
| 794 | +msgid "Convert polar to cartesian coordinates" |
| 795 | +msgstr "" |
| 796 | + |
758 | 797 | msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_polyfit`" |
759 | 798 | msgstr "" |
760 | 799 |
|
@@ -875,6 +914,12 @@ msgstr "" |
875 | 914 | msgid "Compute x at min/max" |
876 | 915 | msgstr "" |
877 | 916 |
|
| 917 | +msgid ":py:func:`~cdl.core.gui.processor.signal.SignalProcessor.compute_x_at_y`" |
| 918 | +msgstr "" |
| 919 | + |
| 920 | +msgid "Compute x at y with :py:func:`cdl.computation.signal.compute_x_at_y`" |
| 921 | +msgstr "" |
| 922 | + |
878 | 923 | msgid "Image processing" |
879 | 924 | msgstr "" |
880 | 925 |
|
@@ -1178,6 +1223,9 @@ msgstr "" |
1178 | 1223 | msgid "Compute imaginary part with :py:func:`cdl.computation.image.compute_im`" |
1179 | 1224 | msgstr "" |
1180 | 1225 |
|
| 1226 | +msgid ":py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_inverse`" |
| 1227 | +msgstr "" |
| 1228 | + |
1181 | 1229 | msgid ":py:func:`~cdl.core.gui.processor.image.ImageProcessor.compute_laplace`" |
1182 | 1230 | msgstr "" |
1183 | 1231 |
|
|
0 commit comments