|
6 | 6 | # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to |
7 | 7 | # get the list of volunteers |
8 | 8 | # |
| 9 | +# WIP: This file has ~151 translation issues identified by GitHub Actions bot |
| 10 | +# and requires extensive work. Marked as [WIP] until resources are available |
| 11 | +# for comprehensive translation effort. |
| 12 | +# |
9 | 13 | msgid "" |
10 | 14 | msgstr "" |
11 | 15 | "Project-Id-Version: Python 3.8\n" |
12 | 16 | "Report-Msgid-Bugs-To: \n" |
13 | 17 | "POT-Creation-Date: 2024-11-21 16:38-0300\n" |
14 | | -"PO-Revision-Date: 2022-11-03 03:56-0400\n" |
15 | | -"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n" |
| 18 | +"PO-Revision-Date: 2024-12-13 11:15-0800\n" |
| 19 | +"Last-Translator: Erick G. Islas-Osuna <erickisos653@gmail.com>\n" |
16 | 20 | "Language: es\n" |
17 | 21 | "Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." |
18 | 22 | "python.org)\n" |
@@ -51,16 +55,16 @@ msgstr "" |
51 | 55 | msgid "" |
52 | 56 | "UTF-8 representation is created on demand and cached in the Unicode object." |
53 | 57 | msgstr "" |
| 58 | +"La representación UTF-8 se crea bajo demanda y se almacena en caché en el " |
| 59 | +"objeto Unicode." |
54 | 60 |
|
55 | 61 | #: ../Doc/c-api/unicode.rst:23 |
56 | | -#, fuzzy |
57 | 62 | msgid "" |
58 | 63 | "The :c:type:`Py_UNICODE` representation has been removed since Python 3.12 " |
59 | 64 | "with deprecated APIs. See :pep:`623` for more information." |
60 | 65 | msgstr "" |
61 | | -"El objeto Unicode \"heredado\" se eliminará en Python 3.12 con APIs " |
62 | | -"obsoletas. Todos los objetos Unicode serán \"canónicos\" desde entonces. " |
63 | | -"Consulte :pep:`623` para obtener más información." |
| 66 | +"La representación :c:type:`Py_UNICODE` ha sido eliminada desde Python 3.12 " |
| 67 | +"con APIs obsoletas. Consulte :pep:`623` para obtener más información." |
64 | 68 |
|
65 | 69 | #: ../Doc/c-api/unicode.rst:29 |
66 | 70 | msgid "Unicode Type" |
|
0 commit comments