Commit Graph

2152 Commits

Author SHA1 Message Date
99330b5c7f library/stdtypes: "à une dimension" -> unidimensionnelle (#167)
suite de #158@ChristopheNan me demandait après-coup de restaurer mon changement annulé qui changeait "à une dimension" pour "unidimensionnelle".

Je me suis également permis un léger reformulation pour être plus proche du vrai sens : changer la traduction de "support" de "autorise" à "prend en charge".

Christophe, est-ce qu'on écrirait pas « vue mémoire » « vue-mémoire », vu que le terme anglais est écrit en un seul mot ("memoryview"). Pour une raison que j'ai du mal à expliquer, je trouve que c'est également plus clair à la lecture, que ça a plus de sens.

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#167
Reviewed-by: Julien Palard <julien@palard.fr>
2023-07-17 14:03:15 +00:00
a3132f7d57 tutorial/venv.po: 1 fuzzy (#169)
upstream le truc est devenu un vrai lien, c'est pas très intéressant

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#169
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-07-16 21:00:29 +00:00
d4437babc5 Pandoc n'aime pas trop nos triples backticks. (#168)
Alternative plus légère à AFPy/python-docs-fr#136

Reviewed-on: AFPy/python-docs-fr#168
Reviewed-by: jeanas <jean@abou-samra.fr>
2023-07-16 16:59:25 +00:00
8f36ab2f61 Fin de traduction de tkinter (#163)
Les traductions de *tkinter* et *asyncio* ont été faites avec l'assistance de https://git.afpy.org/ChristopheNan/poggle.
Je n'ai pas mesuré le temps passé. Le processus que je suis :
- traduction des fuzzys avec l'aide de .scripts/fuzzy_diff
- utilisation de *poggle*
- correction des liens cassés par Google Translate (intégré dans poggle maintenant)
- suppression des sentinelles et relecture du html produit.
- passage de *pospell* et *padpo*

Je suis plutôt satisfait du résultat.

Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#163
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-16 13:17:45 +00:00
d1dcb5e607 WIP library/: correction en tirets cadratins (#165)
Ça me rendait fou.

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#165
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-07-13 14:13:57 +00:00
6a3c024026 revue de reference/import.po (#164)
et ajout d'une référence dans faq/programming.po

Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#164
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-11 15:26:45 +00:00
d732f3c1f1 fin de traduction asyncio (#155)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#155
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-07 13:42:38 +00:00
985f856ec1 poursuite de la traduction asyncio (#152)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#152
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-07 13:35:31 +00:00
32024f26a8 traduction de library/asyncio-eventloop.po (#153)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#153
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-07 13:34:22 +00:00
c17336438c encore de l'asyncio (#154)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#154
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-05 06:58:09 +00:00
3cd06fe97f library/stdtypes: fuzzy et traductions (#158)
Quelques corrections mineures de cohérence de ponctuations. Certaines phrases ont reçu un lien vers le glossaire de "hachable". Je me suis permis, à la suggestion de DeepL, de renommer "vues mémoire à une dimension" en "vues mémoire unidimensionnelles"

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#158
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-07-04 21:10:53 +00:00
588cd3cc65 traduction de library/asyncio* (#151)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#151
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-07-04 08:49:04 +00:00
ec4c5a06d9 faq/programming.po: quelques fuzzies (#162)
je l'ai fait avec le `git log -p -- Doc/library/programming.rst` de cpython ouvert à coté donc je suis plutôt confiant.

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#162
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-06-28 21:26:14 +00:00
ce4f4e1524 traduction de library/zoneinfo.po (#150)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#150
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-06-27 09:57:13 +00:00
84cc6bb3f8 howto/socket: 1 traduction (#159)
Y'a une page wikipedia française sur l'endianness et même une section dédiée au problème dans les communications comme dans l'anglaise, du coup c'est du gateau.

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#159
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-06-23 11:47:51 +00:00
5e9b7ba7b9 using/cmdline: quelques traductions et fuzzy (#157)
traduction de quelques lignes faciles et sans risque.

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#157
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-06-21 09:47:23 +00:00
1213aa0b06 howto/windows: qq traductions et fuzzy (#156)
quelques lignes qui étaient des quick win

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@gitguardian.com>
Reviewed-on: AFPy/python-docs-fr#156
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-06-20 20:12:22 +00:00
3ebf8e4a31 Fix: The paragraph in programming.po fail with a proper :: with: (#149)
programming.rst:1885:<translated>:3:Literal block expected; none found.

Reviewed-on: AFPy/python-docs-fr#149
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: Julien Palard <julien@palard.fr>
Co-committed-by: Julien Palard <julien@palard.fr>
2023-05-31 09:55:00 +00:00
84018bb842 Travail sur library/statistics.po (#147)
Co-authored-by: Jean Lapostolle <jean.lapostolle.ext@orange.com>
Reviewed-on: AFPy/python-docs-fr#147
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Melcore <lapostolle.jean@gmail.com>
Co-committed-by: Melcore <lapostolle.jean@gmail.com>
2023-05-24 14:49:29 +00:00
02c46bca4b update using/unix (#148)
Within using/unix:
* Remove an obsolete fuzzy entry already updated by 26c991fc20
* translate [63e127f33d4088e28a470a1db98623d46e59a46a](https://github.com/python/cpython/pull/94076): fix broken link
* translate [3ddf3972173bfee557af01680647dca9701bde54](https://github.com/python/cpython/pull/102727): envvar->option: {exec_,}prefix

Co-authored-by: Pierre-Louis Bonicoli <pierre-louis.bonicoli@ir5.eu>
Reviewed-on: AFPy/python-docs-fr#148
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: pilou <pierre-louis.bonicoli@libregerbil.fr>
Co-committed-by: pilou <pierre-louis.bonicoli@libregerbil.fr>
2023-05-24 07:55:38 +00:00
89c55fc592 Simple tool to ease resolving fuzzies (#140)
Display diff of commits introducing fuzzies (commit messages must contain 'merge') using git difftool program, after having filtered the po files [à la mode textconv](https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.11/CONTRIBUTING.rst#configuration-de-git-rendre-plus-lisible-laffichage-des-modifications).

Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#140
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-05-23 19:53:36 +00:00
8713216576 Fixer la fuzz faq/gui.po (#146)
Co-authored-by: Douuvid <silasiharis@gmail.com>
Reviewed-on: AFPy/python-docs-fr#146
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: douuvid <silasiharis@gmail.com>
Co-committed-by: douuvid <silasiharis@gmail.com>
2023-05-23 19:49:27 +00:00
58cd92ed64 Check that hunspell is installed (#144)
The check doesn't verify the hunspell dictionary kind.

Co-authored-by: Pierre-Louis Bonicoli <pierre-louis.bonicoli@ir5.eu>
Reviewed-on: AFPy/python-docs-fr#144
Co-authored-by: pilou <pierre-louis.bonicoli@libregerbil.fr>
Co-committed-by: pilou <pierre-louis.bonicoli@libregerbil.fr>
2023-05-23 18:47:00 +00:00
f770a90e58
Bump poutils. 2023-05-23 19:54:34 +02:00
d8ce7c55bf Revue et poursuite de la traduction de library/decimal.po (#143)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#143
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-05-23 08:47:51 +00:00
c47af9c54a Correct a typo in library/json.po (#141)
Co-authored-by: Benjamin Loison <benjamin.loison@orange.fr>
Reviewed-on: AFPy/python-docs-fr#141
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: Benjamin_Loison <benjamin.loison@orange.fr>
Co-committed-by: Benjamin_Loison <benjamin.loison@orange.fr>
2023-05-17 09:48:51 +00:00
ea2647a58e tutorial/modules.po: 1 fuzzy (#139)
le commit provoquant la fuzziness est une simple correction, qu'on avait déjà corrigé downstream, évidemment

```
commit a166cb4131587bbab05bde491fc95eb65523b2c9
Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date:   Tue Mar 14 17:11:56 2023 -0700

    gh-102703: Fix typo in modules tutorial documentation (GH-102707)

    **Before**
    This prevents directories with a common name, such as ``string``, unintentionally hiding ...
    **After**
    This prevents directories with a common name, such as ``string``, from unintentionally hiding ..
.
    (cherry picked from commit 0a539b5db312d126ff45dd4aa6a53d40a292c512)

    Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>

diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index ad70d92994..4daafa49a3 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -438,7 +438,7 @@ When importing the package, Python searches through the directories on

 The :file:`__init__.py` files are required to make Python treat directories
 containing the file as packages.  This prevents directories with a common name,
-such as ``string``, unintentionally hiding valid modules that occur later
+such as ``string``, from unintentionally hiding valid modules that occur later
 on the module search path. In the simplest case, :file:`__init__.py` can just be
 an empty file, but it can also execute initialization code for the package or
 set the ``__all__`` variable, described later.
```

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#139
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-05-14 07:18:56 +00:00
a94ba446df fuzzies library/intro.po 2023-04-15 23:29:02 +02:00
4b1228c08d
make verifs: Do not wait indefinitely on stdin when nothing changed. 2023-04-14 14:51:09 +02:00
b3367a2bd5 Woodpecker does not like my colon (#129)
Reviewed-on: AFPy/python-docs-fr#129
2023-04-14 12:29:42 +00:00
0798ce74be
In case it's already here.
Which happen when running on the branch. But when running from a PR
the branch does not exists.
2023-04-14 13:59:11 +02:00
497dd9aad4
Make merge 2023-04-14 13:20:40 +02:00
3697e62ab7 Colons checker in CI. (#125)
Reviewed-on: AFPy/python-docs-fr#125
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-14 11:16:50 +00:00
68df6591be padpo et check-colon 2023-04-10 17:03:58 +02:00
0759b8b1ba fin de revue de library/stdtypes.po (#126)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#126
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-10 13:28:01 +00:00
bb46c79e45 Revue de library/stdtypes.po (#121)
revue, compléments et fuzzies

closes #120

Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Co-authored-by: Julien Palard <julien@palard.fr>
Reviewed-on: AFPy/python-docs-fr#121
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-08 13:27:41 +00:00
c584ff6fbb fix colons. (#122)
Reviewed-on: AFPy/python-docs-fr#122
Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-08 12:37:28 +00:00
2fd8387137 library/functions.po : fuzzies et fin de revue (#104)
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
Reviewed-on: AFPy/python-docs-fr#104
Reviewed-by: Julien Palard <julien@palard.fr>
Co-authored-by: Christophe Nanteuil <christophenan@noreply.localhost>
Co-committed-by: Christophe Nanteuil <christophenan@noreply.localhost>
2023-04-04 21:24:32 +00:00
c68566b785 Fully working CI (#118)
Ça commence à marcher, par contre on a un souci avec un :rfc: dans pospell :

    <rst-doc>:1: (ERROR/3) RFC number must be a number greater than or equal to 1; "la spécification correspondante <5424#section-6>" is invalid. while parsing: La :rfc:`5424` requiert qu’un message Unicode soit envoyé à un démon *syslog* sous la forme d’un ensemble d’octets ayant la structure suivante : un composant ASCII pur facultatif, suivi d’une marque d’ordre d’octet (*BOM* pour *Byte Order Mark* en anglais) UTF-8, suivie de contenu Unicode UTF-8 (voir la :rfc:`la spécification correspondante <5424#section-6>`).

Reviewed-on: AFPy/python-docs-fr#118
2023-04-01 19:44:08 +00:00
67f8f6cd58 library/logging: quelques fuzzies (#119)
3 fois rien

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#119
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-30 21:08:33 +00:00
3ecd689d5a faq/library.po: remplace "Toile" par "web" (#117)
J'ai plus entendu quelqu'un qualifier le web de "toile" depuis 1999 et ma dernière visite au Futuroscope.
Terme 100% connoté boomer, avec des morceaux de Caramail, Lycos et internet multimédia dedans.

Changement à débattre, évidemment.

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#117
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 14:22:38 +00:00
dfa3ba78a2 howto/descriptor.po: 1 fuzzy (#115)
correction upstream d'une erreur d'anglais évidemment déjà corrigée dans la trad (6554598236a8267c9ab9cb6802a9e99e68f3c750)

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#115
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 11:35:59 +00:00
5de4b94443 faq/general.po: 3 fuzzies (#114)
changements upstream:
* liens vers les PEP modifiés
* retrait de la mention de PythonWin

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#114
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 11:35:43 +00:00
67d7550462 faq/library.po: 2 fuzzies (#116)
upstream:
* 2 liens changés pour https
* 1 lien changés vers son équivalent archive.org

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#116
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-28 11:35:23 +00:00
50462a2278
Hello woodpecker. 2023-03-28 00:27:33 +02:00
59f5cc0175
pospell/sphinx-lint 2023-03-28 00:26:14 +02:00
39e09a16a1 using/mac.po: 3 fuzzies (#112)
1 lien https et 2 vrais changements:
96c1f013b3ea142616979f0b02fee81a7b41eb70
d8df7e02071087894e4295e9b299689d8db74973

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#112
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-27 10:57:41 +00:00
5e60db8d89 library/csv.po: 1 fuzzy (#111)
une correction upstream d'un terme trop précis (whitespace -> space) déjà retiré en français

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#111
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:39:38 +00:00
17504f9d45 howto/unicode.po: https fuzzies (#108)
uniquement des fuzzies dûes à la MaJ des liens vers HTTPS

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#108
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:39:18 +00:00
5eb0bc51f1 faq/design.po: quelques fuzzies (#106)
pareil, fuzzies vérifiées upstream. Des liens passés en HTTPS, des backquotes rajoutées, et des tirets retirés.
Il y a 2-3 PRs qui sont passées upstream et qui provoquent beaucoup de bruit chez nous (des fois pour pas grand chose, particulièrement les tirets).

La PR upstream qui retire des tirets partout, pour exemple : https://github.com/python/cpython/pull/94551

travail accompli avec POEdit Pro+ ✌️

Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Reviewed-on: AFPy/python-docs-fr#106
Reviewed-by: jeanas <jean@abou-samra.fr>
Co-authored-by: deronnax <deronnax@noreply.localhost>
Co-committed-by: deronnax <deronnax@noreply.localhost>
2023-03-26 22:38:53 +00:00