-
-
Notifications
You must be signed in to change notification settings - Fork 405
Expand file tree
/
Copy pathindex.po
More file actions
144 lines (116 loc) · 3.86 KB
/
index.po
File metadata and controls
144 lines (116 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get
# the list of volunteers
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2024-11-25 15:38-0600\n"
"Last-Translator: \n"
"Language-Team: python-doc-es\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.16.0\n"
"X-Generator: Poedit 3.4.2\n"
#: ../Doc/howto/index.rst:3
msgid "Python HOWTOs"
msgstr "Comos (*HOWTOs*) de Python"
#: ../Doc/howto/index.rst:5
msgid ""
"Python HOWTOs are documents that cover a specific topic in-depth. Modeled on "
"the Linux Documentation Project's HOWTO collection, this collection is an "
"effort to foster documentation that's more detailed than the Python Library "
"Reference."
msgstr ""
"Los Comos (*HOWTOs*) de Python son documentos que cubren un sólo tema "
"específico e intentan cubrirlo de manera bastante completa. Siguiendo el "
"modelo de la colección HOWTO del Proyecto de documentación de Linux, esta "
"colección es un esfuerzo para fomentar la documentación que es más detallada "
"que la Referencia de la biblioteca de Python."
#: ../Doc/howto/index.rst:38
msgid "General:"
msgstr "General:"
#: ../Doc/howto/index.rst:40
msgid ":ref:`annotations-howto`"
msgstr ":ref:`annotations-howto`"
#: ../Doc/howto/index.rst:41
msgid ":ref:`argparse-tutorial`"
msgstr ":ref:`argparse-tutorial`"
#: ../Doc/howto/index.rst:42
msgid ":ref:`descriptorhowto`"
msgstr ":ref:`descriptorhowto`"
#: ../Doc/howto/index.rst:43
msgid ":ref:`enum-howto`"
msgstr ":ref:`enum-howto`"
#: ../Doc/howto/index.rst:44
msgid ":ref:`functional-howto`"
msgstr ":ref:`functional-howto`"
#: ../Doc/howto/index.rst:45
msgid ":ref:`ipaddress-howto`"
msgstr ":ref:`ipaddress-howto`"
#: ../Doc/howto/index.rst:46
msgid ":ref:`logging-howto`"
msgstr ":ref:`logging-howto`"
#: ../Doc/howto/index.rst:47
msgid ":ref:`logging-cookbook`"
msgstr ":ref:`logging-cookbook`"
#: ../Doc/howto/index.rst:48
msgid ":ref:`regex-howto`"
msgstr ":ref:`regex-howto`"
#: ../Doc/howto/index.rst:49
msgid ":ref:`sortinghowto`"
msgstr ":ref:`sortinghowto`"
#: ../Doc/howto/index.rst:50
msgid ":ref:`unicode-howto`"
msgstr ":ref:`unicode-howto`"
#: ../Doc/howto/index.rst:51
msgid ":ref:`urllib-howto`"
msgstr ":ref:`urllib-howto`"
#: ../Doc/howto/index.rst:53
msgid "Advanced development:"
msgstr "Desarrollo avanzado:"
#: ../Doc/howto/index.rst:55
msgid ":ref:`curses-howto`"
msgstr ":ref:`curses-howto`"
#: ../Doc/howto/index.rst:56
msgid ":ref:`freethreading-python-howto`"
msgstr ":ref:`freethreading-python-howto`"
#: ../Doc/howto/index.rst:57
msgid ":ref:`freethreading-extensions-howto`"
msgstr ":ref:`freethreading-extensions-howto`"
#: ../Doc/howto/index.rst:58
msgid ":ref:`isolating-extensions-howto`"
msgstr ":ref:`isolating-extensions-howto`"
#: ../Doc/howto/index.rst:59
msgid ":ref:`python_2.3_mro`"
msgstr ":ref:`python_2.3_mro`"
#: ../Doc/howto/index.rst:60
msgid ":ref:`socket-howto`"
msgstr ":ref:`socket-howto`"
#: ../Doc/howto/index.rst:61
msgid ":ref:`timerfd-howto`"
msgstr ":ref:`timerfd-howto`"
#: ../Doc/howto/index.rst:62
msgid ":ref:`cporting-howto`"
msgstr ":ref:`cporting-howto`"
#: ../Doc/howto/index.rst:64
msgid "Debugging and profiling:"
msgstr "Depuración y Perfilado:"
#: ../Doc/howto/index.rst:66
msgid ":ref:`gdb`"
msgstr ":ref:`gdb`"
#: ../Doc/howto/index.rst:67
msgid ":ref:`instrumentation`"
msgstr ":ref:`instrumentation`"
#: ../Doc/howto/index.rst:68
msgid ":ref:`perf_profiling`"
msgstr ":ref:`perf_profiling`"