@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021 -10-27 12:47-0500 \n "
14
+ "PO-Revision-Date : 2022 -10-31 09:15+0100 \n "
15
15
"Last-Translator : Krystal Jean Austin\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -20,6 +20,7 @@ msgstr ""
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 2.3\n "
23
24
24
25
#: ../Doc/library/pdb.rst:4
25
26
msgid ":mod:`pdb` --- The Python Debugger"
@@ -411,11 +412,16 @@ msgstr ""
411
412
"ambos archivos existen, el del directorio principal se lee primero y los "
412
413
"alias definidos allí pueden ser anulados por el archivo local."
413
414
415
+ # Según wikipedia:
416
+ # Encoding -> Codificación
417
+ # Locale -> Configuración regional
414
418
#: ../Doc/library/pdb.rst:249
415
419
msgid ""
416
420
":file:`.pdbrc` is now read with ``'utf-8'`` encoding. Previously, it was "
417
421
"read with the system locale encoding."
418
422
msgstr ""
423
+ ":file:`.pdbrc` es ahora leído con codificación ``'utf-8'``. Antes, era leído "
424
+ "con la codificación correspondiente a la configuración regional del sistema."
419
425
420
426
#: ../Doc/library/pdb.rst:253
421
427
msgid ""
0 commit comments