Skip to content

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

Merged
merged 2 commits into from
Jul 20, 2018
Merged

Translate unicodedata.po #244

merged 2 commits into from
Jul 20, 2018

Conversation

Alphare
Copy link
Contributor

@Alphare Alphare commented Jul 12, 2018

Closes #44

Copy link
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.

@@ -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 "
Copy link
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)


#: ../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 "
Copy link
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)


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


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

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