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

Commitbea7d08

Browse files
Feat: translate c-api/sys.po (#1575)
* Feat: translate c-api/sys.po* Fix: update c-api/sys.poCo-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent9482e88 commitbea7d08

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

‎c-api/sys.po

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version:Python 3.8\n"
1212
"Report-Msgid-Bugs-To:\n"
1313
"POT-Creation-Date:2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date:2021-08-01 20:08+0200\n"
15-
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date:2021-10-26 20:21+0200\n"
15+
"Last-Translator:Diego Cristóbal Herreros <diecristher@gmail.com>\n"
1616
"Language:es\n"
1717
"Language-Team:python-doc-es\n"
18-
"Plural-Forms:nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding:8bit\n"
2222
"Generated-By:Babel 2.9.1\n"
23+
"X-Generator:Poedit 3.0\n"
2324

2425
#:../Doc/c-api/sys.rst:6
2526
msgid"Operating System Utilities"
@@ -199,13 +200,19 @@ msgid ""
199200
"with the :c:func:`PyConfig_SetBytesString` function which ensures that :ref:"
200201
"`Python is preinitialized <c-preinit>`."
201202
msgstr""
203+
"Esta función no debe llamarse directamente: utilice la API :c:type:"
204+
"`PyConfig` con la función :c:func:`PyConfig_SetBytesString` que asegura que :"
205+
"ref:`Python está preinicializado <c-preinit>`."
202206

203207
#:../Doc/c-api/sys.rst:126../Doc/c-api/sys.rst:193
204208
msgid""
205209
"This function must not be called before :ref:`Python is preinitialized <c-"
206210
"preinit>` and so that the LC_CTYPE locale is properly configured: see the :c:"
207211
"func:`Py_PreInitialize` function."
208212
msgstr""
213+
"Esta función no debe llamarse antes de que :ref:`Python esté preinicializado "
214+
"<c-preinit>` y para que la configuración local LC_CTYPE esté correctamente "
215+
"configurada: véase la función :c:func:`Py_PreInitialize`."
209216

210217
#:../Doc/c-api/sys.rst:130
211218
#,fuzzy
@@ -252,6 +259,9 @@ msgid ""
252259
"`PyConfig_Read`: see :c:member:`~PyConfig.filesystem_encoding` and :c:member:"
253260
"`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`."
254261
msgstr""
262+
"El :term:`filesystem encoding and error handler` son seleccionados por :c:"
263+
"func:`PyConfig_Read`: ver :c:member:`~PyConfig.filesystem_encoding` y :c:"
264+
"member:`~PyConfig.filesystem_errors` que pertenecen a :c:type:`PyConfig`."
255265

256266
#:../Doc/c-api/sys.rst:149
257267
msgid""
@@ -298,6 +308,10 @@ msgid ""
298308
"<surrogateescape>`, surrogate characters in the range U+DC80..U+DCFF are "
299309
"converted to bytes 0x80..0xFF."
300310
msgstr""
311+
"Codifica una cadena de caracteres amplios según el término :term:`filesystem "
312+
"encoding and error handler`. Si el gestor de errores es :ref:"
313+
"`surrogateescape error handler <surrogateescape>`, los caracteres "
314+
"sustituidos en el rango U+DC80..U+DCFF se convierten en bytes 0x80..0xFF."
301315

302316
#:../Doc/c-api/sys.rst:178
303317
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp