Skip to content

Commit 53b0d55

Browse files
committed
Traducido howto-unicode
1 parent fcc30db commit 53b0d55

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

howto/unicode.po

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,53 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.7\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
12+
"PO-Revision-Date: 2020-05-06 18:19-0300\n"
13+
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
14+
"python.org)\n"
1615
"MIME-Version: 1.0\n"
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.0.6\n"
1921

2022
#: ../Doc/howto/unicode.rst:5
2123
msgid "Unicode HOWTO"
2224
msgstr ""
2325

2426
#: ../Doc/howto/unicode.rst:0
2527
msgid "Release"
26-
msgstr ""
28+
msgstr "Lanzamiento"
2729

2830
#: ../Doc/howto/unicode.rst:7
2931
msgid "1.12"
30-
msgstr ""
32+
msgstr "1.12"
3133

3234
#: ../Doc/howto/unicode.rst:9
3335
msgid ""
3436
"This HOWTO discusses Python's support for the Unicode specification for "
3537
"representing textual data, and explains various problems that people "
3638
"commonly encounter when trying to work with Unicode."
3739
msgstr ""
40+
"Este HOWTO debate el soporte de Python para la especificación Unicode para "
41+
"representar datos textuales, y explica varios problemas que comúnmente "
42+
"encuentra la gente cuando tratan de trabajar con Unicode."
3843

3944
#: ../Doc/howto/unicode.rst:15
4045
msgid "Introduction to Unicode"
41-
msgstr ""
46+
msgstr "Introducción a Unicode"
4247

4348
#: ../Doc/howto/unicode.rst:18
4449
msgid "Definitions"
45-
msgstr ""
50+
msgstr "Definiciones"
4651

4752
#: ../Doc/howto/unicode.rst:20
4853
msgid ""
@@ -55,6 +60,8 @@ msgid ""
5560
"representing characters, which lets Python programs work with all these "
5661
"different possible characters."
5762
msgstr ""
63+
"Los programas de hoy necesitan poder manejar una amplia variedad de "
64+
"caracteres."
5865

5966
#: ../Doc/howto/unicode.rst:30
6067
msgid ""
@@ -63,6 +70,10 @@ msgid ""
6370
"unique code. The Unicode specifications are continually revised and updated "
6471
"to add new languages and symbols."
6572
msgstr ""
73+
"Unicode (https://www.unicode.org/) es una especificación que apunta a listar "
74+
"cada caracter usado por lenguajes humanos y darle a cada caracter su propio "
75+
"código único. La especificación Unicode es continuamente revisada y "
76+
"actualizada para añadir nuevos lenguajes y símbolos."
6677

6778
#: ../Doc/howto/unicode.rst:35
6879
msgid ""
@@ -73,6 +84,12 @@ msgid ""
7384
"from the uppercase letter 'I'. They'll usually look the same, but these are "
7485
"two different characters that have different meanings."
7586
msgstr ""
87+
"Un **caracter** es el componente mas pequeño posible de un texto. 'A', 'B', "
88+
"'C', etc., son todos diferentes caracteres. Tambien lo son 'È' e 'Í'. Los "
89+
"caracteres varian dependiendo del lenguaje o del contexto en el que estás "
90+
"hablando. Por ejemplo, Existe un caracter para el \"Número Uno Romano\", "
91+
"'I', que es distinto de la letra 'I' mayúscula. Estos usualmente lucen "
92+
"igual, pero son dos caracteres diferentes que tienen distintos significados."
7693

7794
#: ../Doc/howto/unicode.rst:42
7895
msgid ""

0 commit comments

Comments
 (0)