Skip to content

Translate unicodedata.po#244

Merged
JulienPalard merged 2 commits intopython:3.7from
Alphare:3.7
Jul 20, 2018
Merged

Translate unicodedata.po#244
JulienPalard merged 2 commits intopython:3.7from
Alphare:3.7

Conversation

@Alphare
Copy link
Copy Markdown
Contributor

@Alphare Alphare commented Jul 12, 2018

Closes #44

Copy link
Copy Markdown
Contributor

@christopheNan christopheNan left a 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.

"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 "
Copy link
Copy Markdown
Contributor

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)

"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 "
Copy link
Copy Markdown
Contributor

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)

"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 "
Copy link
Copy Markdown
Contributor

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)

#: ../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é."
Copy link
Copy Markdown
Contributor

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".

"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 "
Copy link
Copy Markdown
Contributor

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".

"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é, "
Copy link
Copy Markdown
Contributor

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.

@Alphare
Copy link
Copy Markdown
Contributor Author

Alphare commented Jul 17, 2018

Merci pour ce retour. Je tâche de regarder ça ce soir.

@JulienPalard JulienPalard merged commit 71e1730 into python:3.7 Jul 20, 2018
@Alphare Alphare deleted the 3.7 branch July 23, 2018 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants