@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2021-08-02 19:27+0200 \n "
14
+ "PO-Revision-Date : 2023-10-15 16:21-0700 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.4\n "
23
24
24
25
#: ../Doc/reference/import.rst:6
25
26
msgid "The import system"
@@ -652,7 +653,7 @@ msgid ""
652
653
"if the finder does not implement ``find_spec()``."
653
654
msgstr ""
654
655
"El método :meth:`~importlib.abc.MetaPathFinder.find_spec` de los buscadores "
655
- "de metarutas de la ruta de acceso reemplazó :meth:`~importlib.abc."
656
+ "de meta rutas de la ruta de acceso reemplazó :meth:`~importlib.abc."
656
657
"MetaPathFinder.find_module`, que ahora está en desuso. Aunque seguirá "
657
658
"funcionando sin cambios, la maquinaria de importación sólo lo intentará si "
658
659
"el buscador no implementa ``find_spec()``."
@@ -669,6 +670,8 @@ msgstr ""
669
670
#: ../Doc/reference/import.rst:336
670
671
msgid "``find_module()`` has been removed. Use :meth:`find_spec` instead."
671
672
msgstr ""
673
+ "Se eliminó el método ``find_module()``. Utiliza el método :meth:`find_spec` "
674
+ "en su lugar."
672
675
673
676
#: ../Doc/reference/import.rst:341
674
677
msgid "Loading"
@@ -1034,6 +1037,8 @@ msgid ""
1034
1037
"It is **strongly** recommended that you rely on :attr:`__spec__` and its "
1035
1038
"attributes instead of any of the other individual attributes listed below."
1036
1039
msgstr ""
1040
+ "Es **altamente** recomendado utilizar :attr:`__spec__` y sus atributos en "
1041
+ "lugar de cualquiera de los otros atributos individuales listados abajo."
1037
1042
1038
1043
#: ../Doc/reference/import.rst:550
1039
1044
msgid ""
@@ -1063,13 +1068,18 @@ msgid ""
1063
1068
"It is **strongly** recommended that you rely on :attr:`__spec__` instead "
1064
1069
"instead of this attribute."
1065
1070
msgstr ""
1071
+ "Es **altamente** recomendado utilizar :attr:`__spec__` en lugar de este "
1072
+ "atributo."
1066
1073
1067
1074
#: ../Doc/reference/import.rst:564
1068
1075
msgid ""
1069
1076
"The value of ``__loader__`` is expected to be the same as ``__spec__."
1070
1077
"loader``. The use of ``__loader__`` is deprecated and slated for removal in "
1071
1078
"Python 3.14."
1072
1079
msgstr ""
1080
+ "Se espera que el valor de ``__loader__`` sea el mismo que el de ``__spec__."
1081
+ "loader``. Es uso de ``__loader__`` es obsoleto y será eliminado en Python "
1082
+ "3.14."
1073
1083
1074
1084
#: ../Doc/reference/import.rst:571
1075
1085
#, fuzzy
@@ -1113,12 +1123,16 @@ msgid ""
1113
1123
":exc:`ImportWarning` is raised if import falls back to ``__package__`` "
1114
1124
"instead of :attr:`~importlib.machinery.ModuleSpec.parent`."
1115
1125
msgstr ""
1126
+ "Se genera un :exc:`ImportWarning` si el módulo importado recurre a "
1127
+ "``__package__`` en lugar de a :attr:`~importlib.machinery.ModuleSpec.parent`."
1116
1128
1117
1129
#: ../Doc/reference/import.rst:594
1118
1130
msgid ""
1119
1131
"Raise :exc:`DeprecationWarning` instead of :exc:`ImportWarning` when falling "
1120
1132
"back to ``__package__``."
1121
1133
msgstr ""
1134
+ "Se genera :exc:`DeprecationWarning` en lugar de :exc:`ImportWarning` cuando "
1135
+ "recurre a ``__package__``."
1122
1136
1123
1137
#: ../Doc/reference/import.rst:601
1124
1138
msgid ""
@@ -1226,6 +1240,8 @@ msgid ""
1226
1240
"It is **strongly** recommended that you rely on :attr:`__spec__` instead "
1227
1241
"instead of ``__cached__``."
1228
1242
msgstr ""
1243
+ "Es **altamente** recomendado utilizar :attr:`__spec__` en lugar de "
1244
+ "``__cached__``."
1229
1245
1230
1246
#: ../Doc/reference/import.rst:658
1231
1247
msgid "module.__path__"
@@ -1356,6 +1372,9 @@ msgid ""
1356
1372
"removed in Python 3.12 and is no longer called during the resolution of a "
1357
1373
"module's repr."
1358
1374
msgstr ""
1375
+ "El uso de :meth:`!module_repr`, al ser obsoleto desde Python 3.4, fue "
1376
+ "eliminado en Python 3.12 y no es llamado durante la resolución de la "
1377
+ "representación (repr) de un módulo."
1359
1378
1360
1379
#: ../Doc/reference/import.rst:716
1361
1380
msgid "Cached bytecode invalidation"
@@ -1838,7 +1857,7 @@ msgstr ""
1838
1857
1839
1858
#: ../Doc/reference/import.rst:930
1840
1859
msgid "``find_module()`` and ``find_loader()`` have been removed."
1841
- msgstr ""
1860
+ msgstr "Los métodos ``find_module()`` y ``find_loader()`` fueron eliminados. "
1842
1861
1843
1862
#: ../Doc/reference/import.rst:935
1844
1863
msgid "Replacing the standard import system"
@@ -2128,7 +2147,7 @@ msgstr ""
2128
2147
2129
2148
#: ../Doc/reference/import.rst:8
2130
2149
msgid "import machinery"
2131
- msgstr ""
2150
+ msgstr "maquinaria de importación "
2132
2151
2133
2152
#: ../Doc/reference/import.rst:64 ../Doc/reference/import.rst:95
2134
2153
#: ../Doc/reference/import.rst:129
@@ -2148,7 +2167,7 @@ msgstr "Paquetes de espacio de nombres"
2148
2167
2149
2168
#: ../Doc/reference/import.rst:129
2150
2169
msgid "portion"
2151
- msgstr ""
2170
+ msgstr "porción "
2152
2171
2153
2172
#: ../Doc/reference/import.rst:175
2154
2173
#, fuzzy
@@ -2157,7 +2176,7 @@ msgstr "Submódulos"
2157
2176
2158
2177
#: ../Doc/reference/import.rst:210 ../Doc/reference/import.rst:276
2159
2178
msgid "finder"
2160
- msgstr ""
2179
+ msgstr "buscador "
2161
2180
2162
2181
#: ../Doc/reference/import.rst:210
2163
2182
#, fuzzy
@@ -2186,7 +2205,7 @@ msgstr "Ganchos de importación"
2186
2205
2187
2206
#: ../Doc/reference/import.rst:249
2188
2207
msgid "hooks"
2189
- msgstr ""
2208
+ msgstr "ganchos "
2190
2209
2191
2210
#: ../Doc/reference/import.rst:249
2192
2211
#, fuzzy
@@ -2195,20 +2214,19 @@ msgstr "Ganchos de importación"
2195
2214
2196
2215
#: ../Doc/reference/import.rst:249
2197
2216
msgid "meta"
2198
- msgstr ""
2217
+ msgstr "meta "
2199
2218
2200
2219
#: ../Doc/reference/import.rst:249
2201
2220
msgid "path"
2202
- msgstr ""
2221
+ msgstr "path "
2203
2222
2204
2223
#: ../Doc/reference/import.rst:276
2205
- #, fuzzy
2206
2224
msgid "sys.meta_path"
2207
- msgstr "La meta ruta (*path*) "
2225
+ msgstr "sys.meta_path "
2208
2226
2209
2227
#: ../Doc/reference/import.rst:276
2210
2228
msgid "find_spec"
2211
- msgstr ""
2229
+ msgstr "find_spec "
2212
2230
2213
2231
#: ../Doc/reference/import.rst:744
2214
2232 #, fuzzy
@@ -2217,19 +2235,19 @@ msgstr "El buscador basado en rutas"
2217
2235
2218
2236
#: ../Doc/reference/import.rst:793
2219
2237
msgid "sys.path"
2220
- msgstr ""
2238
+ msgstr "sys.path "
2221
2239
2222
2240
#: ../Doc/reference/import.rst:793
2223
2241
msgid "sys.path_hooks"
2224
- msgstr ""
2242
+ msgstr "sys.path_hooks "
2225
2243
2226
2244
#: ../Doc/reference/import.rst:793
2227
2245
msgid "sys.path_importer_cache"
2228
- msgstr ""
2246
+ msgstr "sys.path_importer_cache "
2229
2247
2230
2248
#: ../Doc/reference/import.rst:793
2231
2249
msgid "PYTHONPATH"
2232
- msgstr ""
2250
+ msgstr "PYTHONPATH "
2233
2251
2234
2252
#~ msgid ""
2235
2253
#~ "Use of :meth:`loader.module_repr() <importlib.abc.Loader.module_repr>` "
0 commit comments