Skip to content

Traduccion library/signal.po #1000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
523d62f
Traducido hasta linea 61
alochimpasplum Oct 4, 2020
0ce546a
Update: traducido hasta línea 144
alochimpasplum Oct 6, 2020
e0ff4bd
FIX: Added myself to translators
alochimpasplum Oct 7, 2020
7c610f7
FIX: Travis error line 78
alochimpasplum Oct 7, 2020
10f8be8
Merge branch '3.8' into traduccion-signal.po
cmaureir Oct 7, 2020
ce91c27
Merge branch '3.8' into pr-1000
cmaureir Dec 21, 2020
4c7d878
Agregar palabras pospell y powrap
cmaureir Dec 21, 2020
2dd0972
usar retornar en vez de devolver
cmaureir Dec 21, 2020
f4e93d8
finalizando traducción
cmaureir Dec 21, 2020
8b1f2e7
agregando palabras pospell y powrap
cmaureir Dec 21, 2020
dc7fc8a
Apply suggestions from code review
cacrespo Mar 4, 2021
0e583f2
fix powrap and minor changes
cacrespo Mar 13, 2021
6e38760
fix dict
cacrespo Mar 13, 2021
eec07e7
Merge remote-tracking branch 'upstream/3.8' into signal_fix
cacrespo Mar 13, 2021
e0c788d
ajustes traducción
cacrespo Mar 13, 2021
b848c9e
Merge branch '3.9' into traduccion-signal.po
cmaureir Mar 19, 2021
ed5cd74
Make pospell to pass in 3.9
humitos Mar 19, 2021
9a2e1cd
Ignore _setuptools_disclaimer.rst
humitos Mar 19, 2021
aeb4826
Fix: inconsistent term references in translated message
humitos Mar 19, 2021
871aa9d
powrap :/
humitos Mar 19, 2021
cd07cbe
Inconsistent term
humitos Mar 19, 2021
06b2cb4
Properly exclude a file
humitos Mar 19, 2021
a94036b
Remove this paragraph as because makes Sphinx to break
humitos Mar 19, 2021
7a28bcd
Cambiar Devolver -> Retornar
cmaureir Mar 19, 2021
399b55f
powrap library/signal
cmaureir Mar 19, 2021
2aea3cc
Arreglando referencia faltante
cmaureir Mar 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Rishabh Mishra (@rishabhmishra25)
Carlos Martel Lamas (@Letram)
Jonathan Aguilar (@drawsoek)
David Lorenzo (@David-Lor)
Juan Antonio Lagos (@alochimpasplum)
Antonio González Fernández (@iam-agf)
Yennifer Paola Herrera Ariza (@Yenniferh)
Willian Garcia (@wgarcia1309)
Expand Down
5 changes: 3 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@

# Extend settings from upstream
_exclude_patterns = [
# This file is not included and it not marked as :orphan:
'*/distutils/_setuptools_disclaimer.rst',
# This file is not included and it's not marked as :orphan:
'distutils/_setuptools_disclaimer.rst',
'cpython/Doc/distutils/_setuptools_disclaimer.rst',
]
if 'exclude_patterns' in globals():
exclude_patterns += _exclude_patterns
Expand Down
7 changes: 7 additions & 0 deletions dictionaries/library_signal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
descriptos
resetea
interrumpidamente
poll
wakeup
wakeups
interrumpible
3 changes: 1 addition & 2 deletions library/codecs.po
Original file line number Diff line number Diff line change
Expand Up @@ -2652,9 +2652,8 @@ msgid "mac_latin2"
msgstr "mac_latin2"

#: ../Doc/library/codecs.rst:1201
#, fuzzy
msgid "maclatin2, maccentraleurope, mac_centeuro"
msgstr "maclatin2, maccentraleurope"
msgstr "maclatin2, maccentraleurope, mac_centeuro"

#: ../Doc/library/codecs.rst:1204
msgid "mac_roman"
Expand Down
Loading