|
6 | 6 | # Matthieu Darbois < [email protected]>, 2022. |
7 | 7 | # Rafael Fontenelle < [email protected]>, 2024. |
8 | 8 | # Pierre PETAT < [email protected]>, 2024. |
| 9 | +# Laurent FAVOLE < [email protected]>, 2024. |
9 | 10 | msgid "" |
10 | 11 | msgstr "" |
11 | 12 | "Project-Id-Version: Python Packaging User Guide\n" |
12 | 13 | "Report-Msgid-Bugs-To: \n" |
13 | 14 | "POT-Creation-Date: 2024-12-02 21:35+0000\n" |
14 | | -"PO-Revision-Date: 2024-09-21 00:40+0000\n" |
15 | | -"Last-Translator: Pierre PETAT <[email protected]>\n" |
| 15 | +"PO-Revision-Date: 2024-12-08 02:02+0000\n" |
| 16 | +"Last-Translator: Laurent FAVOLE <[email protected]>\n" |
16 | 17 | "Language-Team: French <https://hosted.weblate.org/projects/pypa/packaging-" |
17 | 18 | "python-org/fr/>\n" |
18 | 19 | "Language: fr\n" |
19 | 20 | "MIME-Version: 1.0\n" |
20 | 21 | "Content-Type: text/plain; charset=UTF-8\n" |
21 | 22 | "Content-Transfer-Encoding: 8bit\n" |
22 | 23 | "Plural-Forms: nplurals=2; plural=n > 1;\n" |
23 | | -"X-Generator: Weblate 5.8-dev\n" |
| 24 | +"X-Generator: Weblate 5.9-dev\n" |
24 | 25 |
|
25 | 26 | #: ../source/contribute.rst:5 |
26 | 27 | msgid "Contribute to this guide" |
@@ -3226,8 +3227,9 @@ msgstr "" |
3226 | 3227 |
|
3227 | 3228 | #: ../source/guides/analyzing-pypi-package-downloads.rst:14 |
3228 | 3229 | #: ../source/guides/supporting-windows-using-appveyor.rst:17 |
| 3230 | +#, fuzzy |
3229 | 3231 | msgid "Background" |
3230 | | -msgstr "" |
| 3232 | +msgstr "Contexte" |
3231 | 3233 |
|
3232 | 3234 | #: ../source/guides/analyzing-pypi-package-downloads.rst:16 |
3233 | 3235 | msgid "PyPI does not display download statistics for a number of reasons: [#]_" |
@@ -3667,8 +3669,9 @@ msgstr "" |
3667 | 3669 | "sampleproject-1.3.1.tar.gz" |
3668 | 3670 |
|
3669 | 3671 | #: ../source/guides/analyzing-pypi-package-downloads.rst:257 |
| 3672 | +#, fuzzy |
3670 | 3673 | msgid "Caveats" |
3671 | | -msgstr "" |
| 3674 | +msgstr "Inconvénients" |
3672 | 3675 |
|
3673 | 3676 | #: ../source/guides/analyzing-pypi-package-downloads.rst:259 |
3674 | 3677 | msgid "" |
@@ -6308,8 +6311,9 @@ msgid "" |
6308 | 6311 | msgstr "" |
6309 | 6312 |
|
6310 | 6313 | #: ../source/guides/migrating-to-pypi-org.rst:16 |
| 6314 | +#, fuzzy |
6311 | 6315 | msgid "Publishing releases" |
6312 | | -msgstr "" |
| 6316 | +msgstr "Publication des versions" |
6313 | 6317 |
|
6314 | 6318 | #: ../source/guides/migrating-to-pypi-org.rst:18 |
6315 | 6319 | msgid "``pypi.org`` is the default upload platform as of September 2016." |
@@ -6669,8 +6673,9 @@ msgid ":doc:`setuptools:build_meta`" |
6669 | 6673 | msgstr "" |
6670 | 6674 |
|
6671 | 6675 | #: ../source/guides/multi-version-installs.rst:6 |
| 6676 | +#, fuzzy |
6672 | 6677 | msgid "Multi-version installs" |
6673 | | -msgstr "" |
| 6678 | +msgstr "Installations multi-versions" |
6674 | 6679 |
|
6675 | 6680 | #: ../source/guides/multi-version-installs.rst:11 |
6676 | 6681 | msgid "" |
@@ -6742,8 +6747,9 @@ msgid "An overview of binary extensions" |
6742 | 6747 | msgstr "" |
6743 | 6748 |
|
6744 | 6749 | #: ../source/guides/packaging-binary-extensions.rst:21 |
| 6750 | +#, fuzzy |
6745 | 6751 | msgid "Use cases" |
6746 | | -msgstr "" |
| 6752 | +msgstr "Cas d'utilisation" |
6747 | 6753 |
|
6748 | 6754 | #: ../source/guides/packaging-binary-extensions.rst:23 |
6749 | 6755 | msgid "" |
@@ -10061,11 +10067,16 @@ msgstr "" |
10061 | 10067 | "PyO3/maturin>`__" |
10062 | 10068 |
|
10063 | 10069 | #: ../source/key_projects.rst:521 |
| 10070 | +#, fuzzy |
10064 | 10071 | msgid "" |
10065 | 10072 | "Maturin is a build backend for Rust extension modules, also written in Rust. " |
10066 | 10073 | "It supports building wheels for python 3.7+ on Windows, Linux, macOS and " |
10067 | 10074 | "FreeBSD, can upload them to PyPI and has basic PyPy and GraalPy support." |
10068 | 10075 | msgstr "" |
| 10076 | +"Maturin est un backend de build pour des modules d'extension Rust, et il est " |
| 10077 | +"aussi écrit en Rust. Il peut créer des wheels pour python 3.7+ sur Windows, " |
| 10078 | +"Linux, macOS et FreeBSD, peut les téléverser sur PyPI et a un support PyPy " |
| 10079 | +"et GraalPy basique." |
10069 | 10080 |
|
10070 | 10081 | #: ../source/key_projects.rst:529 |
10071 | 10082 | msgid "meson-python" |
@@ -10822,8 +10833,11 @@ msgid "Updated Windows users instructions for clarity. (:pr:`493`)" |
10822 | 10833 | msgstr "" |
10823 | 10834 |
|
10824 | 10835 | #: ../source/news.rst:104 |
| 10836 | +#, fuzzy |
10825 | 10837 | msgid "Updated the license section description for completeness. (:pr:`492`)" |
10826 | 10838 | msgstr "" |
| 10839 | +"Mise à jour de la description de la section licence pour être complet. (:pr:" |
| 10840 | +"`492`)" |
10827 | 10841 |
|
10828 | 10842 | #: ../source/news.rst:105 |
10829 | 10843 | msgid "Added specification-style document to contributing section. (:pr:`489`)" |
@@ -11965,8 +11979,9 @@ msgid "Else unpack archive into platlib (site-packages)." |
11965 | 11979 | msgstr "" |
11966 | 11980 |
|
11967 | 11981 | #: ../source/specifications/binary-distribution-format.rst:38 |
| 11982 | +#, fuzzy |
11968 | 11983 | msgid "Spread." |
11969 | | -msgstr "" |
| 11984 | +msgstr "Répandre." |
11970 | 11985 |
|
11971 | 11986 | #: ../source/specifications/binary-distribution-format.rst:40 |
11972 | 11987 | msgid "" |
@@ -12629,6 +12644,7 @@ msgid "" |
12629 | 12644 | msgstr "" |
12630 | 12645 |
|
12631 | 12646 | #: ../source/specifications/binary-distribution-format.rst:433 |
| 12647 | +#: ../source/specifications/binary-distribution-format.rst:429 |
12632 | 12648 | msgid "Appendix" |
12633 | 12649 | msgstr "Annexe" |
12634 | 12650 |
|
@@ -15464,8 +15480,9 @@ msgid "Index hosted attestations" |
15464 | 15480 | msgstr "" |
15465 | 15481 |
|
15466 | 15482 | #: ../source/specifications/index-hosted-attestations.rst:8 |
| 15483 | +#, fuzzy |
15467 | 15484 | msgid "This specification was originally defined in :pep:`740`." |
15468 | | -msgstr "" |
| 15485 | +msgstr "Cette spécification a été originellement définie dans la :pep: `740`." |
15469 | 15486 |
|
15470 | 15487 | #: ../source/specifications/index-hosted-attestations.rst:12 |
15471 | 15488 | msgid "" |
@@ -15668,8 +15685,9 @@ msgid "" |
15668 | 15685 | msgstr "" |
15669 | 15686 |
|
15670 | 15687 | #: ../source/specifications/index-hosted-attestations.rst:243 |
| 15688 | +#, fuzzy |
15671 | 15689 | msgid "Changes to provenance objects" |
15672 | | -msgstr "" |
| 15690 | +msgstr "Changements aux objets de provenance" |
15673 | 15691 |
|
15674 | 15692 | #: ../source/specifications/index-hosted-attestations.rst:245 |
15675 | 15693 | msgid "" |
|
0 commit comments