- Notifications
You must be signed in to change notification settings - Fork396
Traducción archivo library/zoneinfo#2231
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.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,15 +9,16 @@ msgstr "" | ||
"Project-Id-Version: Python en Español 3.9\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-10-25 19:47+0200\n" | ||
"PO-Revision-Date:2022-11-27 19:57-0300\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Generated-By: Babel 2.10.3\n" | ||
"X-Generator: Poedit 3.0.1\n" | ||
#: ../Doc/library/zoneinfo.rst:2 | ||
msgid ":mod:`zoneinfo` --- IANA time zone support" | ||
@@ -62,15 +63,19 @@ msgstr "" | ||
"Paquete de origen mantenido por los desarrolladores del núcleo de CPython " | ||
"para suministrar datos de zonas horarias a través de PyPI." | ||
#, fuzzy | ||
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI." | ||
msgstr ":ref:`Availability <availability>`: ni Emscripten, ni WASI." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Ahora que vi el otro PR: podría decir "Disponibilidad ", no? Sé vagamente que hay un problema con este rol en particular y pensé que incluso el texto plano tenía que leer "Availability", pero en el otro PR lo pusiste en español y no se quebró el build. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Quizás porque aún con la palabra "Disponibilidad" lo coloqué como fuzzy There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. | ||
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 | ||
msgid "" | ||
"This module does not work or is not available on WebAssembly platforms " | ||
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " | ||
"more information." | ||
msgstr "" | ||
"Este modulo no funciona o no está disponible para plataformas WebAssembly " | ||
"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` " | ||
"para más información." | ||
#: ../Doc/library/zoneinfo.rst:33 | ||
msgid "Using ``ZoneInfo``" | ||