Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduccion cmdline#730

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

Merged
clacri merged 11 commits intopython:3.8fromJighdan:traduccion-cmdline
Sep 6, 2020
Merged
Changes from1 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
PrevPrevious commit
NextNext commit
Powrap
  • Loading branch information
Reinny committedAug 31, 2020
commite2f542bc9ae9c8efebc0e08ba19f6f3f067438f9
54 changes: 28 additions & 26 deletionsusing/cmdline.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -258,7 +258,8 @@ msgstr ":func:`runpy.run_module`"

#: ../Doc/using/cmdline.rst:119 ../Doc/using/cmdline.rst:171
msgid "Equivalent functionality directly available to Python code"
msgstr "Funcionalidad equivalente directamente disponible para el código Python"
msgstr ""
"Funcionalidad equivalente directamente disponible para el código Python"

#: ../Doc/using/cmdline.rst:121
msgid ":pep:`338` -- Executing modules as scripts"
Expand DownExpand Up@@ -478,8 +479,8 @@ msgid ""
"Ignore all :envvar:`PYTHON*` environment variables, e.g. :envvar:"
"`PYTHONPATH` and :envvar:`PYTHONHOME`, that might be set."
msgstr ""
"Ignore todas las variables de entorno :envvar:`PYTHON*`, por ejemplo "
":envvar:`PYTHONPATH` y :envvar:`PYTHONHOME`, que podrían establecerse."
"Ignore todas las variables de entorno :envvar:`PYTHON*`, por ejemplo:envvar:"
"`PYTHONPATH` y :envvar:`PYTHONHOME`, que podrían establecerse."

#: ../Doc/using/cmdline.rst:263
msgid ""
Expand DownExpand Up@@ -729,8 +730,8 @@ msgid ""
"cmd``. This is intended for a DOS specific hack only."
msgstr ""
"Omita la primera línea de la fuente, permitiendo el uso de formas que no "
"sean de Unix de ``#!cmd``. Esto está destinado a un hackeo específico deDOS"
"solamente."
"sean de Unix de ``#!cmd``. Esto está destinado a un hackeo específico de "
"DOSsolamente."

#: ../Doc/using/cmdline.rst:425
msgid ""
Expand DownExpand Up@@ -765,10 +766,10 @@ msgid ""
msgstr ""
"``-X tracemalloc`` para iniciar el seguimiento de las asignaciones de "
"memoria de Python mediante el módulo :mod:`tracemalloc`. De forma "
"predeterminada, solo el marco más reciente se almacena en un seguimiento "
"deun seguimiento. Utilice ``-X tracemalloc-NFRAME`` para iniciar el "
"seguimiento con un límite de rastreo de marcos *NFRAME*. Consulte el :"
"func:`tracemalloc.start` para obtener más información."
"predeterminada, solo el marco más reciente se almacena en un seguimientode"
"un seguimiento. Utilice ``-X tracemalloc-NFRAME`` para iniciar el "
"seguimiento con un límite de rastreo de marcos *NFRAME*. Consulte el :func:"
"`tracemalloc.start` para obtener más información."

#: ../Doc/using/cmdline.rst:437
msgid ""
Expand DownExpand Up@@ -948,9 +949,10 @@ msgid ""
"both :file:`{prefix}` and :file:`{exec_prefix}`. To specify different "
"values for these, set :envvar:`PYTHONHOME` to :file:`{prefix}:{exec_prefix}`."
msgstr ""
"Cuando :envvar:`PYTHONHOME` se establece en un único directorio, su valor reemplaza "
"tanto al :file:`{prefix}` como a :file:`{exec_prefix}`. Para especificar valores diferentes"
" para estos, establezca :envvar:`PYTHONHOME` en :file:`{prefix}:{exec_prefix}`."
"Cuando :envvar:`PYTHONHOME` se establece en un único directorio, su valor "
"reemplaza tanto al :file:`{prefix}` como a :file:`{exec_prefix}`. Para "
"especificar valores diferentes para estos, establezca :envvar:`PYTHONHOME` "
"en :file:`{prefix}:{exec_prefix}`."

#: ../Doc/using/cmdline.rst:526
msgid ""
Expand DownExpand Up@@ -1159,9 +1161,9 @@ msgid ""
"interpreter itself, or to allow a cluster of python processes to share hash "
"values."
msgstr ""
"Su propósito es permitir el hash repetible, como para las autocomprobaciónespara"
"el propio intérprete, o permitir que un grupo de procesos python comparta "
"valores hash."
"Su propósito es permitir el hash repetible, como para las autocomprobaciónes "
"parael propio intérprete, o permitir que un grupo de procesos python "
"compartavalores hash."

#: ../Doc/using/cmdline.rst:644
msgid ""
Expand DownExpand Up@@ -1274,8 +1276,8 @@ msgstr ""
"trazar las asignaciones de memoria de Python mediante el módulo :mod:"
"`tracemalloc`. El valor de la variable es el número máximo de marcos "
"almacenados en un rastreo de un seguimiento. Por ejemplo, "
"``PYTHONTRACEMALLOC=1`` almacena sólo el marco más reciente. Consulte "
"el :func:`tracemalloc.start` para obtener más información."
"``PYTHONTRACEMALLOC=1`` almacena sólo el marco más reciente. Consulteel :"
"func:`tracemalloc.start` para obtener más información."

#: ../Doc/using/cmdline.rst:742
msgid ""
Expand DownExpand Up@@ -1320,18 +1322,18 @@ msgid ""
"`PYMEM_DOMAIN_OBJ`)."
msgstr ""
"``malloc``: utilice la función :c:func:`malloc` de la biblioteca C para "
"todos los dominios (:c:data:`PYMEM_DOMAIN_RAW`, :c:data:`PYMEM_DOMAIN_MEM`, "
":c:data:`PYMEM_DOMAIN_OBJ`)."
"todos los dominios (:c:data:`PYMEM_DOMAIN_RAW`, :c:data:`PYMEM_DOMAIN_MEM`,:"
"c:data:`PYMEM_DOMAIN_OBJ`)."

#: ../Doc/using/cmdline.rst:768
msgid ""
"``pymalloc``: use the :ref:`pymalloc allocator <pymalloc>` for :c:data:"
"`PYMEM_DOMAIN_MEM` and :c:data:`PYMEM_DOMAIN_OBJ` domains and use the :c:"
"func:`malloc` function for the :c:data:`PYMEM_DOMAIN_RAW` domain."
msgstr ""
"``pymalloc``: utilice los dominios :ref:`pymalloc allocator <pymalloc>`para :c:data:"
"`PYMEM_DOMAIN_MEM` y :c:data:`PYMEM_DOMAIN_OBJ` y utilice lafunción :"
"c:func:`malloc` para el dominio :c:data:`PYMEM_DOMAIN_RAW`."
"``pymalloc``: utilice los dominios :ref:`pymalloc allocator <pymalloc>` "
"para :c:data:`PYMEM_DOMAIN_MEM` y :c:data:`PYMEM_DOMAIN_OBJ` y utilice la "
"función :c:func:`malloc` para el dominio :c:data:`PYMEM_DOMAIN_RAW`."

#: ../Doc/using/cmdline.rst:772
msgid "Install debug hooks:"
Expand DownExpand Up@@ -1473,8 +1475,8 @@ msgstr ""
"``LC_CTYPE`` es la configuración local ``C`` predeterminada, o bien la "
"configuración local basada explícitamente en ASCII ``POSIX``, entonces la "
"CLI de Python intentará configurar las siguientes configuraciones locales "
"para la categoría ``LC_CTYPE`` en el orden indicado antes de cargar eltiempo"
"de ejecución del intérprete:"
"para la categoría ``LC_CTYPE`` en el orden indicado antes de cargar el "
"tiempode ejecución del intérprete:"

#: ../Doc/using/cmdline.rst:846
msgid "``C.UTF-8``"
Expand DownExpand Up@@ -1548,8 +1550,8 @@ msgid ""
"Also note that even when locale coercion is disabled, or when it fails to "
"find a suitable target locale, :envvar:`PYTHONUTF8` will still activate by "
"default in legacy ASCII-based locales. Both features must be disabled in "
"order to force the interpreter fotogramato use ``ASCII`` instead of``UTF-8`` for"
"system interfaces."
"order to force the interpreter fotogramato use ``ASCII`` instead of "
"``UTF-8`` forsystem interfaces."
msgstr ""
"Tenga en cuenta también que incluso cuando la coerción de configuración "
"local está deshabilitada, o cuando no encuentra una configuración local de "
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp