-
Notifications
You must be signed in to change notification settings - Fork 266
Translate unicodedata.po #244
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
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.
Très bonne traduction sur un sujet difficile !
Merci de corriger de façon globale les quelques remarques.
library/unicodedata.po
Outdated
@@ -25,90 +26,131 @@ msgid "" | |||
"in this database is compiled from the `UCD version 11.0.0 <http://www." | |||
"unicode.org/Public/11.0.0/ucd>`_." | |||
msgstr "" | |||
"Ce module donne accès à la base de données des caractères Unicode (*Unicode " | |||
"Character Database* ou *UCD*) qui définit les propriétés de toutes les " |
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/toutes/tous/ (les caractères)
library/unicodedata.po
Outdated
|
||
#: ../Doc/library/unicodedata.rst:23 | ||
msgid "" | ||
"The module uses the same names and symbols as defined by Unicode Standard " | ||
"Annex #44, `\"Unicode Character Database\" <http://www.unicode.org/reports/" | ||
"tr44/tr44-6.html>`_. It defines the following functions:" | ||
msgstr "" | ||
"Ce module utilise les mêmes noms et symboles définis dans l'annexe #44 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.
Je pense que "mêmes" est superflu en français.
s/#// (en anglais, c'est numéro)
library/unicodedata.po
Outdated
|
||
#: ../Doc/library/unicodedata.rst:31 | ||
msgid "" | ||
"Look up character by name. If a character with the given name is found, " | ||
"return the corresponding character. If not found, :exc:`KeyError` is raised." | ||
msgstr "" | ||
"Retrouver un caractère par nom. Si un caractère avec le nom donné est " |
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/Retrouver/Retrouve/ par souci de cohérence avec le reste de la documentation.
s/par nom/par son nom/
Si un caractère correspondant au nom passé en paramètre ...
Les exceptions sont levées (par cohérence avec le reste de la documentation)
library/unicodedata.po
Outdated
|
||
#: ../Doc/library/unicodedata.rst:34 | ||
msgid "Support for name aliases [#]_ and named sequences [#]_ has been added." | ||
msgstr "" | ||
msgstr "Le support des alias [#]_ et des séquences nommées [#]_ a été ajouté." |
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.
"To support" est traduit dans la documentation par "gérer".
library/unicodedata.po
Outdated
|
||
#: ../Doc/library/unicodedata.rst:40 | ||
msgid "" | ||
"Returns the name assigned to the character *chr* as a string. If no name is " | ||
"defined, *default* is returned, or, if not given, :exc:`ValueError` is " | ||
"raised." | ||
msgstr "" | ||
"Renvoie le nom assigné au caractère *chr* comme une chaîne de caractères. Si " |
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.
Dans ce cadre, je traduirais "assigned" par "correspondant".
library/unicodedata.po
Outdated
@@ -146,28 +207,39 @@ msgid "" | |||
"KC (NFKC) first applies the compatibility decomposition, followed by the " | |||
"canonical composition." | |||
msgstr "" | |||
"La forme normale KD (NFKD) va appliquer la décomposition de compatibilité, " |
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 la phrase au présent.
Merci pour ce retour. Je tâche de regarder ça ce soir. |
Closes #44