Skip to content

Commit f7b8797

Browse files
committed
Fix: correct French translation for "polynomial calibration" in multiple files
1 parent 8321c8e commit f7b8797

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

datalab/locale/fr/LC_MESSAGES/datalab.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,15 +1554,15 @@ msgid "Set uniform coordinates"
15541554
msgstr "Convertir en coordonnées uniformes"
15551555

15561556
msgid "Polynomial calibration"
1557-
msgstr "Étalonnage polynomiale"
1557+
msgstr "Étalonnage polynomial"
15581558

15591559
msgid ""
15601560
"Apply polynomial calibration to the X, Y or Z axis:\n"
15611561
" • x' = a0 + a1*x + a2*x^2 + ...\n"
15621562
" • y' = a0 + a1*y + a2*y^2 + ...\n"
15631563
" • z' = a0 + a1*z + a2*z^2 + ..."
15641564
msgstr ""
1565-
"Appliquer un étalonnage polynomiale à l'axe X, Y ou Z :\n"
1565+
"Appliquer un étalonnage polynomial à l'axe X, Y ou Z :\n"
15661566
" • x' = a0 + a1*x + a2*x^2 + ...\n"
15671567
" • y' = a0 + a1*y + a2*y^2 + ...\n"
15681568
" • z' = a0 + a1*z + a2*z^2 + ..."
@@ -3277,4 +3277,3 @@ msgstr "Merci de sélectionner le fichier à importer."
32773277

32783278
msgid "Example Wizard"
32793279
msgstr "Assistant exemple"
3280-

doc/locale/fr/LC_MESSAGES/changelog.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ msgid "\"Set uniform coordinates\" feature for conversion"
575575
msgstr "Nouvelle fonctionnalité \"Définir les coordonnées uniformes\" dans le menu Traitement > Transformation des axes :"
576576

577577
msgid "**Polynomial calibration**: Up to cubic order for X, Y, Z axes"
578-
msgstr "Prend désormais en charge la calibration polynomiale jusqu'à l'ordre cubique pour tous les axes (X, Y, Z)"
578+
msgstr "Prend désormais en charge l'étalonnage polynomial jusqu'à l'ordre cubique pour tous les axes (X, Y, Z)"
579579

580580
msgid "Creates non-uniform coordinates for X/Y, transforms values for Z"
581581
msgstr "Pour les axes X et Y : Crée des coordonnées non uniformes pour représenter les transformations polynomiales"

doc/locale/fr/LC_MESSAGES/features/validation/status.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ msgid ":py:func:`calibration <sigima.proc.image.calibration>`"
11361136
msgstr ""
11371137

11381138
msgid "Compute polynomial calibration"
1139-
msgstr "Calculer la calibration polynomiale"
1139+
msgstr "Calculer l'étalonnage polynomial"
11401140

11411141
msgid "`test_image_calibration <https://github.com/DataLab-Platform/Sigima/blob/v1.0.2/sigima/tests/image/geometry_unit_test.py#L548>`_"
11421142
msgstr ""
@@ -1948,4 +1948,3 @@ msgstr ""
19481948

19491949
msgid "`test_image_zero_padding <https://github.com/DataLab-Platform/Sigima/blob/v1.0.2/sigima/tests/image/fft2d_unit_test.py#L50>`_"
19501950
msgstr ""
1951-

0 commit comments

Comments
 (0)