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

Commit1bcb23e

Browse files
authored
Fix fuzzy entries and last translations whatsnew/2.4 (#2656)
Closes#2635
1 parent892210d commit1bcb23e

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

‎whatsnew/2.4.po

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date:2023-10-12 19:43+0200\n"
1414
"PO-Revision-Date:2021-10-28 11:57+0200\n"
1515
"Last-Translator:\n"
16-
"Language:es\n"
1716
"Language-Team:python-doc-es\n"
18-
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
17+
"Language:es\n"
1918
"MIME-Version:1.0\n"
2019
"Content-Type:text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding:8bit\n"
21+
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
2222
"Generated-By:Babel 2.13.0\n"
2323

2424
#:../Doc/whatsnew/2.4.rst:3
@@ -1199,7 +1199,6 @@ msgstr ""
11991199
"`double` en una cadena ASCII."
12001200

12011201
#:../Doc/whatsnew/2.4.rst:758
1202-
#,fuzzy
12031202
msgid""
12041203
"The code for these functions came from the GLib library (https://developer-"
12051204
"old.gnome.org/glib/2.26/), whose developers kindly relicensed the relevant "
@@ -1208,10 +1207,10 @@ msgid ""
12081207
"as GTK+ produce the correct results."
12091208
msgstr""
12101209
"El código para estas funciones proviene desde la librería GLib (https://"
1211-
"developer.gnome.org/glib/stable/) cuyos desarrolladores amablemente han "
1210+
"developer-old.gnome.org/glib/2.26/) cuyos desarrolladores amablemente han "
12121211
"residenciado las funciones relevantes y las han donado a la fundación de "
12131212
"software Python. El módulo :mod:`locale` ahora puede cambiar la "
1214-
"configuración local, dejando que las extensiones como GTK¿ produzcan los "
1213+
"configuración local, dejando que las extensiones como GTK+ produzcan los "
12151214
"resultados correctos."
12161215

12171216
#:../Doc/whatsnew/2.4.rst:767
@@ -2417,15 +2416,14 @@ msgstr ""
24172416
"*X* es un NaN. (Aportado por Tim Peters.)"
24182417

24192418
#:../Doc/whatsnew/2.4.rst:1470
2420-
#,fuzzy
24212419
msgid""
24222420
"C code can avoid unnecessary locking by using the new :c:func:`!"
24232421
"PyEval_ThreadsInitialized` function to tell if any thread operations have "
24242422
"been performed. If this function returns false, no lock operations are "
24252423
"needed. (Contributed by Nick Coghlan.)"
24262424
msgstr""
24272425
"El código C puede evitar el bloqueo innecesario mediante el uso de la nueva "
2428-
"función :c:func:`PyEval_ThreadsInitialized` para saber si se ha realizado "
2426+
"función :c:func:`!PyEval_ThreadsInitialized` para saber si se ha realizado "
24292427
"alguna operación de subproceso. Si esta función devuelve falso, no se "
24302428
"necesitan operaciones de bloqueo. (Contribuido por Nick Coghlan.)"
24312429

@@ -2440,14 +2438,13 @@ msgstr ""
24402438
"de varios argumentos. (Contribuido por Greg Chapman.)"
24412439

24422440
#:../Doc/whatsnew/2.4.rst:1479
2443-
#,fuzzy
24442441
msgid""
24452442
"A new method flag, :c:macro:`METH_COEXIST`, allows a function defined in "
24462443
"slots to co-exist with a :c:type:`PyCFunction` having the same name. This "
24472444
"can halve the access time for a method such as :meth:`set.__contains__`. "
24482445
"(Contributed by Raymond Hettinger.)"
24492446
msgstr""
2450-
"Un nuevo indicador de método, :const:`METH_COEXISTS`, permite que una "
2447+
"Un nuevo indicador de método, :c:macro:`METH_COEXISTS`, permite que una "
24512448
"función definida en ranuras coexista con un :c:type:`PyCFunction` que tiene "
24522449
"el mismo nombre. Esto puede reducir a la mitad el tiempo de acceso para un "
24532450
"método como :meth:`set.__contains__`. (Contribuido por Raymond Hettinger.)"
@@ -2476,12 +2473,11 @@ msgstr ""
24762473
"llama a ese registro\" el registro TSC\". (Contribuido por Jeremy Hylton.)"
24772474

24782475
#:../Doc/whatsnew/2.4.rst:1494
2479-
#,fuzzy
24802476
msgid""
24812477
"The :c:type:`!tracebackobject` type has been renamed to :c:type:"
24822478
"`PyTracebackObject`."
24832479
msgstr""
2484-
"El tipo :c:type:`tracebackobject` ha sido renombrado a :c:type:"
2480+
"El tipo :c:type:`!tracebackobject` ha sido renombrado a :c:type:"
24852481
"`PyTracebackObject`."
24862482

24872483
#:../Doc/whatsnew/2.4.rst:1501
@@ -2619,8 +2615,8 @@ msgstr ""
26192615

26202616
#:../Doc/whatsnew/2.4.rst:414
26212617
msgid"universal newlines"
2622-
msgstr""
2618+
msgstr"nuevas líneas universales"
26232619

26242620
#:../Doc/whatsnew/2.4.rst:414
26252621
msgid"What's new"
2626-
msgstr""
2622+
msgstr"Qué hay de nuevo"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp