From 39e09a16a1f02ea7dd3e83aa81b0c21e082d0439 Mon Sep 17 00:00:00 2001 From: deronnax Date: Mon, 27 Mar 2023 10:57:41 +0000 Subject: [PATCH] using/mac.po: 3 fuzzies (#112) 1 lien https et 2 vrais changements: 96c1f013b3ea142616979f0b02fee81a7b41eb70 d8df7e02071087894e4295e9b299689d8db74973 Co-authored-by: Mathieu Dupuy Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/112 Reviewed-by: jeanas Co-authored-by: deronnax Co-committed-by: deronnax --- using/mac.po | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/using/mac.po b/using/mac.po index 2adf9cd5..00f4d846 100644 --- a/using/mac.po +++ b/using/mac.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 22:33+0100\n" -"PO-Revision-Date: 2022-05-24 13:11+0200\n" -"Last-Translator: Jules Lasne \n" +"PO-Revision-Date: 2023-03-27 11:29+0200\n" +"Last-Translator: Mathieu Dupuy\n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.2.2\n" #: using/mac.rst:6 msgid "Using Python on a Mac" @@ -43,7 +43,6 @@ msgid "Getting and Installing MacPython" msgstr "Obtenir et installer MacPython" #: using/mac.rst:20 -#, fuzzy msgid "" "macOS used to come with Python 2.7 pre-installed between versions 10.8 and " "`12.3 `_. Vous êtes invité à installer la version " +"la plus récente de Python 3 à partir du site web de Python (https://www." +"python.org). Une version « binaire universelle » de Python, qui fonctionne " +"nativement sur les nouveaux processeurs Intel et les anciens processeurs PPC " +"du Mac, y est disponible." #: using/mac.rst:27 msgid "What you get after installing is a number of things:" msgstr "Vous obtiendrez un certain nombre de choses après installation:" #: using/mac.rst:29 -#, fuzzy msgid "" "A :file:`Python 3.12` folder in your :file:`Applications` folder. In here " "you find IDLE, the development environment that is a standard part of " "official Python distributions; and PythonLauncher, which handles double-" "clicking Python scripts from the Finder." msgstr "" -"Un dossier :file:`Python 3.9` dans votre dossier :file:`Applications`. " +"Un dossier :file:`Python 3.12` dans votre dossier :file:`Applications`. " "Dedans vous trouverez **IDLE**, l'environnement de développement qui fait " "partie des distributions Python officielles ; **PythonLauncher**, qui gère " "le lancement de scripts Python depuis le ``Finder``." @@ -142,7 +141,6 @@ msgstr "" "`ide` et utilisez le menu d'aide (**Help**) quand l'``IDE`` est lancé." #: using/mac.rst:62 -#, fuzzy msgid "" "If you want to run Python scripts from the Terminal window command line or " "from the Finder you first need an editor to create your script. macOS comes " @@ -162,7 +160,7 @@ msgstr "" "`TextWrangler` de Bare Bones Software (voir http://www.barebones.com/" "products/bbedit/index.html) sont de bons choix, tout comme :program:" "`TextMate` (voir https://macromates.com/). D'autres éditeurs existent comme :" -"program:`Gvim` (http://macvim-dev.github.io/macvim/) et :program:`Aquamacs` " +"program:`Gvim` (https://macvim-dev.github.io/macvim/) et :program:`Aquamacs` " "(http://aquamacs.org/)." #: using/mac.rst:72