forked from AFPy/python-docs-fr
Fixed fuzzys in library/queue.po (#693)
* Fixed fuzzys * Added ininterruptible https://fr.wiktionary.org/wiki/ininterruptible * Apply suggestions from code review Co-Authored-By: Seluj78 <jlasne@student.42.fr> * powrap
This commit is contained in:
parent 6827708f5a
commit 08a6b40f9f
2 changed files with 7 additions and 1 deletions
1 dict
1
dict | | @ -105,6 +105,7 @@ Zope | |||
délimitants | ||||
contribués | ||||
d'indifférentiabilité | ||||
ininterruptible | ||||
journalisé | ||||
journalisés | ||||
retraçage | ||||
| | | |||
| | @ -6,7 +6,7 @@ msgstr "" | |||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2019-04-10 09:35+0200\n" | ||||
"PO-Revision-Date: 2019-03-04 19:04+0100\n" | ||||
"PO-Revision-Date: 2019-04-11 21:38+0200\n" | ||||
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
"Language: fr\n" | ||||
| | @ -266,6 +266,11 @@ msgid "" | |||
"can occur, and in particular a SIGINT will not trigger a :exc:" | ||||
"`KeyboardInterrupt`." | ||||
msgstr "" | ||||
"Avant Python 3.0 sur les systèmes POSIX, et pour toutes les versions sur " | ||||
"Windows, si *block* est vrai et *timeout* vaut ``None``, cette opération " | ||||
"rentre dans une attente ininterruptible sous un verrou. Cela veut dire " | ||||
"qu'aucune exception ne peut arriver et, en particulier, un *SIGINT* ne " | ||||
"déclenchera pas de :exc:`KeyboardInterrupt`." | ||||
| ||||
#: ../Doc/library/queue.rst:163 ../Doc/library/queue.rst:274 | ||||
msgid "Equivalent to ``get(False)``." | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue