- Notifications
You must be signed in to change notification settings - Fork266
Début de la traduction du fichier type.po du dossier c-api.#319
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
#: ../Doc/c-api/type.rst:6 | ||
msgid "Type Objects" | ||
msgstr "Objets type" | ||
msgstr "Type d'objets" |
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 qu'il s'agit des objets dont le type esttype d'objet. Je traduirais donc par un mélange des 2 traductions proposées : Objets de typetype d'objet (je ne mettrais pas des)
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.
+1.
Ou simplement "Objets types d'objet" ?
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.
Objet Type?
#: ../Doc/c-api/type.rst:24 | ||
msgid "" | ||
"Return true if the object *o* is a type object, including instances of types " | ||
"derived from the standard type object. Return false in all other cases." | ||
msgstr "" | ||
"Retourne vrai si l'objet *o* est un type d'objet y compris les instances de " |
christopheNanSep 21, 2018 • edited by JulienPalard
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by JulienPalard
Uh oh!
There was an error while loading.Please reload this page.
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.
Par souci de cohérence dans l'ensemble de la documentation, le glossaire de README.rst indique "renvoyer" pour "to return".
#: ../Doc/c-api/type.rst:24 | ||
msgid "" | ||
"Return true if the object *o* is a type object, including instances of types " | ||
"derived from the standard type object. Return false in all other cases." | ||
msgstr "" | ||
"Retourne vrai si l'objet *o* est un type d'objet y compris les instances de " | ||
"types dérivé d'un objet de type standard. Retourne faux dans tous les autres " |
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/dérivé/dérivés/
#: ../Doc/c-api/type.rst:36 | ||
msgid "Clear the internal lookup cache. Return the current version tag." | ||
msgstr "" | ||
"Nettoie le cache de recherche interne. Retourne la marque du drapeau courant." |
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.
renvoie l'indicateur de version qui est utilisée.
@@ -51,29 +62,41 @@ msgid "" | |||
"flag bits are guaranteed to be stable across Python releases, but access to :" | |||
"c:member:`~PyTypeObject.tp_flags` itself is not part of the limited API." | |||
msgstr "" | |||
"Retourne le membre :c:member:`~PyTypeObject.tp_flags` du *type*. Cette " | |||
"fonction est conçue pour utiliser en priorité `Py_LIMITED_API`; les bits du " | |||
"drapeau son garanties pour être stables à travers les versions de Python, " |
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 propose "Python garantit que chaque bit des options est stable de version en version de Python, mais ...."
#: ../Doc/c-api/type.rst:50 | ||
msgid "" | ||
"Invalidate the internal lookup cache for the type and all of its subtypes. " | ||
"This function must be called after any manual modification of the attributes " | ||
"or base classes of the type." | ||
msgstr "" | ||
"Confirme la non-validité du cache de recherche interne pour le type et tous " |
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.
Invalide le cache ...
#: ../Doc/c-api/type.rst:57 | ||
msgid "" | ||
"Return true if the type object *o* sets the feature *feature*. Type " | ||
"features are denoted by single bit flags." | ||
msgstr "" | ||
"Retourne vrai si l'objet de type *o* met la fonctionnalité *feature*. 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/met/active/
#: ../Doc/c-api/type.rst:57 | ||
msgid "" | ||
"Return true if the type object *o* sets the feature *feature*. Type " | ||
"features are denoted by single bit flags." | ||
msgstr "" | ||
"Retourne vrai si l'objet de type *o* met la fonctionnalité *feature*. Les " | ||
"fonctionnalités de type sont marquées par des drapeaux binaire d'un bit." |
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/drapeau/ option ou interrupteur
#: ../Doc/c-api/type.rst:13 | ||
msgid "The C structure of the objects used to describe built-in types." | ||
msgstr "" | ||
"La structure en C des objets avait pour habitude de décrire les types natifs " |
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.
Une structure n'a pas d'habitude.
Je te laisse réouvrir une PR si tu as le temps de corriger. |
No description provided.