10000 added some words to the dictionary of allowed ones, removed duplicate… · python/python-docs-es@15ec6c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15ec6c5

Browse files
committed
added some words to the dictionary of allowed ones, removed duplicated mo from gitignore and changed the translation of Library Reference
1 parent e1990a4 commit 15ec6c5

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
__pycache__/
66
*.py[cod]
77

8-
# .mo files
9-
*.mo
10-
118
# C extensions
129
*.so
1310

dict

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
argv
2+
array
3+
arrays
24
ASCII
5+
Associates
36
backspace
47
batch
58
C
69
Circus
710
comilla
811
command
12+
Cookbook
913
default
1014
docstring
1115
docstrings
1216
else
1317
Fibonacci
18+
Fourier
1419
Flying
1520
if
1621
import
1722
imprimible
1823
indentación
1924
indentada
25+
Index
2026
inicializar
2127
interactivamente
2228
intermezzo
@@ -27,6 +33,7 @@ Monty
2733
multilínea
2834
multi
2935
option
36+
Package
3037
Perl
3138
Python
3239
python
@@ -42,6 +49,7 @@ referenciada
4249
referenciadas
4350
referenciado
4451
referenciados
52+
Reilly
4553
reordenar
4654
s
4755
seguirle
@@ -55,6 +63,7 @@ sintácticamente
5563
shell
5664
situ
5765
sockets
66+
solucionadores
5867
subíndices
5968
sys
6069
tipado

tutorial/whatnow.po

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
# Copyright (C) 2001-2020, Python Software Foundation
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2019, Python Software Foundation
23
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
4-
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
65
#
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.7\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-05-03 11:45+0200\n"
13-
"Last-Translator: Claudia Millan <clmilneb@gmail.com>\n"
14-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
11+
"PO-Revision-Date: 2020-05-03 17:54+0200\n"
1512
"MIME-Version: 1.0\n"
1613
"Content-Type: text/plain; charset=UTF-8\n"
1714
"Content-Transfer-Encoding: 8bit\n"
@@ -62,7 +59,7 @@ msgstr ""
6259
"módulos para leer buzones Unix, obtener documentos vía HTTP, generar "
6360
"números aleatorios, analizar opciones de línea de comandos, escribir "
6461
"programas CGI, comprimir datos y muchas más tareas. Echar una ojeada a la "
65-
"Library Reference te dará una idea de lo que está disponible."
62+
"Librería de Referencia te dará una idea de lo que está disponible."
6663

6764
#: ../Doc/tutorial/whatnow.rst:24
6865
msgid ""

0 commit comments

Comments
 (0)
0