-
- Notifications
You must be signed in to change notification settings - Fork 264
translate library/zlib.po #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: git <se@studiomzk.com>
| "Pour des applications nécessitant de compresser des données, les fonctions " | ||
| "de ce module permettent la compression et la décompression via la " | ||
| "bibliothèque *zlib*. La bibliothèque *zlib* a sa propre page web sur http://" | ||
| "www.zlib.net. Il y a des incompatibilités connues entre le module Python et " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/il y a/il existe/
| "de ce module permettent la compression et la décompression via la " | ||
| "bibliothèque *zlib*. La bibliothèque *zlib* a sa propre page web sur http://" | ||
| "www.zlib.net. Il y a des incompatibilités connues entre le module Python et " | ||
| "les versions de la bibliothèque *zlib* plus ancienne que la 1.1.3 ; 1.1.3 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ancienne/anciennes/
| #: ../Doc/library/zlib.rst:29 | ||
| msgid "Exception raised on compression and decompression errors." | ||
| msgstr "" | ||
| "Les exceptions levées lors d'erreurs de compression et de décompression." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je mettrais au singulier et sans article.
| "suitable for use as a general hash algorithm." | ||
| msgstr "" | ||
| "Calcule une somme de contrôle Adler-32 de *data*. (Une somme de contrôle " | ||
| "Adler-32 est aussi fiable qu'un CRC32 mais peut être calculé bien plus " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/calculé/calculée/ (la somme de contrôle).
Je transformerais la phrase entre parenthèses en proposition entre parenthèses, terminant la phrase précédente.
| "Compresse les octets contenus dans *data*, renvoie un objet *bytes* " | ||
| "contenant les données compressées. *level* permet d'ajuster le niveau de " | ||
| "compression, ce doit être un nombre entier compris entre ``0`` et ``9`` ou " | ||
| "``-1`` ; ``1`` étant plus rapide et procède une compression légère, ``9`` " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/procède/procède à/
| msgstr "" | ||
| "Si le paramètre optionnel *max_length* est différent de zéro alors la valeur " | ||
| "renvoyée ne sera pas plus grande que *max_length*. Cela peut amener à une " | ||
| "décompression partielle. Les données non-encore décompressées seront " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je mettrais au présent.
| msgstr "" | ||
| "Renvoie une copie du décompresseur. Vous pouvez l'utiliser pour sauvegarder " | ||
| "l'état de la décompression en cours, afin de pouvoir revenir rapidement sur " | ||
| "ces endroits dans le futur." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/sur ces/à cet/
s/dans le futur/plus tard/ ?
| "module. This may be different from the zlib library actually used at " | ||
| "runtime, which is available as :const:`ZLIB_RUNTIME_VERSION`." | ||
| msgstr "" | ||
| "La version de la bibliothèque *zlib* utilisée lors de la compilation du " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'enlèverais l'article en début de phrase.
| msgid "" | ||
| "The version string of the zlib library actually loaded by the interpreter." | ||
| msgstr "" | ||
| "La chaîne contenant la version de la bibliothèque *zlib* actuellement " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'enlèverais l'article en début de phrase.
| #: ../Doc/library/zlib.rst:325 | ||
| msgid "The zlib library home page." | ||
| msgstr "" | ||
| msgstr "La page officielle de la bibliothèque *zlib*." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'enlèverais l'article en début de phrase.
| Fixé, rebasé, moitié squashé, poussé, à la main. |
Co-authored-by: git se@studiomzk.com
Proofreading #172