Skip to content

Traducido archivo c-api/perfmaps #3363

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Observations fixed
  • Loading branch information
srmorita committed Jan 31, 2025
commit 2289c47ce1b30476d213ecdf2e100621943af6ac
11 changes: 3 additions & 8 deletions c-api/perfmaps.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: Python en Español 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2025-01-29 12:14-0300\n"
"PO-Revision-Date: 2025-01-31 10:04-0300\n"
"Last-Translator: srmorita <fr.morac@duocuc.cl>\n"
"Language-Team: es <LL@li.org>\n"
"Language: es\n"
Expand All @@ -21,10 +21,9 @@ msgstr ""
"Generated-By: Babel 2.16.0\n"
"X-Generator: Poedit 3.5\n"

# No estoy seguro de traducir Perfs a Perfiles. No encuentro traducciones similares. Creo debe quedar en Inglés.
#: ../Doc/c-api/perfmaps.rst:6
msgid "Support for Perf Maps"
msgstr "Soporte para Mapeos Perfs"
msgstr "Soporte para Mapeo Perf"

#: ../Doc/c-api/perfmaps.rst:8
msgid ""
Expand Down Expand Up @@ -72,17 +71,15 @@ msgid ""
"use :c:func:`PyUnstable_WritePerfMapEntry` and it will initialize the state "
"on first call."
msgstr ""
"Abra el archivo ``/tmp/perf-$pid.map``, a menos que ya esté abierto, y crea "
"Abre el archivo ``/tmp/perf-$pid.map``, a menos que ya esté abierto, y crea "
"un bloqueo para garantizar escrituras seguras para hilos en el archivo "
"(siempre que las escrituras se realicen "
"mediante :c:func:`PyUnstable_WritePerfMapEntry`). Normalmente, no es "
"necesario llamar a esto explícitamente; solo "
"use :c:func:`PyUnstable_WritePerfMapEntry` e inicializará el estado en la "
"primera llamada."

# Usando el script para otros usos, se indica como bloueante o bloqueo.
#: ../Doc/c-api/perfmaps.rst:29
#, fuzzy
msgid ""
"Returns ``0`` on success, ``-1`` on failure to create/open the perf map "
"file, or ``-2`` on failure to create a lock. Check ``errno`` for more "
Expand All @@ -92,9 +89,7 @@ msgstr ""
"fichero perf map, o ``-2`` en caso de fallo al crear un bloqueo. Comprueba "
"``errno`` para más información sobre la causa de un fallo."

# Revisando el script y memoria de traducción creo que la traducción quedaría así.
#: ../Doc/c-api/perfmaps.rst:35
#, fuzzy
msgid ""
"Write one single entry to the ``/tmp/perf-$pid.map`` file. This function is "
"thread safe. Here is what an example entry looks like::"
Expand Down