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:
Jules Lasne (jlasne) 2019-04-21 15:19:33 +02:00 committed by GitHub
parent 6827708f5a
commit 08a6b40f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

1
dict
View File

@ -105,6 +105,7 @@ Zope
délimitants
contribués
d'indifférentiabilité
ininterruptible
journalisé
journalisés
retraçage

View File

@ -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)``."